Searched refs:consumer_inputs_with_locations (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_varyings.c | 1846 nir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX]) in populate_consumer_input_sets() 1848 memset(consumer_inputs_with_locations, 0, in populate_consumer_input_sets() 1849 sizeof(consumer_inputs_with_locations[0]) * VARYING_SLOT_TESS_MAX); in populate_consumer_input_sets() 1859 * - For !producer, consumer_inputs_with_locations isn't used. in populate_consumer_input_sets() 1861 * - For !consumer, consumer_inputs_with_locations is empty. in populate_consumer_input_sets() 1869 * consumer_inputs_with_locations[var->data.location], not any in populate_consumer_input_sets() 1872 consumer_inputs_with_locations[input_var->data.location] = in populate_consumer_input_sets() 1900 nir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX]) in get_matching_input() 1905 input_var = consumer_inputs_with_locations[output_var->data.location]; in get_matching_input() 2381 nir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MA in assign_initial_varying_locations() local 1843 populate_consumer_input_sets(void *mem_ctx, nir_shader *nir, struct hash_table *consumer_inputs, struct hash_table *consumer_interface_inputs, nir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX]) populate_consumer_input_sets() argument 1896 get_matching_input(void *mem_ctx, const nir_variable *output_var, struct hash_table *consumer_inputs, struct hash_table *consumer_interface_inputs, nir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX]) get_matching_input() argument [all...] |
Completed in 5 milliseconds