diff options
author | Timur Kristóf <[email protected]> | 2019-09-18 14:39:10 +0200 |
---|---|---|
committer | Connor Abbott <[email protected]> | 2019-09-26 13:36:49 +0000 |
commit | 30f0c0ea7db129dafb2e879de8faad6907a09791 (patch) | |
tree | 280a0dd7c814a412154d453baaef73ac06446903 /src/amd/vulkan/radv_debug.h | |
parent | a4fd8ba7e39f7571a2a08e3c602b4d08566f3a09 (diff) |
radv: Add debug option to dump meta shaders.
This new option can help debug shader compiler problems when
there are issues with the meta shaders.
Signed-off-by: Timur Kristóf <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_debug.h')
-rw-r--r-- | src/amd/vulkan/radv_debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |