From 30f0c0ea7db129dafb2e879de8faad6907a09791 Mon Sep 17 00:00:00 2001 From: Timur Kristóf Date: Wed, 18 Sep 2019 14:39:10 +0200 Subject: radv: Add debug option to dump meta shaders. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This new option can help debug shader compiler problems when there are issues with the meta shaders. Signed-off-by: Timur Kristóf Reviewed-by: Bas Nieuwenhuizen --- src/amd/vulkan/radv_debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/amd/vulkan/radv_debug.h') diff --git a/src/amd/vulkan/radv_debug.h b/src/amd/vulkan/radv_debug.h index ca71d535f2a..2d35f4e1386 100644 --- a/src/amd/vulkan/radv_debug.h +++ b/src/amd/vulkan/radv_debug.h @@ -55,6 +55,7 @@ enum { RADV_DEBUG_NO_NGG = 0x2000000, RADV_DEBUG_NO_SHADER_BALLOT = 0x4000000, RADV_DEBUG_ALL_ENTRYPOINTS = 0x8000000, + RADV_DEBUG_DUMP_META_SHADERS = 0x10000000, }; enum { -- cgit v1.2.3