X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fpanfrost%2Futil%2Fpan_lower_framebuffer.h;h=990368bfd946026c6bbd96b68637e1d400610648;hb=c9858fb941ce7e903f608e537b3657c946f86980;hp=7bca12f561a8e7ebfeaba590655e9da2a8cd8c06;hpb=18a767df35f2a71105703a1132ab5a3c1ec27313;p=mesa.git diff --git a/src/panfrost/util/pan_lower_framebuffer.h b/src/panfrost/util/pan_lower_framebuffer.h index 7bca12f561a..990368bfd94 100644 --- a/src/panfrost/util/pan_lower_framebuffer.h +++ b/src/panfrost/util/pan_lower_framebuffer.h @@ -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