Searched defs:allocCount (Results 1 – 13 of 13) sorted by relevance
| /third_party/skia/m133/tests/ |
| D | DequeTest.cpp | 85 int allocCount) { in assert_blocks() 100 static void TestSub(skiatest::Reporter* reporter, int allocCount) { in TestSub()
|
| /third_party/skia/tests/ |
| D | DequeTest.cpp | 85 int allocCount) { in assert_blocks() 100 static void TestSub(skiatest::Reporter* reporter, int allocCount) { in TestSub()
|
| /third_party/skia/src/core/ |
| D | SkDeque.cpp | 28 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/ |
| D | SkDeque.cpp | 31 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/ |
| D | GrMemoryPool.cpp | 143 int allocCount = 0; in validate() local
|
| /third_party/skia/src/gpu/ |
| D | GrMemoryPool.cpp | 137 int allocCount = 0; in validate() local
|
| /third_party/skia/include/private/ |
| D | SkTArray.h | 345 auto allocCount = fAllocCount; in swap() local
|
| /third_party/skia/m133/include/private/base/ |
| D | SkTArray.h | 368 auto allocCount = fCapacity; in swap() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_util.h | 635 unsigned int allocCount = (count + (1 << objStepLog2) - 1) >> objStepLog2; in ~MemoryPool() local
|
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| D | Tests.cpp | 216 constexpr size_t allocCount = 10; in TestVirtualBlocks() local
|
| /third_party/skia/m133/third_party/externals/vulkanmemoryallocator/src/ |
| D | Tests.cpp | 1648 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/ |
| D | vk_mem_alloc.h | 6183 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/ |
| D | vk_mem_alloc.h | 16888 …for(size_t allocIndex = 0, allocCount = pDedicatedAllocVector->size(); allocIndex < allocCount; ++… in CalculateStats() local
|