Set patch version to 0 on test startup
authorGraeme Leese <gleese@broadcom.com>
Fri, 28 Sep 2018 13:57:13 +0000 (14:57 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Sat, 29 Sep 2018 05:34:45 +0000 (01:34 -0400)
commitdee333fa3a0e3dc5ff26d245af65b048d1e5fda8
tree4cb739211f15269fd073565f1b471dd6861ae692
parentee025b241d1d7beca503747959373786d316d6f7
Set patch version to 0 on test startup

Some parts of the test expect the ApiVersion to have a patch level of 0
so set this explicitly on startup. This was happening accidentally for
VK1.1 devices because the version is set as min(loader, device) and the
loader version is always 1.1.0.

Components: Vulkan
Affects: dEQP-VK.*
VK-GL-CTS Issue: 1391

Change-Id: If3b59408628e5b4a91e0f367bd6b17ca67f69e58
external/vulkancts/modules/vulkan/vktTestCase.cpp