Home
last modified time | relevance | path

Searched refs:consumer_inputs (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dvaryings_test.cpp40 hash_table *consumer_inputs,
47 hash_table *consumer_inputs,
69 hash_table *consumer_inputs; member in link_varyings
96 this->consumer_inputs = in SetUp()
111 _mesa_hash_table_destroy(this->consumer_inputs, NULL); in TearDown()
112 this->consumer_inputs = NULL; in TearDown()
129 consumer_inputs, in TEST_F()
133 hash_entry *entry = _mesa_hash_table_search(consumer_inputs, "a"); in TEST_F()
135 EXPECT_EQ(1u, consumer_inputs->entries); in TEST_F()
157 consumer_inputs, in TEST_F()
[all …]
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp2189 hash_table *consumer_inputs, in populate_consumer_input_sets() argument
2231 _mesa_hash_table_insert(consumer_inputs, in populate_consumer_input_sets()
2248 hash_table *consumer_inputs, in get_matching_input() argument
2264 hash_entry *entry = _mesa_hash_table_search(consumer_inputs, output_var->name); in get_matching_input()
2447 hash_table *consumer_inputs = in assign_varying_locations() local
2484 consumer_inputs, in assign_varying_locations()
2506 linker::get_matching_input(mem_ctx, output_var, consumer_inputs, in assign_varying_locations()
2570 consumer_inputs, in assign_varying_locations()
2582 _mesa_hash_table_destroy(consumer_inputs, NULL); in assign_varying_locations()