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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; local
471 rgb_count++;
492 rgb_count++;
500 if (rgb_count > 3 || alpha_count > 3) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; local
471 rgb_count++;
492 rgb_count++;
500 if (rgb_count > 3 || alpha_count > 3) {

Completed in 151 milliseconds