Home
last modified time | relevance | path

Searched defs:VideoEncodeAV1ProfileInfoKHR (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_structs.hpp126768 struct VideoEncodeAV1ProfileInfoKHR struct
126770 using NativeType = VkVideoEncodeAV1ProfileInfoKHR;
126776 …VULKAN_HPP_CONSTEXPR VideoEncodeAV1ProfileInfoKHR( StdVideoAV1Profile stdProfile_ = {}, const void… in VideoEncodeAV1ProfileInfoKHR() function
126784 VideoEncodeAV1ProfileInfoKHR( VkVideoEncodeAV1ProfileInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoEncodeAV1ProfileInfoKHR() function
126794 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoEncodeAV1ProfileInfoKHR const *>( &rhs ); in operator =()
126799 …HPP_CONSTEXPR_14 VideoEncodeAV1ProfileInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
126805 … VideoEncodeAV1ProfileInfoKHR & setStdProfile( StdVideoAV1Profile stdProfile_ ) VULKAN_HPP_NOEXCEPT in setStdProfile()
126812 operator VkVideoEncodeAV1ProfileInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkVideoEncodeAV1ProfileInfoKHR const&()
126817 operator VkVideoEncodeAV1ProfileInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkVideoEncodeAV1ProfileInfoKHR&()
126828 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]