Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_locals_to_regs.c46 hash_deref(const void *void_deref) in hash_deref() function
102 uint32_t hash = hash_deref(deref); in get_reg_for_deref()
263 state.regs_table = _mesa_hash_table_create(NULL, hash_deref, derefs_equal); in nir_lower_locals_to_regs_impl()
Dnir_instr_set.c152 hash_deref(uint32_t hash, const nir_deref_instr *instr) in hash_deref() function
305 hash = hash_deref(hash, nir_instr_as_deref(instr)); in hash_instr()