/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 | 192 size_t usedBytes = back.fBuffer->size() - back.fBytesFree; in makeSpace() local 193 size_t pad = GrSizeAlignUpPad(usedBytes, alignment); in makeSpace() 200 memset((void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes), 0, pad); in makeSpace() 201 usedBytes += pad; in makeSpace() 202 *offset = usedBytes; in makeSpace() 207 return (void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes); in makeSpace() 247 size_t usedBytes = back.fBuffer->size() - back.fBytesFree; in makeSpaceAtLeast() local 248 size_t pad = GrSizeAlignUpPad(usedBytes, alignment); in makeSpaceAtLeast() 251 memset((void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes), 0, pad); in makeSpaceAtLeast() 252 usedBytes += pad; in makeSpaceAtLeast() [all …]
|
D | GrContext.cpp | 343 this->getTextBlobCache()->usedBytes()); in dumpMemoryStatistics()
|
/external/perfetto/gn/standalone/ |
D | wasm_typescript_declaration.d.ts | 35 usedBytes: number;
|
/external/perfetto/ui/src/controller/ |
D | trace_converter.ts | 33 const size = fsNode.usedBytes;
|
/external/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 254 return stats.total.usedBytes; in totalUsedMemory() 260 return stats.total.usedBytes + stats.total.unusedBytes; in totalAllocatedMemory()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 76 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem() 282 BitVector ChildBytes = Child->usedBytes(); in addChildToLayout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | UDTLayout.h | 52 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes() function
|
/external/skqp/src/gpu/text/ |
D | GrTextBlobCache.h | 106 size_t usedBytes() const { return fCurrentSize; } in usedBytes() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyClassLayoutGraphicalDumper.cpp | 45 const BitVector &UseMap = Layout.usedBytes(); in start()
|
/external/skia/src/gpu/text/ |
D | GrTextBlobCache.h | 110 size_t usedBytes() const { return fCurrentSize; } in usedBytes() function
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | partition_alloc.cc | 1099 uint32_t usedBytes = static_cast<uint32_t>(RoundUpToSystemPage(raw_size)); in PartitionPurgePage() local 1100 discardable_bytes = bucket->slot_size - usedBytes; in PartitionPurgePage() 1103 ptr += usedBytes; in PartitionPurgePage()
|
/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()
|
/external/skia/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()
|