Searched defs:WritemaskCount (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c99 unsigned int WritemaskCount; member in struct:rc_class
244 if (classes[i].WritemaskCount > max_writemask_count) {
304 if (c.WritemaskCount == 1) {
307 for (i = 0; i < c.WritemaskCount; i++) {
587 for (j = 0; j < class.WritemaskCount; j++) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c99 unsigned int WritemaskCount; member in struct:rc_class
244 if (classes[i].WritemaskCount > max_writemask_count) {
304 if (c.WritemaskCount == 1) {
307 for (i = 0; i < c.WritemaskCount; i++) {
587 for (j = 0; j < class.WritemaskCount; j++) {

Completed in 203 milliseconds