Home
last modified time | relevance | path

Searched refs:VkBindVideoSessionMemoryInfoKHR (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoTestUtils.cpp442 vector<VkBindVideoSessionMemoryInfoKHR> videoBindsMemoryKHR (videoSessionMemoryRequirements.size()); in getAndBindVideoSessionMemory()
450 const VkBindVideoSessionMemoryInfoKHR videoBindMemoryKHR = in getAndBindVideoSessionMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp2448 VkBindVideoSessionMemoryInfoKHR decodeSessionBindMemory[MAX_BOUND_MEMORY];
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h8107 typedef struct VkBindVideoSessionMemoryInfoKHR { struct
8114 } VkBindVideoSessionMemoryInfoKHR; typedef
8171 typedef VkResult (VKAPI_PTR *PFN_vkBindVideoSessionMemoryKHR)(VkDevice device, VkVideoSessionKHR videoSession, uint32_t bindSessionMemoryInfoCount, const VkBindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos);
8212 const VkBindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos);
H A Dvulkan_static_assertions.hpp2073 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BindVideoSessionMemoryInfoKHR ) == sizeof( VkBindVideoSessionMemoryInfoKHR ),
H A Dvulkan.hpp2812 const VkBindVideoSessionMemoryInfoKHR * pBindSessionMemoryInfos ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_funcs.hpp9720 reinterpret_cast<const VkBindVideoSessionMemoryInfoKHR *>( pBindSessionMemoryInfos ) ) );
9736 reinterpret_cast<const VkBindVideoSessionMemoryInfoKHR *>( bindSessionMemoryInfos.data() ) ) ); in bindVideoSessionMemoryKHR()
[all...]
H A Dvulkan_structs.hpp10082 using NativeType = VkBindVideoSessionMemoryInfoKHR;
10103 BindVideoSessionMemoryInfoKHR( VkBindVideoSessionMemoryInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT
10111 BindVideoSessionMemoryInfoKHR & operator=( VkBindVideoSessionMemoryInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT
10149 operator VkBindVideoSessionMemoryInfoKHR const &() const VULKAN_HPP_NOEXCEPT
10151 return *reinterpret_cast<const VkBindVideoSessionMemoryInfoKHR *>( this );
10154 operator VkBindVideoSessionMemoryInfoKHR &() VULKAN_HPP_NOEXCEPT
10156 return *reinterpret_cast<VkBindVideoSessionMemoryInfoKHR *>( this );
[all...]
H A Dvulkan_raii.hpp15633 reinterpret_cast<const VkBindVideoSessionMemoryInfoKHR *>( bindSessionMemoryInfos.data() ) ) ); in bindMemory()
[all...]
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c3377 const VkBindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos) { in BindVideoSessionMemoryKHR()

Completed in 220 milliseconds