Home
last modified time | relevance | path

Searched refs:nir_opt_shrink_vectors (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_shrink_vectors.c295 nir_opt_shrink_vectors(nir_shader *shader, bool shrink_image_store) in nir_opt_shrink_vectors() function
Dmeson.build243 'nir_opt_shrink_vectors.c',
Dnir.h5596 bool nir_opt_shrink_vectors(nir_shader *shader, bool shrink_image_store);
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c203 NIR_PASS(progress, s, nir_opt_shrink_vectors, true); in i915_optimize_nir()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c553 OPT(nir_opt_shrink_vectors, true); in brw_nir_optimize()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c149 progress |= OPT(s, nir_opt_shrink_vectors, true); in etna_optimize_loop()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c172 NIR_PASS(progress, shader, nir_opt_shrink_vectors, in radv_optimize_nir()
Dradv_pipeline.c2354 nir_opt_shrink_vectors(ordered_shaders[i], in radv_link_shaders()
3516 nir_opt_shrink_vectors(nir[i], !device->instance->disable_shrink_image_store); in radv_create_shaders()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2581 NIR_PASS(progress, s, nir_opt_shrink_vectors, true); in ntt_optimize_nir()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1095 - etnaviv: call nir_opt_shrink_vectors(..) in opt loop
1457 - radv: Move nir_opt_shrink_vectors() into the opt loop.
D21.3.0.rst336 - pan/bi: Fix UBO push with nir_opt_shrink_vectors
D20.2.0.rst1853 - amd: Swap from nir_opt_shrink_load() to nir_opt_shrink_vectors().
/third_party/mesa3d/ohos/
Ddependency_inputs.gni1078 ../src/compiler/nir/nir_opt_shrink_vectors.c