Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/depool/
DdeMemPool.c107 int allocIndex; /*!< Allocation index (running counter). */ member
226 pool->allocIndex = ++root->lastAllocatedIndex; in createPoolInternal()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h12505 size_t allocIndex; in Allocate() local
12516 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in Allocate()
12524 pAllocations + allocIndex); in Allocate()
12535 while(allocIndex--) in Allocate()
12537 Free(pAllocations[allocIndex]); in Allocate()
14582 for(uint32_t allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AddAllocations() local
14584 const VmaAllocation hAlloc = pAllocations[allocIndex]; in AddAllocations()
14638 &pAllocationsChanged[allocIndex] : VMA_NULL; in AddAllocations()
16088 size_t allocIndex; in AllocateDedicatedMemory() local
16090 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AllocateDedicatedMemory()
[all …]
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp3399 size_t allocIndex; in Allocate() local
3404 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in Allocate()
3410 pAllocations + allocIndex); in Allocate()
3421 while(allocIndex--) in Allocate()
3423 Free(pAllocations[allocIndex]); in Allocate()
4865 … for(size_t allocIndex = 0, count = allocationVector->size(); allocIndex < count; ++allocIndex) in CalculateStats() local
4867 UINT64 size = (*allocationVector)[allocIndex]->GetSize(); in CalculateStats()