| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_mc.c | 98 ureg_MUL(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), pos, ureg_imm1f(shader, 0.5f)); 99 ureg_FRC(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), ureg_src(tmp)); 100 ureg_SGE(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), ureg_src(tmp), ureg_imm1f(shader, 0.5f)); 207 ureg_MUL(shader, ureg_writemask(ref, TGSI_WRITEMASK_Y), 209 ureg_FLR(shader, ureg_writemask(ref, TGSI_WRITEMASK_Y), ureg_src(ref)); 210 ureg_ADD(shader, ureg_writemask(ref, TGSI_WRITEMASK_Y), 212 ureg_MUL(shader, ureg_writemask(ref, TGSI_WRITEMASK_Y), 290 ureg_CMP(shader, ureg_writemask(t_vtex, TGSI_WRITEMASK_Y), 294 ureg_ADD(shader, ureg_writemask(o_vpos, TGSI_WRITEMASK_Y), 342 ureg_SEQ(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), [all...] |
| H A D | vl_idct.c | 76 unsigned wm_start = (right_side == transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y; 79 unsigned wm_tc = (right_side == transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X; 100 unsigned wm_start = (right_side == transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y; 101 unsigned wm_tc = (right_side == transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X; 134 ureg_DP4(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), ureg_src(l[1]), ureg_src(r[1]));
|
| H A D | vl_zscan.c | 170 ureg_FRC(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), ureg_scalar(ureg_src(tmp), TGSI_SWIZZLE_X)); 180 ureg_MOV(shader, ureg_writemask(o_vtex[i], TGSI_WRITEMASK_Y), vrect); 236 ureg_MOV(shader, ureg_writemask(tmp[i], TGSI_WRITEMASK_Y), ureg_scalar(vtex[i], TGSI_SWIZZLE_W));
|
| H A D | vl_compositor_gfx.c | 102 ureg_MUL(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), 106 ureg_MAD(shader, ureg_writemask(o_vtop, TGSI_WRITEMASK_Y), ureg_scalar(vtex, TGSI_SWIZZLE_Y), 114 ureg_MAD(shader, ureg_writemask(o_vbottom, TGSI_WRITEMASK_Y), ureg_scalar(vtex, TGSI_SWIZZLE_Y), 165 ureg_MUL(shader, ureg_writemask(t_tc[i], TGSI_WRITEMASK_Y),
|
| H A D | vl_deint_filter.c | 180 ureg_ADD(shader, ureg_writemask(t_diff, TGSI_WRITEMASK_Y), ureg_src(t_a), ureg_negate(ureg_src(t_b))); 190 ureg_ADD(shader, ureg_writemask(t_diff, TGSI_WRITEMASK_Y), ureg_src(t_a), ureg_negate(ureg_src(t_b)));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_mc.c | 98 ureg_MUL(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), pos, ureg_imm1f(shader, 0.5f)); 99 ureg_FRC(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), ureg_src(tmp)); 100 ureg_SGE(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), ureg_src(tmp), ureg_imm1f(shader, 0.5f)); 207 ureg_MUL(shader, ureg_writemask(ref, TGSI_WRITEMASK_Y), 209 ureg_FLR(shader, ureg_writemask(ref, TGSI_WRITEMASK_Y), ureg_src(ref)); 210 ureg_ADD(shader, ureg_writemask(ref, TGSI_WRITEMASK_Y), 212 ureg_MUL(shader, ureg_writemask(ref, TGSI_WRITEMASK_Y), 290 ureg_CMP(shader, ureg_writemask(t_vtex, TGSI_WRITEMASK_Y), 294 ureg_ADD(shader, ureg_writemask(o_vpos, TGSI_WRITEMASK_Y), 342 ureg_SEQ(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), [all...] |
| H A D | vl_idct.c | 76 unsigned wm_start = (right_side == transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y; 79 unsigned wm_tc = (right_side == transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X; 100 unsigned wm_start = (right_side == transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y; 101 unsigned wm_tc = (right_side == transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X; 134 ureg_DP4(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), ureg_src(l[1]), ureg_src(r[1]));
|
| H A D | vl_zscan.c | 170 ureg_FRC(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), ureg_scalar(ureg_src(tmp), TGSI_SWIZZLE_X)); 180 ureg_MOV(shader, ureg_writemask(o_vtex[i], TGSI_WRITEMASK_Y), vrect); 236 ureg_MOV(shader, ureg_writemask(tmp[i], TGSI_WRITEMASK_Y), ureg_scalar(vtex[i], TGSI_SWIZZLE_W));
|
| H A D | vl_compositor_gfx.c | 102 ureg_MUL(shader, ureg_writemask(tmp, TGSI_WRITEMASK_Y), 106 ureg_MAD(shader, ureg_writemask(o_vtop, TGSI_WRITEMASK_Y), ureg_scalar(vtex, TGSI_SWIZZLE_Y), 114 ureg_MAD(shader, ureg_writemask(o_vbottom, TGSI_WRITEMASK_Y), ureg_scalar(vtex, TGSI_SWIZZLE_Y), 165 ureg_MUL(shader, ureg_writemask(t_tc[i], TGSI_WRITEMASK_Y),
|
| H A D | vl_deint_filter.c | 180 ureg_ADD(shader, ureg_writemask(t_diff, TGSI_WRITEMASK_Y), ureg_src(t_a), ureg_negate(ureg_src(t_b))); 190 ureg_ADD(shader, ureg_writemask(t_diff, TGSI_WRITEMASK_Y), ureg_src(t_a), ureg_negate(ureg_src(t_b)));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_lowering.c | 205 if (aliases(dst, TGSI_WRITEMASK_Y, src0, TGSI_WRITEMASK_Z)) { 215 if (dst->Register.WriteMask & TGSI_WRITEMASK_Y) { 220 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_Y); 476 reg_dst(&new_inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_Y); 485 reg_dst(&new_inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_Y); 495 reg_dst(&new_inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_Y); 504 reg_dst(&new_inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_Y); 603 reg_dst(&new_inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_Y); 609 if (dst->Register.WriteMask & TGSI_WRITEMASK_Y) { 614 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_Y); [all...] |
| H A D | tgsi_transform.h | 376 case TGSI_WRITEMASK_Y: 424 case TGSI_WRITEMASK_Y: 480 case TGSI_WRITEMASK_Y:
|
| H A D | tgsi_aa_point.c | 177 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_lowering.c | 206 if (aliases(dst, TGSI_WRITEMASK_Y, src0, TGSI_WRITEMASK_Z)) { 216 if (dst->Register.WriteMask & TGSI_WRITEMASK_Y) { 221 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_Y); 477 reg_dst(&new_inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_Y); 486 reg_dst(&new_inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_Y); 496 reg_dst(&new_inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_Y); 505 reg_dst(&new_inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_Y); 604 reg_dst(&new_inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_Y); 610 if (dst->Register.WriteMask & TGSI_WRITEMASK_Y) { 615 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_Y); [all...] |
| H A D | tgsi_transform.h | 394 case TGSI_WRITEMASK_Y: 442 case TGSI_WRITEMASK_Y: 498 case TGSI_WRITEMASK_Y:
|
| H A D | tgsi_aa_point.c | 177 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y,
|
| H A D | tgsi_util.c | 272 read_mask &= ~TGSI_WRITEMASK_Y;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aapoint.c | 238 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y, 269 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y, 281 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_tgsi_lower_yuv.c | 281 if (dst->Register.WriteMask & TGSI_WRITEMASK_Y) { 283 reg_dst(&inst.Dst[0], dst, TGSI_WRITEMASK_Y); 369 reg_dst(&inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_Y);
|
| H A D | st_mesa_to_tgsi.c | 553 ureg_SIN(ureg, ureg_writemask(dst[0], TGSI_WRITEMASK_Y), 676 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y), 684 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y), 896 TGSI_WRITEMASK_Y);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_tgsi_lower_yuv.c | 280 if (dst->Register.WriteMask & TGSI_WRITEMASK_Y) { 282 reg_dst(&inst.Dst[0], dst, TGSI_WRITEMASK_Y); 368 reg_dst(&inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_Y);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aapoint.c | 240 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y, 271 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y, 283 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 152 mask |= TGSI_WRITEMASK_Y; 164 if ( write_mask & TGSI_WRITEMASK_Y && r->Register.SwizzleY != TGSI_SWIZZLE_Y) 201 if ( write_mask & TGSI_WRITEMASK_Y ) 459 if (dst_reg2->Register.WriteMask & TGSI_WRITEMASK_Y)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 163 mask |= TGSI_WRITEMASK_Y; 176 if (write_mask & TGSI_WRITEMASK_Y && r->Register.SwizzleY != TGSI_SWIZZLE_Y) 215 if (write_mask & TGSI_WRITEMASK_Y) 486 if (dst_reg2->Register.WriteMask & TGSI_WRITEMASK_Y)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 85 #define TGSI_WRITEMASK_Y 0x02 macro
|