radv: add a new debug option called RADV_DEBUG=noshaderballot
[mesa.git] / src / amd / vulkan / radv_device.c
index 4aafe6e78aa0c389a3de4d43d96703eb61479cf7..f77430d55be3d7bbac85ea2f575c1c41389f217f 100644 (file)
@@ -496,6 +496,7 @@ static const struct debug_control radv_debug_options[] = {
        {"nobinning", RADV_DEBUG_NOBINNING},
        {"noloadstoreopt", RADV_DEBUG_NO_LOAD_STORE_OPT},
        {"nongg", RADV_DEBUG_NO_NGG},
+       {"noshaderballot", RADV_DEBUG_NO_SHADER_BALLOT},
        {NULL, 0}
 };