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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c818 unsigned int read_chan = RC_SWIZZLE_UNUSED; local in function:is_rgb_to_alpha_possible
853 if (read_chan == RC_SWIZZLE_UNUSED) {
854 read_chan = swz;
855 } else if (read_chan != swz) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c818 unsigned int read_chan = RC_SWIZZLE_UNUSED; local in function:is_rgb_to_alpha_possible
853 if (read_chan == RC_SWIZZLE_UNUSED) {
854 read_chan = swz;
855 } else if (read_chan != swz) {

Completed in 29 milliseconds