Searched refs:TGSI_WRITEMASK_XW (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h92 #define TGSI_WRITEMASK_XW 0x09 macro
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h92 #define TGSI_WRITEMASK_XW 0x09 macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_zscan.c167 ureg_MUL(shader, ureg_writemask(tmp, TGSI_WRITEMASK_XW), ureg_scalar(block_num, TGSI_SWIZZLE_X),
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_zscan.c167 ureg_MUL(shader, ureg_writemask(tmp, TGSI_WRITEMASK_XW), ureg_scalar(block_num, TGSI_SWIZZLE_X),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c522 if (dst->Register.WriteMask & TGSI_WRITEMASK_XW) {
527 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_XW);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c523 if (dst->Register.WriteMask & TGSI_WRITEMASK_XW) {
528 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_XW);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2272 if (tmp.mask & TGSI_WRITEMASK_XW) {
2274 writemask(tmp, TGSI_WRITEMASK_XW ),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2270 if (tmp.mask & TGSI_WRITEMASK_XW) {
2272 writemask(tmp, TGSI_WRITEMASK_XW ),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c920 ttn_move_dest_masked(b, dest, nir_imm_float(b, 1.0), TGSI_WRITEMASK_XW);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1030 ttn_move_dest_masked(b, dest, nir_imm_float(b, 1.0), TGSI_WRITEMASK_XW);

Completed in 47 milliseconds