Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h6575 typedef VmaVector< VmaAllocation, VmaStlAllocator<VmaAllocation> > AllocationVectorType; typedef
6576 AllocationVectorType* m_pDedicatedAllocations[VK_MAX_MEMORY_TYPES];
14090 …m_pDedicatedAllocations[memTypeIndex] = vma_new(this, AllocationVectorType)(VmaStlAllocator<VmaAll… in VmaAllocator_T()
14411 AllocationVectorType* pDedicatedAllocations = m_pDedicatedAllocations[memTypeIndex]; in AllocateDedicatedMemory()
14820 AllocationVectorType* const pDedicatedAllocVector = m_pDedicatedAllocations[memTypeIndex]; in CalculateStats()
15365 AllocationVectorType* const pDedicatedAllocations = m_pDedicatedAllocations[memTypeIndex]; in FreeDedicatedMemory()
15417 AllocationVectorType* const pDedicatedAllocVector = m_pDedicatedAllocations[memTypeIndex]; in PrintDetailedMap()