Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp28958 struct ExternalMemoryProperties struct
28960 using NativeType = VkExternalMemoryProperties;
28963 …VULKAN_HPP_CONSTEXPR ExternalMemoryProperties(VULKAN_HPP_NAMESPACE::ExternalMemoryFeatureFlags ext… in ExternalMemoryProperties() function
28974 ExternalMemoryProperties(VkExternalMemoryProperties const &rhs) VULKAN_HPP_NOEXCEPT in ExternalMemoryProperties() function
28984 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalMemoryProperties const *>(&rhs); in operator =()
28988 explicit operator VkExternalMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties const&()
28993 explicit operator VkExternalMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties&()
29006 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
29036 VULKAN_HPP_STATIC_ASSERT(sizeof(VULKAN_HPP_NAMESPACE::ExternalMemoryProperties) == sizeof(VkExterna…
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp28891 struct ExternalMemoryProperties struct
28893 using NativeType = VkExternalMemoryProperties;
28896 …VULKAN_HPP_CONSTEXPR ExternalMemoryProperties( VULKAN_HPP_NAMESPACE::ExternalMemoryFeatureFlags … in ExternalMemoryProperties() function
28907 ExternalMemoryProperties( VkExternalMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalMemoryProperties() function
28917 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalMemoryProperties const *>( &rhs ); in operator =()
28921 explicit operator VkExternalMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties const&()
28926 explicit operator VkExternalMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties&()
28939 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
28969 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ExternalMemoryProperties ) == sizeof( VkEx…
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp29981 struct ExternalMemoryProperties struct
29986 VULKAN_HPP_CONSTEXPR ExternalMemoryProperties( in ExternalMemoryProperties() function
29997 ExternalMemoryProperties( VkExternalMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalMemoryProperties() function
30006 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalMemoryProperties const *>( &rhs ); in operator =()
30010 explicit operator VkExternalMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties const&()
30015 explicit operator VkExternalMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties&()
30028 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
30059 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ExternalMemoryProperties ) ==
/external/rust/crates/ash/src/vk/
Ddefinitions.rs14445 pub struct ExternalMemoryProperties { struct
14450 impl ExternalMemoryProperties { impl
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()