Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_clone.c309 nir_deref_instr *nderef = in clone_deref_instr() local
312 __clone_dst(state, &nderef->instr, &nderef->dest, &deref->dest); in clone_deref_instr()
314 nderef->modes = deref->modes; in clone_deref_instr()
315 nderef->type = deref->type; in clone_deref_instr()
318 nderef->var = remap_var(state, deref->var); in clone_deref_instr()
319 return nderef; in clone_deref_instr()
322 __clone_src(state, &nderef->instr, &nderef->parent, &deref->parent); in clone_deref_instr()
326 nderef->strct.index = deref->strct.index; in clone_deref_instr()
331 __clone_src(state, &nderef->instr, in clone_deref_instr()
332 &nderef->arr.index, &deref->arr.index); in clone_deref_instr()
[all …]
/third_party/boost/boost/gil/
Dlocator.hpp249 static type make(const memory_based_2d_locator<StepIterator>& loc, const Deref& nderef) { in make()
250 return type(iterator_add_deref<StepIterator,Deref>::make(loc.y(),nderef)); in make()