Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp101855 struct VideoDecodeInfoKHR struct
101857 using NativeType = VkVideoDecodeInfoKHR;
101859 static const bool allowDuplicate = false;
101860 …ic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoDecodeInfoKHR;
101863 …VULKAN_HPP_CONSTEXPR VideoDecodeInfoKHR( VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR f… in VideoDecodeInfoKHR() function
101886VideoDecodeInfoKHR( VkVideoDecodeInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT : VideoDecodeInfoKHR( *… in VideoDecodeInfoKHR() function
101889VideoDecodeInfoKHR( VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR … in VideoDecodeInfoKHR() argument
101915 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoDecodeInfoKHR const *>( &rhs ); in operator =()
101920 VULKAN_HPP_CONSTEXPR_14 VideoDecodeInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
101926 …deoDecodeInfoKHR & setFlags( VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp94911 struct VideoDecodeInfoKHR struct
94913 using NativeType = VkVideoDecodeInfoKHR;
94915 static const bool allowDuplicate = false;
94916 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoDecodeInfoKHR;
94920VideoDecodeInfoKHR(VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR flags_ = {}, VULKAN_HPP_NAMESPACE::Bu… in VideoDecodeInfoKHR() function
94926 VideoDecodeInfoKHR( VkVideoDecodeInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoDecodeInfoKHR() function
94931VideoDecodeInfoKHR( VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR flags_, VULKAN_HPP_NAMESPACE::Buffer… in VideoDecodeInfoKHR() function
94942 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoDecodeInfoKHR const *>( &rhs ); in operator =()
94947 VULKAN_HPP_CONSTEXPR_14 VideoDecodeInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
94953 …deoDecodeInfoKHR & setFlags( VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp107146 struct VideoDecodeInfoKHR struct
107148 using NativeType = VkVideoDecodeInfoKHR;
107150 static const bool allowDuplicate = false;
107151 …ic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoDecodeInfoKHR;
107154 …VULKAN_HPP_CONSTEXPR VideoDecodeInfoKHR( VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR f… in VideoDecodeInfoKHR() argument
107177VideoDecodeInfoKHR( VkVideoDecodeInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT : VideoDecodeInfoKHR( *… in VideoDecodeInfoKHR() function
107180VideoDecodeInfoKHR( VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR … in VideoDecodeInfoKHR() function
107206 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoDecodeInfoKHR const *>( &rhs ); in operator =()
107211 VULKAN_HPP_CONSTEXPR_14 VideoDecodeInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
107217 …deoDecodeInfoKHR & setFlags( VULKAN_HPP_NAMESPACE::VideoDecodeFlagsKHR flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs47230 pub struct VideoDecodeInfoKHR { struct
47244 impl ::std::default::Default for VideoDecodeInfoKHR { implementation
47262 impl VideoDecodeInfoKHR { impl
47342 pub fn build(self) -> VideoDecodeInfoKHR { in build()
Dextensions.rs2978 p_frame_info: *const VideoDecodeInfoKHR, constant
2995 _p_frame_info: *const VideoDecodeInfoKHR, in load()
3014 p_frame_info: *const VideoDecodeInfoKHR, in cmd_decode_video_khr()