Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_phis_to_scalar.c46 struct hash_table *phi_table; member
155 struct hash_entry *entry = _mesa_hash_table_search(state->phi_table, phi); in should_lower_phi()
163 entry = _mesa_hash_table_insert(state->phi_table, phi, (void *)(intptr_t)1); in should_lower_phi()
180 entry = _mesa_hash_table_search(state->phi_table, phi); in should_lower_phi()
290 state.phi_table = _mesa_pointer_hash_table_create(NULL); in lower_phis_to_scalar_impl()
302 ralloc_free(state.phi_table); in lower_phis_to_scalar_impl()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c932 _mesa_hash_table_insert(b->phi_table, w, phi_var); in vtn_handle_phis_first_pass()
947 struct hash_entry *phi_entry = _mesa_hash_table_search(b->phi_table, w); in vtn_handle_phi_second_pass()
1420 b->phi_table = _mesa_pointer_hash_table_create(b); in vtn_function_emit()
Dvtn_private.h696 struct hash_table *phi_table; member