radv: Pass DCC alignment to application.
Signed-off-by: Bas Nieuwenhuizen <basni@google.com> Cc: "17.0" <mesa-stable@lists.freedesktop.org> Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Andres Rodriguez <andresx7@gmail.com>
This commit is contained in:
@@ -582,6 +582,7 @@ radv_image_alloc_dcc(struct radv_device *device,
|
||||
/* + 8 for storing the clear values */
|
||||
image->clear_value_offset = image->dcc_offset + image->surface.dcc_size;
|
||||
image->size = image->dcc_offset + image->surface.dcc_size + 8;
|
||||
image->alignment = MAX2(image->alignment, image->surface.dcc_alignment);
|
||||
}
|
||||
|
||||
static unsigned
|
||||
|
||||
Reference in New Issue
Block a user