Lines Matching refs:allocIndex

11354     size_t allocIndex;  in Allocate()  local
11359 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in Allocate()
11368 pAllocations + allocIndex); in Allocate()
11379 while(allocIndex--) in Allocate()
11381 Free(pAllocations[allocIndex]); in Allocate()
13290 for(uint32_t allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AddAllocations() local
13292 const VmaAllocation hAlloc = pAllocations[allocIndex]; in AddAllocations()
13348 &pAllocationsChanged[allocIndex] : VMA_NULL; in AddAllocations()
14387 size_t allocIndex; in AllocateDedicatedMemory() local
14389 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AllocateDedicatedMemory()
14399 pAllocations + allocIndex); in AllocateDedicatedMemory()
14413 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AllocateDedicatedMemory()
14415 … VmaVectorInsertSorted<VmaPointerLess>(*pDedicatedAllocations, pAllocations[allocIndex]); in AllocateDedicatedMemory()
14424 while(allocIndex--) in AllocateDedicatedMemory()
14426 VmaAllocation currAlloc = pAllocations[allocIndex]; in AllocateDedicatedMemory()
14710 for(size_t allocIndex = allocationCount; allocIndex--; ) in FreeMemory() local
14712 VmaAllocation allocation = pAllocations[allocIndex]; in FreeMemory()
14822 …for(size_t allocIndex = 0, allocCount = pDedicatedAllocVector->size(); allocIndex < allocCount; ++ in CalculateStats() local
14825 (*pDedicatedAllocVector)[allocIndex]->DedicatedAllocCalcStatsInfo(allocationStatInfo); in CalculateStats()