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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_swizzle.c163 unsigned int matchcount = 0; local in function:r300_swizzle_split
178 matchcount++;
182 if (matchcount > best_matchcount) {
183 best_matchcount = matchcount;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_swizzle.c163 unsigned int matchcount = 0; local in function:r300_swizzle_split
178 matchcount++;
182 if (matchcount > best_matchcount) {
183 best_matchcount = matchcount;

Completed in 3 milliseconds