Skip to content

turnip: depth/stencil images have non-linear tile mode

For most of the depth/stencil formats, we did not change its tile mode to linear because they have UBWC enabled. However, this was not the case for VK_FORMAT_D32_SFLOAT_S8_UINT format, where the stencil is non-UBWC.

Fixes 27 tests in dEQP-VK.stencil.

Signed-off-by: Samuel Iglesias Gonsálvez siglesias@igalia.com

Merge request reports