Home
last modified time | relevance | path

Searched refs:vectorize_opts (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir.c143 nir_load_store_vectorize_options vectorize_opts = { in ir3_optimize_loop() local
148 progress |= OPT(s, nir_opt_load_store_vectorize, &vectorize_opts); in ir3_optimize_loop()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c3190 nir_load_store_vectorize_options vectorize_opts = { in ntt_optimize_nir() local
3195 NIR_PASS(progress, s, nir_opt_load_store_vectorize, &vectorize_opts); in ntt_optimize_nir()
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c2158 nir_load_store_vectorize_options vectorize_opts = { in v3d_optimize_nir() local
2167 &vectorize_opts); in v3d_optimize_nir()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c4802 nir_load_store_vectorize_options vectorize_opts = { in radv_create_shaders() local
4814 vectorize_opts.robust_modes = in radv_create_shaders()
4819 NIR_PASS(progress, stages[i].nir, nir_opt_load_store_vectorize, &vectorize_opts); in radv_create_shaders()

Completed in 26 milliseconds