Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp66921 struct VideoDecodeH265ProfileEXT struct
66927 …VULKAN_HPP_CONSTEXPR VideoDecodeH265ProfileEXT( StdVideoH265ProfileIdc stdProfileIdc_ = {} ) VULKA… in VideoDecodeH265ProfileEXT() function
66934 VideoDecodeH265ProfileEXT( VkVideoDecodeH265ProfileEXT const & rhs ) VULKAN_HPP_NOEXCEPT in VideoDecodeH265ProfileEXT() function
66944 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoDecodeH265ProfileEXT const *>( &rhs ); in operator =()
66948 VideoDecodeH265ProfileEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
66954 …ecodeH265ProfileEXT & setStdProfileIdc( StdVideoH265ProfileIdc stdProfileIdc_ ) VULKAN_HPP_NOEXCEPT in setStdProfileIdc()
66960 operator VkVideoDecodeH265ProfileEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkVideoDecodeH265ProfileEXT const&()
66965 operator VkVideoDecodeH265ProfileEXT &() VULKAN_HPP_NOEXCEPT in operator VkVideoDecodeH265ProfileEXT&()
66973 bool operator==( VideoDecodeH265ProfileEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
66979 bool operator!=( VideoDecodeH265ProfileEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]