Fix VK_KHR_shader_clock feature checks
authorRicardo Garcia <rgarcia@igalia.com>
Fri, 8 Oct 2021 07:50:00 +0000 (09:50 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 28 Oct 2021 21:46:23 +0000 (21:46 +0000)
commit2d780ba2c38647cf26dab1c64126d2aa5d02fa7c
tree8b20d4d4c29cd4ec0139af9def04964d8dad56c6
parenta3c2143a04e553c77adb93b1957feb04387daff1
Fix VK_KHR_shader_clock feature checks

The shader clock tests were not checking if the implementation supported
64-bit integers for tests that required the feature and they were
checking supported features at test instance creation time instead of
the specific checkSupport method for test cases.

Affected tests:
dEQP-VK.glsl.shader_clock.*

Components: Vulkan
VK-GL-CTS issue: 3187

Change-Id: I0dc86a4fae619c0d27628d97f0ac11c5def5ff4f
external/vulkancts/modules/vulkan/shaderexecutor/vktShaderClockTests.cpp