Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h6534 void PrintPointerList(uint64_t count, const T* pItems) in PrintPointerList() function
6546 void PrintPointerList(uint64_t count, const VmaAllocation* pItems);
13555 PrintPointerList(allocationCount, pAllocations); in RecordAllocateMemoryPages()
13639 PrintPointerList(allocationCount, pAllocations); in RecordFreeMemoryPages()
13870 PrintPointerList(info.allocationCount, info.pAllocations); in RecordDefragmentationBegin()
13872 PrintPointerList(info.poolCount, info.pPools); in RecordDefragmentationBegin()
13970 void VmaRecorder::PrintPointerList(uint64_t count, const VmaAllocation* pItems) in PrintPointerList() function