Home
last modified time | relevance | path

Searched refs:safe_VkExportMemoryAllocateInfo (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h1972 struct safe_VkExportMemoryAllocateInfo { struct
1976 safe_VkExportMemoryAllocateInfo(const VkExportMemoryAllocateInfo* in_struct); argument
1977 safe_VkExportMemoryAllocateInfo(const safe_VkExportMemoryAllocateInfo& src);
1978 safe_VkExportMemoryAllocateInfo& operator=(const safe_VkExportMemoryAllocateInfo& src); argument
1979 safe_VkExportMemoryAllocateInfo();
1980 ~safe_VkExportMemoryAllocateInfo();
1982 void initialize(const safe_VkExportMemoryAllocateInfo* src);
Dvk_safe_struct.cpp9458 safe_VkExportMemoryAllocateInfo::safe_VkExportMemoryAllocateInfo(const VkExportMemoryAllocateInfo* … in safe_VkExportMemoryAllocateInfo() function in safe_VkExportMemoryAllocateInfo
9465 safe_VkExportMemoryAllocateInfo::safe_VkExportMemoryAllocateInfo() : in safe_VkExportMemoryAllocateInfo() function in safe_VkExportMemoryAllocateInfo
9469 safe_VkExportMemoryAllocateInfo::safe_VkExportMemoryAllocateInfo(const safe_VkExportMemoryAllocateI… in safe_VkExportMemoryAllocateInfo() function in safe_VkExportMemoryAllocateInfo
9476 safe_VkExportMemoryAllocateInfo& safe_VkExportMemoryAllocateInfo::operator=(const safe_VkExportMemo… in operator =()
9490 safe_VkExportMemoryAllocateInfo::~safe_VkExportMemoryAllocateInfo() in ~safe_VkExportMemoryAllocateInfo()
9496 void safe_VkExportMemoryAllocateInfo::initialize(const VkExportMemoryAllocateInfo* in_struct) in initialize()
9503 void safe_VkExportMemoryAllocateInfo::initialize(const safe_VkExportMemoryAllocateInfo* src) in initialize()
28546 …safe_pNext = new safe_VkExportMemoryAllocateInfo(reinterpret_cast<const VkExportMemoryAllocateInfo… in SafePnextCopy()
29176 delete reinterpret_cast<const safe_VkExportMemoryAllocateInfo *>(header); in FreePnextChain()