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.cpp1836 hash_table *consumer_inputs, in populate_consumer_input_sets() argument
1878 _mesa_hash_table_insert(consumer_inputs, in populate_consumer_input_sets()
1895 hash_table *consumer_inputs, in get_matching_input() argument
1911 hash_entry *entry = _mesa_hash_table_search(consumer_inputs, output_var->name); in get_matching_input()
2092 hash_table *consumer_inputs = in assign_varying_locations() local
2129 consumer_inputs, in assign_varying_locations()
2151 linker::get_matching_input(mem_ctx, output_var, consumer_inputs, in assign_varying_locations()
2192 _mesa_hash_table_destroy(consumer_inputs, NULL); in assign_varying_locations()