Searched refs:nir_instr_move_src (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/nir/ |
D | invocation.cpp | 207 nir_instr_move_src(&tex->instr, &tex->src[count].src, in clover_nir_lower_images()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir.c | 843 nir_instr_move_src(&tex->instr, &new_srcs[i].src, in nir_tex_instr_add_src() 866 nir_instr_move_src(&tex->instr, &tex->src[i-1].src, &tex->src[i].src); in nir_tex_instr_remove_src() 1688 nir_instr_move_src(nir_instr *dest_instr, nir_src *dest, nir_src *src) in nir_instr_move_src() function
|
D | nir.h | 4175 void nir_instr_move_src(nir_instr *dest_instr, nir_src *dest, nir_src *src);
|