Remove extended image format capabilities from more tests
authorGraeme Leese <gleese@broadcom.com>
Tue, 6 Jul 2021 14:20:18 +0000 (15:20 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 15 Jul 2021 10:58:04 +0000 (10:58 +0000)
commit15645b9e71945bad8ff68dfac7aaa40a92ed268b
treeae7d2361be2b87c8cb056984a72a099350b52abf
parent70ad5f2e6fd6f63e695a328e02fa6cc5eb2cab02
Remove extended image format capabilities from more tests

The extended storage formats capability is mandatory, so simplify the
code by using ti all the time, instead of trying to determine when it is
required.

Also, change the method of determining when 64 bit support is required
to be consistent with the image.extend_operands_spirv1p4 tests.

Components: Framework, Vulkan
Affects: dEQP-VK.image.mismatched_write_op.*

Change-Id: Ia9cc474977e71a8682c886f2f6cd852be38f06c4
external/vulkancts/framework/vulkan/vkImageUtil.cpp
external/vulkancts/framework/vulkan/vkImageUtil.hpp
external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
external/vulkancts/modules/vulkan/image/vktImageMismatchedWriteOpTests.cpp