Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp4606 …VkFormatFeatureFlags dstFormatFeatures = m_params.dst.image.tiling == VK_IMAGE_TILING_LINEAR ? dst… in checkSupport() local
4607 if (!(dstFormatFeatures & VK_FORMAT_FEATURE_BLIT_DST_BIT)) in checkSupport()