Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp58121 struct PhysicalDeviceCustomBorderColorFeaturesEXT struct
58123 using NativeType = VkPhysicalDeviceCustomBorderColorFeaturesEXT;
58125 static const bool allowDuplicate = false;
58126 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceCustomBorderColorFeaturesEXT;
58129 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 cust… in PhysicalDeviceCustomBorderColorFeaturesEXT() function
58140PhysicalDeviceCustomBorderColorFeaturesEXT( VkPhysicalDeviceCustomBorderColorFeaturesEXT const & r… in PhysicalDeviceCustomBorderColorFeaturesEXT() function
58150 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCustomBorderColorFeaturesEXT const *… in operator =()
58155 …TEXPR_14 PhysicalDeviceCustomBorderColorFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
58162 … setCustomBorderColors( VULKAN_HPP_NAMESPACE::Bool32 customBorderColors_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColors()
58169 …orWithoutFormat( VULKAN_HPP_NAMESPACE::Bool32 customBorderColorWithoutFormat_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColorWithoutFormat()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp59817 struct PhysicalDeviceCustomBorderColorFeaturesEXT struct
59819 using NativeType = VkPhysicalDeviceCustomBorderColorFeaturesEXT;
59821 static const bool allowDuplicate = false;
59822 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceCustomBorderColorFeaturesEXT;
59825 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 cust… in PhysicalDeviceCustomBorderColorFeaturesEXT() function
59836PhysicalDeviceCustomBorderColorFeaturesEXT( VkPhysicalDeviceCustomBorderColorFeaturesEXT const & r… in PhysicalDeviceCustomBorderColorFeaturesEXT() function
59846 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCustomBorderColorFeaturesEXT const *… in operator =()
59851 …TEXPR_14 PhysicalDeviceCustomBorderColorFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
59858 setCustomBorderColors( VULKAN_HPP_NAMESPACE::Bool32 customBorderColors_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColors()
59865 …orWithoutFormat( VULKAN_HPP_NAMESPACE::Bool32 customBorderColorWithoutFormat_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColorWithoutFormat()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp59815 struct PhysicalDeviceCustomBorderColorFeaturesEXT struct
59817 using NativeType = VkPhysicalDeviceCustomBorderColorFeaturesEXT;
59819 static const bool allowDuplicate = false;
59820 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceCustomBorderColorFeaturesEXT;
59823 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 cust… in PhysicalDeviceCustomBorderColorFeaturesEXT() function
59834PhysicalDeviceCustomBorderColorFeaturesEXT( VkPhysicalDeviceCustomBorderColorFeaturesEXT const & r… in PhysicalDeviceCustomBorderColorFeaturesEXT() function
59844 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCustomBorderColorFeaturesEXT const *… in operator =()
59849 …TEXPR_14 PhysicalDeviceCustomBorderColorFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
59856 setCustomBorderColors( VULKAN_HPP_NAMESPACE::Bool32 customBorderColors_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColors()
59863 …orWithoutFormat( VULKAN_HPP_NAMESPACE::Bool32 customBorderColorWithoutFormat_ ) VULKAN_HPP_NOEXCEPT in setCustomBorderColorWithoutFormat()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs47906 pub struct PhysicalDeviceCustomBorderColorFeaturesEXT { struct
47912 impl ::std::default::Default for PhysicalDeviceCustomBorderColorFeaturesEXT { argument
47923 unsafe impl TaggedStructure for PhysicalDeviceCustomBorderColorFeaturesEXT { implementation
47927 impl PhysicalDeviceCustomBorderColorFeaturesEXT { implementation
47944 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCustomBorderColorFeaturesEXT {} implementation
47946 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceCustomBorderColorFeaturesEXT {} implementation
47975 pub fn build(self) -> PhysicalDeviceCustomBorderColorFeaturesEXT { in build()