Lines Matching refs:SamplerReductionModeCreateInfo

77842   struct SamplerReductionModeCreateInfo  struct
77848 …VULKAN_HPP_CONSTEXPR SamplerReductionModeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode red… in SamplerReductionModeCreateInfo() function
77852 …VULKAN_HPP_CONSTEXPR SamplerReductionModeCreateInfo( SamplerReductionModeCreateInfo const & rhs ) …
77854SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function
77860SamplerReductionModeCreateInfo & operator=( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_… in operator =()
77862 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =() argument
77866SamplerReductionModeCreateInfo & operator=( SamplerReductionModeCreateInfo const & rhs ) VULKAN_HP… in operator =() argument
77868 memcpy( static_cast<void *>( this ), &rhs, sizeof( SamplerReductionModeCreateInfo ) ); in operator =()
77872 SamplerReductionModeCreateInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() argument
77878SamplerReductionModeCreateInfo & setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode redu… in setReductionMode() argument
77897 auto operator<=>( SamplerReductionModeCreateInfo const& ) const = default;
77899 bool operator==( SamplerReductionModeCreateInfo const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==() argument
77906 bool operator!=( SamplerReductionModeCreateInfo const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=() argument
77920 …static_assert( sizeof( SamplerReductionModeCreateInfo ) == sizeof( VkSamplerReductionModeCreateInf…
77921 …static_assert( std::is_standard_layout<SamplerReductionModeCreateInfo>::value, "struct wrapper is …
77926 using Type = SamplerReductionModeCreateInfo;
77928 using SamplerReductionModeCreateInfoEXT = SamplerReductionModeCreateInfo;
92111 …template <> struct StructExtends<SamplerReductionModeCreateInfo, SamplerCreateInfo>{ enum { value …