Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h8236 typedef struct VkVideoEndCodingInfoKHR { struct
8240 } VkVideoEndCodingInfoKHR; typedef
8258 …PFN_vkCmdEndVideoCodingKHR)(VkCommandBuffer commandBuffer, const VkVideoEndCodingInfoKHR* pEndCodi…
8318 const VkVideoEndCodingInfoKHR* pEndCodingInfo);
Dvulkan_static_assertions.hpp1467 …sizeof( VULKAN_HPP_NAMESPACE::VideoEndCodingInfoKHR ) == sizeof( VkVideoEndCodingInfoKHR ), "struc…
Dvulkan_structs.hpp110588 using NativeType = VkVideoEndCodingInfoKHR;
110601 VideoEndCodingInfoKHR( VkVideoEndCodingInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoEndCodingInfoKHR()
110609 VideoEndCodingInfoKHR & operator=( VkVideoEndCodingInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
110630 operator VkVideoEndCodingInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkVideoEndCodingInfoKHR const&()
110632 return *reinterpret_cast<const VkVideoEndCodingInfoKHR*>( this ); in operator VkVideoEndCodingInfoKHR const&()
110635 operator VkVideoEndCodingInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkVideoEndCodingInfoKHR&()
110637 return *reinterpret_cast<VkVideoEndCodingInfoKHR*>( this ); in operator VkVideoEndCodingInfoKHR&()
Dvulkan.hpp2637 …void vkCmdEndVideoCodingKHR( VkCommandBuffer commandBuffer, const VkVideoEndCodingInfoKHR * pEndCo… in vkCmdEndVideoCodingKHR()
Dvulkan_funcs.hpp8123 …d.vkCmdEndVideoCodingKHR( m_commandBuffer, reinterpret_cast<const VkVideoEndCodingInfoKHR *>( pEnd… in endVideoCodingKHR()
8134 …d.vkCmdEndVideoCodingKHR( m_commandBuffer, reinterpret_cast<const VkVideoEndCodingInfoKHR *>( &end… in endVideoCodingKHR()
Dvulkan_raii.hpp13928 …cast<VkCommandBuffer>( m_commandBuffer ), reinterpret_cast<const VkVideoEndCodingInfoKHR *>( &endC… in endVideoCodingKHR()