radv: get rid of geometry user sgpr for num entries.
[mesa.git] / src / amd / vulkan / radv_debug.h
index 8e09c3652828274be6679869329aaac17ef29ead..08877676b5d01816cef97f7754c60099d415f3d4 100644 (file)
@@ -42,11 +42,14 @@ enum {
        RADV_DEBUG_ZERO_VRAM         = 0x1000,
        RADV_DEBUG_SYNC_SHADERS      = 0x2000,
        RADV_DEBUG_NO_SISCHED        = 0x4000,
+       RADV_DEBUG_PREOPTIR          = 0x8000,
 };
 
 enum {
        RADV_PERFTEST_NO_BATCHCHAIN  =   0x1,
        RADV_PERFTEST_SISCHED        =   0x2,
+       RADV_PERFTEST_LOCAL_BOS      =   0x4,
+       RADV_PERFTEST_BINNING     =   0x8,
 };
 
 bool
@@ -58,4 +61,7 @@ radv_check_gpu_hangs(struct radv_queue *queue, struct radeon_winsys_cs *cs);
 void
 radv_print_spirv(uint32_t *data, uint32_t size, FILE *fp);
 
+void
+radv_dump_enabled_options(struct radv_device *device, FILE *f);
+
 #endif