Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp2552 typedef Vector<Pool*> PoolVectorType; typedef in D3D12MA::AllocatorPimpl
2553 PoolVectorType* m_pPools[HEAP_TYPE_COUNT];
4089 m_pPools[heapTypeIndex] = D3D12MA_NEW(GetAllocs(), PoolVectorType)(GetAllocs()); in AllocatorPimpl()
4762 PoolVectorType* const pools = m_pPools[heapTypeIndex]; in RegisterPool()
4772 PoolVectorType* const pools = m_pPools[heapTypeIndex]; in UnregisterPool()
4849 const PoolVectorType* const poolVector = m_pPools[heapTypeIndex]; in CalculateStats()