mesa/src/amd/vulkan
Samuel Pitoiset 8c51874af4 radv,aco: lower color exports in NIR
fossils-db (Sienna Cichlid):
Totals from 27108 (20.09% of 134913) affected shaders:
VGPRs: 1260608 -> 1261424 (+0.06%); split: -0.00%, +0.07%
CodeSize: 112795868 -> 112785892 (-0.01%); split: -0.05%, +0.04%
MaxWaves: 628608 -> 628448 (-0.03%); split: +0.00%, -0.03%
Instrs: 20750003 -> 20749314 (-0.00%); split: -0.01%, +0.00%
Latency: 288088081 -> 288015865 (-0.03%); split: -0.06%, +0.04%
InvThroughput: 53944847 -> 53961693 (+0.03%); split: -0.01%, +0.04%
VClause: 396463 -> 396467 (+0.00%); split: -0.02%, +0.02%
SClause: 842088 -> 842150 (+0.01%); split: -0.03%, +0.04%
Copies: 1244982 -> 1259026 (+1.13%); split: -0.01%, +1.14%
PreSGPRs: 1251949 -> 1251909 (-0.00%)
PreVGPRs: 1099647 -> 1100879 (+0.11%); split: -0.03%, +0.14%

fossils-db (Polaris10):
Totals from 23928 (17.60% of 135960) affected shaders:
SGPRs: 1751792 -> 1751024 (-0.04%); split: -0.05%, +0.01%
VGPRs: 1098964 -> 1098556 (-0.04%); split: -0.13%, +0.09%
CodeSize: 99893472 -> 99837940 (-0.06%); split: -0.06%, +0.00%
MaxWaves: 138322 -> 138306 (-0.01%); split: +0.03%, -0.04%
Instrs: 19213995 -> 19211980 (-0.01%); split: -0.02%, +0.01%
Latency: 273026926 -> 273109402 (+0.03%); split: -0.01%, +0.04%
InvThroughput: 111160907 -> 111195187 (+0.03%); split: -0.04%, +0.07%
VClause: 343058 -> 343097 (+0.01%); split: -0.02%, +0.03%
SClause: 802756 -> 802884 (+0.02%); split: -0.04%, +0.06%
Copies: 1729387 -> 1739208 (+0.57%); split: -0.04%, +0.61%
PreSGPRs: 1090264 -> 1090303 (+0.00%); split: -0.00%, +0.01%
PreVGPRs: 959490 -> 960600 (+0.12%); split: -0.04%, +0.15%

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15263>
2022-03-28 11:47:35 +00:00
..
layers radv: abstract queue family away from queue family index. 2022-03-11 04:38:55 +00:00
winsys radv/winsys: remove old comment about zerovram 2022-03-16 07:19:15 +00:00
.editorconfig radv: Update editorconfig. 2021-04-10 03:31:58 +02:00
00-radv-defaults.conf radv: enable radv_disable_aniso_single_level for DXVK/vkd3d 2022-03-17 15:10:06 +00:00
meson.build radv,aco: lower vulkan_resource_index in NIR 2022-03-22 16:33:27 +00:00
radv_acceleration_structure.c radv: Add a vkCmdBuildAccelerationStructuresIndirectKHR stub. 2022-03-28 10:25:42 +00:00
radv_acceleration_structure.h radv: Add copy/serialization info to accel struct headers. 2021-10-01 13:43:28 +00:00
radv_android.c radv: Move QueueSignalReleaseImageANDROID to common code 2022-01-05 16:36:10 +00:00
radv_check_va.py radv: add a Python script to check if a VA was ever valid 2020-12-30 08:40:21 +01:00
radv_cmd_buffer.c radv: Add more RT pipeline stubs. 2022-03-28 10:25:42 +00:00
radv_constants.h radv: Use larger arena sizes. 2022-02-11 23:20:21 +00:00
radv_cs.h radv: apply spi_cu_en to CU_EN 2022-01-05 01:36:10 -05:00
radv_debug.c radv: abstract queue family away from queue family index. 2022-03-11 04:38:55 +00:00
radv_debug.h radv: use wave32 for raytracing 2022-01-21 16:25:16 +00:00
radv_descriptor_set.c radv: Don't hash ycbcr sampler base object. 2022-03-18 17:56:15 +00:00
radv_descriptor_set.h radv: Don't hash ycbcr sampler base object. 2022-03-18 17:56:15 +00:00
radv_device.c vulkan: move EXT_tooling_info implementation to runtime 2022-03-23 09:51:57 +00:00
radv_formats.c radv: Don't use VK_OUTARRAY_MAKE()/vk_outarray_append() 2022-03-24 09:11:13 +00:00
radv_image.c radv: abstract queue family away from queue family index. 2022-03-11 04:38:55 +00:00
radv_llvm_helper.cpp radv: Rename radv_shader_helper.h to radv_llvm_helper.h 2021-10-01 10:40:18 +02:00
radv_llvm_helper.h radv: Rename radv_shader_helper.h to radv_llvm_helper.h 2021-10-01 10:40:18 +02:00
radv_meta.c panfrost,asahi,radv: Don't set internal=true manually 2022-02-17 23:30:46 +00:00
radv_meta.h radv: Use MAX_PUSH_CONSTANTS_SIZE for saved push constants. 2022-01-12 01:08:39 +00:00
radv_meta_blit.c radv: Use vk_command_pool 2022-02-11 08:06:24 +00:00
radv_meta_blit2d.c radv: Use vk_command_pool 2022-02-11 08:06:24 +00:00
radv_meta_buffer.c radv: avoid providing a write_mask to intrinsic builders 2022-01-21 13:45:33 +00:00
radv_meta_bufimage.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_clear.c radv: abstract queue family away from queue family index. 2022-03-11 04:38:55 +00:00
radv_meta_copy.c radv: abstract queue family away from queue family index. 2022-03-11 04:38:55 +00:00
radv_meta_copy_vrs_htile.c radv: avoid providing an align_mul to intrinsic builders 2022-01-21 13:45:33 +00:00
radv_meta_dcc_retile.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_decompress.c radv: abstract queue family away from queue family index. 2022-03-11 04:38:55 +00:00
radv_meta_etc_decode.c radv: Add ETC2 decode shader. 2021-12-14 11:30:48 +00:00
radv_meta_fast_clear.c radv: abstract queue family away from queue family index. 2022-03-11 04:38:55 +00:00
radv_meta_fmask_copy.c radv: fix optimized MSAA copies with suballocated images 2022-01-26 10:54:33 +00:00
radv_meta_fmask_expand.c radv: initialize workgroup_size in radv_meta_init_shader 2021-12-08 11:07:40 +00:00
radv_meta_resolve.c radv: abstract queue family away from queue family index. 2022-03-11 04:38:55 +00:00
radv_meta_resolve_cs.c radv: abstract queue family away from queue family index. 2022-03-11 04:38:55 +00:00
radv_meta_resolve_fs.c radv: Use vk_command_pool 2022-02-11 08:06:24 +00:00
radv_nir_apply_pipeline_layout.c radv,aco: lower image descriptor loads in NIR 2022-03-22 16:33:27 +00:00
radv_nir_lower_ray_queries.c radv: Lower ray queries 2022-03-13 12:02:05 +01:00
radv_nir_lower_ycbcr_textures.c radv: Don't hash ycbcr sampler base object. 2022-03-18 17:56:15 +00:00
radv_nir_to_llvm.c radv,aco: lower texture descriptor loads in NIR 2022-03-22 16:33:27 +00:00
radv_pass.c radv: Support VK_KHR_dynamic_rendering for pipeline creation. 2021-12-05 17:21:32 +00:00
radv_perfcounter.c amd: add a workaround for an SQ perf counter bug 2022-02-22 11:41:04 +00:00
radv_pipeline.c radv,aco: lower color exports in NIR 2022-03-28 11:47:35 +00:00
radv_pipeline_cache.c radv: change MESA_GLSL_CACHE envvar reference 2022-03-17 11:16:45 +01:00
radv_pipeline_rt.c radv: Add more RT pipeline stubs. 2022-03-28 10:25:42 +00:00
radv_private.h radv: Don't hash ycbcr sampler base object. 2022-03-18 17:56:15 +00:00
radv_query.c radv: avoid providing an align_mul to intrinsic builders 2022-01-21 13:45:33 +00:00
radv_radeon_winsys.h radv/winsys: add support for new CTX OP to set/get stable pstates 2022-02-21 11:16:11 +00:00
radv_rt_common.c radv: Move common code to seperate file 2022-03-13 12:02:05 +01:00
radv_rt_common.h radv: Move common code to seperate file 2022-03-13 12:02:05 +01:00
radv_sdma_copy_image.c radv: partial sdma support 2022-01-11 12:18:35 +00:00
radv_shader.c radv,aco: lower image descriptor loads in NIR 2022-03-22 16:33:27 +00:00
radv_shader.h radv,aco: lower image descriptor loads in NIR 2022-03-22 16:33:27 +00:00
radv_shader_args.c radv: move radv_declare_shader_args() out of shader_variant_compile() 2022-03-22 16:33:27 +00:00
radv_shader_args.h radv: move radv_declare_shader_args() out of shader_variant_compile() 2022-03-22 16:33:27 +00:00
radv_shader_info.c radv: declare a new shader argument for loading the VRS rates 2022-02-16 08:11:15 +01:00
radv_spm.c radv: add initial SPM support on GFX10+ 2021-12-08 08:40:51 +00:00
radv_sqtt.c radv: abstract queue family away from queue family index. 2022-03-11 04:38:55 +00:00
radv_util.c radv: Switch to the new common vk_error helpers 2021-10-07 20:51:36 +00:00
radv_wsi.c radv: try and fix internal transfer queue mapping 2022-03-13 02:37:19 +00:00
si_cmd_buffer.c radv: abstract queue family away from queue family index. 2022-03-11 04:38:55 +00:00
vk_format.h vulkan: move common format helpers to vk_format 2021-11-19 12:23:19 +01:00
vulkan.sym radv: Add Android module info to linker script. 2021-01-12 20:17:52 +00:00
vulkan_radv.def radv: fix build with mingw 2021-08-13 12:13:21 +02:00