Home
last modified time | relevance | path

Searched defs:var_info_map (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_split_vars.c375 struct hash_table *var_info_map, in init_var_list_array_infos()
423 struct hash_table *var_info_map) in get_array_var_info()
432 struct hash_table *var_info_map, in get_array_deref_info()
447 struct hash_table *var_info_map, in mark_array_deref_used()
472 struct hash_table *var_info_map, in mark_array_usage_impl()
548 struct hash_table *var_info_map, in split_var_list_arrays()
706 struct hash_table *var_info_map, in split_array_copies_impl()
751 struct hash_table *var_info_map, in split_array_access_impl()
864 struct hash_table *var_info_map = _mesa_pointer_hash_table_create(mem_ctx); in nir_split_array_vars() local