Lines Matching defs:max_index
2683 unsigned max_index = (target_index == MESA_SHADER_VERTEX) ?
2689 unsigned used_locations = ~SAFE_MASK_FROM_INDEX(max_index);
2739 assert(max_index <= 32);
2757 if ((var->data.location >= (int)(max_index + generic_base))
2913 if (attr + slots > max_index) {
3025 if (num_attr >= max_index) {
3029 max_index);
3042 util_bitcount(used_locations & SAFE_MASK_FROM_INDEX(max_index)) +
3044 if (total_attribs_size > max_index) {
3047 total_attribs_size, max_index);
3105 util_bitcount(used_locations & SAFE_MASK_FROM_INDEX(max_index)) +
3107 if (total_attribs_size > max_index) {
3110 total_attribs_size, max_index);