panfrost: Implement missing texture formats
[mesa.git] / src / gallium / drivers / panfrost / pan_pretty_print.h
index a781ceaf582f58677a991e06ff2487a868f09d3d..22dca4abbf689803fdcb8df0b02adc5aad6de840 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "panfrost-job.h"
 
-char *panwrap_format_name(enum mali_format format);
+char *pandecode_format_name(enum mali_format format);
 void panfrost_print_blend_equation(struct mali_blend_equation eq);
 
 #endif