Home
last modified time | relevance | path

Searched refs:TGSI_WRITEMASK_YZ (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor_gfx.c158 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/
H A Dtgsi_util.c197 read_mask = write_mask & TGSI_WRITEMASK_YZ ? in tgsi_util_get_src_usage_mask()
208 read_mask = TGSI_WRITEMASK_YZ; in tgsi_util_get_src_usage_mask()
H A Dtgsi_lowering.c207 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()
H A Dtgsi_exec.c3264 if (inst->Dst[0].Register.WriteMask & TGSI_WRITEMASK_YZ) { in exec_lit()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h89 #define TGSI_WRITEMASK_YZ 0x06 macro
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2347 if (tmp.mask & TGSI_WRITEMASK_YZ) { in emit_dst_insn()
2349 writemask(tmp, TGSI_WRITEMASK_YZ ), in emit_dst_insn()
2531 if (dst.mask & TGSI_WRITEMASK_YZ) { in emit_lit()
2534 writemask(dst, TGSI_WRITEMASK_YZ), in emit_lit()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c2759 ureg_MOV(ureg, ureg_writemask(tmp, TGSI_WRITEMASK_YZ), ureg_imm1f(ureg, 0.0f)); in DECL_SPECIAL()

Completed in 24 milliseconds