Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp52891 struct MemoryZirconHandlePropertiesFUCHSIA struct
52893 using NativeType = VkMemoryZirconHandlePropertiesFUCHSIA;
52899 …VULKAN_HPP_CONSTEXPR MemoryZirconHandlePropertiesFUCHSIA( uint32_t memoryTypeBits_ = {}, void * pN… in MemoryZirconHandlePropertiesFUCHSIA() function
52907MemoryZirconHandlePropertiesFUCHSIA( VkMemoryZirconHandlePropertiesFUCHSIA const & rhs ) VULKAN_HP… in MemoryZirconHandlePropertiesFUCHSIA() function
52917 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryZirconHandlePropertiesFUCHSIA const *>( &rhs… in operator =()
52921 operator VkMemoryZirconHandlePropertiesFUCHSIA const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryZirconHandlePropertiesFUCHSIA const&()
52926 operator VkMemoryZirconHandlePropertiesFUCHSIA &() VULKAN_HPP_NOEXCEPT in operator VkMemoryZirconHandlePropertiesFUCHSIA&()
52937 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
52946 bool operator==( MemoryZirconHandlePropertiesFUCHSIA const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
52955 bool operator!=( MemoryZirconHandlePropertiesFUCHSIA const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp52491 struct MemoryZirconHandlePropertiesFUCHSIA struct
52493 using NativeType = VkMemoryZirconHandlePropertiesFUCHSIA;
52499 …VULKAN_HPP_CONSTEXPR MemoryZirconHandlePropertiesFUCHSIA( uint32_t memoryTypeBits_ = {}, void * pN… in MemoryZirconHandlePropertiesFUCHSIA() function
52507MemoryZirconHandlePropertiesFUCHSIA( VkMemoryZirconHandlePropertiesFUCHSIA const & rhs ) VULKAN_HP… in MemoryZirconHandlePropertiesFUCHSIA() function
52517 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryZirconHandlePropertiesFUCHSIA const *>( &rhs… in operator =()
52521 operator VkMemoryZirconHandlePropertiesFUCHSIA const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryZirconHandlePropertiesFUCHSIA const&()
52526 operator VkMemoryZirconHandlePropertiesFUCHSIA &() VULKAN_HPP_NOEXCEPT in operator VkMemoryZirconHandlePropertiesFUCHSIA&()
52537 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
52546 bool operator==( MemoryZirconHandlePropertiesFUCHSIA const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
52555 bool operator!=( MemoryZirconHandlePropertiesFUCHSIA const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp64922 struct MemoryZirconHandlePropertiesFUCHSIA struct
64924 using NativeType = VkMemoryZirconHandlePropertiesFUCHSIA;
64930 …VULKAN_HPP_CONSTEXPR MemoryZirconHandlePropertiesFUCHSIA( uint32_t memoryTypeBits_ = {}, void * pN… in MemoryZirconHandlePropertiesFUCHSIA() function
64938MemoryZirconHandlePropertiesFUCHSIA( VkMemoryZirconHandlePropertiesFUCHSIA const & rhs ) VULKAN_HP… in MemoryZirconHandlePropertiesFUCHSIA() function
64948 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryZirconHandlePropertiesFUCHSIA const *>( &rhs… in operator =()
64952 operator VkMemoryZirconHandlePropertiesFUCHSIA const &() const VULKAN_HPP_NOEXCEPT in operator VkMemoryZirconHandlePropertiesFUCHSIA const&()
64957 operator VkMemoryZirconHandlePropertiesFUCHSIA &() VULKAN_HPP_NOEXCEPT in operator VkMemoryZirconHandlePropertiesFUCHSIA&()
64962 operator VkMemoryZirconHandlePropertiesFUCHSIA const *() const VULKAN_HPP_NOEXCEPT in operator VkMemoryZirconHandlePropertiesFUCHSIA const*()
64967 operator VkMemoryZirconHandlePropertiesFUCHSIA *() VULKAN_HPP_NOEXCEPT in operator VkMemoryZirconHandlePropertiesFUCHSIA*()
64978 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs16911 pub struct MemoryZirconHandlePropertiesFUCHSIA { struct
16916 impl ::std::default::Default for MemoryZirconHandlePropertiesFUCHSIA { argument
16926 unsafe impl TaggedStructure for MemoryZirconHandlePropertiesFUCHSIA { implementation
16929 impl MemoryZirconHandlePropertiesFUCHSIA { impl
16962 pub fn build(self) -> MemoryZirconHandlePropertiesFUCHSIA { in build()
Dextensions.rs19667 _p_memory_zircon_handle_properties: *mut MemoryZirconHandlePropertiesFUCHSIA, in load()