Searched refs:PoolVectorType (Results 1 – 1 of 1) sorted by relevance
2552 typedef Vector<Pool*> PoolVectorType; typedef in D3D12MA::AllocatorPimpl2553 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()