Improve checkSupport in memoryRequirements tests
authorIlkka Saarelainen <ilkka.saarelainen@siru.fi>
Thu, 23 Dec 2021 13:05:42 +0000 (15:05 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Sun, 23 Jan 2022 06:10:31 +0000 (06:10 +0000)
commitf76169f20344b4aa9c1aea69eef265f58c3de11a
treec6437e523855a027c7715e5c10bd869c0a6b2c96
parente73ec46ee23f97683d637a2ad804ec14abbd3616
Improve checkSupport in memoryRequirements tests

checkSupport Function in dEQP-VK.api.buffer_memory_requirements.*
tests were incomplete and didn't check for VK_KHR_video_queue
extension.

This CL improves the checkSupport function of those tests by adding
the extension check. This CL includes also some other minor improvements
for the checkSupport function.

Components: Vulkan

VK-GL-CTS issue: 3424

Affects:

dEQP-VK.api.buffer_memory_requirements.*

Change-Id: Ie7ca94e3f56a270d981d5538516212cbc688d801
external/vulkancts/modules/vulkan/api/vktApiBufferMemoryRequirementsTests.cpp