radv: Allow triggering thread traces by file.
[mesa.git] / src / amd / vulkan / radv_private.h
index 579b16de680495d584ec43145ad3ef09307cdc44..bb58fa700feade9ccac1c6352f46e807fa31d1ec 100644 (file)
@@ -846,6 +846,7 @@ struct radv_device {
        void *thread_trace_ptr;
        uint32_t thread_trace_buffer_size;
        int thread_trace_start_frame;
+       char *thread_trace_trigger_file;
 
        /* Trap handler. */
        struct radv_shader_variant *trap_handler_shader;