radv: clear CMASK layers instead of the whole buffer on GFX8
[mesa.git] / src / amd / common / ac_surface.h
index aa93e917270c81fed1870dc28cbd0c3378e2447f..31623634936332562b654bf50a02498edf59a8d5 100644 (file)
@@ -219,6 +219,7 @@ struct radeon_surf {
     uint32_t                    htile_alignment;
 
     uint32_t                    cmask_size;
+    uint32_t                    cmask_slice_size;
     uint32_t                    cmask_alignment;
 
     union {