panfrost: Simplify make_fixed_blend_mode prototype
[mesa.git] / src / gallium / drivers / panfrost / pan_blending.h
index 4ceaf16f1de7f3b6588ce70f9268d8b308e83caf..123b1d13bf45c8352493986e796128b942fe48f8 100644 (file)
@@ -33,10 +33,9 @@ struct panfrost_blend_state;
 
 bool
 panfrost_make_fixed_blend_mode(
-        const struct pipe_rt_blend_state *blend,
+        const struct pipe_rt_blend_state blend,
         struct mali_blend_equation *out,
-        unsigned *constant_mask,
-        unsigned colormask);
+        unsigned *constant_mask);
 
 bool
 panfrost_can_fixed_blend(enum pipe_format format);