Searched refs:TGSI_WRITEMASK_YZ (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor_gfx.c | 158 ureg_ADD(shader, ureg_writemask(t_tc[i], TGSI_WRITEMASK_YZ), in create_frag_shader_weave() 160 ureg_ROUND(shader, ureg_writemask(t_tc[i], TGSI_WRITEMASK_YZ), ureg_src(t_tc[i])); in create_frag_shader_weave() 163 ureg_ADD(shader, ureg_writemask(t_tc[i], TGSI_WRITEMASK_YZ), in create_frag_shader_weave() 188 ureg_ROUND(shader, ureg_writemask(t_tc[0], TGSI_WRITEMASK_YZ), i_tc[0]); in create_frag_shader_weave() 189 ureg_ADD(shader, ureg_writemask(t_tc[0], TGSI_WRITEMASK_YZ), in create_frag_shader_weave() 191 ureg_MUL(shader, ureg_writemask(t_tc[0], TGSI_WRITEMASK_YZ), in create_frag_shader_weave()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 193 read_mask = write_mask & TGSI_WRITEMASK_YZ ? in tgsi_util_get_inst_usage_mask() 204 read_mask = TGSI_WRITEMASK_YZ; in tgsi_util_get_inst_usage_mask()
|
D | tgsi_lowering.c | 207 create_mov(tctx, &ctx->tmp[A].dst, src0, TGSI_WRITEMASK_YZ, 0); in transform_dst() 211 if (aliases(dst, TGSI_WRITEMASK_YZ, src1, TGSI_WRITEMASK_W)) { in transform_dst() 441 if (dst->Register.WriteMask & TGSI_WRITEMASK_YZ) { in transform_lit() 517 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_YZ); in transform_lit()
|
D | tgsi_exec.c | 3325 if (inst->Dst[0].Register.WriteMask & TGSI_WRITEMASK_YZ) { in exec_lit()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 89 #define TGSI_WRITEMASK_YZ 0x06 macro
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_tgsi_lower_yuv.c | 333 reg_dst(&inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_YZ); in lower_nv12()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2279 if (tmp.mask & TGSI_WRITEMASK_YZ) { in emit_dst_insn() 2281 writemask(tmp, TGSI_WRITEMASK_YZ ), in emit_dst_insn() 2463 if (dst.mask & TGSI_WRITEMASK_YZ) { in emit_lit() 2466 writemask(dst, TGSI_WRITEMASK_YZ), in emit_lit()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 2759 ureg_MOV(ureg, ureg_writemask(tmp, TGSI_WRITEMASK_YZ), ureg_imm1f(ureg, 0.0f)); in DECL_SPECIAL()
|