radv: remove the shader ballot workaround for Youngblood with LLVM
[mesa.git] / src / amd / vulkan / radv_debug.h
index c7559875de9b741ad509d7de0323c16574ab47a4..557e402105f819c43797b5d387fb37a151da31b9 100644 (file)
@@ -52,12 +52,11 @@ enum {
        RADV_DEBUG_NOBINNING         = 0x200000,
        RADV_DEBUG_NO_LOAD_STORE_OPT = 0x400000,
        RADV_DEBUG_NO_NGG            = 0x800000,
-       RADV_DEBUG_NO_SHADER_BALLOT  = 0x1000000,
-       RADV_DEBUG_ALL_ENTRYPOINTS   = 0x2000000,
-       RADV_DEBUG_DUMP_META_SHADERS = 0x4000000,
-       RADV_DEBUG_NO_MEMORY_CACHE   = 0x8000000,
-       RADV_DEBUG_DISCARD_TO_DEMOTE = 0x10000000,
-       RADV_DEBUG_LLVM              = 0x20000000,
+       RADV_DEBUG_ALL_ENTRYPOINTS   = 0x1000000,
+       RADV_DEBUG_DUMP_META_SHADERS = 0x2000000,
+       RADV_DEBUG_NO_MEMORY_CACHE   = 0x4000000,
+       RADV_DEBUG_DISCARD_TO_DEMOTE = 0x8000000,
+       RADV_DEBUG_LLVM              = 0x10000000,
 };
 
 enum {