Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp4596 VkFormatProperties srcFormatProperties; in checkSupport() local
4597 …viceFormatProperties(context.getPhysicalDevice(), m_params.src.image.format, &srcFormatProperties); in checkSupport()
4598 …src.image.tiling == VK_IMAGE_TILING_LINEAR ? srcFormatProperties.linearTilingFeatures : srcFormatP… in checkSupport()
5368 …const VkFormatProperties srcFormatProperties = getPhysicalDeviceFormatProperties (vki, vkPhysDevic… in checkSupport() local
5369 if (!(srcFormatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_BLIT_SRC_BIT)) in checkSupport()
5380 …if (m_params.filter == VK_FILTER_LINEAR && !(srcFormatProperties.optimalTilingFeatures & VK_FORMAT… in checkSupport()
5387 …if (!(srcFormatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT… in checkSupport()