Lines Matching refs:used_locations
2541 unsigned used_locations = (max_index >= 32)
2771 var->name, used_locations, use_mask, attr);
2778 if ((~(use_mask << attr) & used_locations) != used_locations) {
2829 used_locations, use_mask, attr);
2834 used_locations, use_mask, attr);
2838 used_locations |= (use_mask << attr);
2884 _mesa_bitcount(used_locations & ((1 << max_index) - 1)) +
2911 used_locations |= (1 << 0);
2920 int location = find_available_slots(used_locations, to_assign[i].slots);
2935 used_locations |= (use_mask << location);
2948 _mesa_bitcount(used_locations & ((1 << max_index) - 1)) +