Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp44233 struct PhysicalDeviceGroupProperties struct
44235 using NativeType = VkPhysicalDeviceGroupProperties;
44237 static const bool allowDuplicate = false;
44238 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceGroupProperties;
44241 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceGroupProperties( in PhysicalDeviceGroupProperties() function
44253 PhysicalDeviceGroupProperties( VkPhysicalDeviceGroupProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceGroupProperties() function
44263 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties const *>( &rhs ); in operator =()
44267 operator VkPhysicalDeviceGroupProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceGroupProperties const&()
44272 operator VkPhysicalDeviceGroupProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceGroupProperties&()
44300 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp67498 struct PhysicalDeviceGroupProperties struct
67500 using NativeType = VkPhysicalDeviceGroupProperties;
67502 static const bool allowDuplicate = false;
67503 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceGroupProperties;
67507PhysicalDeviceGroupProperties( uint32_t … in PhysicalDeviceGroupProperties() function
67520 PhysicalDeviceGroupProperties( VkPhysicalDeviceGroupProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceGroupProperties() function
67530 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties const *>( &rhs ); in operator =()
67534 operator VkPhysicalDeviceGroupProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceGroupProperties const&()
67539 operator VkPhysicalDeviceGroupProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceGroupProperties&()
67554 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]