Searched refs:function_hash (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | ir_function_detect_recursion.cpp | 162 this->function_hash = _mesa_hash_table_create(NULL, _mesa_hash_pointer, in has_recursion_visitor() 168 _mesa_hash_table_destroy(this->function_hash, NULL); in ~has_recursion_visitor() 175 hash_entry *entry = _mesa_hash_table_search(this->function_hash, sig); in get_function() 178 _mesa_hash_table_insert(this->function_hash, sig, f); in get_function() 225 struct hash_table *function_hash; member in __anon48160c2a0111::has_recursion_visitor 266 hash_entry *entry = _mesa_hash_table_search(visitor->function_hash, key); in remove_unlinked_functions() 267 _mesa_hash_table_remove(visitor->function_hash, entry); in remove_unlinked_functions() 329 hash_table_call_foreach(v.function_hash, remove_unlinked_functions, & v); in detect_recursion_unlinked() 335 hash_table_call_foreach(v.function_hash, emit_errors_unlinked, state); in detect_recursion_unlinked() 355 hash_table_call_foreach(v.function_hash, remove_unlinked_functions, & v); in detect_recursion_linked() [all …]
|