Searched refs:rc_swizzle (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.h | 16 rc_swizzle get_swz(unsigned int swz, rc_swizzle idx); 21 rc_swizzle swz_x, rc_swizzle swz_y, 22 rc_swizzle swz_z, rc_swizzle swz_w); 26 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_program.h | 212 rc_swizzle rc_mask_to_swizzle(unsigned int mask);
|
D | radeon_optimize.c | 177 rc_swizzle * pswz, unsigned int * pnegate) in is_src_uniform_constant() 212 rc_swizzle swz = 0; in constant_folding_mad() 253 rc_swizzle swz = 0; in constant_folding_mul() 286 rc_swizzle swz = 0; in constant_folding_add() 538 rc_swizzle swz = in is_presub_candidate()
|
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 | 52 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()
|