Searched refs:new_srcs (Results 1 – 2 of 2) sorted by relevance
113 nir_tex_src *new_srcs = rzalloc_array(instr, nir_tex_src, in lower_sampler() local117 new_srcs[i].src_type = instr->src[i].src_type; in lower_sampler()118 nir_instr_move_src(&instr->instr, &new_srcs[i].src, in lower_sampler()123 instr->src = new_srcs; in lower_sampler()
151 nir_tex_src *new_srcs = rzalloc_array(tex, nir_tex_src, in lower_tex_deref() local155 new_srcs[i].src_type = tex->src[i].src_type; in lower_tex_deref()156 nir_instr_move_src(&tex->instr, &new_srcs[i].src, &tex->src[i].src); in lower_tex_deref()160 tex->src = new_srcs; in lower_tex_deref()