Searched refs:TGSI_WRITEMASK_YZ (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 91 #define TGSI_WRITEMASK_YZ 0x06 macro
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.c | 206 ureg_ROUND(shader, ureg_writemask(t_tc[i], TGSI_WRITEMASK_YZ), i_tc[i]); in create_frag_shader_weave() 209 ureg_ADD(shader, ureg_writemask(t_tc[i], TGSI_WRITEMASK_YZ), in create_frag_shader_weave() 234 ureg_ROUND(shader, ureg_writemask(t_tc[0], TGSI_WRITEMASK_YZ), i_tc[0]); in create_frag_shader_weave() 235 ureg_ADD(shader, ureg_writemask(t_tc[0], TGSI_WRITEMASK_YZ), in create_frag_shader_weave()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2061 if (tmp.mask & TGSI_WRITEMASK_YZ) { in emit_dst_insn() 2063 writemask(tmp, TGSI_WRITEMASK_YZ ), in emit_dst_insn() 2245 if (dst.mask & TGSI_WRITEMASK_YZ) { in emit_lit() 2248 writemask(dst, TGSI_WRITEMASK_YZ), in emit_lit()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 3008 if (inst->Dst[0].Register.WriteMask & TGSI_WRITEMASK_YZ) { in exec_lit()
|