Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_precision.cpp66 struct hash_table *clone_ht; member in __anon98962fa90111::find_precision_visitor
908 clone_ht =_mesa_pointer_hash_table_create(NULL); in map_builtin()
917 sig->clone(lowered_builtin_mem_ctx, clone_ht); in map_builtin()
931 _mesa_hash_table_clear(clone_ht, NULL); in map_builtin()
941 clone_ht(NULL), in find_precision_visitor()
953 _mesa_hash_table_destroy(clone_ht, NULL); in ~find_precision_visitor()