Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c899 struct hash_entry *phi_entry = _mesa_hash_table_search(b->phi_table, w); in vtn_handle_phi_second_pass() local
905 if (phi_entry == NULL) in vtn_handle_phi_second_pass()
908 nir_variable *phi_var = phi_entry->data; in vtn_handle_phi_second_pass()