/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_emit.h | 170 TRANSLATE_SWIZZLE(TGSI_SWIZZLE_X,TGSI_SWIZZLE_Y,TGSI_SWIZZLE_Z,TGSI_SWIZZLE_W) 178 TRANSLATE_SWIZZLE(TGSI_SWIZZLE_W,TGSI_SWIZZLE_W,TGSI_SWIZZLE_W,TGSI_SWIZZLE_W)
|
D | svga_tgsi_vgpu10.c | 1379 reg.Register.SwizzleW = TGSI_SWIZZLE_W; in make_src_reg() 1484 case TGSI_SWIZZLE_W: in get_swizzle() 3380 swizzle_src(src, TGSI_SWIZZLE_Z, TGSI_SWIZZLE_Y, TGSI_SWIZZLE_X, TGSI_SWIZZLE_W); in emit_swap_r_b() 3609 scalar_src(&inst->Src[1], TGSI_SWIZZLE_W); in emit_dst() 3856 scalar_src(&tmp_src, TGSI_SWIZZLE_W); in emit_kill_if() 4011 scalar_src(&inst->Src[0], TGSI_SWIZZLE_W); in emit_lit() 4836 emit->key.tex[unit].swizzle_a != TGSI_SWIZZLE_W); in begin_tex_swizzle() 5120 scalar_src(&inst->Src[0], TGSI_SWIZZLE_W); in emit_txp() 5226 scalar_src(&inst->Src[0], TGSI_SWIZZLE_W); in emit_txf() 5280 lod_bias = scalar_src(&inst->Src[0], TGSI_SWIZZLE_W); in emit_txl_txb() [all …]
|
D | svga_tgsi_insn.c | 817 emit->arl_consts[i + 0].swizzle = TGSI_SWIZZLE_W; in create_arl_consts() 895 return TGSI_SWIZZLE_W; in common_immediate_swizzle() 1872 scalar(src0, TGSI_SWIZZLE_W) )) in emit_tex() 3028 scalar( emit->ps_depth_pos, TGSI_SWIZZLE_W ) )) in emit_ps_preamble() 3035 scalar( src(emit->ps_temp_pos), TGSI_SWIZZLE_W ) )) in emit_ps_preamble() 3137 scalar(src(temp_pos), TGSI_SWIZZLE_W) )) in emit_vs_postamble() 3707 emit->key.tex[unit].swizzle_a = TGSI_SWIZZLE_W; in svga_shader_emit_instructions()
|
D | svga_tgsi_decl_sm30.c | 211 TGSI_SWIZZLE_W ); in ps30_input()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_aa_point.c | 185 TGSI_FILE_TEMPORARY, tmp0, TGSI_SWIZZLE_W, false); in aa_prolog() 192 TGSI_SWIZZLE_W, FALSE); in aa_prolog() 200 TGSI_FILE_TEMPORARY, tmp0, TGSI_SWIZZLE_W, in aa_prolog() 201 TGSI_FILE_IMMEDIATE, imm, TGSI_SWIZZLE_W, false); in aa_prolog()
|
D | tgsi_point_sprite.c | 48 static const unsigned map[3] = {TGSI_SWIZZLE_W, TGSI_SWIZZLE_X, in set_swizzle() 298 TGSI_FILE_TEMPORARY, ts->point_pos_tmp, TGSI_SWIZZLE_W, false); in psprite_emit_vertex_inst() 369 TGSI_SWIZZLE_W); in psprite_emit_vertex_inst() 451 TGSI_FILE_CONSTANT, ts->point_ivp, TGSI_SWIZZLE_W, false); in psprite_inst()
|
D | tgsi_build.c | 845 src_register.SwizzleW = TGSI_SWIZZLE_W; in tgsi_default_src_register() 873 assert( swizzle_x <= TGSI_SWIZZLE_W ); in tgsi_build_src_register() 874 assert( swizzle_y <= TGSI_SWIZZLE_W ); in tgsi_build_src_register() 875 assert( swizzle_z <= TGSI_SWIZZLE_W ); in tgsi_build_src_register() 876 assert( swizzle_w <= TGSI_SWIZZLE_W ); in tgsi_build_src_register() 921 assert( swizzle <= TGSI_SWIZZLE_W ); in tgsi_build_ind_register()
|
D | tgsi_ureg.h | 1063 src.SwizzleW = TGSI_SWIZZLE_W; in ureg_src_array_register() 1098 src.SwizzleW = TGSI_SWIZZLE_W; in ureg_src()
|
D | tgsi_lowering.c | 1237 new_inst.Src[1].Register.SwizzleW = TGSI_SWIZZLE_W; in emit_twoside() 1243 new_inst.Src[2].Register.SwizzleW = TGSI_SWIZZLE_W; in emit_twoside() 1277 ctx->imm.Register.SwizzleW = TGSI_SWIZZLE_W; in emit_decls() 1291 ctx->tmp[i].src.Register.SwizzleW = TGSI_SWIZZLE_W; in emit_decls()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tgsi.c | 119 ureg_MUL(ureg, dst, ureg_scalar(src, TGSI_SWIZZLE_W), mask); in src_in_mask() 124 ureg_MUL(ureg, dst, src, ureg_scalar(mask, TGSI_SWIZZLE_W)); in src_in_mask() 240 ureg_scalar(const0124, TGSI_SWIZZLE_W), ureg_src(temp2)); in radial_gradient() 402 TGSI_SWIZZLE_W)); in xrender_tex() 411 TGSI_SWIZZLE_W)); in xrender_tex() 415 ureg_scalar(imm0, TGSI_SWIZZLE_W)); in xrender_tex() 427 TGSI_SWIZZLE_W)); in xrender_tex() 435 ureg_scalar(imm0, TGSI_SWIZZLE_W)); in xrender_tex() 591 ureg_MOV(ureg, out, ureg_scalar(ureg_src(src), TGSI_SWIZZLE_W)); in create_fs()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 240 TGSI_FILE_INPUT, texInput, TGSI_SWIZZLE_W, false); in aa_transform_prolog() 251 TGSI_FILE_INPUT, texInput, TGSI_SWIZZLE_W, in aa_transform_prolog() 270 TGSI_FILE_INPUT, texInput, TGSI_SWIZZLE_W, in aa_transform_prolog() 294 TGSI_FILE_INPUT, texInput, TGSI_SWIZZLE_W, in aa_transform_prolog() 295 TGSI_FILE_TEMPORARY, tmp0, TGSI_SWIZZLE_W); in aa_transform_prolog()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 515 src->SwizzleW = TGSI_SWIZZLE_W; in src_from_dst() 557 src->SwizzleX = TGSI_SWIZZLE_W; in get_predicate() 558 src->SwizzleY = TGSI_SWIZZLE_W; in get_predicate() 559 src->SwizzleZ = TGSI_SWIZZLE_W; in get_predicate() 560 src->SwizzleW = TGSI_SWIZZLE_W; in get_predicate() 645 TGSI_SWIZZLE_X, TGSI_SWIZZLE_Y, TGSI_SWIZZLE_Z, TGSI_SWIZZLE_W, in get_immediate() 720 tmp_src.SwizzleW = TGSI_SWIZZLE_W; in translate_pow() 756 [TGSI_SWIZZLE_W] = "wwww", in translate_tex()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 827 src_register.SwizzleW = TGSI_SWIZZLE_W; in tgsi_default_src_register() 855 assert( swizzle_x <= TGSI_SWIZZLE_W ); in tgsi_build_src_register() 856 assert( swizzle_y <= TGSI_SWIZZLE_W ); in tgsi_build_src_register() 857 assert( swizzle_z <= TGSI_SWIZZLE_W ); in tgsi_build_src_register() 858 assert( swizzle_w <= TGSI_SWIZZLE_W ); in tgsi_build_src_register() 903 assert( swizzle <= TGSI_SWIZZLE_W ); in tgsi_build_ind_register()
|
D | tgsi_ureg.h | 1087 src.SwizzleW = TGSI_SWIZZLE_W; in ureg_src_register() 1115 src.SwizzleW = TGSI_SWIZZLE_W; in ureg_src()
|
D | tgsi_scan.c | 526 src->Register.SwizzleW != TGSI_SWIZZLE_W || in tgsi_is_passthrough_shader()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.c | 104 ureg_scalar(vtex, TGSI_SWIZZLE_W), ureg_imm1f(shader, 0.5f)); in create_vert_shader() 106 ureg_scalar(vtex, TGSI_SWIZZLE_W), ureg_imm1f(shader, 0.25f)); in create_vert_shader() 169 ureg_src(t_tc[i]), ureg_scalar(i_tc[0], TGSI_SWIZZLE_W)); in create_frag_shader_weave() 171 ureg_src(t_tc[i]), ureg_scalar(i_tc[1], TGSI_SWIZZLE_W)); in create_frag_shader_weave() 182 TGSI_SWIZZLE_X, j ? TGSI_SWIZZLE_Z : TGSI_SWIZZLE_Y, TGSI_SWIZZLE_W, TGSI_SWIZZLE_W); in create_frag_shader_weave() 336 TGSI_SWIZZLE_Z, TGSI_SWIZZLE_W, TGSI_SWIZZLE_W)); in create_frag_shader_deint_yuv()
|
D | vl_mc.c | 279 ureg_IF(shader, ureg_scalar(vpos, TGSI_SWIZZLE_W), &label); in create_ycbcr_vert_shader() 343 ureg_scalar(flags, TGSI_SWIZZLE_W), ureg_src(tmp)); in create_ycbcr_frag_shader()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bitmap_shader.c | 121 inst.Src[0].Register.SwizzleW = TGSI_SWIZZLE_W; in transform_instr()
|
D | st_tgsi_lower_yuv.c | 165 ctx->imm[idx].Register.SwizzleW = TGSI_SWIZZLE_W; in emit_immed() 236 ctx->tmp[i].src.Register.SwizzleW = TGSI_SWIZZLE_W; in emit_decls()
|
D | st_atifs_to_tgsi.c | 97 TGSI_SWIZZLE_W, in apply_swizzle() 113 imm[0] = ureg_scalar(src, TGSI_SWIZZLE_W); in apply_swizzle() 170 src = ureg_scalar(src, TGSI_SWIZZLE_W); in prepare_argument()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pstipple.c | 358 TGSI_SWIZZLE_W, TRUE); in pstip_transform_prolog()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 624 #define TGSI_SWIZZLE_W 3 macro
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 168 if ( write_mask & TGSI_WRITEMASK_W && r->Register.SwizzleW != TGSI_SWIZZLE_W) in is_unswizzled() 214 r->Register.SwizzleW = TGSI_SWIZZLE_W; in set_neutral_element_swizzle()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 661 TGSI_SWIZZLE_W, enumerator
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.c | 469 assert(chan_index < TGSI_SWIZZLE_W); in lp_build_emit_fetch_texoffset()
|