Home
last modified time | relevance | path

Searched refs:nir_instr_move (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_group_loads.c211 nir_instr_move(nir_after_instr(last), move_instr); in group_loads()
240 nir_instr_move(nir_before_instr(first), move_instr); in group_loads()
Dnir_opt_move_discards_to_top.c219 progress |= nir_instr_move(cursor, instr); in opt_move_discards_to_top_impl()
Dnir.c1179 nir_instr_move(nir_cursor cursor, nir_instr *instr) in nir_instr_move() function
Dnir.h4058 bool nir_instr_move(nir_cursor cursor, nir_instr *instr);
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_nir_passes.c409 nir_instr_move(b->cursor, &intr->instr); in invert_depth_impl()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_rt.c1730 nir_instr_move(target, instr); in move_rt_instructions()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst2921 - nir: Add a nir_instr_move helper