Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp66196 struct VideoDecodeH264ProfileEXT struct
66198 static const bool allowDuplicate = false;
66202 VULKAN_HPP_CONSTEXPR VideoDecodeH264ProfileEXT( in VideoDecodeH264ProfileEXT() function
66212 VideoDecodeH264ProfileEXT( VkVideoDecodeH264ProfileEXT const & rhs ) VULKAN_HPP_NOEXCEPT in VideoDecodeH264ProfileEXT() function
66222 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoDecodeH264ProfileEXT const *>( &rhs ); in operator =()
66226 VideoDecodeH264ProfileEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
66232 …ecodeH264ProfileEXT & setStdProfileIdc( StdVideoH264ProfileIdc stdProfileIdc_ ) VULKAN_HPP_NOEXCEPT in setStdProfileIdc()
66239 …Layout( VULKAN_HPP_NAMESPACE::VideoDecodeH264FieldLayoutFlagsEXT fieldLayout_ ) VULKAN_HPP_NOEXCEPT in setFieldLayout()
66245 operator VkVideoDecodeH264ProfileEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkVideoDecodeH264ProfileEXT const&()
66250 operator VkVideoDecodeH264ProfileEXT &() VULKAN_HPP_NOEXCEPT in operator VkVideoDecodeH264ProfileEXT&()
[all …]