intel/nir: Clean up lower_alpha_to_coverage a bit
[mesa.git] / src / intel / blorp / blorp.h
index 9ab537177fb44591825c9aee89a5855ca110ac27..b88178266c387ab2a9c5cb5869539b728a1d65ef 100644 (file)
@@ -161,12 +161,10 @@ blorp_buffer_copy(struct blorp_batch *batch,
                   struct blorp_address dst,
                   uint64_t size);
 
-union isl_color_value
-swizzle_color_value(union isl_color_value src, struct isl_swizzle swizzle);
-
 void
 blorp_fast_clear(struct blorp_batch *batch,
-                 const struct blorp_surf *surf, enum isl_format format,
+                 const struct blorp_surf *surf,
+                 enum isl_format format, struct isl_swizzle swizzle,
                  uint32_t level, uint32_t start_layer, uint32_t num_layers,
                  uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1);