Home
last modified time | relevance | path

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

/third_party/skia/m133/tests/
DDequeTest.cpp85 int allocCount) { in assert_blocks()
100 static void TestSub(skiatest::Reporter* reporter, int allocCount) { in TestSub()
/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/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/m133/src/base/
DSkDeque.cpp31 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque()
41 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque()
231 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock()
/third_party/skia/m133/src/gpu/ganesh/
DGrMemoryPool.cpp143 int allocCount = 0; in validate() local
/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/m133/include/private/base/
DSkTArray.h368 auto allocCount = fCapacity; in swap() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.h635 unsigned int allocCount = (count + (1 << objStepLog2) - 1) >> objStepLog2; in ~MemoryPool() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp216 constexpr size_t allocCount = 10; in TestVirtualBlocks() local
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/src/
DTests.cpp1648 static void ValidateAllocationsData(const AllocInfo* allocs, size_t allocCount) in ValidateAllocationsData()
2146 for(size_t allocIndex = 0, allocCount = allocs.size(); allocIndex < allocCount; ++allocIndex) in TestDefragmentationVsMapping() local
2575 const size_t allocCount = allocations.size(); in TestDefragmentationGpu() local
3337 constexpr size_t allocCount = 10; in TestVirtualBlocks() local
4911 const size_t allocCount = maxBufCapacity / 3; in BenchmarkAlgorithmsCase() local
7618 constexpr uint32_t allocCount = 100; in BasicTestAllocatePages() local
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6183 const uint32_t allocCount = (uint32_t)m_AllocationList.GetCount(); in AddStatistics() local
6544 uint16_t allocCount; member
10113 size_t allocCount = 0; in Validate() local
13893 size_t allocCount = 0; in UpdateVectorStatistics() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h16888 …for(size_t allocIndex = 0, allocCount = pDedicatedAllocVector->size(); allocIndex < allocCount; ++… in CalculateStats() local