Searched refs:rc_swizzle (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.h | 43 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);
|
D | radeon_compiler_util.c | 51 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()
|
D | radeon_optimize.c | 194 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()
|
D | radeon_program.h | 212 rc_swizzle rc_mask_to_swizzle(unsigned int mask);
|
D | radeon_program_constants.h | 116 } rc_swizzle; typedef
|
D | radeon_program_alu.c | 164 rc_swizzle x, rc_swizzle y, rc_swizzle z, rc_swizzle w) in swizzle() 172 rc_swizzle x) in swizzle_smear()
|
D | radeon_emulate_loops.c | 53 rc_swizzle Swz;
|
D | radeon_pair_schedule.c | 763 rc_swizzle old_swz, in rgb_to_alpha_remap() 847 rc_swizzle swz = get_swz(arg->Swizzle, i); in is_rgb_to_alpha_possible()
|
D | radeon_program_print.c | 190 rc_swizzle swz = GET_SWZ(swizzle, comp); in rc_print_swizzle()
|