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 D | vktVideoTestUtils.hpp | 72 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 D | vktVideoTestUtils.cpp | 352 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 D | vktVideoCapabilitiesTests.cpp | 262 const VkVideoProfileListInfoKHR videoProfiles = in iterate() 273 const_cast<VkVideoProfileListInfoKHR *>(&videoProfiles), // const void* pNext; in iterate()
|
H A D | vktVideoBaseDecodeUtils.cpp | 1982 const VkVideoProfileListInfoKHR* videoProfileList, 2078 const MovePtr<VkVideoProfileListInfoKHR> videoProfileList = getVideoProfileList(videoProfile.get());
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktBitstreamBufferImpl.hpp | 62 const VkVideoProfileListInfoKHR* profileList); 127 const VkVideoProfileListInfoKHR* profileList); 137 const VkVideoProfileListInfoKHR* profileList) in BitstreamBufferImpl() 152 const VkVideoProfileListInfoKHR* m_profileList;
|
H A D | vktVideoTestUtils.hpp | 63 const VkVideoProfileListInfoKHR* videoProfileList); 82 const VkVideoProfileListInfoKHR* videoProfileList, 387 const VkVideoProfileListInfoKHR* GetProfileListInfo() const in GetProfileListInfo() 844 VkVideoProfileListInfoKHR m_profileList;
|
H A D | vktVideoTestUtils.cpp | 201 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 D | vktBitstreamBufferImpl.cpp | 49 BitstreamBufferImpl::Create(DeviceContext* devctx, deUint32 queueFamilyIndex, VkDeviceSize bufferSize, VkDeviceSize bufferOffsetAlignment, VkDeviceSize bufferSizeAlignment, VkSharedBaseObj<BitstreamBufferImpl>& vulkanBitstreamBuffer, const VkVideoProfileListInfoKHR* profileList) in Create()
|
H A D | vktVideoCapabilitiesTests.cpp | 261 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 D | vktApiBufferMemoryRequirementsTests.cpp | 716 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 D | vktApiBufferMemoryRequirementsTests.cpp | 714 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 D | vulkan_core.h | 8046 typedef struct VkVideoProfileListInfoKHR { struct 8051 } VkVideoProfileListInfoKHR; typedef
|
H A D | vulkan_static_assertions.hpp | 2032 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::VideoProfileListInfoKHR ) == sizeof( VkVideoProfileListInfoKHR ),
|
H A D | vulkan_structs.hpp | [all...] |
Completed in 128 milliseconds