Searched refs:new_srcs (Results 1 – 2 of 2) sorted by relevance
648 nir_tex_src *new_srcs = rzalloc_array(tex, nir_tex_src, in nir_tex_instr_add_src() local652 new_srcs[i].src_type = tex->src[i].src_type; in nir_tex_instr_add_src()653 nir_instr_move_src(&tex->instr, &new_srcs[i].src, in nir_tex_instr_add_src()658 tex->src = new_srcs; in nir_tex_instr_add_src()
2739 const char *new_srcs[4] = { buf, srcs[1], srcs[2], srcs[3] }; in translate_tex() local2757 srcs = new_srcs; in translate_tex()