Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp2548 typedef Vector<Allocation*> AllocationVectorType; typedef in D3D12MA::AllocatorPimpl
2549 AllocationVectorType* m_pCommittedAllocations[HEAP_TYPE_COUNT];
4088 …m_pCommittedAllocations[heapTypeIndex] = D3D12MA_NEW(GetAllocs(), AllocationVectorType)(GetAllocs(… in AllocatorPimpl()
4741 AllocationVectorType* const committedAllocations = m_pCommittedAllocations[heapTypeIndex]; in RegisterCommittedAllocation()
4751 AllocationVectorType* const committedAllocations = m_pCommittedAllocations[heapTypeIndex]; in UnregisterCommittedAllocation()
4863 const AllocationVectorType* const allocationVector = m_pCommittedAllocations[heapTypeIndex]; in CalculateStats()
5109 … const AllocationVectorType* const allocationVector = m_pCommittedAllocations[heapType]; in BuildStatsString()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7689 typedef VmaVector< VmaAllocation, VmaStlAllocator<VmaAllocation> > AllocationVectorType; typedef
7690 AllocationVectorType* m_pDedicatedAllocations[VK_MAX_MEMORY_TYPES];
15618 …m_pDedicatedAllocations[memTypeIndex] = vma_new(this, AllocationVectorType)(VmaStlAllocator<VmaAll… in VmaAllocator_T()
16112 AllocationVectorType* pDedicatedAllocations = m_pDedicatedAllocations[memTypeIndex]; in AllocateDedicatedMemory()
16517 AllocationVectorType* const pDedicatedAllocVector = m_pDedicatedAllocations[memTypeIndex]; in CalculateStats()
17206 AllocationVectorType* const pDedicatedAllocations = m_pDedicatedAllocations[memTypeIndex]; in FreeDedicatedMemory()
17421 AllocationVectorType* const pDedicatedAllocVector = m_pDedicatedAllocations[memTypeIndex]; in PrintDetailedMap()