Searched refs:nir_opt_shrink_vectors (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_shrink_vectors.c | 295 nir_opt_shrink_vectors(nir_shader *shader, bool shrink_image_store) in nir_opt_shrink_vectors() function
|
D | meson.build | 243 'nir_opt_shrink_vectors.c',
|
D | nir.h | 5596 bool nir_opt_shrink_vectors(nir_shader *shader, bool shrink_image_store);
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.c | 203 NIR_PASS(progress, s, nir_opt_shrink_vectors, true); in i915_optimize_nir()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 553 OPT(nir_opt_shrink_vectors, true); in brw_nir_optimize()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 149 progress |= OPT(s, nir_opt_shrink_vectors, true); in etna_optimize_loop()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 172 NIR_PASS(progress, shader, nir_opt_shrink_vectors, in radv_optimize_nir()
|
D | radv_pipeline.c | 2354 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/ |
D | nir_to_tgsi.c | 2581 NIR_PASS(progress, s, nir_opt_shrink_vectors, true); in ntt_optimize_nir()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 1095 - etnaviv: call nir_opt_shrink_vectors(..) in opt loop 1457 - radv: Move nir_opt_shrink_vectors() into the opt loop.
|
D | 21.3.0.rst | 336 - pan/bi: Fix UBO push with nir_opt_shrink_vectors
|
D | 20.2.0.rst | 1853 - amd: Swap from nir_opt_shrink_load() to nir_opt_shrink_vectors().
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 1078 ../src/compiler/nir/nir_opt_shrink_vectors.c
|