Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_clone.c265 clone_deref_var(clone_state *state, const nir_deref_var *dvar, in clone_deref_var() function
365 nitr->variables[i] = clone_deref_var(state, itr->variables[i], in clone_intrinsic()
422 ntex->texture = clone_deref_var(state, tex->texture, &ntex->instr); in clone_tex()
427 ntex->sampler = clone_deref_var(state, tex->sampler, &ntex->instr); in clone_tex()
491 ncall->params[i] = clone_deref_var(state, call->params[i], &ncall->instr); in clone_call()
493 ncall->return_deref = clone_deref_var(state, call->return_deref, in clone_call()