Home
last modified time | relevance | path

Searched refs:usedBytes (Results 1 – 16 of 16) sorted by relevance

/external/skqp/src/gpu/
DGrBufferAllocPool.cpp140 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 …]
DGrContext.cpp1128 fTextBlobCache->usedBytes()); in dumpMemoryStatistics()
/external/skia/src/gpu/
DGrBufferAllocPool.cpp192 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 …]
DGrContext.cpp343 this->getTextBlobCache()->usedBytes()); in dumpMemoryStatistics()
/external/perfetto/gn/standalone/
Dwasm_typescript_declaration.d.ts35 usedBytes: number;
/external/perfetto/ui/src/controller/
Dtrace_converter.ts33 const size = fsNode.usedBytes;
/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp254 return stats.total.usedBytes; in totalUsedMemory()
260 return stats.total.usedBytes + stats.total.unusedBytes; in totalAllocatedMemory()
/external/skqp/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp254 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/
DUDTLayout.cpp76 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
282 BitVector ChildBytes = Child->usedBytes(); in addChildToLayout()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h52 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes() function
/external/skqp/src/gpu/text/
DGrTextBlobCache.h106 size_t usedBytes() const { return fCurrentSize; } in usedBytes() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyClassLayoutGraphicalDumper.cpp45 const BitVector &UseMap = Layout.usedBytes(); in start()
/external/skia/src/gpu/text/
DGrTextBlobCache.h110 size_t usedBytes() const { return fCurrentSize; } in usedBytes() function
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1099 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/
Dvk_mem_alloc.h1305 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/
Dvk_mem_alloc.h1305 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()