Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h1181 struct safe_VkMemoryAllocateFlagsInfo { struct
1186 safe_VkMemoryAllocateFlagsInfo(const VkMemoryAllocateFlagsInfo* in_struct); argument
1187 safe_VkMemoryAllocateFlagsInfo(const safe_VkMemoryAllocateFlagsInfo& src);
1188 safe_VkMemoryAllocateFlagsInfo& operator=(const safe_VkMemoryAllocateFlagsInfo& src); argument
1189 safe_VkMemoryAllocateFlagsInfo();
1190 ~safe_VkMemoryAllocateFlagsInfo();
1192 void initialize(const safe_VkMemoryAllocateFlagsInfo* src);
Dvk_safe_struct.cpp6265 safe_VkMemoryAllocateFlagsInfo::safe_VkMemoryAllocateFlagsInfo(const VkMemoryAllocateFlagsInfo* in_… in safe_VkMemoryAllocateFlagsInfo() function in safe_VkMemoryAllocateFlagsInfo
6273 safe_VkMemoryAllocateFlagsInfo::safe_VkMemoryAllocateFlagsInfo() : in safe_VkMemoryAllocateFlagsInfo() function in safe_VkMemoryAllocateFlagsInfo
6277 safe_VkMemoryAllocateFlagsInfo::safe_VkMemoryAllocateFlagsInfo(const safe_VkMemoryAllocateFlagsInfo in safe_VkMemoryAllocateFlagsInfo() function in safe_VkMemoryAllocateFlagsInfo
6285 safe_VkMemoryAllocateFlagsInfo& safe_VkMemoryAllocateFlagsInfo::operator=(const safe_VkMemoryAlloca… in operator =()
6300 safe_VkMemoryAllocateFlagsInfo::~safe_VkMemoryAllocateFlagsInfo() in ~safe_VkMemoryAllocateFlagsInfo()
6306 void safe_VkMemoryAllocateFlagsInfo::initialize(const VkMemoryAllocateFlagsInfo* in_struct) in initialize()
6314 void safe_VkMemoryAllocateFlagsInfo::initialize(const safe_VkMemoryAllocateFlagsInfo* src) in initialize()
28456 …safe_pNext = new safe_VkMemoryAllocateFlagsInfo(reinterpret_cast<const VkMemoryAllocateFlagsInfo *… in SafePnextCopy()
29086 delete reinterpret_cast<const safe_VkMemoryAllocateFlagsInfo *>(header); in FreePnextChain()