Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp81602 struct SamplerReductionModeCreateInfo struct
81604 using NativeType = VkSamplerReductionModeCreateInfo;
81606 static const bool allowDuplicate = false;
81611SamplerReductionModeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN_… in SamplerReductionModeCreateInfo() function
81620 SamplerReductionModeCreateInfo(VkSamplerReductionModeCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function
81630 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>(&rhs); in operator =()
81635 …N_HPP_CONSTEXPR_14 SamplerReductionModeCreateInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()
81641 …fo &setReductionMode(VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_) VULKAN_HPP_NOEXCEPT in setReductionMode()
81648 explicit operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()
81653 explicit operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp81465 struct SamplerReductionModeCreateInfo struct
81467 using NativeType = VkSamplerReductionModeCreateInfo;
81469 static const bool allowDuplicate = false;
81474SamplerReductionModeCreateInfo( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN… in SamplerReductionModeCreateInfo() function
81483SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function
81493 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()
81498 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
81504 …& setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()
81511 explicit operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()
81516 explicit operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp84799 struct SamplerReductionModeCreateInfo struct
84801 using NativeType = VkSamplerReductionModeCreateInfo;
84807 VULKAN_HPP_CONSTEXPR SamplerReductionModeCreateInfo( in SamplerReductionModeCreateInfo() function
84816SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function
84826 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()
84831 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
84838 … setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()
84845 explicit operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()
84850 explicit operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()
84863 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs22823 pub struct SamplerReductionModeCreateInfo { struct
22828 impl ::std::default::Default for SamplerReductionModeCreateInfo { argument
22837 impl SamplerReductionModeCreateInfo { impl
22851 unsafe impl ExtendsSamplerCreateInfo for SamplerReductionModeCreateInfo {} implementation
22871 pub fn build(self) -> SamplerReductionModeCreateInfo { in build()