Searched refs:function_hash (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | ir_function_detect_recursion.cpp | 161 this->function_hash = _mesa_pointer_hash_table_create(NULL); in has_recursion_visitor() 166 _mesa_hash_table_destroy(this->function_hash, NULL); in ~has_recursion_visitor() 173 hash_entry *entry = _mesa_hash_table_search(this->function_hash, sig); in get_function() 176 _mesa_hash_table_insert(this->function_hash, sig, f); in get_function() 223 struct hash_table *function_hash; member in __anon7242f9480111::has_recursion_visitor 264 hash_entry *entry = _mesa_hash_table_search(visitor->function_hash, key); in remove_unlinked_functions() 265 _mesa_hash_table_remove(visitor->function_hash, entry); in remove_unlinked_functions() 327 hash_table_call_foreach(v.function_hash, remove_unlinked_functions, & v); in detect_recursion_unlinked() 333 hash_table_call_foreach(v.function_hash, emit_errors_unlinked, state); in detect_recursion_unlinked() 353 hash_table_call_foreach(v.function_hash, remove_unlinked_functions, & v); in detect_recursion_linked() [all …]
|
/external/pigweed/pw_tokenizer/ |
D | tokenize_test.cc | 98 constexpr uint32_t function_hash = PW_TOKENIZE_STRING(__func__); in TestName() local 99 EXPECT_EQ(pw::tokenizer::Hash(__func__), function_hash); in TestName()
|