v3d: Add SSBO/atomic counters support.
[mesa.git] / src / gallium / drivers / softpipe / sp_quad_blend.c
index a32bd7fd24142c847e87f8df12c46d75f2e8eb6c..5b458450cd843b855f06020311d00c962d3947e3 100644 (file)
@@ -63,7 +63,7 @@ struct blend_quad_stage
 
 
 /** cast wrapper */
-static INLINE struct blend_quad_stage *
+static inline struct blend_quad_stage *
 blend_quad_stage(struct quad_stage *stage)
 {
    return (struct blend_quad_stage *) stage;