Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp75610 struct VideoDecodeInfoKHR struct
75612 using NativeType = VkVideoDecodeInfoKHR;
75614 static const bool allowDuplicate = false;
75615 …ic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoDecodeInfoKHR;
75618 VULKAN_HPP_CONSTEXPR VideoDecodeInfoKHR( in VideoDecodeInfoKHR() function
75643 VideoDecodeInfoKHR( VkVideoDecodeInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoDecodeInfoKHR() function
75648 VideoDecodeInfoKHR( in VideoDecodeInfoKHR() function
75677 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoDecodeInfoKHR const *>( &rhs ); in operator =()
75682 VideoDecodeInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
75688 …deoDecodeInfoKHR & setFlags( VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp115901 struct VideoDecodeInfoKHR struct
115903 using NativeType = VkVideoDecodeInfoKHR;
115905 static const bool allowDuplicate = false;
115906 …ic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoDecodeInfoKHR;
115909 …VULKAN_HPP_CONSTEXPR VideoDecodeInfoKHR( VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR f… in VideoDecodeInfoKHR() argument
115932VideoDecodeInfoKHR( VkVideoDecodeInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT : VideoDecodeInfoKHR( *… in VideoDecodeInfoKHR() function
115935VideoDecodeInfoKHR( VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR … in VideoDecodeInfoKHR() argument
115961 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoDecodeInfoKHR const *>( &rhs ); in operator =()
115966 VULKAN_HPP_CONSTEXPR_14 VideoDecodeInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
115972 …deoDecodeInfoKHR & setFlags( VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]