Searched refs:input_locations (Results 1 – 5 of 5) sorted by relevance
123 unsigned *input_locations, in st_nir_make_passthrough_shader() argument140 snprintf(var_name, sizeof(var_name), "sys_%u", input_locations[i]); in st_nir_make_passthrough_shader()144 snprintf(var_name, sizeof(var_name), "in_%u", input_locations[i]); in st_nir_make_passthrough_shader()147 in->data.location = input_locations[i]; in st_nir_make_passthrough_shader()
73 unsigned *input_locations,
454 std::unordered_set<uint32_t> input_locations; in ValidateLocations() local467 ? &input_locations in ValidateLocations()