Image extended usage should include VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT
authorMartin Freebody <martin.freebody@arm.com>
Mon, 14 Mar 2022 15:47:17 +0000 (15:47 +0000)
committerMatthew Netsch <mnetsch@qti.qualcomm.com>
Fri, 8 Apr 2022 20:49:00 +0000 (20:49 +0000)
commit7676e7fe8979700a661096123cb4ef8e0cf5a828
treea13b2ae0bdc029509a0a01f8e91a9d99421c78a7
parentd3a20f51430b9fc029944d092575711390cc9398
Image extended usage should include VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT

In the vkGetPhysicalDeviceImageFormatProperties, VkImageCreateFlags
requires VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT as well as
VK_IMAGE_CREATE_EXTENDED_USAGE_BIT to allow compatibility with
all view formats.

Components: Vulkan

VK-GL-CTS issue: 3574

Affects: dEQP-VK.image.extended_usage_bit_compatibility.*

Change-Id: Ie05db422d5a511245ef7a5e8cbff3f0fb93e2f82
external/vulkancts/modules/vulkan/image/vktImageExtendedUsageBitTests.cpp