Searched refs:nir_opt_sink (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_sink.c | 201 nir_opt_sink(nir_shader *shader, nir_move_options options) in nir_opt_sink() function
|
H A D | nir.h | 5533 bool nir_opt_sink(nir_shader *shader, nir_move_options options);
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir.c | 802 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 D | ir2_nir.c | 137 OPT_V(s, nir_opt_sink, nir_move_const_undef); in ir2_optimize_nir()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 1496 NIR_PASS_V(nir, nir_opt_sink, move_all); in agx_optimize_nir()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ngg.c | 1531 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 D | nv50_ir_from_nir.cpp | 3248 NIR_PASS_V(nir, nir_opt_sink, move_options);
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 456 NIR_PASS_V(nir, nir_opt_sink, move_all); in optimise_nir()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 4861 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 D | nir_to_vir.c | 2206 NIR_PASS(progress, s, nir_opt_sink, sink_opts); in v3d_optimize_nir()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 4553 NIR_PASS_V(nir, nir_opt_sink, move_all); in bi_optimize_nir()
|
Completed in 50 milliseconds