Home
last modified time | relevance | path

Searched refs:isFormatImageLoadStoreCapable (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp67 bool isFormatImageLoadStoreCapable (const vk::VkFormat format);
DvktImageMutableTests.cpp1750 if (upload == UPLOAD_STORE && !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests()
1756 !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests()
2179 … if (upload == UPLOAD_STORE && !isFormatImageLoadStoreCapable(s_swapchainFormats[viewFormatNdx])) in createSwapchainImageMutableTests()
2185 !isFormatImageLoadStoreCapable(s_swapchainFormats[viewFormatNdx])) in createSwapchainImageMutableTests()
DvktImageTestsUtil.cpp896 bool isFormatImageLoadStoreCapable (const vk::VkFormat format) in isFormatImageLoadStoreCapable() function