Searched refs:nir_instr_move_src (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_cl_images.c | 239 nir_instr_move_src(&tex->instr, &tex->src[count].src, in nir_lower_cl_images()
|
D | nir.c | 807 nir_instr_move_src(&tex->instr, &new_srcs[i].src, in nir_tex_instr_add_src() 830 nir_instr_move_src(&tex->instr, &tex->src[i - 1].src, &tex->src[i].src); in nir_tex_instr_remove_src() 1556 nir_instr_move_src(nir_instr *dest_instr, nir_src *dest, nir_src *src) in nir_instr_move_src() function
|
D | nir.h | 5076 void nir_instr_move_src(nir_instr *dest_instr, nir_src *dest, nir_src *src);
|