Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp116598 struct VideoEncodeRateControlInfoKHR struct
116600 using NativeType = VkVideoEncodeRateControlInfoKHR;
116602 static const bool allowDuplicate = false;
116603 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoEncodeRateControlInfoKHR;
116606 VULKAN_HPP_CONSTEXPR VideoEncodeRateControlInfoKHR( in VideoEncodeRateControlInfoKHR() function
116626 VideoEncodeRateControlInfoKHR( VkVideoEncodeRateControlInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoEncodeRateControlInfoKHR() argument
116632 VideoEncodeRateControlInfoKHR( in VideoEncodeRateControlInfoKHR() function
116655 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoEncodeRateControlInfoKHR const *>( &rhs ); in operator =()
116660 …PP_CONSTEXPR_14 VideoEncodeRateControlInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
116666 …foKHR & setFlags( VULKAN_HPP_NAMESPACE::VideoEncodeRateControlFlagsKHR flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp120947 struct VideoEncodeRateControlInfoKHR struct
120949 using NativeType = VkVideoEncodeRateControlInfoKHR;
120951 static const bool allowDuplicate = false;
120952 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoEncodeRateControlInfoKHR;
120955 VULKAN_HPP_CONSTEXPR VideoEncodeRateControlInfoKHR( in VideoEncodeRateControlInfoKHR() argument
120975 VideoEncodeRateControlInfoKHR( VkVideoEncodeRateControlInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoEncodeRateControlInfoKHR() function
120981 VideoEncodeRateControlInfoKHR( in VideoEncodeRateControlInfoKHR() function
121004 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoEncodeRateControlInfoKHR const *>( &rhs ); in operator =()
121009 …PP_CONSTEXPR_14 VideoEncodeRateControlInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
121015 …foKHR & setFlags( VULKAN_HPP_NAMESPACE::VideoEncodeRateControlFlagsKHR flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp123907 struct VideoEncodeRateControlInfoKHR struct
123909 using NativeType = VkVideoEncodeRateControlInfoKHR;
123911 static const bool allowDuplicate = false;
123912 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoEncodeRateControlInfoKHR;
123915 VULKAN_HPP_CONSTEXPR VideoEncodeRateControlInfoKHR( in VideoEncodeRateControlInfoKHR() function
123935 VideoEncodeRateControlInfoKHR( VkVideoEncodeRateControlInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoEncodeRateControlInfoKHR() argument
123941 VideoEncodeRateControlInfoKHR( in VideoEncodeRateControlInfoKHR() function
123964 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoEncodeRateControlInfoKHR const *>( &rhs ); in operator =()
123969 …PP_CONSTEXPR_14 VideoEncodeRateControlInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
123975 …foKHR & setFlags( VULKAN_HPP_NAMESPACE::VideoEncodeRateControlFlagsKHR flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs58609 pub struct VideoEncodeRateControlInfoKHR { struct
58617 impl ::std::default::Default for VideoEncodeRateControlInfoKHR { argument
58630 unsafe impl TaggedStructure for VideoEncodeRateControlInfoKHR { implementation
58633 impl VideoEncodeRateControlInfoKHR { implementation
58647 unsafe impl ExtendsVideoCodingControlInfoKHR for VideoEncodeRateControlInfoKHR {} implementation
58682 pub fn build(self) -> VideoEncodeRateControlInfoKHR { in build()