HomeSort by relevance Sort by last modified time
    Searched refs:new_srcs (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_samplers.c 113 nir_tex_src *new_srcs = rzalloc_array(instr, nir_tex_src, local
117 new_srcs[i].src_type = instr->src[i].src_type;
118 nir_instr_move_src(&instr->instr, &new_srcs[i].src,
123 instr->src = new_srcs;
  /external/mesa3d/src/intel/vulkan/
anv_nir_apply_pipeline_layout.c 151 nir_tex_src *new_srcs = rzalloc_array(tex, nir_tex_src, local
155 new_srcs[i].src_type = tex->src[i].src_type;
156 nir_instr_move_src(&tex->instr, &new_srcs[i].src, &tex->src[i].src);
160 tex->src = new_srcs;

Completed in 83 milliseconds