nv50/ir: Add prog_info_out print
[mesa.git] / src / gallium / drivers / nouveau / codegen / nv50_ir_driver.h
index a6f089ad9ac75ce8eaf1a8ef28a986832b5e68ac..2b8ffb5cd0bffa8fa3f8842a7dfe92c75292aa94 100644 (file)
@@ -267,6 +267,9 @@ namespace nv50_ir
 }
 #endif
 
+extern void
+nv50_ir_prog_info_out_print(struct nv50_ir_prog_info_out *);
+
 /* Serialize a nv50_ir_prog_info_out structure and save it into blob */
 extern bool MUST_CHECK
 nv50_ir_prog_info_out_serialize(struct blob *, struct nv50_ir_prog_info_out *);