radv: add debug option to turn off in memory cache
[mesa.git] / src / amd / vulkan / radv_debug.h
index 2d35f4e13867bc856abdcaf9e1feb00c10c025e2..2ec460ec15a16e55c66ed768916b29f6383a2b15 100644 (file)
@@ -56,6 +56,7 @@ enum {
        RADV_DEBUG_NO_SHADER_BALLOT  = 0x4000000,
        RADV_DEBUG_ALL_ENTRYPOINTS   = 0x8000000,
        RADV_DEBUG_DUMP_META_SHADERS = 0x10000000,
+       RADV_DEBUG_NO_MEMORY_CACHE   = 0x20000000,
 };
 
 enum {