mesa/src/amd/common
Daniel Schürmann 52cd5f7e69 ac/nir_lower_mem_access_bit_sizes: Split unsupported shared memory instructions
Totals from 1400 (1.75% of 79839) affected shaders: (Navi48)

MaxWaves: 38313 -> 38317 (+0.01%); split: +0.06%, -0.05%
Instrs: 1162521 -> 1199627 (+3.19%); split: -0.01%, +3.20%
CodeSize: 5874288 -> 6146832 (+4.64%); split: -0.01%, +4.65%
VGPRs: 79948 -> 79984 (+0.05%); split: -0.12%, +0.17%
Latency: 3703961 -> 3741457 (+1.01%); split: -0.02%, +1.04%
InvThroughput: 589594 -> 590597 (+0.17%); split: -0.06%, +0.23%
VClause: 22561 -> 22564 (+0.01%)
SClause: 19615 -> 19611 (-0.02%); split: -0.03%, +0.01%
Copies: 70721 -> 71678 (+1.35%); split: -0.25%, +1.60%
PreVGPRs: 61068 -> 61101 (+0.05%); split: -0.00%, +0.06%
VALU: 651754 -> 651785 (+0.00%); split: -0.07%, +0.07%
SALU: 141953 -> 141955 (+0.00%)
VOPD: 489 -> 485 (-0.82%); split: +0.41%, -1.23%
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36133>
2025-08-19 14:28:14 +00:00
..
nir ac/nir_lower_mem_access_bit_sizes: Split unsupported shared memory instructions 2025-08-19 14:28:14 +00:00
virtio ac/virtio: fix alignment of metadata command 2025-06-27 08:15:50 +00:00
.clang-format amd: import libdrm_amdgpu ioctl wrappers 2024-11-25 21:03:41 -05:00
ac_binary.c ac/llvm: remove LDS linking code 2025-07-12 10:28:21 +00:00
ac_binary.h
ac_cmdbuf.c ac,radv,radeonsi: fix programming PA_SU_PRIM_FILTER_CNTL on GFX12 2025-08-12 07:06:36 +00:00
ac_cmdbuf.h ac/cmdbuf: rework CB/DB cache controls for better perf 2025-03-06 21:10:49 +00:00
ac_debug.c radv: Avoid calls to strlen when parsing umr output to speed up hang progressing 2025-08-07 06:44:41 +00:00
ac_debug.h ac: Add VCN IB parser 2024-09-23 19:25:08 +00:00
ac_descriptors.c ac/descriptors: add a function to create a descriptor for HiZ surfaces 2025-08-12 13:48:09 +00:00
ac_descriptors.h ac/descriptors: add a function to create a descriptor for HiZ surfaces 2025-08-12 13:48:09 +00:00
ac_drm_fourcc.h ac/surf: add more modifiers to gfx12 supported list 2024-12-16 07:35:06 +00:00
ac_fake_hw_db.h ac: define physical VGPRs for fake hw overrides 2025-04-07 19:44:22 +00:00
ac_formats.c ac,radeonsi: add ac_is_reduction_mode_supported() 2024-07-10 07:57:42 +00:00
ac_formats.h ac,radeonsi: add ac_is_reduction_mode_supported() 2024-07-10 07:57:42 +00:00
ac_gather_context_rolls.c ac: Improve context roll readability 2024-03-19 16:08:14 +00:00
ac_gpu_info.c radv: Move the amdgpu.h defines for Win32 to ac_linux_drm.h 2025-08-07 07:47:42 +00:00
ac_gpu_info.h ac/gpu_info,radv: use the maximum virtual address from the kernel 2025-08-06 07:55:38 +02:00
ac_hw_stage.h amd: Move ac_hw_stage to its own file 2023-07-03 21:12:45 +00:00
ac_ib_parser.c ac/parse_ib: Replace the parameter list with ac_ib_parser 2024-03-19 16:08:13 +00:00
ac_linux_drm.c ac/info: add ac_drm_query_pci_bus_info 2025-06-27 08:15:50 +00:00
ac_linux_drm.h radv: Move the amdgpu.h defines for Win32 to ac_linux_drm.h 2025-08-07 07:47:42 +00:00
ac_msgpack.c ac: remove unused code 2024-12-26 10:12:43 +00:00
ac_msgpack.h ac: remove unused code 2024-12-26 10:12:43 +00:00
ac_parse_ib.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
ac_perfcounter.c ac: fix potential overflows 2025-07-04 15:26:38 +00:00
ac_perfcounter.h ac/perfcounter: compute the number of global instances of TCP,SQ,GL1C and GL2C 2023-09-14 14:17:19 +00:00
ac_pm4.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
ac_pm4.h ac,radeonsi import PM4 state from RadeonSI 2024-06-06 20:26:47 +00:00
ac_rgp.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
ac_rgp.h ac/rgp: update dumping queue event records to the capture 2023-11-13 08:53:09 +00:00
ac_rgp_elf_object_pack.c all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
ac_rtld.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
ac_rtld.h all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
ac_shader_args.c ac: Don't include full nir.h anymore. 2025-02-12 22:33:07 +01:00
ac_shader_args.h ac: merge AC_ARG_INT & AC_ARG_FLOAT into single AC_ARG_VALUE 2025-08-11 15:32:30 -04:00
ac_shader_debug_info.h amd: Add ac_shader_debug_info 2024-11-11 08:39:13 +00:00
ac_shader_util.c amd: stop using custom gl_access_qualifier for access type 2025-08-15 08:26:10 +00:00
ac_shader_util.h amd: stop using custom gl_access_qualifier for access type 2025-08-15 08:26:10 +00:00
ac_shadowed_regs.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
ac_shadowed_regs.h ac,radv,radeonsi: use PM4 for shadowed registers 2025-03-28 20:50:22 +00:00
ac_spm.c radv: print more error messages during SPM initialization 2025-04-16 06:35:33 +00:00
ac_spm.h ac/spm: do not abort when the SPM BO is too small 2024-10-29 18:33:17 +00:00
ac_sqtt.c ac: fix potential overflows 2025-07-04 15:26:38 +00:00
ac_sqtt.h ac/sqtt: fix registers programming for GFX12 2025-03-14 08:20:57 +00:00
ac_surface.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
ac_surface.h ac/surface: Add ac_modifier_supports_video 2025-07-21 10:56:34 +00:00
ac_surface_meta_address_test.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
ac_surface_modifier_test.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
ac_uvd_dec.c ac/uvd: Add ac_uvd_alloc_stream_handle 2025-05-13 09:36:47 +00:00
ac_uvd_dec.h ac/uvd: Add ac_uvd_alloc_stream_handle 2025-05-13 09:36:47 +00:00
ac_vcn.h ac/vcn: allow sq signature package to be skipped 2024-11-29 10:01:49 +10:00
ac_vcn_av1_default.h ac/radeonsi: add av1 defaults header file from radeonsi 2023-06-16 05:53:44 +00:00
ac_vcn_dec.c radeonsi/vcn: vcn5 av1 decoding context buffer fix 2025-07-18 16:45:42 +00:00
ac_vcn_dec.h ac/vcn_dec: Add RDECODE_IT_SCALING_TABLE_SIZE 2025-08-08 09:22:54 +00:00
ac_vcn_enc.c ac: Add ac_vcn_init_enc_cmds 2024-09-20 06:58:29 +00:00
ac_vcn_enc.h ac,radeonsi/vcn: Use correct swizzle_mode for vcn4 2025-08-14 17:24:40 +00:00
ac_vcn_enc_av1_default_cdf.h ac,radeonsi: move vcn enc av1 default cdf file to common 2023-09-14 07:51:24 +00:00
ac_vcn_vp9_default.h amd: move vp9 probs table to common code. 2025-06-09 20:46:03 +00:00
amd_family.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
amd_family.h amd: add vpe_version 2025-06-12 07:44:27 +00:00
gfx10_format_table.h amd/common: only pass gfx_level to ac_get_gfx10_format_table() 2024-05-22 08:31:39 +00:00
gfx10_format_table.py
meson.build amd: move vp9 probs table to common code. 2025-06-09 20:46:03 +00:00
sid.h radv,radeonsi: emit UPDATE_DB_SUMMARIZER_TIMEOUT on GFX12 2025-06-02 07:30:18 +00:00
sid_tables.py