Check for VK_KHR_portability_subset extension before checking it's features
authorSlawomir Cygan <slawomir.cygan@intel.com>
Wed, 30 Dec 2020 13:56:50 +0000 (14:56 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 13 Jan 2021 08:06:18 +0000 (08:06 +0000)
commit31897c7f9e92e8c7b3beebf9606a5a4cfa5a7e70
treec6cfe9c2a4f2b799f91712fc5850239b449b8e17
parent4eedf9fda2cb6873ae792cbdf7b4d2023de7bf4d
Check for VK_KHR_portability_subset extension before checking it's features

Fix text 'not supported' logic, by checking if VK_KHR_portability_subset
extension is supported. If it's not, than it's features should not be checked
and the test should just continue.

This is a fix for a regression introduced in 5534dd8f

Components: Vulkan

VK-GL-CTS Issue: 2711

Affects: dEQP-VK.image.extended_usage_bit.*

Change-Id: Idbb0d6dd10bc21b7882f388757beceaa5af80ea6
external/vulkancts/modules/vulkan/image/vktImageTranscodingSupportTests.cpp