Searched refs:isFormatImageLoadStoreCapable (Results 1 – 3 of 3) sorted by relevance
67 bool isFormatImageLoadStoreCapable (const vk::VkFormat format);
1750 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()
896 bool isFormatImageLoadStoreCapable (const vk::VkFormat format) in isFormatImageLoadStoreCapable() function