Searched refs:MemoryAllocationTracker (Results 1 – 4 of 4) sorted by relevance
192 MemoryAllocationTracker::MemoryAllocationTracker(vk::Renderer *renderer) in MemoryAllocationTracker() function in rx::MemoryAllocationTracker196 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 …]
142 class MemoryAllocationTracker : angle::NonCopyable145 MemoryAllocationTracker(vk::Renderer *renderer);
653 MemoryAllocationTracker *getMemoryAllocationTracker() { return &mMemoryAllocationTracker; } in getMemoryAllocationTracker()1067 MemoryAllocationTracker mMemoryAllocationTracker;
2043 mMemoryAllocationTracker(MemoryAllocationTracker(this)), in Renderer()