Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoTestUtils.cpp583 …de::MovePtr<vector<VkFormat>> supportedVideoFormats = getSupportedFormats(vk, physicalDevice, imag… in validateFormatSupport() local
585 if (supportedVideoFormats != DE_NULL) in validateFormatSupport()
587 if (supportedVideoFormats->size() == 0) in validateFormatSupport()
591 for (const auto& supportedVideoFormat : *supportedVideoFormats) in validateFormatSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoTestUtils.cpp583 …de::MovePtr<vector<VkFormat>> supportedVideoFormats = getSupportedFormats(vk, physicalDevice, imag… in validateFormatSupport() local
585 if (supportedVideoFormats != DE_NULL) in validateFormatSupport()
587 if (supportedVideoFormats->size() == 0) in validateFormatSupport()
591 for (const auto& supportedVideoFormat : *supportedVideoFormats) in validateFormatSupport()