Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_samplers.c113 nir_tex_src *new_srcs = rzalloc_array(instr, nir_tex_src, in lower_sampler() local
117 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()
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c151 nir_tex_src *new_srcs = rzalloc_array(tex, nir_tex_src, in lower_tex_deref() local
155 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()