Lines Matching defs:out
23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
266 struct ureg_dst out;
270 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_POSITION, 0);
273 ureg_MOV(ureg, ureg_writemask(out, TGSI_WRITEMASK_Z), imm);
285 struct ureg_dst out;
289 out = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, 0);
292 ureg_MOV(ureg, out, imm);