panfrost: Identify additional SFBD flags
[mesa.git] / src / panfrost / util / pan_lower_framebuffer.h
index 7bca12f561a8e7ebfeaba590655e9da2a8cd8c06..990368bfd946026c6bbd96b68637e1d400610648 100644 (file)
@@ -41,5 +41,9 @@ enum pan_format_class {
 
 nir_alu_type pan_unpacked_type_for_format(const struct util_format_description *desc);
 enum pan_format_class pan_format_class_load(const struct util_format_description *desc, unsigned quirks);
+enum pan_format_class pan_format_class_store(const struct util_format_description *desc, unsigned quirks);
+
+bool pan_lower_framebuffer(nir_shader *shader, enum pipe_format *rt_fmts,
+                           bool is_blend, unsigned quirks);
 
 #endif