Home
last modified time | relevance | path

Searched refs:VkVideoProfileListInfoKHR (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoTestUtils.hpp72 de::MovePtr<VkVideoProfileListInfoKHR> getVideoProfileList (const VkVideoProfileInfoKHR* videoProfile);
91 const VkVideoProfileListInfoKHR* videoProfileList);
96 const VkVideoProfileListInfoKHR* videoProfileList,
103 const VkVideoProfileListInfoKHR* videoProfileList,
109 const VkVideoProfileListInfoKHR* videoProfileList,
H A DvktVideoTestUtils.cpp352 de::MovePtr<VkVideoProfileListInfoKHR> getVideoProfileList (const VkVideoProfileInfoKHR* videoProfile) in getVideoProfileList()
354 VkVideoProfileListInfoKHR* videoProfileList = new VkVideoProfileListInfoKHR in getVideoProfileList()
362 de::MovePtr<VkVideoProfileListInfoKHR> result = de::MovePtr<VkVideoProfileListInfoKHR>(videoProfileList); in getVideoProfileList()
474 const VkVideoProfileListInfoKHR* videoProfileList) in getSupportedFormats()
579 const VkVideoProfileListInfoKHR* videoProfileList, in validateFormatSupport()
611 const VkVideoProfileListInfoKHR* videoProfileList, in validateVideoProfileList()
H A DvktVideoCapabilitiesTests.cpp262 const VkVideoProfileListInfoKHR videoProfiles = in iterate()
273 const_cast<VkVideoProfileListInfoKHR *>(&videoProfiles), // const void* pNext; in iterate()
H A DvktVideoBaseDecodeUtils.cpp1982 const VkVideoProfileListInfoKHR* videoProfileList,
2078 const MovePtr<VkVideoProfileListInfoKHR> videoProfileList = getVideoProfileList(videoProfile.get());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktBitstreamBufferImpl.hpp62 const VkVideoProfileListInfoKHR* profileList);
127 const VkVideoProfileListInfoKHR* profileList);
137 const VkVideoProfileListInfoKHR* profileList) in BitstreamBufferImpl()
152 const VkVideoProfileListInfoKHR* m_profileList;
H A DvktVideoTestUtils.hpp63 const VkVideoProfileListInfoKHR* videoProfileList);
82 const VkVideoProfileListInfoKHR* videoProfileList,
387 const VkVideoProfileListInfoKHR* GetProfileListInfo() const in GetProfileListInfo()
844 VkVideoProfileListInfoKHR m_profileList;
H A DvktVideoTestUtils.cpp201 const VkVideoProfileListInfoKHR* videoProfileList) in getSupportedFormats()
306 const VkVideoProfileListInfoKHR* videoProfileList, in validateFormatSupport()
338 const VkVideoProfileListInfoKHR* videoProfileList, in validateVideoProfileList()
644 const VkVideoProfileListInfoKHR videoProfiles = { VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR, nullptr, 1, videoProfile.GetProfile() };
645 const VkPhysicalDeviceVideoFormatInfoKHR videoFormatInfo = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_FORMAT_INFO_KHR, const_cast<VkVideoProfileListInfoKHR *>(&videoProfiles),
H A DvktBitstreamBufferImpl.cpp49 BitstreamBufferImpl::Create(DeviceContext* devctx, deUint32 queueFamilyIndex, VkDeviceSize bufferSize, VkDeviceSize bufferOffsetAlignment, VkDeviceSize bufferSizeAlignment, VkSharedBaseObj<BitstreamBufferImpl>& vulkanBitstreamBuffer, const VkVideoProfileListInfoKHR* profileList) in Create()
H A DvktVideoCapabilitiesTests.cpp261 const VkVideoProfileListInfoKHR videoProfiles = in iterate()
272 const_cast<VkVideoProfileListInfoKHR *>(&videoProfiles), // const void* pNext; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp716 template<> void* BufferMemoryRequirementsInstance::chainVkStructure<VkVideoProfileListInfoKHR> (void* pNext, const VkBufferUsageFlags& videoCodecUsage) const in chainVkStructure()
757 static VkVideoProfileListInfoKHR profiles; in chainVkStructure()
858 pNext = chainVkStructure<VkVideoProfileListInfoKHR>(pNext, infoUsageFlags); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp714 template<> void* BufferMemoryRequirementsInstance::chainVkStructure<VkVideoProfileListInfoKHR> (void* pNext, const VkBufferUsageFlags& videoCodecUsage) const in chainVkStructure()
755 static VkVideoProfileListInfoKHR profiles; in chainVkStructure()
856 pNext = chainVkStructure<VkVideoProfileListInfoKHR>(pNext, infoUsageFlags); in iterate()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h8046 typedef struct VkVideoProfileListInfoKHR { struct
8051 } VkVideoProfileListInfoKHR; typedef
H A Dvulkan_static_assertions.hpp2032 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::VideoProfileListInfoKHR ) == sizeof( VkVideoProfileListInfoKHR ),
H A Dvulkan_structs.hpp[all...]

Completed in 130 milliseconds