Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp5358 … VkFormatFeatureFlags srcFormatFeatures = m_params.src.image.tiling == VK_IMAGE_TILING_LINEAR ? in checkSupport() local
5361 if (!(srcFormatFeatures & VK_FORMAT_FEATURE_BLIT_SRC_BIT)) in checkSupport()
5378 !(srcFormatFeatures & VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT)) in checkSupport()
5387 if (!(srcFormatFeatures & VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT)) in checkSupport()