Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp39777 struct PhysicalDeviceIDProperties struct
39779 static const bool allowDuplicate = false;
39780 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceIdProperties;
39784 PhysicalDeviceIDProperties( std::array<uint8_t, VK_UUID_SIZE> const & deviceUUID_ = {}, in PhysicalDeviceIDProperties() argument
39799 PhysicalDeviceIDProperties( VkPhysicalDeviceIDProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceIDProperties() function
39809 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties const *>( &rhs ); in operator =()
39813 operator VkPhysicalDeviceIDProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties const&()
39818 operator VkPhysicalDeviceIDProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties&()
39826 bool operator==( PhysicalDeviceIDProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
39833 bool operator!=( PhysicalDeviceIDProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp65362 struct PhysicalDeviceIDProperties struct
65368 …VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceIDProperties(std::array<uint8_t,VK_UUID_SIZE> const& deviceU… in PhysicalDeviceIDProperties() function
65374 PhysicalDeviceIDProperties( VkPhysicalDeviceIDProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceIDProperties() function
65382 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties const *>( &rhs ); in operator =()
65386 …hysicalDeviceIDProperties & operator=( PhysicalDeviceIDProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
65393 operator VkPhysicalDeviceIDProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties const&()
65398 operator VkPhysicalDeviceIDProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties&()
65407 bool operator==( PhysicalDeviceIDProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
65418 bool operator!=( PhysicalDeviceIDProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
65427 const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceIdProperties;
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp65749 struct PhysicalDeviceIDProperties struct
65755 …VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceIDProperties(std::array<uint8_t,VK_UUID_SIZE> const& deviceU… in PhysicalDeviceIDProperties() function
65761 PhysicalDeviceIDProperties( VkPhysicalDeviceIDProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceIDProperties() function
65769 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties const *>( &rhs ); in operator =()
65773 …hysicalDeviceIDProperties & operator=( PhysicalDeviceIDProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
65780 operator VkPhysicalDeviceIDProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties const&()
65785 operator VkPhysicalDeviceIDProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties&()
65794 bool operator==( PhysicalDeviceIDProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
65805 bool operator!=( PhysicalDeviceIDProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
65814 const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceIdProperties;
[all …]