Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_split_vars.c424 struct hash_table *var_info_map, in init_var_list_array_infos()
472 struct hash_table *var_info_map) in get_array_var_info()
481 struct hash_table *var_info_map, in get_array_deref_info()
496 struct hash_table *var_info_map, in mark_array_deref_used()
521 struct hash_table *var_info_map, in mark_array_usage_impl()
597 struct hash_table *var_info_map, in split_var_list_arrays()
755 struct hash_table *var_info_map, in split_array_copies_impl()
799 struct hash_table *var_info_map, in split_array_access_impl()
914 struct hash_table *var_info_map = _mesa_pointer_hash_table_create(mem_ctx); in nir_split_array_vars() local