Lines Matching refs:nderef
292 nir_deref_instr *nderef =
295 __clone_dst(state, &nderef->instr, &nderef->dest, &deref->dest);
297 nderef->mode = deref->mode;
298 nderef->type = deref->type;
301 nderef->var = remap_var(state, deref->var);
302 return nderef;
305 __clone_src(state, &nderef->instr, &nderef->parent, &deref->parent);
309 nderef->strct.index = deref->strct.index;
314 __clone_src(state, &nderef->instr,
315 &nderef->arr.index, &deref->arr.index);
323 nderef->cast.ptr_stride = deref->cast.ptr_stride;
330 return nderef;