Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp109980 struct SamplerReductionModeCreateInfo struct
109982 using NativeType = VkSamplerReductionModeCreateInfo;
109984 static const bool allowDuplicate = false;
109989SamplerReductionModeCreateInfo( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN… in SamplerReductionModeCreateInfo() function
109998SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function
110008 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()
110013 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
110019 …& setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()
110026 operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()
110031 operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp107259 struct SamplerReductionModeCreateInfo struct
107261 using NativeType = VkSamplerReductionModeCreateInfo;
107263 static const bool allowDuplicate = false;
107268SamplerReductionModeCreateInfo( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN… in SamplerReductionModeCreateInfo() function
107277SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function
107287 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()
107292 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
107298 …& setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()
107305 operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()
107310 operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp131089 struct SamplerReductionModeCreateInfo struct
131091 using NativeType = VkSamplerReductionModeCreateInfo;
131093 static const bool allowDuplicate = false;
131098SamplerReductionModeCreateInfo( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN… in SamplerReductionModeCreateInfo() function
131107SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function
131117 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()
131122 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
131128 …& setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()
131135 operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()
131140 operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs25607 pub struct SamplerReductionModeCreateInfo { struct
25612 impl ::std::default::Default for SamplerReductionModeCreateInfo { argument
25622 unsafe impl TaggedStructure for SamplerReductionModeCreateInfo { implementation
25625 impl SamplerReductionModeCreateInfo { implementation
25639 unsafe impl ExtendsSamplerCreateInfo for SamplerReductionModeCreateInfo {} implementation
25660 pub fn build(self) -> SamplerReductionModeCreateInfo { in build()