Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp58230 struct PhysicalDeviceCustomBorderColorPropertiesEXT struct
58232 using NativeType = VkPhysicalDeviceCustomBorderColorPropertiesEXT;
58238 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorPropertiesEXT( uint32_t maxCustomBorderColorSa… in PhysicalDeviceCustomBorderColorPropertiesEXT() function
58247PhysicalDeviceCustomBorderColorPropertiesEXT( VkPhysicalDeviceCustomBorderColorPropertiesEXT const… in PhysicalDeviceCustomBorderColorPropertiesEXT() function
58257 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCustomBorderColorPropertiesEXT const… in operator =()
58261 operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const&()
58266 operator VkPhysicalDeviceCustomBorderColorPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCustomBorderColorPropertiesEXT&()
58277 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
58286 …ol operator==( PhysicalDeviceCustomBorderColorPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
58295 …ol operator!=( PhysicalDeviceCustomBorderColorPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp59926 struct PhysicalDeviceCustomBorderColorPropertiesEXT struct
59928 using NativeType = VkPhysicalDeviceCustomBorderColorPropertiesEXT;
59934 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorPropertiesEXT( uint32_t maxCustomBorderColorSa… in PhysicalDeviceCustomBorderColorPropertiesEXT() function
59943PhysicalDeviceCustomBorderColorPropertiesEXT( VkPhysicalDeviceCustomBorderColorPropertiesEXT const… in PhysicalDeviceCustomBorderColorPropertiesEXT() function
59953 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCustomBorderColorPropertiesEXT const… in operator =()
59957 operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const&()
59962 operator VkPhysicalDeviceCustomBorderColorPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCustomBorderColorPropertiesEXT&()
59973 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
59982 …ol operator==( PhysicalDeviceCustomBorderColorPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
59991 …ol operator!=( PhysicalDeviceCustomBorderColorPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp59924 struct PhysicalDeviceCustomBorderColorPropertiesEXT struct
59926 using NativeType = VkPhysicalDeviceCustomBorderColorPropertiesEXT;
59932 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorPropertiesEXT( uint32_t maxCustomBorderColorSa… in PhysicalDeviceCustomBorderColorPropertiesEXT() function
59941PhysicalDeviceCustomBorderColorPropertiesEXT( VkPhysicalDeviceCustomBorderColorPropertiesEXT const… in PhysicalDeviceCustomBorderColorPropertiesEXT() function
59951 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCustomBorderColorPropertiesEXT const… in operator =()
59955 operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const&()
59960 operator VkPhysicalDeviceCustomBorderColorPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCustomBorderColorPropertiesEXT&()
59971 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
59980 …ol operator==( PhysicalDeviceCustomBorderColorPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
59989 …ol operator!=( PhysicalDeviceCustomBorderColorPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs47838 pub struct PhysicalDeviceCustomBorderColorPropertiesEXT { struct
47843 impl ::std::default::Default for PhysicalDeviceCustomBorderColorPropertiesEXT { argument
47853 unsafe impl TaggedStructure for PhysicalDeviceCustomBorderColorPropertiesEXT { implementation
47857 impl PhysicalDeviceCustomBorderColorPropertiesEXT { impl
47874 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCustomBorderColorPropertiesEXT {} implementation
47898 pub fn build(self) -> PhysicalDeviceCustomBorderColorPropertiesEXT { in build()