Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DMemoryTracking.cpp192 MemoryAllocationTracker::MemoryAllocationTracker(vk::Renderer *renderer) in MemoryAllocationTracker() function in rx::MemoryAllocationTracker
196 void MemoryAllocationTracker::initMemoryTrackers() in initMemoryTrackers()
218 void MemoryAllocationTracker::onDestroy() in onDestroy()
226 void MemoryAllocationTracker::onDeviceInit() in onDeviceInit()
234 void MemoryAllocationTracker::logMemoryStatsOnError() in logMemoryStatsOnError()
241 void MemoryAllocationTracker::onMemoryAllocImpl(vk::MemoryAllocationType allocType, in onMemoryAllocImpl()
300 void MemoryAllocationTracker::onMemoryDeallocImpl(vk::MemoryAllocationType allocType, in onMemoryDeallocImpl()
367 VkDeviceSize MemoryAllocationTracker::getActiveMemoryAllocationsSize(uint32_t allocTypeIndex) const in getActiveMemoryAllocationsSize()
378 VkDeviceSize MemoryAllocationTracker::getActiveHeapMemoryAllocationsSize(uint32_t allocTypeIndex, in getActiveHeapMemoryAllocationsSize()
391 uint64_t MemoryAllocationTracker::getActiveMemoryAllocationsCount(uint32_t allocTypeIndex) const in getActiveMemoryAllocationsCount()
[all …]
DMemoryTracking.h142 class MemoryAllocationTracker : angle::NonCopyable
145 MemoryAllocationTracker(vk::Renderer *renderer);
Dvk_renderer.h653 MemoryAllocationTracker *getMemoryAllocationTracker() { return &mMemoryAllocationTracker; } in getMemoryAllocationTracker()
1067 MemoryAllocationTracker mMemoryAllocationTracker;
Dvk_renderer.cpp2043 mMemoryAllocationTracker(MemoryAllocationTracker(this)), in Renderer()