panfrost: Separate postfix from emits
[mesa.git] / src / gallium / drivers / panfrost / pan_blend.h
index a37d571c7d693e26fe8bd29a8e56e3683d183280..df1227bfd01b50cf8329f72469e3014ae319e792 100644 (file)
@@ -66,7 +66,7 @@ struct panfrost_blend_shader_final {
 };
 
 struct panfrost_blend_equation_final {
-        struct mali_blend_equation *equation;
+        struct mali_blend_equation_packed equation;
         float constant;
 };
 
@@ -75,7 +75,7 @@ struct panfrost_blend_rt {
          * fixed-function configuration for this blend state */
 
         bool has_fixed_function;
-        struct mali_blend_equation equation;
+        struct mali_blend_equation_packed equation;
 
         /* Mask of blend color components read */
         unsigned constant_mask;