Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp100414 struct SamplerCustomBorderColorCreateInfoEXT struct
100416 using NativeType = VkSamplerCustomBorderColorCreateInfoEXT;
100418 static const bool allowDuplicate = false;
100419 …_OR_CONSTEXPR StructureType structureType = StructureType::eSamplerCustomBorderColorCreateInfoEXT;
100422 …VULKAN_HPP_CONSTEXPR_14 SamplerCustomBorderColorCreateInfoEXT( VULKAN_HPP_NAMESPACE::ClearColorVal… in SamplerCustomBorderColorCreateInfoEXT() function
100433SamplerCustomBorderColorCreateInfoEXT( VkSamplerCustomBorderColorCreateInfoEXT const & rhs ) VULKA… in SamplerCustomBorderColorCreateInfoEXT() function
100443 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT const *>( &r… in operator =()
100448 …EXPR_14 SamplerCustomBorderColorCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
100455 …BorderColor( VULKAN_HPP_NAMESPACE::ClearColorValue const & customBorderColor_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColor()
100461 …tomBorderColorCreateInfoEXT & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp104756 struct SamplerCustomBorderColorCreateInfoEXT struct
104758 using NativeType = VkSamplerCustomBorderColorCreateInfoEXT;
104760 static const bool allowDuplicate = false;
104761 …_OR_CONSTEXPR StructureType structureType = StructureType::eSamplerCustomBorderColorCreateInfoEXT;
104764 …VULKAN_HPP_CONSTEXPR_14 SamplerCustomBorderColorCreateInfoEXT( VULKAN_HPP_NAMESPACE::ClearColorVal… in SamplerCustomBorderColorCreateInfoEXT() function
104775SamplerCustomBorderColorCreateInfoEXT( VkSamplerCustomBorderColorCreateInfoEXT const & rhs ) VULKA… in SamplerCustomBorderColorCreateInfoEXT() function
104785 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT const *>( &r… in operator =()
104790 …EXPR_14 SamplerCustomBorderColorCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
104797 …BorderColor( VULKAN_HPP_NAMESPACE::ClearColorValue const & customBorderColor_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColor()
104803 …tomBorderColorCreateInfoEXT & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp107167 struct SamplerCustomBorderColorCreateInfoEXT struct
107169 using NativeType = VkSamplerCustomBorderColorCreateInfoEXT;
107171 static const bool allowDuplicate = false;
107172 …_OR_CONSTEXPR StructureType structureType = StructureType::eSamplerCustomBorderColorCreateInfoEXT;
107175 …VULKAN_HPP_CONSTEXPR_14 SamplerCustomBorderColorCreateInfoEXT( VULKAN_HPP_NAMESPACE::ClearColorVal… in SamplerCustomBorderColorCreateInfoEXT() function
107186SamplerCustomBorderColorCreateInfoEXT( VkSamplerCustomBorderColorCreateInfoEXT const & rhs ) VULKA… in SamplerCustomBorderColorCreateInfoEXT() function
107196 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT const *>( &r… in operator =()
107201 …EXPR_14 SamplerCustomBorderColorCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
107208 …BorderColor( VULKAN_HPP_NAMESPACE::ClearColorValue const & customBorderColor_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColor()
107214 …tomBorderColorCreateInfoEXT & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs47758 pub struct SamplerCustomBorderColorCreateInfoEXT { struct
47765 impl fmt::Debug for SamplerCustomBorderColorCreateInfoEXT { argument
47775 impl ::std::default::Default for SamplerCustomBorderColorCreateInfoEXT { implementation
47786 unsafe impl TaggedStructure for SamplerCustomBorderColorCreateInfoEXT { implementation
47790 impl SamplerCustomBorderColorCreateInfoEXT { implementation
47804 unsafe impl ExtendsSamplerCreateInfo for SamplerCustomBorderColorCreateInfoEXT {} implementation
47830 pub fn build(self) -> SamplerCustomBorderColorCreateInfoEXT { in build()