summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_debug.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2019-07-17 14:19:10 +0200
committerSamuel Pitoiset <[email protected]>2019-07-17 15:43:36 +0200
commit24b1b1f5745d14865d1e1947a8882d5ed58470b4 (patch)
treebcc3488ed10165cc7ba804472ede9eca0d21c82a /src/amd/vulkan/radv_debug.h
parentd59c961af9eb48b61c0e078a71b3e8ca95a06778 (diff)
radv: add an option for disabling NGG on GFX10
Will be useful for testing the legacy path. Signed-off-by: Samuel Pitoiset <[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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_debug.h b/src/amd/vulkan/radv_debug.h
index 75e28000e14..723fabda57f 100644
--- a/src/amd/vulkan/radv_debug.h
+++ b/src/amd/vulkan/radv_debug.h
@@ -52,6 +52,7 @@ enum {
RADV_DEBUG_NOTHREADLLVM = 0x400000,
RADV_DEBUG_NOBINNING = 0x800000,
RADV_DEBUG_NO_LOAD_STORE_OPT = 0x1000000,
+ RADV_DEBUG_NO_NGG = 0x2000000,
};
enum {