Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp32839 struct ExternalMemoryProperties struct
32841 using NativeType = VkExternalMemoryProperties;
32844 …VULKAN_HPP_CONSTEXPR ExternalMemoryProperties( VULKAN_HPP_NAMESPACE::ExternalMemoryFeatureFlags … in ExternalMemoryProperties() function
32855 ExternalMemoryProperties( VkExternalMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalMemoryProperties() function
32865 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalMemoryProperties const *>( &rhs ); in operator =()
32869 operator VkExternalMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties const&()
32874 operator VkExternalMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties&()
32887 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
32896 bool operator==( ExternalMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
32927 …VULKAN_HPP_CONSTEXPR ExternalBufferProperties( VULKAN_HPP_NAMESPACE::ExternalMemoryProperties exte… in ExternalBufferProperties()
/external/swiftshader/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()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp33708 struct ExternalMemoryProperties struct
33710 using NativeType = VkExternalMemoryProperties;
33713 …VULKAN_HPP_CONSTEXPR ExternalMemoryProperties( VULKAN_HPP_NAMESPACE::ExternalMemoryFeatureFlags … in ExternalMemoryProperties() function
33724 ExternalMemoryProperties( VkExternalMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalMemoryProperties() function
33734 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalMemoryProperties const *>( &rhs ); in operator =()
33738 operator VkExternalMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties const&()
33743 operator VkExternalMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties&()
33756 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
33765 bool operator==( ExternalMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
33796 …VULKAN_HPP_CONSTEXPR ExternalBufferProperties( VULKAN_HPP_NAMESPACE::ExternalMemoryProperties exte… in ExternalBufferProperties()
/external/rust/crates/ash/src/vk/
Ddefinitions.rs14445 pub struct ExternalMemoryProperties { struct
14450 impl ExternalMemoryProperties { implementation
14499 pub fn build(self) -> ExternalMemoryProperties { in build()
14607 external_memory_properties: ExternalMemoryProperties, in external_memory_properties()
14728 external_memory_properties: ExternalMemoryProperties, in external_memory_properties()