radv: dump shader stats with VK_KHR_pipeline_executable_properties
[mesa.git] / src / amd / vulkan / radv_debug.c
index 0c9ed2752fb23c3bf27ea86b4c98ba0e4b985bba..d50480aa47ffbace3cc6ef4a8b0abcf0e8786d06 100644 (file)
@@ -444,7 +444,7 @@ radv_dump_shader(struct radv_pipeline *pipeline,
                shader->ir_string);
        fprintf(f, "DISASM:\n%s\n", shader->disasm_string);
 
-       radv_shader_dump_stats(pipeline->device, shader, stage, f);
+       radv_dump_shader_stats(pipeline->device, pipeline, stage, f);
 }
 
 static void