Searched refs:safe_VkMemoryDedicatedAllocateInfo (Results 1 – 3 of 3) sorted by relevance
1165 struct safe_VkMemoryDedicatedAllocateInfo { struct1170 safe_VkMemoryDedicatedAllocateInfo(const VkMemoryDedicatedAllocateInfo* in_struct); argument1171 safe_VkMemoryDedicatedAllocateInfo(const safe_VkMemoryDedicatedAllocateInfo& src);1172 safe_VkMemoryDedicatedAllocateInfo& operator=(const safe_VkMemoryDedicatedAllocateInfo& src); argument1173 safe_VkMemoryDedicatedAllocateInfo();1174 ~safe_VkMemoryDedicatedAllocateInfo();1176 void initialize(const safe_VkMemoryDedicatedAllocateInfo* src);
6208 safe_VkMemoryDedicatedAllocateInfo::safe_VkMemoryDedicatedAllocateInfo(const VkMemoryDedicatedAlloc… in safe_VkMemoryDedicatedAllocateInfo() function in safe_VkMemoryDedicatedAllocateInfo6216 safe_VkMemoryDedicatedAllocateInfo::safe_VkMemoryDedicatedAllocateInfo() : in safe_VkMemoryDedicatedAllocateInfo() function in safe_VkMemoryDedicatedAllocateInfo6220 safe_VkMemoryDedicatedAllocateInfo::safe_VkMemoryDedicatedAllocateInfo(const safe_VkMemoryDedicated… in safe_VkMemoryDedicatedAllocateInfo() function in safe_VkMemoryDedicatedAllocateInfo6228 safe_VkMemoryDedicatedAllocateInfo& safe_VkMemoryDedicatedAllocateInfo::operator=(const safe_VkMemo… in operator =()6243 safe_VkMemoryDedicatedAllocateInfo::~safe_VkMemoryDedicatedAllocateInfo() in ~safe_VkMemoryDedicatedAllocateInfo()6249 void safe_VkMemoryDedicatedAllocateInfo::initialize(const VkMemoryDedicatedAllocateInfo* in_struct) in initialize()6257 void safe_VkMemoryDedicatedAllocateInfo::initialize(const safe_VkMemoryDedicatedAllocateInfo* src) in initialize()28453 …safe_pNext = new safe_VkMemoryDedicatedAllocateInfo(reinterpret_cast<const VkMemoryDedicatedAlloca… in SafePnextCopy()29083 delete reinterpret_cast<const safe_VkMemoryDedicatedAllocateInfo *>(header); in FreePnextChain()
96 …safe_VkMemoryDedicatedAllocateInfo *safe_struct = reinterpret_cast<safe_VkMemoryDedicatedAllocateI… in WrapPnextChainHandles()