mesa/src/amd/vulkan
Mike Blumenkrantz 89bac36f09 radv: explicitly load a desc set layout struct member during set allocate
accessing this variable repeatedly like this is a contended hotpath somehow,
so instead just create a const for reference

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11124>
2021-06-02 13:31:43 +00:00
..
layers radv: Format. 2021-04-10 03:31:58 +02:00
winsys radv: Only require DRM 3.23. 2021-05-03 13:55:48 +00:00
.editorconfig radv: Update editorconfig. 2021-04-10 03:31:58 +02:00
Android.mk radv: Remove the format table. 2021-02-13 21:47:17 +00:00
Makefile.sources radv: add support for copying VRS rates into HTILE 2021-04-14 09:31:13 +00:00
meson.build radv: add support for copying VRS rates into HTILE 2021-04-14 09:31:13 +00:00
radv_android.c radv: fix AHB leak upon exportable allocation 2021-05-25 06:31:25 +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: declare index_va in a single call for indexed draw packet emit 2021-06-02 13:31:43 +00:00
radv_constants.h radv: Add support for RT bind point. 2021-05-18 18:29:36 +00:00
radv_cs.h radv: Format. 2021-04-10 03:31:58 +02:00
radv_debug.c radv: fix generating hang reports if mutable descriptors are used 2021-05-28 10:53:02 +00:00
radv_debug.h radv: remove DFSM 2021-05-26 17:22:14 +00:00
radv_descriptor_set.c radv: explicitly load a desc set layout struct member during set allocate 2021-06-02 13:31:43 +00:00
radv_descriptor_set.h Revert "radv: Do not access set layout during vkCmdBindDescriptorSets." 2021-05-20 13:38:33 +00:00
radv_device.c radv: move all game workarounds to drirc 2021-05-26 18:48:04 +00:00
radv_formats.c radv: Fix compatible image handle type for dmabufs. 2021-05-20 15:11:07 +00:00
radv_image.c radv: don't allocate DCC predicate if the image doesn't use DCC 2021-05-26 12:06:33 +00:00
radv_llvm_helper.cpp ac/llvm: set target features per function instead of per target machine 2021-05-25 16:15:44 +00:00
radv_meta.c radv: implement dynamic rasterizer discard enable 2021-05-06 20:58:59 +00:00
radv_meta.h radv: implement dynamic rasterizer discard enable 2021-05-06 20:58:59 +00:00
radv_meta_blit.c radv: Format. 2021-04-10 03:31:58 +02:00
radv_meta_blit2d.c radv: Format. 2021-04-10 03:31:58 +02:00
radv_meta_buffer.c radv: Format. 2021-04-10 03:31:58 +02:00
radv_meta_bufimage.c radv: Format. 2021-04-10 03:31:58 +02:00
radv_meta_clear.c radv: pass an image range to radv_layout_dcc_compressed() 2021-05-26 06:59:35 +00:00
radv_meta_copy.c radv: pass an image range to radv_layout_dcc_compressed() 2021-05-26 06:59:35 +00:00
radv_meta_copy_vrs_htile.c radv: add support for copying VRS rates into HTILE 2021-04-14 09:31:13 +00:00
radv_meta_dcc_retile.c radv: Re-enable retiling. 2021-04-13 12:08:24 +00:00
radv_meta_decompress.c radv: Format. 2021-04-10 03:31:58 +02:00
radv_meta_fast_clear.c radv: remove redundant call to radv_dcc_enabled() 2021-05-26 06:59:35 +00:00
radv_meta_fmask_expand.c radv: Format. 2021-04-10 03:31:58 +02:00
radv_meta_resolve.c radv: only init DCC if compressed in the HW resolve path 2021-05-26 06:59:35 +00:00
radv_meta_resolve_cs.c radv: do not decompress DCC for partial resolves if stores are supported 2021-05-26 06:59:35 +00:00
radv_meta_resolve_fs.c radv: Format. 2021-04-10 03:31:58 +02:00
radv_nir_lower_ycbcr_textures.c radv: Handle unnormalized samplers in YCbCr lowering 2021-05-15 18:15:52 +00:00
radv_nir_to_llvm.c ac/llvm: set target features per function instead of per target machine 2021-05-25 16:15:44 +00:00
radv_pass.c radv: handle the VRS attachment subpass 2021-04-14 09:31:13 +00:00
radv_pipeline.c radv: remove DFSM 2021-05-26 17:22:14 +00:00
radv_pipeline_cache.c radv: cleanup LLVM related includes 2021-04-23 11:52:01 +02:00
radv_private.h radv: remove DFSM 2021-05-26 17:22:14 +00:00
radv_query.c radv: Format. 2021-04-10 03:31:58 +02:00
radv_radeon_winsys.h radv: Refactor cs_domain to be a winsys function. 2021-04-14 15:16:17 +00:00
radv_shader.c radv: dump the trap handler shader with RADV_DEBUG=metashaders 2021-05-17 15:18:16 +00:00
radv_shader.h radv: Add sbt descriptors user SGPR input. 2021-05-18 18:29:36 +00:00
radv_shader_args.c radv: Add sbt descriptors user SGPR input. 2021-05-18 18:29:36 +00:00
radv_shader_args.h radv: Format. 2021-04-10 03:31:58 +02:00
radv_shader_helper.h radv: remove RADV_DEBUG=nothreadllvm 2021-04-23 11:26:48 +00:00
radv_shader_info.c radv: Add sbt descriptors user SGPR input. 2021-05-18 18:29:36 +00:00
radv_sqtt.c amd/registers: regenerate json files without 32-bit register fields 2021-05-25 16:15:44 +00:00
radv_util.c radv: Format. 2021-04-10 03:31:58 +02:00
radv_wsi.c radv: Format. 2021-04-10 03:31:58 +02:00
radv_wsi_display.c radv: Format. 2021-04-10 03:31:58 +02:00
radv_wsi_wayland.c radv: Format. 2021-04-10 03:31:58 +02:00
radv_wsi_x11.c radv: Format. 2021-04-10 03:31:58 +02:00
si_cmd_buffer.c radv: fix missing default state for DB_DFSM_CONTROL 2021-05-27 11:48:29 +00:00
vk_format.h radv: Format. 2021-04-10 03:31:58 +02:00
vulkan.sym radv: Add Android module info to linker script. 2021-01-12 20:17:52 +00:00