Searched refs:videoFormatPropertiesCount (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
D | vktVideoTestUtils.cpp | 477 deUint32 videoFormatPropertiesCount = 0u; in getSupportedFormats() local 494 …iceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, DE_NULL… in getSupportedFormats() 501 videoFormatProperties.resize(videoFormatPropertiesCount, videoFormatPropertiesKHR); in getSupportedFormats() 503 …iceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, videoFo… in getSupportedFormats() 505 DE_ASSERT(videoFormatPropertiesCount == videoFormatProperties.size()); in getSupportedFormats() 527 deUint32 videoFormatPropertiesCount = 0u; in getSupportedFormatProperties() local 542 …iceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, DE_NULL… in getSupportedFormatProperties() 549 videoFormatProperties.resize(videoFormatPropertiesCount, videoFormatPropertiesKHR); in getSupportedFormatProperties() 551 …iceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, videoFo… in getSupportedFormatProperties() 553 DE_ASSERT(videoFormatPropertiesCount == videoFormatProperties.size()); in getSupportedFormatProperties()
|
D | vktVideoCapabilitiesTests.cpp | 248 deUint32 videoFormatPropertiesCount = 0u; in iterate() local 280 …iceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, DE_NULL… in iterate() 291 if (videoFormatPropertiesCount == 0) in iterate() 308 …std::vector<VkVideoFormatPropertiesKHR> videoFormatProperties (videoFormatPropertiesCount, videoF… in iterate() 310 …iceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, videoFo… in iterate() 321 if (videoFormatPropertiesCount == 0) in iterate() 324 if (videoFormatPropertiesCount != videoFormatProperties.size()) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
D | vktVideoTestUtils.cpp | 477 deUint32 videoFormatPropertiesCount = 0u; in getSupportedFormats() local 494 …iceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, DE_NULL… in getSupportedFormats() 501 videoFormatProperties.resize(videoFormatPropertiesCount, videoFormatPropertiesKHR); in getSupportedFormats() 503 …iceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, videoFo… in getSupportedFormats() 505 DE_ASSERT(videoFormatPropertiesCount == videoFormatProperties.size()); in getSupportedFormats() 527 deUint32 videoFormatPropertiesCount = 0u; in getSupportedFormatProperties() local 542 …iceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, DE_NULL… in getSupportedFormatProperties() 549 videoFormatProperties.resize(videoFormatPropertiesCount, videoFormatPropertiesKHR); in getSupportedFormatProperties() 551 …iceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, videoFo… in getSupportedFormatProperties() 553 DE_ASSERT(videoFormatPropertiesCount == videoFormatProperties.size()); in getSupportedFormatProperties()
|
D | vktVideoCapabilitiesTests.cpp | 248 deUint32 videoFormatPropertiesCount = 0u; in iterate() local 280 …iceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, DE_NULL… in iterate() 291 if (videoFormatPropertiesCount == 0) in iterate() 308 …std::vector<VkVideoFormatPropertiesKHR> videoFormatProperties (videoFormatPropertiesCount, videoF… in iterate() 310 …iceVideoFormatPropertiesKHR(physicalDevice, &videoFormatInfo, &videoFormatPropertiesCount, videoFo… in iterate() 321 if (videoFormatPropertiesCount == 0) in iterate() 324 if (videoFormatPropertiesCount != videoFormatProperties.size()) in iterate()
|