Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp46664 struct PhysicalDeviceMemoryProperties struct
46666 using NativeType = VkPhysicalDeviceMemoryProperties;
46669 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMemoryProperties( in PhysicalDeviceMemoryProperties() argument
46683PhysicalDeviceMemoryProperties( VkPhysicalDeviceMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceMemoryProperties() function
46693 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties const *>( &rhs ); in operator =()
46697 operator VkPhysicalDeviceMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMemoryProperties const&()
46702 operator VkPhysicalDeviceMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMemoryProperties&()
46728 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp72324 struct PhysicalDeviceMemoryProperties struct
72326 using NativeType = VkPhysicalDeviceMemoryProperties;
72330PhysicalDeviceMemoryProperties( uint32_t … in PhysicalDeviceMemoryProperties() function
72343PhysicalDeviceMemoryProperties( VkPhysicalDeviceMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceMemoryProperties() function
72353 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties const *>( &rhs ); in operator =()
72357 operator VkPhysicalDeviceMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMemoryProperties const&()
72362 operator VkPhysicalDeviceMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMemoryProperties&()
72376 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
72385 bool operator==( PhysicalDeviceMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
72416 …HPP_CONSTEXPR_14 PhysicalDeviceMemoryProperties2( VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProper… in PhysicalDeviceMemoryProperties2()