Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp91781 struct SamplerReductionModeCreateInfo struct
91783 using NativeType = VkSamplerReductionModeCreateInfo;
91785 static const bool allowDuplicate = false;
91790SamplerReductionModeCreateInfo( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN… in SamplerReductionModeCreateInfo() function
91799SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function
91809 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()
91814 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
91820 …& setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()
91827 explicit operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()
91832 explicit operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp85311 struct SamplerReductionModeCreateInfo struct
85320 VULKAN_HPP_CONSTEXPR SamplerReductionModeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode redu… in SamplerReductionModeCreateInfo() function
85326SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function
85336 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()
85341 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
85347 …& setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()
85355 operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()
85360 operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()
85371 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
85381 bool operator==( SamplerReductionModeCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp96487 struct SamplerReductionModeCreateInfo struct
96489 using NativeType = VkSamplerReductionModeCreateInfo;
96491 static const bool allowDuplicate = false;
96496SamplerReductionModeCreateInfo( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN… in SamplerReductionModeCreateInfo() function
96505SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function
96515 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()
96520 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
96526 …& setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()
96533 operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()
96538 operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs22823 pub struct SamplerReductionModeCreateInfo { struct
22828 impl ::std::default::Default for SamplerReductionModeCreateInfo { argument
22837 impl SamplerReductionModeCreateInfo { implementation
22851 unsafe impl ExtendsSamplerCreateInfo for SamplerReductionModeCreateInfo {} implementation
22871 pub fn build(self) -> SamplerReductionModeCreateInfo { in build()