Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c818 unsigned int read_chan = RC_SWIZZLE_UNUSED; in is_rgb_to_alpha_possible() local
853 if (read_chan == RC_SWIZZLE_UNUSED) { in is_rgb_to_alpha_possible()
854 read_chan = swz; in is_rgb_to_alpha_possible()
855 } else if (read_chan != swz) { in is_rgb_to_alpha_possible()