Home
last modified time | relevance | path

Searched refs:clone_deref_instr (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_clone.c308 clone_deref_instr(clone_state *state, const nir_deref_instr *deref) in clone_deref_instr() function
494 return &clone_deref_instr(state, nir_instr_as_deref(instr))->instr; in clone_instr()
H A Dnir_linking_helpers.c1194 clone_deref_instr(nir_builder *b, nir_variable *var, nir_deref_instr *deref) in clone_deref_instr() function
1200 nir_deref_instr *parent = clone_deref_instr(b, var, parent_deref); in clone_deref_instr()
1266 nir_deref_instr *uni_deref = clone_deref_instr(&b, uni_var, deref); in replace_varying_input_by_uniform_load()

Completed in 5 milliseconds