mesa/src/amd/vulkan
Daniel Schürmann ce51e48cb6 radv: move nir_opt_dead_cf() before nir_opt_loop()
This can avoid unnecessary CF transformations.

Totals from 557 (0.70% of 79395) affected shaders: (GFX11)
MaxWaves: 12020 -> 12028 (+0.07%)
Instrs: 4237096 -> 4234110 (-0.07%); split: -0.08%, +0.01%
CodeSize: 21731952 -> 21719556 (-0.06%); split: -0.06%, +0.00%
VGPRs: 40492 -> 40480 (-0.03%)
SpillSGPRs: 467 -> 416 (-10.92%)
Latency: 25704891 -> 25684156 (-0.08%); split: -0.10%, +0.02%
InvThroughput: 5545224 -> 5542998 (-0.04%); split: -0.06%, +0.02%
VClause: 107850 -> 107838 (-0.01%); split: -0.02%, +0.01%
SClause: 90450 -> 90440 (-0.01%); split: -0.05%, +0.04%
Copies: 292714 -> 291354 (-0.46%); split: -0.50%, +0.03%
Branches: 133630 -> 133617 (-0.01%); split: -0.01%, +0.00%
PreSGPRs: 42299 -> 42104 (-0.46%); split: -0.48%, +0.02%
PreVGPRs: 36396 -> 36393 (-0.01%); split: -0.02%, +0.01%
VALU: 2321811 -> 2321192 (-0.03%); split: -0.03%, +0.01%
SALU: 505001 -> 503289 (-0.34%); split: -0.35%, +0.01%
SMEM: 132622 -> 132640 (+0.01%)

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28150>
2024-05-03 13:01:29 +00:00
..
bvh radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
layers radv: don't use python 3.9 feature in radv_annotate_layer_gen.py 2024-04-23 22:45:51 +00:00
meta radv: Fix differing aspect masks for multiplane image copies. 2024-04-23 13:11:49 +00:00
nir radv: Run DCE before deleting I/O variables. 2024-04-18 18:35:07 +00:00
radix_sort radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
tests radv: Add radv_nir_lower_hit_attrib_derefs_tests 2023-11-02 15:48:36 +00:00
winsys radv/amdgpu: do not use IB2 for nested command buffers 2024-04-23 16:41:56 +00:00
.clang-format radv/clang-format: Do not indent C++ modifiers 2023-11-02 15:48:36 +00:00
.editorconfig radv: Update editorconfig. 2021-04-10 03:31:58 +02:00
meson.build radv/video: add initial support for encoding with h264. 2024-04-11 13:28:32 +10:00
radv_acceleration_structure.c radv: Destroy leaf_updateable_pipeline 2024-04-10 08:23:14 +00:00
radv_aco_shader_info.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_android.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_android.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_buffer.c radv: Store range rather than bo_size in VkBuffer/VkImage. 2024-04-16 16:29:57 +02:00
radv_buffer.h radv: Store range rather than bo_size in VkBuffer/VkImage. 2024-04-16 16:29:57 +02:00
radv_buffer_view.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_buffer_view.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_check_va.py
radv_cmd_buffer.c radv: add a new dirty state for emitting the color output state 2024-05-03 06:29:05 +00:00
radv_cmd_buffer.h radv: add a new dirty state for emitting the color output state 2024-05-03 06:29:05 +00:00
radv_constants.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_cp_dma.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_cp_dma.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_cp_reg_shadowing.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_cp_reg_shadowing.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_cs.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_cs.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_debug.c radv: Trace indirect dispatch sizes 2024-04-25 10:20:03 +00:00
radv_debug.h radv: Trace indirect dispatch sizes 2024-04-25 10:20:03 +00:00
radv_descriptor_set.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_descriptor_set.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_device.c radv: add RADV_DEBUG=psocachestats to report per-pipeline cache hits/misses 2024-04-22 13:54:05 +00:00
radv_device.h radv: Use a struct for the trace_bo layout 2024-04-25 10:20:03 +00:00
radv_device_generated_commands.c radv: add missing SQTT markers when an indirect indexed draw is used with DGC 2024-04-15 07:22:49 +00:00
radv_device_generated_commands.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_device_memory.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_device_memory.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_event.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_event.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_formats.c radv: fix image format properties with fragment shading rate usage 2024-04-25 06:33:39 +00:00
radv_formats.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_image.c radv: Store range rather than bo_size in VkBuffer/VkImage. 2024-04-16 16:29:57 +02:00
radv_image.h radv: Store range rather than bo_size in VkBuffer/VkImage. 2024-04-16 16:29:57 +02:00
radv_image_view.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_image_view.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_instance.c radv: add RADV_DEBUG=psocachestats to report per-pipeline cache hits/misses 2024-04-22 13:54:05 +00:00
radv_instance.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_llvm_helper.cpp radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_llvm_helper.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_nir_to_llvm.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_nir_to_llvm.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_perfcounter.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_perfcounter.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_physical_device.c radv: pre-compute VGT_TF_PARAM.DISTRIBUTION_MODE 2024-04-30 07:18:08 +00:00
radv_physical_device.h radv: pre-compute VGT_TF_PARAM.DISTRIBUTION_MODE 2024-04-30 07:18:08 +00:00
radv_pipeline.c radv: add RADV_DEBUG=psocachestats to report per-pipeline cache hits/misses 2024-04-22 13:54:05 +00:00
radv_pipeline.h radv: add RADV_DEBUG=psocachestats to report per-pipeline cache hits/misses 2024-04-22 13:54:05 +00:00
radv_pipeline_cache.c radv/rt: rework the helper that hashes a ray tracing pipeline 2024-04-26 07:40:09 +00:00
radv_pipeline_cache.h radv/rt: rework the helper that hashes a ray tracing pipeline 2024-04-26 07:40:09 +00:00
radv_pipeline_compute.c radv: precompute compute/task shader register values 2024-05-03 06:07:46 +00:00
radv_pipeline_compute.h radv: precompute compute/task shader register values 2024-05-03 06:07:46 +00:00
radv_pipeline_graphics.c radv: add a new dirty state for emitting the color output state 2024-05-03 06:29:05 +00:00
radv_pipeline_graphics.h radv: add a new dirty state for emitting the color output state 2024-05-03 06:29:05 +00:00
radv_pipeline_rt.c radv: emit compute pipelines directly from the cmdbuf 2024-05-02 10:39:03 +00:00
radv_pipeline_rt.h radv/rt: move radv_ray_tracing_pipeline::sha1 to radv_pipeline 2024-04-22 13:54:05 +00:00
radv_printf.c radv: move radv_printf_data to radv_printf.h 2024-04-05 12:18:38 +00:00
radv_printf.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_query.c radv: fix waiting for occlusion queries on GFX6-8 2024-04-19 07:36:37 +00:00
radv_query.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_queue.c radv: Use a struct for the trace_bo layout 2024-04-25 10:20:03 +00:00
radv_queue.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_radeon_winsys.h radv: add direct cs emit for a dword. 2024-04-11 12:48:29 +10:00
radv_rmv.c radv: Store range rather than bo_size in VkBuffer/VkImage. 2024-04-16 16:29:57 +02:00
radv_rmv.h radv/rmv: fix image binds logging for disjoint images 2024-04-10 11:23:40 +00:00
radv_rra.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_rra.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_sampler.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_sampler.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_sdma.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_sdma.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_shader.c radv: move nir_opt_dead_cf() before nir_opt_loop() 2024-05-03 13:01:29 +00:00
radv_shader.h radv: store cb_shader_mask for fragment shaders and epilogs 2024-05-03 06:29:05 +00:00
radv_shader_args.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_shader_args.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_shader_info.c radv: store cb_shader_mask for fragment shaders and epilogs 2024-05-03 06:29:05 +00:00
radv_shader_info.h radv: store cb_shader_mask for fragment shaders and epilogs 2024-05-03 06:29:05 +00:00
radv_shader_object.c radv: remove bogus VkShaderCreateInfoEXT::flags being 0 assert for compute 2024-04-29 11:45:03 +00:00
radv_shader_object.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_spm.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_spm.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_sqtt.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_sqtt.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_video.c radv/video: Report maxBitrate in encode capabilities 2024-04-26 09:18:29 +00:00
radv_video.h radv/video: Avoid resetting rate control every frame 2024-04-19 09:51:06 +00:00
radv_video_enc.c radv/video: Set correct bit depth and format for 10bit input 2024-04-26 09:18:29 +00:00
radv_wsi.c radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_wsi.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00