Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp53555 struct PhysicalDeviceCustomBorderColorPropertiesEXT struct
53557 using NativeType = VkPhysicalDeviceCustomBorderColorPropertiesEXT;
53563 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorPropertiesEXT( uint32_t maxCustomBorderColorSa… in PhysicalDeviceCustomBorderColorPropertiesEXT() function
53572PhysicalDeviceCustomBorderColorPropertiesEXT( VkPhysicalDeviceCustomBorderColorPropertiesEXT const… in PhysicalDeviceCustomBorderColorPropertiesEXT() function
53582 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCustomBorderColorPropertiesEXT const… in operator =()
53586 …xplicit operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const&()
53591 explicit operator VkPhysicalDeviceCustomBorderColorPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCustomBorderColorPropertiesEXT&()
53602 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
53611 …ol operator==( PhysicalDeviceCustomBorderColorPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
53620 …ol operator!=( PhysicalDeviceCustomBorderColorPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp50420 struct PhysicalDeviceCustomBorderColorPropertiesEXT struct
50429 VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorPropertiesEXT(uint32_t maxCustomBorderColorSamp… in PhysicalDeviceCustomBorderColorPropertiesEXT() function
50435PhysicalDeviceCustomBorderColorPropertiesEXT( VkPhysicalDeviceCustomBorderColorPropertiesEXT const… in PhysicalDeviceCustomBorderColorPropertiesEXT() function
50445 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCustomBorderColorPropertiesEXT const… in operator =()
50450 operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const&()
50455 operator VkPhysicalDeviceCustomBorderColorPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCustomBorderColorPropertiesEXT&()
50466 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
50476 …ol operator==( PhysicalDeviceCustomBorderColorPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
50487 …ol operator!=( PhysicalDeviceCustomBorderColorPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
50494 …_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceCustomBorderColorPropertiesEXT;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp55905 struct PhysicalDeviceCustomBorderColorPropertiesEXT struct
55907 using NativeType = VkPhysicalDeviceCustomBorderColorPropertiesEXT;
55913 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCustomBorderColorPropertiesEXT( uint32_t maxCustomBorderColorSa… in PhysicalDeviceCustomBorderColorPropertiesEXT() function
55922PhysicalDeviceCustomBorderColorPropertiesEXT( VkPhysicalDeviceCustomBorderColorPropertiesEXT const… in PhysicalDeviceCustomBorderColorPropertiesEXT() function
55932 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCustomBorderColorPropertiesEXT const… in operator =()
55936 operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCustomBorderColorPropertiesEXT const&()
55941 operator VkPhysicalDeviceCustomBorderColorPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCustomBorderColorPropertiesEXT&()
55952 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
55961 …ol operator==( PhysicalDeviceCustomBorderColorPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
55970 …ol operator!=( PhysicalDeviceCustomBorderColorPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs40825 pub struct PhysicalDeviceCustomBorderColorPropertiesEXT { struct
40830 impl ::std::default::Default for PhysicalDeviceCustomBorderColorPropertiesEXT { implementation
40839 impl PhysicalDeviceCustomBorderColorPropertiesEXT { implementation
40856 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCustomBorderColorPropertiesEXT {} implementation
40879 pub fn build(self) -> PhysicalDeviceCustomBorderColorPropertiesEXT { in build()