dEQP-VK.image.format_reinterpret.* tests must use VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT...
authorscygan <slawomir.cygan@intel.com>
Wed, 23 Dec 2015 17:15:55 +0000 (18:15 +0100)
committerscygan <slawomir.cygan@intel.com>
Fri, 8 Jan 2016 17:49:55 +0000 (18:49 +0100)
commit9a3b5e4e3d1cca9cc9763cc9650b02816d4cebc6
treef0c290c1f461853254203e0d4abc0d74bfd7941f
parentedb9bb27087299a59141a25faeaf88938d341cc2
dEQP-VK.image.format_reinterpret.* tests must use VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT image flag

These test create image views with format different from underlying image. According to spec, such images must be created with VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag
external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp