Searched refs:old_swz (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_swizzles.c332 unsigned old_swz = GET_SWZ(reg->Swizzle, chan); local
343 if (old_swz == swz3) {
369 unsigned old_swz = GET_SWZ(reg->Swizzle, chan); local
372 if (old_swz == RC_SWIZZLE_UNUSED) {
381 if (chan == 3 && old_swz > RC_SWIZZLE_W) {
387 switch (old_swz) {
H A Dradeon_pair_schedule.c763 rc_swizzle old_swz,
770 if (get_swz(arg->Swizzle, i) == old_swz) {
886 unsigned int old_swz = rc_mask_to_swizzle(old_mask); local
974 RC_FILE_TEMPORARY, old_swz, new_index);
759 rgb_to_alpha_remap( struct rc_instruction * inst, struct rc_pair_instruction_arg * arg, rc_register_file old_file, rc_swizzle old_swz, unsigned int new_index) argument

Completed in 6449 milliseconds