Lines Matching defs:idx
497 unsigned idx = compute_variable_location_slot(var, sh->Stage);
498 unsigned slot_limit = idx + num_elements;
519 idx, _mesa_shader_stage_to_string(sh->Stage));
544 idx, var->data.location_frac,
731 unsigned idx =
733 unsigned slot_limit = idx + num_elements;
741 while (idx < slot_limit) {
742 if (idx >= MAX_VARYING) {
744 "Invalid location %u in %s shader\n", idx,
749 output = output_explicit_locations[idx][input->data.location_frac].var;
772 idx++;