Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.hpp68 bool isFormatImageLoadStoreCapable(const vk::VkFormat format);
H A DvktImageMutableTests.cpp1709 … if (upload == UPLOAD_STORE && !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests()
1715 !isFormatImageLoadStoreCapable(s_formats[viewFormatNdx])) in createImageMutableTests()
2148 !isFormatImageLoadStoreCapable(s_swapchainFormats[viewFormatNdx])) in createSwapchainImageMutableTests()
2154 … !isFormatImageLoadStoreCapable(s_swapchainFormats[viewFormatNdx])) in createSwapchainImageMutableTests()
H A DvktImageTestsUtil.cpp956 bool isFormatImageLoadStoreCapable(const vk::VkFormat format) in isFormatImageLoadStoreCapable() function