Fix checkSupport in compressed texture sampling tests
authorAntto Mäkinen <antto.makinen@siru.fi>
Tue, 15 Feb 2022 14:31:19 +0000 (16:31 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 3 Mar 2022 19:47:53 +0000 (19:47 +0000)
commit736eec57dc0c126ecea8f88626842026a29bd172
tree5daa3ef3784e0f9ffa7bb431908e92b86bbaa506
parent32c910dd6c8d067538157671ed3409051c0d5d27
Fix checkSupport in compressed texture sampling tests

Compressed texture sampling tests didn't properly check that images
using a compressed format can be created with the extended usage
flags. This commit fixes the check.

VK-GL-CTS issue: 3225

Affected Tests:
dEQP-VK.image.sample_texture.*

Components: Vulkan
Change-Id: I5a4af6ce3d9a351933403bceddb7765ea921901c
external/vulkancts/modules/vulkan/image/vktImageSampleCompressedTextureTests.cpp