Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp55814 struct PhysicalDeviceDriverProperties struct
55816 using NativeType = VkPhysicalDeviceDriverProperties;
55818 static const bool allowDuplicate = false;
55819 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDriverProperties;
55822 …P_CONSTEXPR_14 PhysicalDeviceDriverProperties( VULKAN_HPP_NAMESPACE::DriverId driverID_ = VULKAN_H… in PhysicalDeviceDriverProperties() argument
55837PhysicalDeviceDriverProperties( VkPhysicalDeviceDriverProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceDriverProperties() function
55847 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties const *>( &rhs ); in operator =()
55851 explicit operator VkPhysicalDeviceDriverProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties const&()
55856 explicit operator VkPhysicalDeviceDriverProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties&()
55872 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp52331 struct PhysicalDeviceDriverProperties struct
52340 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDriverProperties(VULKAN_HPP_NAMESPACE::DriverId driverID_ = V… in PhysicalDeviceDriverProperties() function
52346PhysicalDeviceDriverProperties( VkPhysicalDeviceDriverProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceDriverProperties() function
52356 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties const *>( &rhs ); in operator =()
52361 operator VkPhysicalDeviceDriverProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties const&()
52366 operator VkPhysicalDeviceDriverProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties&()
52377 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
52387 bool operator==( PhysicalDeviceDriverProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
52401 bool operator!=( PhysicalDeviceDriverProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
52408 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceDriverProperties;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp58611 struct PhysicalDeviceDriverProperties struct
58613 using NativeType = VkPhysicalDeviceDriverProperties;
58615 static const bool allowDuplicate = false;
58616 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDriverProperties;
58619 …P_CONSTEXPR_14 PhysicalDeviceDriverProperties( VULKAN_HPP_NAMESPACE::DriverId driverID_ = VULKAN_H… in PhysicalDeviceDriverProperties() argument
58634PhysicalDeviceDriverProperties( VkPhysicalDeviceDriverProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceDriverProperties() function
58644 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties const *>( &rhs ); in operator =()
58648 operator VkPhysicalDeviceDriverProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties const&()
58653 operator VkPhysicalDeviceDriverProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties&()
58669 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs14128 pub struct PhysicalDeviceDriverProperties { struct
14136 impl fmt::Debug for PhysicalDeviceDriverProperties { argument
14152 impl ::std::default::Default for PhysicalDeviceDriverProperties { implementation
14164 impl PhysicalDeviceDriverProperties { implementation
14178 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDriverProperties {} implementation
14210 pub fn build(self) -> PhysicalDeviceDriverProperties { in build()