Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp56435 struct PhysicalDeviceIDProperties struct
56444 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceIDProperties(std::array<uint8_t,VK_UUID_SIZE> const & deviceU… in PhysicalDeviceIDProperties() function
56450 PhysicalDeviceIDProperties( VkPhysicalDeviceIDProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceIDProperties() function
56460 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties const *>( &rhs ); in operator =()
56465 operator VkPhysicalDeviceIDProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties const&()
56470 operator VkPhysicalDeviceIDProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties&()
56481 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
56491 bool operator==( PhysicalDeviceIDProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
56506 bool operator!=( PhysicalDeviceIDProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
56513 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceIdProperties;
[all …]