Searched refs:old_swz (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_dataflow_swizzles.c | 329 unsigned old_swz = GET_SWZ(reg->Swizzle, chan); in try_rewrite_constant() local 340 if (old_swz == swz3) { in try_rewrite_constant() 366 unsigned old_swz = GET_SWZ(reg->Swizzle, chan); in try_rewrite_constant() local 369 if (old_swz == RC_SWIZZLE_UNUSED) { in try_rewrite_constant() 387 switch (old_swz) { in try_rewrite_constant()
|
H A D | radeon_pair_schedule.c | 760 rc_swizzle old_swz, in rgb_to_alpha_remap() 767 if (get_swz(arg->Swizzle, i) == old_swz) { in rgb_to_alpha_remap() 882 unsigned int old_swz = rc_mask_to_swizzle(old_mask); in convert_rgb_to_alpha() local 970 RC_FILE_TEMPORARY, old_swz, new_index); in convert_rgb_to_alpha() 755 rgb_to_alpha_remap( struct schedule_state * s, struct rc_instruction * inst, struct rc_pair_instruction_arg * arg, rc_register_file old_file, rc_swizzle old_swz, unsigned int new_index) rgb_to_alpha_remap() argument
|
Completed in 3 milliseconds