Searched refs:AllocationVectorType (Results 1 – 2 of 2) sorted by relevance
2548 typedef Vector<Allocation*> AllocationVectorType; typedef in D3D12MA::AllocatorPimpl2549 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()
7689 typedef VmaVector< VmaAllocation, VmaStlAllocator<VmaAllocation> > AllocationVectorType; typedef7690 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()