Home
last modified time | relevance | path

Searched refs:nir_move_options (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_move.c67 nir_opt_move_block(nir_block *block, nir_move_options options) in nir_opt_move_block()
152 nir_opt_move(nir_shader *shader, nir_move_options options) in nir_opt_move()
Dnir_opt_sink.c40 nir_can_move_instr(nir_instr *instr, nir_move_options options) in nir_can_move_instr()
201 nir_opt_sink(nir_shader *shader, nir_move_options options) in nir_opt_sink()
Dnir.h5529 } nir_move_options; typedef
5531 bool nir_can_move_instr(nir_instr *instr, nir_move_options options);
5533 bool nir_opt_sink(nir_shader *shader, nir_move_options options);
5535 bool nir_opt_move(nir_shader *shader, nir_move_options options);
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3243 nir_move_options move_options = in run()
3244 (nir_move_options)(nir_move_const_undef | in run()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1492 nir_move_options move_all = in agx_optimize_nir()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c452 nir_move_options move_all = in optimise_nir()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c3816 nir_move_options move_all = in nir_to_tgsi_options()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c4857 nir_move_options sink_opts = nir_move_const_undef | nir_move_copies; in radv_create_shaders()
4929 nir_move_options move_opts = nir_move_const_undef | nir_move_load_ubo | in radv_create_shaders()
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c2203 nir_move_options sink_opts = in v3d_optimize_nir()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c4549 nir_move_options move_all = in bi_optimize_nir()