Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp66075 struct PhysicalDeviceIDProperties struct
66077 using NativeType = VkPhysicalDeviceIDProperties;
66079 static const bool allowDuplicate = false;
66080 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceIdProperties;
66083 …VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceIDProperties( std::array<uint8_t, VK_UUID_SIZE> const & devi… in PhysicalDeviceIDProperties() function
66100 PhysicalDeviceIDProperties( VkPhysicalDeviceIDProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceIDProperties() function
66110 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties const *>( &rhs ); in operator =()
66114 operator VkPhysicalDeviceIDProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties const&()
66119 operator VkPhysicalDeviceIDProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties&()
66136 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp67982 struct PhysicalDeviceIDProperties struct
67984 using NativeType = VkPhysicalDeviceIDProperties;
67986 static const bool allowDuplicate = false;
67987 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceIdProperties;
67990 …VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceIDProperties( std::array<uint8_t, VK_UUID_SIZE> const & devi… in PhysicalDeviceIDProperties() argument
68007 PhysicalDeviceIDProperties( VkPhysicalDeviceIDProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceIDProperties() function
68017 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties const *>( &rhs ); in operator =()
68021 operator VkPhysicalDeviceIDProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties const&()
68026 operator VkPhysicalDeviceIDProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties&()
68043 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp68143 struct PhysicalDeviceIDProperties struct
68145 using NativeType = VkPhysicalDeviceIDProperties;
68147 static const bool allowDuplicate = false;
68148 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceIdProperties;
68151 …VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceIDProperties( std::array<uint8_t, VK_UUID_SIZE> const & devi… in PhysicalDeviceIDProperties() function
68168 PhysicalDeviceIDProperties( VkPhysicalDeviceIDProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceIDProperties() function
68178 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties const *>( &rhs ); in operator =()
68182 operator VkPhysicalDeviceIDProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties const&()
68187 operator VkPhysicalDeviceIDProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIDProperties&()
68204 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs16421 pub struct PhysicalDeviceIDProperties { struct
16430 impl ::std::default::Default for PhysicalDeviceIDProperties { implementation
16444 unsafe impl TaggedStructure for PhysicalDeviceIDProperties { implementation
16447 impl PhysicalDeviceIDProperties { implementation
16461 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceIDProperties {} implementation
16502 pub fn build(self) -> PhysicalDeviceIDProperties { in build()