Searched defs:AllocInfo (Results 1 – 5 of 5) sorted by relevance
30 struct AllocInfo { struct31 struct SegInfo {39 ExecutorAddr MappingBase;63 virtual void initialize(AllocInfo &AI, argument
89 struct AllocInfo { struct94 } allocs[kAllocInfoSize] = {}; argument98 extern AllocInfo g_allocs; argument
732 struct AllocInfo struct734 VmaAllocation m_Allocation = VK_NULL_HANDLE;735 VkBuffer m_Buffer = VK_NULL_HANDLE;759 void AllocInfo::CreateBuffer( in CreateBuffer() argument
1269 const AllocationInfo *AllocInfo) { in addCallStack()1446 for (auto *AllocInfo : AllocInfoIter->second) { in readMemprof() local
6369 struct AllocInfo struct6375 VmaVector< AllocInfo, VmaStlAllocator<AllocInfo> > m_Allocations; argument