Searched refs:safe_VkMemoryAllocateInfo (Results 1 – 3 of 3) sorted by relevance
159 struct safe_VkMemoryAllocateInfo { struct164 safe_VkMemoryAllocateInfo(const VkMemoryAllocateInfo* in_struct); argument165 safe_VkMemoryAllocateInfo(const safe_VkMemoryAllocateInfo& src);166 safe_VkMemoryAllocateInfo& operator=(const safe_VkMemoryAllocateInfo& src); argument167 safe_VkMemoryAllocateInfo();168 ~safe_VkMemoryAllocateInfo();170 void initialize(const safe_VkMemoryAllocateInfo* src);
843 safe_VkMemoryAllocateInfo::safe_VkMemoryAllocateInfo(const VkMemoryAllocateInfo* in_struct) : in safe_VkMemoryAllocateInfo() function in safe_VkMemoryAllocateInfo851 safe_VkMemoryAllocateInfo::safe_VkMemoryAllocateInfo() : in safe_VkMemoryAllocateInfo() function in safe_VkMemoryAllocateInfo855 safe_VkMemoryAllocateInfo::safe_VkMemoryAllocateInfo(const safe_VkMemoryAllocateInfo& src) in safe_VkMemoryAllocateInfo() function in safe_VkMemoryAllocateInfo863 safe_VkMemoryAllocateInfo& safe_VkMemoryAllocateInfo::operator=(const safe_VkMemoryAllocateInfo& sr… in operator =()878 safe_VkMemoryAllocateInfo::~safe_VkMemoryAllocateInfo() in ~safe_VkMemoryAllocateInfo()884 void safe_VkMemoryAllocateInfo::initialize(const VkMemoryAllocateInfo* in_struct) in initialize()892 void safe_VkMemoryAllocateInfo::initialize(const safe_VkMemoryAllocateInfo* src) in initialize()
1193 safe_VkMemoryAllocateInfo *local_pAllocateInfo = NULL; in DispatchAllocateMemory()1196 local_pAllocateInfo = new safe_VkMemoryAllocateInfo(pAllocateInfo); in DispatchAllocateMemory()