/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AllocationStats.java | 37 private final int allocationCount; field in AllocationStats 47 AllocationStats(int allocationCount, long allocationSize, int reps) { in AllocationStats() argument 48 this(allocationCount, allocationSize, reps, ImmutableMultiset.<Allocation>of()); in AllocationStats() 60 private AllocationStats(int allocationCount, long allocationSize, int reps, in AllocationStats() argument 62 checkArgument(allocationCount >= 0, "allocationCount (%s) was negative", allocationCount); in AllocationStats() 63 this.allocationCount = allocationCount; in AllocationStats() 72 return allocationCount; in getAllocationCount() 98 return new AllocationStats(allocationCount - baseline.allocationCount, in minus() 118 allocationCount - baseline.allocationCount, in delta() 135 .value(Value.create(allocationCount, "")) in toMeasurements() [all …]
|
D | AggregateAllocationsRecorder.java | 31 private final AtomicInteger allocationCount = new AtomicInteger(); field in AggregateAllocationsRecorder 39 allocationCount.getAndIncrement(); 51 allocationCount.set(0); in doStartRecording() 59 return new AllocationStats(allocationCount.get(), allocationSize.get(), reps); in stopRecording()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 842 const int allocationCount = allocationCounts[allocationCountNdx]; in createAllocationTestsCommon() local 844 if (allocationCount != -1 && allocationCount * allocationSize > 50 * MiB) in createAllocationTestsCommon() 852 if (allocationCount == -1) in createAllocationTestsCommon() 867 config.memoryAllocationCount = allocationCount; in createAllocationTestsCommon() 892 const int allocationCount = allocationCounts[allocationCountNdx]; in createAllocationTestsCommon() local 894 …if ((allocationCount != -1) && ((float)allocationCount * (float)allocationPercent >= 1.00f / 8.00f… in createAllocationTestsCommon() 903 if (allocationCount == -1) in createAllocationTestsCommon() 915 config.memoryAllocationCount = allocationCount; in createAllocationTestsCommon()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 2438 uint32_t allocationCount; member 2952 size_t allocationCount; member 3151 …const VkMemoryRequirements* VMA_NOT_NULL VMA_LEN_IF_NOT_NULL(allocationCount) pVkMemoryRequirement… 3152 const VmaAllocationCreateInfo* VMA_NOT_NULL VMA_LEN_IF_NOT_NULL(allocationCount) pCreateInfo, 3153 size_t allocationCount, 3154 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL VMA_LEN_IF_NOT_NULL(allocationCount) pAllocations, 3155 VmaAllocationInfo* VMA_NULLABLE VMA_LEN_IF_NOT_NULL(allocationCount) pAllocationInfo); 3198 size_t allocationCount, 3199 …const VmaAllocation VMA_NULLABLE * VMA_NOT_NULL VMA_LEN_IF_NOT_NULL(allocationCount) pAllocations); 3409 uint32_t allocationCount, [all …]
|
D | Tests.cpp | 322 std::atomic<size_t> allocationCount = 0; in MainTest() local 432 ++allocationCount; in MainTest() 668 if(allocationCount) in MainTest() 670 outResult.AllocationTimeAvg /= allocationCount; in MainTest() 671 outResult.DeallocationTimeAvg /= allocationCount; in MainTest() 1612 defragInfo.allocationCount = (uint32_t)allocCount; in TestDefragmentationWholePool() 1814 defragInfo.allocationCount = (uint32_t)movableAllocCount; in TestDefragmentationGpu() 2118 const size_t allocationCount = allocations.size(); in TestDefragmentationIncrementalBasic() local 2119 for(size_t i = 0; i < allocationCount; ++i) in TestDefragmentationIncrementalBasic() 2148 defragInfo.allocationCount = (uint32_t)movableAllocCount; in TestDefragmentationIncrementalBasic() [all …]
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2442 uint32_t allocationCount; member 2956 size_t allocationCount; member 3155 …const VkMemoryRequirements* VMA_NOT_NULL VMA_LEN_IF_NOT_NULL(allocationCount) pVkMemoryRequirement… 3156 const VmaAllocationCreateInfo* VMA_NOT_NULL VMA_LEN_IF_NOT_NULL(allocationCount) pCreateInfo, 3157 size_t allocationCount, 3158 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL VMA_LEN_IF_NOT_NULL(allocationCount) pAllocations, 3159 VmaAllocationInfo* VMA_NULLABLE VMA_LEN_IF_NOT_NULL(allocationCount) pAllocationInfo); 3202 size_t allocationCount, 3203 …const VmaAllocation VMA_NULLABLE * VMA_NOT_NULL VMA_LEN_IF_NOT_NULL(allocationCount) pAllocations); 3413 uint32_t allocationCount, [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 1922 uint32_t allocationCount; member 2351 size_t allocationCount; member 2531 size_t allocationCount, 2576 size_t allocationCount, 2792 uint32_t allocationCount; member 2971 size_t allocationCount, 5062 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo() 5269 size_t allocationCount, 5852 size_t allocationCount, 6393 uint32_t allocationCount, [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 583 MinMaxAvg<size_t> allocationCount; member 585 void PostValue(size_t allocationCount) in PostValue() 587 this->allocationCount.PostValue(allocationCount); in PostValue() 599 PRINT_FIELD(allocationCount); in Print() 610 MinMaxAvg<uint32_t> allocationCount; member 624 allocationCount.PostValue(info.allocationCount); in PostValue() 625 allocationCountNotZero.PostValue(info.allocationCount != 0); in PostValue() 644 PRINT_FIELD(allocationCount); in Print() 767 size_t allocationCount; member 780 uint32_t allocationCount; member [all …]
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ |
D | SampleDataQueue.java | 368 int allocationCount = in clearAllocationNodes() local 372 Allocation[] allocationsToRelease = new Allocation[allocationCount]; in clearAllocationNodes()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 1301 uint32_t allocationCount; member 1654 size_t allocationCount; member 2047 size_t allocationCount, 3871 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo() 4465 size_t allocationCount, 5210 json.WriteNumber(stat.allocationCount); in VmaPrintStatInfo() 5221 if(stat.allocationCount > 1) in VmaPrintStatInfo() 5430 outInfo.allocationCount = rangeCount - m_FreeCount; in CalcAllocationStatInfo() 5465 inoutStats.allocationCount += rangeCount - m_FreeCount; in AddPoolStats() 6417 inoutInfo.allocationCount += srcInfo.allocationCount; in VmaAddStatInfo() [all …]
|