Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/rogue/
Drogue_nir.c155 NIR_PASS_V(nir, nir_opt_move, nir_move_load_ubo | nir_move_load_input); in rogue_nir_passes()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_sink.c66 return options & nir_move_load_input; in nir_can_move_instr()
Dnir.h5524 nir_move_load_input = (1 << 2), enumerator
/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c1531 nir_opt_sink(shader, nir_move_load_input | nir_move_const_undef | nir_move_copies); in ac_nir_lower_ngg_nogs()
1532 nir_opt_move(shader, nir_move_load_input | nir_move_copies | nir_move_const_undef); in ac_nir_lower_ngg_nogs()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1493 nir_move_const_undef | nir_move_load_ubo | nir_move_load_input | in agx_optimize_nir()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c4859 sink_opts |= nir_move_load_input; in radv_create_shaders()
4863 nir_move_load_input | nir_move_const_undef | nir_move_copies); in radv_create_shaders()
4930 nir_move_load_input | nir_move_comparisons | nir_move_copies; in radv_create_shaders()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c453 nir_move_const_undef | nir_move_load_ubo | nir_move_load_input | in optimise_nir()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3247 nir_move_load_input); in run()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c3817 nir_move_const_undef | nir_move_load_ubo | nir_move_load_input | in nir_to_tgsi_options()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c4550 nir_move_const_undef | nir_move_load_ubo | nir_move_load_input | in bi_optimize_nir()