Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/depool/
DdeMemPool.c107 int allocIndex; /*!< Allocation index (running counter). */ member
226 pool->allocIndex = ++root->lastAllocatedIndex; in createPoolInternal()
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h12523 size_t allocIndex; in Allocate() local
12534 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in Allocate()
12542 pAllocations + allocIndex); in Allocate()
12553 while(allocIndex--) in Allocate()
12555 Free(pAllocations[allocIndex]); in Allocate()
14600 for(uint32_t allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AddAllocations() local
14602 const VmaAllocation hAlloc = pAllocations[allocIndex]; in AddAllocations()
14656 &pAllocationsChanged[allocIndex] : VMA_NULL; in AddAllocations()
16117 size_t allocIndex; in AllocateDedicatedMemory() local
16119 for(allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in AllocateDedicatedMemory()
[all …]
/external/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 …]
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h11354 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()
[all …]
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7973 …for(size_t allocIndex = 0, allocCount = pDedicatedAllocVector->size(); allocIndex < allocCount; ++ in CalculateStats() local
7976 (*pDedicatedAllocVector)[allocIndex]->DedicatedAllocCalcStatsInfo(allocationStatInfo); in CalculateStats()
8016 for(size_t allocIndex = 0; allocIndex < allocationCount; ++allocIndex) in Defragment() local
8018 VmaAllocation hAlloc = pAllocations[allocIndex]; in Defragment()
8045 &pAllocationsChanged[allocIndex] : VMA_NULL; in Defragment()