/external/skqp/src/gpu/ |
D | GrBufferAllocPool.cpp | 140 size_t usedBytes = back.fBuffer->gpuMemorySize() - back.fBytesFree; in makeSpace() local 141 size_t pad = GrSizeAlignUpPad(usedBytes, alignment); in makeSpace() 148 memset((void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes), 0, pad); in makeSpace() 149 usedBytes += pad; in makeSpace() 150 *offset = usedBytes; in makeSpace() 155 return (void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes); in makeSpace() 195 size_t usedBytes = back.fBuffer->gpuMemorySize() - back.fBytesFree; in makeSpaceAtLeast() local 196 size_t pad = GrSizeAlignUpPad(usedBytes, alignment); in makeSpaceAtLeast() 199 memset((void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes), 0, pad); in makeSpaceAtLeast() 200 usedBytes += pad; in makeSpaceAtLeast() [all …]
|
D | GrContext.cpp | 1128 fTextBlobCache->usedBytes()); in dumpMemoryStatistics()
|
/external/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 202 size_t usedBytes = back.fBuffer->size() - back.fBytesFree; in makeSpace() local 203 size_t pad = align_up_pad(usedBytes, alignment); in makeSpace() 210 memset((void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes), 0, pad); in makeSpace() 211 usedBytes += pad; in makeSpace() 212 *offset = usedBytes; in makeSpace() 217 return (void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes); in makeSpace() 255 size_t usedBytes = (fBlocks.empty()) ? 0 : fBlocks.back().fBuffer->size() - in makeSpaceAtLeast() local 257 size_t pad = align_up_pad(usedBytes, alignment); in makeSpaceAtLeast() 264 usedBytes = 0; in makeSpaceAtLeast() 270 memset(static_cast<char*>(fBufferPtr) + usedBytes, 0, pad); in makeSpaceAtLeast() [all …]
|
D | GrDirectContext.cpp | 452 this->getTextBlobCache()->usedBytes()); in dumpMemoryStatistics()
|
/external/perfetto/gn/standalone/ |
D | wasm_typescript_declaration.d.ts | 35 usedBytes: number;
|
/external/skqp/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 254 return stats.total.usedBytes; in totalUsedMemory() 260 return stats.total.usedBytes + stats.total.unusedBytes; in totalAllocatedMemory()
|
/external/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 266 return stats.total.usedBytes; in totalUsedMemory() 272 return stats.total.usedBytes + stats.total.unusedBytes; in totalAllocatedMemory()
|
/external/skia/src/gpu/text/ |
D | GrTextBlobCache.h | 47 size_t usedBytes() const SK_EXCLUDES(fSpinLock);
|
D | GrTextBlobCache.cpp | 108 size_t GrTextBlobCache::usedBytes() const { in usedBytes() function in GrTextBlobCache
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 75 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem() 281 BitVector ChildBytes = Child->usedBytes(); in addChildToLayout()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 75 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem() 281 BitVector ChildBytes = Child->usedBytes(); in addChildToLayout()
|
/external/perfetto/ui/src/controller/ |
D | trace_converter.ts | 36 const size = fsNode.usedBytes;
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | PrettyClassLayoutGraphicalDumper.cpp | 44 const BitVector &UseMap = Layout.usedBytes(); in start()
|
/external/skqp/src/gpu/text/ |
D | GrTextBlobCache.h | 106 size_t usedBytes() const { return fCurrentSize; } in usedBytes() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | UDTLayout.h | 51 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | UDTLayout.h | 51 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes() function
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 1926 VkDeviceSize usedBytes; member 5064 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo() 7503 json.WriteNumber(stat.usedBytes); in VmaPrintStatInfo() 7774 outInfo.usedBytes = GetSize() - outInfo.unusedBytes; in CalcAllocationStatInfo() 8976 outInfo.usedBytes = 0; in CalcAllocationStatInfo() 9015 outInfo.usedBytes += suballoc.size; in CalcAllocationStatInfo() 9072 outInfo.usedBytes += suballoc.size; in CalcAllocationStatInfo() 9128 outInfo.usedBytes += suballoc.size; in CalcAllocationStatInfo() 9155 outInfo.unusedBytes = size - outInfo.usedBytes; in CalcAllocationStatInfo() 9342 VkDeviceSize usedBytes = 0; in PrintDetailedMap() local [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 782 VkDeviceSize usedBytes; member 1039 SET_PEAK(inoutPeakInfo.usedBytes, currInfo.usedBytes); in UpdateMemStatInfo() 1041 SET_PEAK(inoutPeakInfo.totalBytes, currInfo.usedBytes + currInfo.unusedBytes); in UpdateMemStatInfo() 1054 info.usedBytes, in PrintMemStatInfo() 3027 printf(" usedBytes: %llu\n", info.usedBytes); in PrintStatInfo()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 2442 VkDeviceSize usedBytes; member 6069 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo() 8699 json.WriteNumber(stat.usedBytes); in VmaPrintStatInfo() 8970 outInfo.usedBytes = GetSize() - outInfo.unusedBytes; in CalcAllocationStatInfo() 10049 outInfo.usedBytes = 0; in CalcAllocationStatInfo() 10088 outInfo.usedBytes += suballoc.size; in CalcAllocationStatInfo() 10145 outInfo.usedBytes += suballoc.size; in CalcAllocationStatInfo() 10201 outInfo.usedBytes += suballoc.size; in CalcAllocationStatInfo() 10228 outInfo.unusedBytes = size - outInfo.usedBytes; in CalcAllocationStatInfo() 10415 VkDeviceSize usedBytes = 0; in PrintDetailedMap() local [all …]
|
D | Tests.cpp | 627 outResult.TotalMemoryAllocated = vmaStats.total.usedBytes + vmaStats.total.unusedBytes; in MainTest()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2446 VkDeviceSize usedBytes; member 6050 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo() 8680 json.WriteNumber(stat.usedBytes); in VmaPrintStatInfo() 8951 outInfo.usedBytes = GetSize() - outInfo.unusedBytes; in CalcAllocationStatInfo() 10030 outInfo.usedBytes = 0; in CalcAllocationStatInfo() 10069 outInfo.usedBytes += suballoc.size; in CalcAllocationStatInfo() 10126 outInfo.usedBytes += suballoc.size; in CalcAllocationStatInfo() 10182 outInfo.usedBytes += suballoc.size; in CalcAllocationStatInfo() 10209 outInfo.unusedBytes = size - outInfo.usedBytes; in CalcAllocationStatInfo() 10396 VkDeviceSize usedBytes = 0; in PrintDetailedMap() local [all …]
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 1305 VkDeviceSize usedBytes; member 3873 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo() 5216 json.WriteNumber(stat.usedBytes); in VmaPrintStatInfo() 5434 outInfo.usedBytes = m_Size - outInfo.unusedBytes; in CalcAllocationStatInfo() 6419 inoutInfo.usedBytes += srcInfo.usedBytes; in VmaAddStatInfo() 6430 VmaRoundDiv<VkDeviceSize>(inoutInfo.usedBytes, inoutInfo.allocationCount) : 0; in VmaPostprocessCalcStatInfo()
|