/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_aa_point.c | 171 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_W, in aa_prolog() 183 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_W, in aa_prolog() 199 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_W, in aa_prolog() 250 TGSI_WRITEMASK_W, in aa_epilog()
|
D | tgsi_util.c | 255 TGSI_WRITEMASK_XY | TGSI_WRITEMASK_W : 0; in tgsi_util_get_inst_usage_mask() 339 read_mask |= TGSI_WRITEMASK_W; in tgsi_util_get_inst_usage_mask()
|
D | tgsi_transform.h | 382 case TGSI_WRITEMASK_W: in tgsi_transform_op1_swz_inst() 432 case TGSI_WRITEMASK_W: in tgsi_transform_op2_swz_inst() 490 case TGSI_WRITEMASK_W: in tgsi_transform_op3_swz_inst()
|
D | tgsi_lowering.c | 210 if (aliases(dst, TGSI_WRITEMASK_YZ, src1, TGSI_WRITEMASK_W)) { in transform_dst() 238 if (dst->Register.WriteMask & TGSI_WRITEMASK_W) { in transform_dst() 243 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_W); in transform_dst() 644 if (dst->Register.WriteMask & TGSI_WRITEMASK_W) { in transform_exp() 649 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_W); in transform_exp() 775 if (dst->Register.WriteMask & TGSI_WRITEMASK_W) { in transform_log() 780 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_W); in transform_log()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 148 mask |= TGSI_WRITEMASK_W; in mask_for_unswizzled() 168 if ( write_mask & TGSI_WRITEMASK_W && r->Register.SwizzleW != TGSI_SWIZZLE_W) in is_unswizzled() 211 if ( write_mask & TGSI_WRITEMASK_W ) in set_neutral_element_swizzle() 375 mask |= TGSI_WRITEMASK_W; in i915_tex_mask() 463 if (dst_reg2->Register.WriteMask & TGSI_WRITEMASK_W) in i915_fpc_optimize_mov_after_mov()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mc.c | 201 ureg_CMP(shader, ureg_writemask(fragment, TGSI_WRITEMASK_W), in create_ref_frag_shader() 276 ureg_MOV(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), ureg_imm1f(shader, -1.0f)); in create_ycbcr_vert_shader() 297 ureg_CMP(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), in create_ycbcr_vert_shader() 363 ureg_MOV(shader, ureg_writemask(fragment, TGSI_WRITEMASK_W), ureg_imm1f(shader, 1.0f)); in create_ycbcr_frag_shader()
|
D | vl_compositor.c | 113 ureg_RCP(shader, ureg_writemask(o_vtop, TGSI_WRITEMASK_W), in create_vert_shader() 121 ureg_RCP(shader, ureg_writemask(o_vbottom, TGSI_WRITEMASK_W), in create_vert_shader() 164 ureg_MOV(shader, ureg_writemask(t_tc[i], TGSI_WRITEMASK_W), in create_frag_shader_weave() 223 ureg_MOV(shader, ureg_writemask(texel, TGSI_WRITEMASK_W), in create_frag_shader_csc() 230 ureg_MOV(shader, ureg_writemask(temp[0], TGSI_WRITEMASK_W), in create_frag_shader_csc() 232 ureg_SLE(shader, ureg_writemask(temp[1],TGSI_WRITEMASK_W), in create_frag_shader_csc() 234 ureg_SGT(shader, ureg_writemask(temp[0],TGSI_WRITEMASK_W), in create_frag_shader_csc() 236 ureg_MAX(shader, ureg_writemask(fragment, TGSI_WRITEMASK_W), in create_frag_shader_csc() 387 ureg_MOV(shader, ureg_writemask(fragment, TGSI_WRITEMASK_W), ureg_src(texel)); in create_frag_shader_palette()
|
D | vl_idct.c | 236 …ureg_MUL(shader, ureg_writemask(m[0][0], TGSI_WRITEMASK_W), ureg_abs(ureg_src(m[7][1])), ureg_imm1… in create_mismatch_frag_shader() 240 ureg_CMP(shader, ureg_writemask(m[0][0], TGSI_WRITEMASK_W), ureg_negate(ureg_src(m[0][0])), in create_mismatch_frag_shader() 242 ureg_MUL(shader, ureg_writemask(m[0][0], TGSI_WRITEMASK_W), ureg_src(m[0][0]), in create_mismatch_frag_shader() 246 …ureg_ADD(shader, ureg_writemask(fragment, TGSI_WRITEMASK_W), ureg_src(m[0][0]), ureg_src(m[7][1])); in create_mismatch_frag_shader()
|
D | vl_zscan.c | 171 ureg_FLR(shader, ureg_writemask(tmp, TGSI_WRITEMASK_W), ureg_src(tmp)); in create_vert_shader() 182 ureg_MUL(shader, ureg_writemask(o_vtex[i], TGSI_WRITEMASK_W), ureg_src(tmp), in create_vert_shader()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 275 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_W, in aa_transform_prolog() 292 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_W, in aa_transform_prolog() 319 TGSI_WRITEMASK_W, in aa_transform_epilog()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_point.c | 200 if (usage_mask & TGSI_WRITEMASK_W) { in setup_point_fragcoord_coef() 228 fragcoord_usage_mask |= TGSI_WRITEMASK_W; in setup_point_coefficients()
|
D | lp_bld_interp.c | 317 assert(bld->mask[0] & TGSI_WRITEMASK_W); in attribs_update_simple() 529 assert(bld->mask[0] & TGSI_WRITEMASK_W); in coeffs_init() 637 assert(bld->mask[0] & TGSI_WRITEMASK_W); in attribs_update()
|
D | lp_setup_line.c | 158 if (usage_mask & TGSI_WRITEMASK_W) { in setup_fragcoord_coef() 204 fragcoord_usage_mask |= TGSI_WRITEMASK_W; in setup_line_coefficients()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 1669 writemask( tmp, TGSI_WRITEMASK_W ), in emit_tex2() 1896 if (dst.mask & TGSI_WRITEMASK_W) { in emit_tex() 1900 writemask( dst2, TGSI_WRITEMASK_W ), in emit_tex() 2366 if (dst.mask & TGSI_WRITEMASK_W) { in emit_exp() 2368 writemask(dst, TGSI_WRITEMASK_W), in emit_exp() 2602 if (dst.mask & TGSI_WRITEMASK_W) { in emit_log() 2604 writemask(dst, TGSI_WRITEMASK_W), in emit_log() 3027 writemask( emit->ps_temp_pos, TGSI_WRITEMASK_W ), in emit_ps_preamble() 3136 writemask(depth, TGSI_WRITEMASK_W), in emit_vs_postamble() 3442 writemask(dst(tmp), TGSI_WRITEMASK_W), in emit_adjusted_vertex_attribs()
|
D | svga_tgsi_vgpu10.c | 2365 if (usage_mask & TGSI_WRITEMASK_W) { in emit_input_declarations() 3647 if (inst->Dst[0].Register.WriteMask & TGSI_WRITEMASK_W) { in emit_dst() 3649 writemask_dst(&move_dst, TGSI_WRITEMASK_W); in emit_dst() 3774 if (inst->Dst[0].Register.WriteMask & TGSI_WRITEMASK_W) { in emit_exp() 3776 writemask_dst(&move_dst, TGSI_WRITEMASK_W); in emit_exp() 3954 if (inst->Dst[0].Register.WriteMask & TGSI_WRITEMASK_W) { in emit_lit() 3956 writemask_dst(&move_dst, TGSI_WRITEMASK_W); in emit_lit() 4131 if (inst->Dst[0].Register.WriteMask & TGSI_WRITEMASK_W) { in emit_log() 4133 writemask_dst(&inst->Dst[0], TGSI_WRITEMASK_W); in emit_log() 5703 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions() [all …]
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_ff.c | 457 ureg_RCP(ureg, ureg_writemask(tmp, TGSI_WRITEMASK_W), _W(tmp)); in nine_ff_build_vs() 648 ureg_MOV(ureg, ureg_writemask(input_coord, TGSI_WRITEMASK_W), ureg_imm1f(ureg, 1.0f)); in nine_ff_build_vs() 653 ureg_MOV(ureg, ureg_writemask(input_coord, TGSI_WRITEMASK_W), ureg_imm1f(ureg, 1.0f)); in nine_ff_build_vs() 664 ureg_MOV(ureg, ureg_writemask(input_coord, TGSI_WRITEMASK_W), ureg_imm1f(ureg, 1.0f)); in nine_ff_build_vs() 780 struct ureg_dst rAtt = ureg_writemask(ureg_DECL_temporary(ureg), TGSI_WRITEMASK_W); in nine_ff_build_vs() 784 struct ureg_dst rCtr = ureg_writemask(ureg_DECL_temporary(ureg), TGSI_WRITEMASK_W); in nine_ff_build_vs() 937 ureg_MOV(ureg, ureg_writemask(oCol[0], TGSI_WRITEMASK_W), vs->mtlD); in nine_ff_build_vs() 955 ureg_MOV(ureg, ureg_writemask(oCol[0], TGSI_WRITEMASK_W), vs->mtlD); in nine_ff_build_vs() 1194 (!(dst.WriteMask & TGSI_WRITEMASK_W) || (src.SwizzleW == TGSI_SWIZZLE_W))); in is_MOV_no_op() 1489 dst.WriteMask = TGSI_WRITEMASK_W; in nine_ff_build_ps() [all …]
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 328 read_mask |= TGSI_WRITEMASK_W; in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 784 ureg_MOV(ureg, ureg_writemask(tmp_coord, TGSI_WRITEMASK_W), in util_make_fs_msaa_resolve() 860 ureg_MOV(ureg, ureg_writemask(tmp_coord[c], TGSI_WRITEMASK_W), in util_make_fs_msaa_resolve_bilinear()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 351 swiz[3] = (dst->WriteMask & TGSI_WRITEMASK_W) ? 'w' : '_'; in add_dst_reg() 550 dst->WriteMask = TGSI_WRITEMASK_W; in get_predicate() 719 case TGSI_WRITEMASK_W: in translate_pow()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 95 #define TGSI_WRITEMASK_W 0x08 macro
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tgsi.c | 414 ureg_writemask(tmp1, TGSI_WRITEMASK_W), in xrender_tex() 434 ureg_writemask(dst, TGSI_WRITEMASK_W), in xrender_tex()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 91 #define TGSI_WRITEMASK_W 0x08 macro
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 890 ttn_move_dest_masked(b, dest, nir_imm_float(b, 1.0), TGSI_WRITEMASK_W); in ttn_exp() 910 ttn_move_dest_masked(b, dest, nir_imm_float(b, 1.0), TGSI_WRITEMASK_W); in ttn_log() 925 ttn_move_dest_masked(b, dest, nir_fmov(b, src[1]), TGSI_WRITEMASK_W); in ttn_dst() 1470 ttn_move_dest_masked(b, dest, &qlv->dest.ssa, TGSI_WRITEMASK_W); in ttn_txq()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 166 readmask |= TGSI_WRITEMASK_W; in analyse_tex()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_tgsi_lower_yuv.c | 294 reg_dst(&inst.Dst[0], dst, TGSI_WRITEMASK_W); in yuv_to_rgb()
|