Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.cc62 void HeapProfileTracker::AddAllocation( in AddAllocation() function in perfetto::trace_processor::HeapProfileTracker
189 AddAllocation(seq_id, sequence_stack_profile_tracker, p, intern_lookup); in CommitAllocations()
Dheap_profile_tracker.h73 void AddAllocation(
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.h123 void AddAllocation(Allocator* allocator,
Dstep_stats_collector.cc151 AddAllocation(allocator_pair.first, allocator_pair.second); in SetMemory()
168 void NodeExecStatsWrapper::AddAllocation( in AddAllocation() function in tensorflow::NodeExecStatsWrapper
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1616 …void AddAllocation(size_t lineNumber, uint64_t origPtr, VkResult res, const char* functionName, Al…
1895 void Player::AddAllocation(size_t lineNumber, uint64_t origPtr, VkResult res, const char* functionN… in AddAllocation() function in Player
2932 AddAllocation(lineNumber, origPtr, res, "vmaCreateBuffer", std::move(allocDesc)); in ExecuteCreateBuffer()
3070 AddAllocation(lineNumber, origPtr, res, "vmaCreateImage", std::move(allocDesc)); in ExecuteCreateImage()
3144AddAllocation(lineNumber, origPtr, VK_SUCCESS, "vmaCreateLostAllocation", std::move(allocDesc)); in ExecuteCreateLostAllocation()
3196 AddAllocation(lineNumber, origPtr, res, "vmaAllocateMemory", std::move(allocDesc)); in ExecuteAllocateMemory()
3257AddAllocation(lineNumber, origPtrs[i], res, "vmaAllocateMemoryPages", std::move(allocDesc)); in ExecuteAllocateMemoryPages()
3338AddAllocation(lineNumber, origPtr, res, "vmaAllocateMemory (called as vmaAllocateMemoryForBuffer o… in ExecuteAllocateMemoryForBufferOrImage()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7039 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) = 0;
7085 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged);
7214 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; } in AddAllocation() function
7385 void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged);
7642 void AddAllocation(uint32_t heapIndex, VkDeviceSize allocationSize) in AddAllocation() function
12891 …m_hAllocator->m_Budget.AddAllocation(m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex), … in AllocatePage()
13094 …m_hAllocator->m_Budget.AddAllocation(m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex), … in AllocateFromBlock()
13783 void VmaDefragmentationAlgorithm_Generic::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function
14456 void VmaBlockVectorDefragmentationContext::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function
14500 m_pAlgorithm->AddAllocation(m_Allocations[i].hAlloc, m_Allocations[i].pChanged); in Begin()
[all …]
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h5963 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) = 0;
6009 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged);
6138 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; } in AddAllocation() function
6296 void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged);
6553 void AddAllocation(uint32_t heapIndex, VkDeviceSize allocationSize) in AddAllocation() function
12012 …m_hAllocator->m_Budget.AddAllocation(m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex), … in AllocatePage()
12215 …m_hAllocator->m_Budget.AddAllocation(m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex), … in AllocateFromBlock()
12925 void VmaDefragmentationAlgorithm_Generic::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function
13589 void VmaBlockVectorDefragmentationContext::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function
13633 m_pAlgorithm->AddAllocation(m_Allocations[i].hAlloc, m_Allocations[i].pChanged); in Begin()
[all …]
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h6008 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) = 0;
6053 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged);
6180 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; } in AddAllocation() function
6353 void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged);
12512 void VmaDefragmentationAlgorithm_Generic::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function
13165 void VmaBlockVectorDefragmentationContext::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function
13207 m_pAlgorithm->AddAllocation(m_Allocations[i].hAlloc, m_Allocations[i].pChanged); in Begin()
13349 pBlockVectorDefragCtx->AddAllocation(hAlloc, pChanged); in AddAllocations()