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.c387 struct hash_table *var_info_map, in init_var_list_array_infos()
435 struct hash_table *var_info_map) in get_array_var_info()
444 struct hash_table *var_info_map, in get_array_deref_info()
459 struct hash_table *var_info_map, in mark_array_deref_used()
484 struct hash_table *var_info_map, in mark_array_usage_impl()
559 struct hash_table *var_info_map, in split_var_list_arrays()
717 struct hash_table *var_info_map, in split_array_copies_impl()
762 struct hash_table *var_info_map, in split_array_access_impl()
875 struct hash_table *var_info_map = _mesa_pointer_hash_table_create(mem_ctx); in nir_split_array_vars() local