Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoTestUtils.hpp91 const VkVideoProfileListInfoKHR* videoProfileList);
96 const VkVideoProfileListInfoKHR* videoProfileList,
103 const VkVideoProfileListInfoKHR* videoProfileList,
109 const VkVideoProfileListInfoKHR* videoProfileList,
DvktVideoTestUtils.cpp354 VkVideoProfileListInfoKHR* videoProfileList = new VkVideoProfileListInfoKHR in getVideoProfileList() local
362 …Ptr<VkVideoProfileListInfoKHR> result = de::MovePtr<VkVideoProfileListInfoKHR>(videoProfileList); in getVideoProfileList()
474 const VkVideoProfileListInfoKHR* videoProfileList) in getSupportedFormats() argument
482 videoProfileList, // const void* pNext; in getSupportedFormats()
579 const VkVideoProfileListInfoKHR* videoProfileList, in validateFormatSupport() argument
583 …supportedVideoFormats = getSupportedFormats(vk, physicalDevice, imageUsageFlags, videoProfileList); in validateFormatSupport()
611 const VkVideoProfileListInfoKHR* videoProfileList, in validateVideoProfileList() argument
617 imageFormatInfo.pNext = videoProfileList; in validateVideoProfileList()
DvktVideoBaseDecodeUtils.cpp1982 const VkVideoProfileListInfoKHR* videoProfileList, in getImageFormatAndUsageForOutputAndDPB() argument
1997 …> bothUsageFormats = getSupportedFormats(vk, physicalDevice, bothImageUsages, videoProfileList); in getImageFormatAndUsageForOutputAndDPB()
2006 …mat>> dstUsageFormats = getSupportedFormats(vk, physicalDevice, dstFormatUsages, videoProfileList); in getImageFormatAndUsageForOutputAndDPB()
2020 …mat>> dpbUsageFormats = getSupportedFormats(vk, physicalDevice, dpbFormatUsages, videoProfileList); in getImageFormatAndUsageForOutputAndDPB()
2078 …const MovePtr<VkVideoProfileListInfoKHR> videoProfileList = getVideoProfileList(videoProfi… in StartVideoSequence() local
2092 …tputAndDPB = getImageFormatAndUsageForOutputAndDPB(vki, physDevice, videoProfileList.get(), videoV… in StartVideoSequence()
2094 …port(vki, physDevice, imageFormatAndUsageForOutputAndDPB[0].second, videoProfileList.get(), imageF… in StartVideoSequence()
2095 …sVideoProfileSutable = validateVideoProfileList(vki, physDevice, videoProfileList.get(), imageF… in StartVideoSequence()
2105 …ateInfo(outPictureFormat, codedExtent, &queueFamilyIndex, outPictureUsage, videoProfileList.get()); in StartVideoSequence()
2106 …(dpbPictureFormat, codedExtent, &queueFamilyIndex, dpbPictureUsage, videoProfileList.get(), dpbPic… in StartVideoSequence()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoTestUtils.hpp91 const VkVideoProfileListInfoKHR* videoProfileList);
96 const VkVideoProfileListInfoKHR* videoProfileList,
103 const VkVideoProfileListInfoKHR* videoProfileList,
109 const VkVideoProfileListInfoKHR* videoProfileList,
DvktVideoTestUtils.cpp354 VkVideoProfileListInfoKHR* videoProfileList = new VkVideoProfileListInfoKHR in getVideoProfileList() local
362 …Ptr<VkVideoProfileListInfoKHR> result = de::MovePtr<VkVideoProfileListInfoKHR>(videoProfileList); in getVideoProfileList()
474 const VkVideoProfileListInfoKHR* videoProfileList) in getSupportedFormats() argument
482 videoProfileList, // const void* pNext; in getSupportedFormats()
579 const VkVideoProfileListInfoKHR* videoProfileList, in validateFormatSupport() argument
583 …supportedVideoFormats = getSupportedFormats(vk, physicalDevice, imageUsageFlags, videoProfileList); in validateFormatSupport()
611 const VkVideoProfileListInfoKHR* videoProfileList, in validateVideoProfileList() argument
617 imageFormatInfo.pNext = videoProfileList; in validateVideoProfileList()
DvktVideoBaseDecodeUtils.cpp1982 const VkVideoProfileListInfoKHR* videoProfileList, in getImageFormatAndUsageForOutputAndDPB() argument
1997 …> bothUsageFormats = getSupportedFormats(vk, physicalDevice, bothImageUsages, videoProfileList); in getImageFormatAndUsageForOutputAndDPB()
2006 …mat>> dstUsageFormats = getSupportedFormats(vk, physicalDevice, dstFormatUsages, videoProfileList); in getImageFormatAndUsageForOutputAndDPB()
2020 …mat>> dpbUsageFormats = getSupportedFormats(vk, physicalDevice, dpbFormatUsages, videoProfileList); in getImageFormatAndUsageForOutputAndDPB()
2078 …const MovePtr<VkVideoProfileListInfoKHR> videoProfileList = getVideoProfileList(videoProfi… in StartVideoSequence() local
2092 …tputAndDPB = getImageFormatAndUsageForOutputAndDPB(vki, physDevice, videoProfileList.get(), videoV… in StartVideoSequence()
2094 …port(vki, physDevice, imageFormatAndUsageForOutputAndDPB[0].second, videoProfileList.get(), imageF… in StartVideoSequence()
2095 …sVideoProfileSutable = validateVideoProfileList(vki, physDevice, videoProfileList.get(), imageF… in StartVideoSequence()
2105 …ateInfo(outPictureFormat, codedExtent, &queueFamilyIndex, outPictureUsage, videoProfileList.get()); in StartVideoSequence()
2106 …(dpbPictureFormat, codedExtent, &queueFamilyIndex, dpbPictureUsage, videoProfileList.get(), dpbPic… in StartVideoSequence()
[all …]