Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_clone.c488 clone_instr(clone_state *state, const nir_instr *instr) in clone_instr() function
524 return clone_instr(&state, orig); in nir_instr_clone()
536 return clone_instr(&state, orig); in nir_instr_clone_deep()
563 nir_instr *ninstr = clone_instr(state, instr); in clone_block()