Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h159 struct safe_VkMemoryAllocateInfo { struct
164 safe_VkMemoryAllocateInfo(const VkMemoryAllocateInfo* in_struct); argument
165 safe_VkMemoryAllocateInfo(const safe_VkMemoryAllocateInfo& src);
166 safe_VkMemoryAllocateInfo& operator=(const safe_VkMemoryAllocateInfo& src); argument
167 safe_VkMemoryAllocateInfo();
168 ~safe_VkMemoryAllocateInfo();
170 void initialize(const safe_VkMemoryAllocateInfo* src);
Dvk_safe_struct.cpp843 safe_VkMemoryAllocateInfo::safe_VkMemoryAllocateInfo(const VkMemoryAllocateInfo* in_struct) : in safe_VkMemoryAllocateInfo() function in safe_VkMemoryAllocateInfo
851 safe_VkMemoryAllocateInfo::safe_VkMemoryAllocateInfo() : in safe_VkMemoryAllocateInfo() function in safe_VkMemoryAllocateInfo
855 safe_VkMemoryAllocateInfo::safe_VkMemoryAllocateInfo(const safe_VkMemoryAllocateInfo& src) in safe_VkMemoryAllocateInfo() function in safe_VkMemoryAllocateInfo
863 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()
Dlayer_chassis_dispatch.cpp1193 safe_VkMemoryAllocateInfo *local_pAllocateInfo = NULL; in DispatchAllocateMemory()
1196 local_pAllocateInfo = new safe_VkMemoryAllocateInfo(pAllocateInfo); in DispatchAllocateMemory()