Lines Matching defs:bit
381 int bit = ffs( ~p->temp_in_use );382 if (!bit) {387 if ((GLuint) bit > p->program->Base.NumTemporaries)388 p->program->Base.NumTemporaries = bit;390 p->temp_in_use |= 1<<(bit-1);391 return make_ureg(PROGRAM_TEMPORARY, bit-1);518 /* This is a bit sad as the support is there to pull the whole