Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp30538 struct ExternalMemoryProperties struct
30546 VULKAN_HPP_CONSTEXPR ExternalMemoryProperties(VULKAN_HPP_NAMESPACE::ExternalMemoryFeatureFlags exte… in ExternalMemoryProperties() function
30552 ExternalMemoryProperties( VkExternalMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalMemoryProperties() function
30562 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalMemoryProperties const *>( &rhs ); in operator =()
30567 operator VkExternalMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties const&()
30572 operator VkExternalMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties&()
30583 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
30593 bool operator==( ExternalMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
30627 VULKAN_HPP_CONSTEXPR ExternalBufferProperties(VULKAN_HPP_NAMESPACE::ExternalMemoryProperties extern… in ExternalBufferProperties()