Home
last modified time | relevance | path

Searched refs:nir_opt_sink (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_sink.c201 nir_opt_sink(nir_shader *shader, nir_move_options options) in nir_opt_sink() function
H A Dnir.h5533 bool nir_opt_sink(nir_shader *shader, nir_move_options options);
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir.c802 OPT_V(s, nir_opt_sink, nir_move_const_undef); in ir3_nir_lower_variant()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c137 OPT_V(s, nir_opt_sink, nir_move_const_undef); in ir2_optimize_nir()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1496 NIR_PASS_V(nir, nir_opt_sink, move_all); in agx_optimize_nir()
/third_party/mesa3d/src/amd/common/
H A 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()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp3248 NIR_PASS_V(nir, nir_opt_sink, move_options);
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c456 NIR_PASS_V(nir, nir_opt_sink, move_all); in optimise_nir()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c4861 NIR_PASS(_, stages[i].nir, nir_opt_sink, sink_opts); in radv_create_shaders()
4927 NIR_PASS(_, stages[i].nir, nir_opt_sink, sink_opts); in radv_create_shaders()
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c2206 NIR_PASS(progress, s, nir_opt_sink, sink_opts); in v3d_optimize_nir()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c4553 NIR_PASS_V(nir, nir_opt_sink, move_all); in bi_optimize_nir()

Completed in 50 milliseconds