Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp37259 struct PhysicalDeviceDriverProperties struct
37261 static const bool allowDuplicate = false;
37262 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDriverProperties;
37265 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDriverProperties( in PhysicalDeviceDriverProperties() function
37279PhysicalDeviceDriverProperties( VkPhysicalDeviceDriverProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceDriverProperties() function
37289 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties const *>( &rhs ); in operator =()
37293 operator VkPhysicalDeviceDriverProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties const&()
37298 operator VkPhysicalDeviceDriverProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties&()
37306 bool operator==( PhysicalDeviceDriverProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
37313 bool operator!=( PhysicalDeviceDriverProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp63917 struct PhysicalDeviceDriverProperties struct
63923 …VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDriverProperties(VULKAN_HPP_NAMESPACE::DriverId driverID_ = … in PhysicalDeviceDriverProperties() function
63929PhysicalDeviceDriverProperties( VkPhysicalDeviceDriverProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceDriverProperties() function
63937 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties const *>( &rhs ); in operator =()
63941 …eviceDriverProperties & operator=( PhysicalDeviceDriverProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
63948 operator VkPhysicalDeviceDriverProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties const&()
63953 operator VkPhysicalDeviceDriverProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties&()
63962 bool operator==( PhysicalDeviceDriverProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
63972 bool operator!=( PhysicalDeviceDriverProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
63981 … const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceDriverProperties;
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp64114 struct PhysicalDeviceDriverProperties struct
64120 …VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDriverProperties(VULKAN_HPP_NAMESPACE::DriverId driverID_ = … in PhysicalDeviceDriverProperties() function
64126PhysicalDeviceDriverProperties( VkPhysicalDeviceDriverProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceDriverProperties() function
64134 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties const *>( &rhs ); in operator =()
64138 …eviceDriverProperties & operator=( PhysicalDeviceDriverProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
64145 operator VkPhysicalDeviceDriverProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties const&()
64150 operator VkPhysicalDeviceDriverProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties&()
64159 bool operator==( PhysicalDeviceDriverProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
64169 bool operator!=( PhysicalDeviceDriverProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
64178 … const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceDriverProperties;
[all …]