Home
last modified time | relevance | path

Searched refs:TGSI_WRITEMASK_YW (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h95 #define TGSI_WRITEMASK_YW 0x0A macro
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2070 if (tmp.mask & TGSI_WRITEMASK_YW) { in emit_dst_insn()
2072 writemask(tmp, TGSI_WRITEMASK_YW ), in emit_dst_insn()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c2797 if (inst->Dst[0].Register.WriteMask & TGSI_WRITEMASK_YW) { in exec_x2d()