Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h3741 struct safe_VkExportMemoryAllocateInfoNV { struct
3745 safe_VkExportMemoryAllocateInfoNV(const VkExportMemoryAllocateInfoNV* in_struct); argument
3746 safe_VkExportMemoryAllocateInfoNV(const safe_VkExportMemoryAllocateInfoNV& src);
3747 safe_VkExportMemoryAllocateInfoNV& operator=(const safe_VkExportMemoryAllocateInfoNV& src); argument
3748 safe_VkExportMemoryAllocateInfoNV();
3749 ~safe_VkExportMemoryAllocateInfoNV();
3751 void initialize(const safe_VkExportMemoryAllocateInfoNV* src);
Dvk_safe_struct.cpp16521 safe_VkExportMemoryAllocateInfoNV::safe_VkExportMemoryAllocateInfoNV(const VkExportMemoryAllocateIn… in safe_VkExportMemoryAllocateInfoNV() function in safe_VkExportMemoryAllocateInfoNV
16528 safe_VkExportMemoryAllocateInfoNV::safe_VkExportMemoryAllocateInfoNV() : in safe_VkExportMemoryAllocateInfoNV() function in safe_VkExportMemoryAllocateInfoNV
16532 safe_VkExportMemoryAllocateInfoNV::safe_VkExportMemoryAllocateInfoNV(const safe_VkExportMemoryAlloc… in safe_VkExportMemoryAllocateInfoNV() function in safe_VkExportMemoryAllocateInfoNV
16539 safe_VkExportMemoryAllocateInfoNV& safe_VkExportMemoryAllocateInfoNV::operator=(const safe_VkExport… in operator =()
16553 safe_VkExportMemoryAllocateInfoNV::~safe_VkExportMemoryAllocateInfoNV() in ~safe_VkExportMemoryAllocateInfoNV()
16559 void safe_VkExportMemoryAllocateInfoNV::initialize(const VkExportMemoryAllocateInfoNV* in_struct) in initialize()
16566 void safe_VkExportMemoryAllocateInfoNV::initialize(const safe_VkExportMemoryAllocateInfoNV* src) in initialize()
28666 …safe_pNext = new safe_VkExportMemoryAllocateInfoNV(reinterpret_cast<const VkExportMemoryAllocateIn… in SafePnextCopy()
29296 delete reinterpret_cast<const safe_VkExportMemoryAllocateInfoNV *>(header); in FreePnextChain()