Home
last modified time | relevance | path

Searched refs:rc_swizzle (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h43 rc_swizzle get_swz(unsigned int swz, rc_swizzle idx);
48 rc_swizzle swz_x, rc_swizzle swz_y,
49 rc_swizzle swz_z, rc_swizzle swz_w);
53 rc_swizzle rc_mask_to_swizzle(unsigned int mask);
Dradeon_compiler_util.c51 rc_swizzle get_swz(unsigned int swz, rc_swizzle idx) in get_swz()
77 rc_swizzle swz_x, rc_swizzle swz_y, rc_swizzle swz_z, rc_swizzle swz_w) in combine_swizzles4()
104 rc_swizzle rc_mask_to_swizzle(unsigned int mask) in rc_mask_to_swizzle()
295 rc_swizzle swz = GET_SWZ(swizzle, i); in lmul_swizzle()
Dradeon_optimize.c194 rc_swizzle * pswz, unsigned int * pnegate) in is_src_uniform_constant()
229 rc_swizzle swz = 0; in constant_folding_mad()
270 rc_swizzle swz = 0; in constant_folding_mul()
303 rc_swizzle swz = 0; in constant_folding_add()
555 rc_swizzle swz = in is_presub_candidate()
Dradeon_program.h212 rc_swizzle rc_mask_to_swizzle(unsigned int mask);
Dradeon_program_constants.h116 } rc_swizzle; typedef
Dradeon_program_alu.c164 rc_swizzle x, rc_swizzle y, rc_swizzle z, rc_swizzle w) in swizzle()
172 rc_swizzle x) in swizzle_smear()
Dradeon_emulate_loops.c53 rc_swizzle Swz;
Dradeon_pair_schedule.c763 rc_swizzle old_swz, in rgb_to_alpha_remap()
847 rc_swizzle swz = get_swz(arg->Swizzle, i); in is_rgb_to_alpha_possible()
Dradeon_program_print.c190 rc_swizzle swz = GET_SWZ(swizzle, comp); in rc_print_swizzle()