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 D | p_shader_tokens.h | 92 #define TGSI_WRITEMASK_XW 0x09 macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 92 #define TGSI_WRITEMASK_XW 0x09 macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_zscan.c | 167 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 D | vl_zscan.c | 167 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 D | tgsi_lowering.c | 522 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 D | tgsi_lowering.c | 523 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 D | svga_tgsi_insn.c | 2272 if (tmp.mask & TGSI_WRITEMASK_XW) { 2274 writemask(tmp, TGSI_WRITEMASK_XW ),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 2270 if (tmp.mask & TGSI_WRITEMASK_XW) { 2272 writemask(tmp, TGSI_WRITEMASK_XW ),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 920 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 D | tgsi_to_nir.c | 1030 ttn_move_dest_masked(b, dest, nir_imm_float(b, 1.0), TGSI_WRITEMASK_XW);
|
Completed in 47 milliseconds