Home
last modified time | relevance | path

Searched refs:safe_VkDedicatedAllocationMemoryAllocateInfoNV (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h3589 struct safe_VkDedicatedAllocationMemoryAllocateInfoNV { struct
3594safe_VkDedicatedAllocationMemoryAllocateInfoNV(const VkDedicatedAllocationMemoryAllocateInfoNV* in… argument
3595safe_VkDedicatedAllocationMemoryAllocateInfoNV(const safe_VkDedicatedAllocationMemoryAllocateInfoN…
3596safe_VkDedicatedAllocationMemoryAllocateInfoNV& operator=(const safe_VkDedicatedAllocationMemoryAl… argument
3597 safe_VkDedicatedAllocationMemoryAllocateInfoNV();
3598 ~safe_VkDedicatedAllocationMemoryAllocateInfoNV();
3600 void initialize(const safe_VkDedicatedAllocationMemoryAllocateInfoNV* src);
Dvk_safe_struct.cpp15974 safe_VkDedicatedAllocationMemoryAllocateInfoNV::safe_VkDedicatedAllocationMemoryAllocateInfoNV(cons… in safe_VkDedicatedAllocationMemoryAllocateInfoNV() function in safe_VkDedicatedAllocationMemoryAllocateInfoNV
15982 safe_VkDedicatedAllocationMemoryAllocateInfoNV::safe_VkDedicatedAllocationMemoryAllocateInfoNV() : in safe_VkDedicatedAllocationMemoryAllocateInfoNV() function in safe_VkDedicatedAllocationMemoryAllocateInfoNV
15986 safe_VkDedicatedAllocationMemoryAllocateInfoNV::safe_VkDedicatedAllocationMemoryAllocateInfoNV(cons… in safe_VkDedicatedAllocationMemoryAllocateInfoNV() function in safe_VkDedicatedAllocationMemoryAllocateInfoNV
15994 safe_VkDedicatedAllocationMemoryAllocateInfoNV& safe_VkDedicatedAllocationMemoryAllocateInfoNV::ope… in operator =()
16009 safe_VkDedicatedAllocationMemoryAllocateInfoNV::~safe_VkDedicatedAllocationMemoryAllocateInfoNV() in ~safe_VkDedicatedAllocationMemoryAllocateInfoNV()
16015 void safe_VkDedicatedAllocationMemoryAllocateInfoNV::initialize(const VkDedicatedAllocationMemoryAl… in initialize()
16023 void safe_VkDedicatedAllocationMemoryAllocateInfoNV::initialize(const safe_VkDedicatedAllocationMem… in initialize()
28645 …safe_pNext = new safe_VkDedicatedAllocationMemoryAllocateInfoNV(reinterpret_cast<const VkDedicated… in SafePnextCopy()
29275 delete reinterpret_cast<const safe_VkDedicatedAllocationMemoryAllocateInfoNV *>(header); in FreePnextChain()
Dlayer_chassis_dispatch.cpp86safe_VkDedicatedAllocationMemoryAllocateInfoNV *safe_struct = reinterpret_cast<safe_VkDedicatedAll… in WrapPnextChainHandles()