Home
last modified time | relevance | path

Searched refs:TGSI_WRITEMASK_YZ (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h91 #define TGSI_WRITEMASK_YZ 0x06 macro
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c206 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/
Dsvga_tgsi_insn.c2061 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/
Dtgsi_exec.c3008 if (inst->Dst[0].Register.WriteMask & TGSI_WRITEMASK_YZ) { in exec_lit()