Lines Matching defs:slots
58 unsigned slots = glsl_count_attribute_slots(type, false);
59 return BITFIELD64_MASK(slots) << location;
334 unsigned slots = glsl_count_attribute_slots(type, false);
337 for (unsigned i = 0; i < slots; i++) {
434 uint64_t slots =
437 if (slots & used)
440 if (slots & outs_used)
936 * this. Therefore, the total set of valid slots is the OR of the two
1528 * when counting user-facing slots (var->data.location), but *not*
1529 * with driver slots (var->data.driver_location). That is, each user
1530 * slot maps to multiple driver slots.
1637 unsigned slots = glsl_count_attribute_slots(type, false);
1640 slots = DIV_ROUND_UP(component_count, 4);
1643 uint64_t mask = u_bit_consecutive64(0, slots);