At this commit driver skeleton is able to dump spirv and nir
[mesa.git] / src / libre-soc / vulkan / libresoc_debug.h
index 444b10dbb915fd6b0a7768334deeee82f8dd9115..36869240698e5664309fd0df2709428482774e23 100644 (file)
@@ -57,6 +57,7 @@ enum {
        LIBRESOC_DEBUG_DISCARD_TO_DEMOTE = 1 << 26,
        LIBRESOC_DEBUG_LLVM              = 1 << 27,
        LIBRESOC_DEBUG_FORCE_COMPRESS    = 1 << 28,
+       LIBRESOC_DEBUG_DUMP_NIR          = 1 << 29,
 };
 
 enum {
@@ -70,13 +71,7 @@ enum {
        LIBRESOC_PERFTEST_DFSM            = 1 << 7,
 };
 
-bool
-libresoc_init_trace(struct libresoc_device *device);
-
 void
 libresoc_print_spirv(const char *data, uint32_t size, FILE *fp);
 
-void
-libresoc_dump_enabled_options(struct libresoc_device *device, FILE *f);
-
 #endif