Lines Matching defs:remap
310 /* Only remap things that aren't built-ins. */
399 struct varying_loc (*remap)[4],
413 /* Only remap things that aren't built-ins */
428 struct varying_loc *new_loc = &remap[location][var->data.location_frac];
549 /* Only remap things that aren't builtins. */
596 /* We only remap things that aren't builtins. */
657 /* We only remap things that aren't builtins. */
765 assign_remap_locations(struct varying_loc (*remap)[4],
839 /* Assign remap location */
840 remap[location][info->var->data.location_frac].component = tmp_comp++;
841 remap[location][info->var->data.location_frac].location =
860 struct varying_loc remap[MAX_VARYINGS_INCL_PATCH][4] = {{{0}, {0}}};
878 /* Set the remap array based on the sorted components */
893 assign_remap_locations(remap, assigned_comps, info,
897 assign_remap_locations(remap, assigned_comps, info,
901 /* Check if we failed to assign a remap location. This can happen if
911 assign_remap_locations(remap, assigned_comps, info,
922 remap_slots_and_components(consumer, nir_var_shader_in, remap,
925 remap_slots_and_components(producer, nir_var_shader_out, remap,