Home
last modified time | relevance | path

Searched refs:TGSI_SWIZZLE_W (Results 1 – 25 of 40) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_emit.h170 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)
Dsvga_tgsi_vgpu10.c1379 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 …]
Dsvga_tgsi_insn.c817 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()
Dsvga_tgsi_decl_sm30.c211 TGSI_SWIZZLE_W ); in ps30_input()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_aa_point.c185 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()
Dtgsi_point_sprite.c48 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()
Dtgsi_build.c845 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()
Dtgsi_ureg.h1063 src.SwizzleW = TGSI_SWIZZLE_W; in ureg_src_array_register()
1098 src.SwizzleW = TGSI_SWIZZLE_W; in ureg_src()
Dtgsi_lowering.c1237 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/
Dxa_tgsi.c119 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/
Ddraw_pipe_aapoint.c240 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/
Dfd2_compiler.c515 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/
Dtgsi_build.c827 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()
Dtgsi_ureg.h1087 src.SwizzleW = TGSI_SWIZZLE_W; in ureg_src_register()
1115 src.SwizzleW = TGSI_SWIZZLE_W; in ureg_src()
Dtgsi_scan.c526 src->Register.SwizzleW != TGSI_SWIZZLE_W || in tgsi_is_passthrough_shader()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c104 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()
Dvl_mc.c279 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/
Dst_cb_bitmap_shader.c121 inst.Src[0].Register.SwizzleW = TGSI_SWIZZLE_W; in transform_instr()
Dst_tgsi_lower_yuv.c165 ctx->imm[idx].Register.SwizzleW = TGSI_SWIZZLE_W; in emit_immed()
236 ctx->tmp[i].src.Register.SwizzleW = TGSI_SWIZZLE_W; in emit_decls()
Dst_atifs_to_tgsi.c97 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/
Du_pstipple.c358 TGSI_SWIZZLE_W, TRUE); in pstip_transform_prolog()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h624 #define TGSI_SWIZZLE_W 3 macro
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c168 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/
Dp_shader_tokens.h661 TGSI_SWIZZLE_W, enumerator
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c469 assert(chan_index < TGSI_SWIZZLE_W); in lp_build_emit_fetch_texoffset()

12