Home
last modified time | relevance | path

Searched defs:allocCount (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/core/
DSkDeque.cpp28 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque()
38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque()
228 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock()
/third_party/skia/tests/
DDequeTest.cpp85 int allocCount) { in assert_blocks()
100 static void TestSub(skiatest::Reporter* reporter, int allocCount) { in TestSub()
/third_party/skia/src/gpu/
DGrMemoryPool.cpp137 int allocCount = 0; in validate() local
/third_party/skia/include/private/
DSkTArray.h345 auto allocCount = fAllocCount; in swap() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp216 constexpr size_t allocCount = 10; in TestVirtualBlocks() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.h629 unsigned int allocCount = (count + (1 << objStepLog2) - 1) >> objStepLog2; in ~MemoryPool() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h16519 …for(size_t allocIndex = 0, allocCount = pDedicatedAllocVector->size(); allocIndex < allocCount; ++… in CalculateStats() local