Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp67770 struct SamplerCustomBorderColorCreateInfoEXT struct
67772 using NativeType = VkSamplerCustomBorderColorCreateInfoEXT;
67774 static const bool allowDuplicate = false;
67775 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
67779 SamplerCustomBorderColorCreateInfoEXT( in SamplerCustomBorderColorCreateInfoEXT() function
67789SamplerCustomBorderColorCreateInfoEXT( VkSamplerCustomBorderColorCreateInfoEXT const & rhs ) VULKA… in SamplerCustomBorderColorCreateInfoEXT() function
67801 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT const *>( &r… in operator =()
67806 SamplerCustomBorderColorCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
67813 …BorderColor( VULKAN_HPP_NAMESPACE::ClearColorValue const & customBorderColor_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColor()
67842 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp121054 struct SamplerCustomBorderColorCreateInfoEXT struct
121056 using NativeType = VkSamplerCustomBorderColorCreateInfoEXT;
121058 static const bool allowDuplicate = false;
121059 …_OR_CONSTEXPR StructureType structureType = StructureType::eSamplerCustomBorderColorCreateInfoEXT;
121062 …VULKAN_HPP_CONSTEXPR_14 SamplerCustomBorderColorCreateInfoEXT( VULKAN_HPP_NAMESPACE::ClearColorVal… in SamplerCustomBorderColorCreateInfoEXT() function
121073SamplerCustomBorderColorCreateInfoEXT( VkSamplerCustomBorderColorCreateInfoEXT const & rhs ) VULKA… in SamplerCustomBorderColorCreateInfoEXT() function
121083 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerCustomBorderColorCreateInfoEXT const *>( &r… in operator =()
121088 …EXPR_14 SamplerCustomBorderColorCreateInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
121095 …BorderColor( VULKAN_HPP_NAMESPACE::ClearColorValue const & customBorderColor_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColor()
121101 …tomBorderColorCreateInfoEXT & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
[all …]