This change removes three assertions that were recently added during
implementation of tests for VK_KHR_swapchain_mutable_format
Adding addtional logic to implementation of
getPhysicalDeviceFormatProperties on null driver could potentialy
also resolve this issue but then test would still report
NotSupported.
VK-GL-CTS issue: 1461
Components: Vulkan
Change-Id: I44a1ce13019cf6ab1a2972337252e58ded3e7e31
Affects: dEQP-VK.image.*
{
required = true;
}
-
- // Following modes require VK_IMAGE_USAGE_STORAGE_BIT usage, not supported by srgb format
- DE_ASSERT(caseDef.upload != UPLOAD_STORE);
- DE_ASSERT(caseDef.download != DOWNLOAD_LOAD);
- DE_ASSERT(caseDef.download != DOWNLOAD_TEXTURE);
}
return required;