Lines Matching defs:compmask
577 * + Let the frag shader determine the position/compmask for the
624 uint8_t compmask;
999 if (so->inputs[i].compmask && so->inputs[i].bary)
1022 uint8_t compmask;
1038 uint8_t compmask, uint8_t loc)
1040 for (int j = 0; j < util_last_bit(compmask); j++) {
1045 l->max_loc = MAX2(l->max_loc, loc + util_last_bit(compmask));
1053 l->var[i].compmask = compmask;
1107 fs->inputs[j].compmask, fs->inputs[j].inloc);