Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrBufferAllocPool.cpp200 size_t usedBytes = back.fBuffer->size() - back.fBytesFree; in makeSpace() local
201 size_t pad = align_up_pad(usedBytes, alignment); in makeSpace()
208 memset((void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes), 0, pad); in makeSpace()
209 usedBytes += pad; in makeSpace()
210 *offset = usedBytes; in makeSpace()
215 return (void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes); in makeSpace()
253 size_t usedBytes = (fBlocks.empty()) ? 0 : fBlocks.back().fBuffer->size() - in makeSpaceAtLeast() local
255 size_t pad = align_up_pad(usedBytes, alignment); in makeSpaceAtLeast()
262 usedBytes = 0; in makeSpaceAtLeast()
268 memset(static_cast<char*>(fBufferPtr) + usedBytes, 0, pad); in makeSpaceAtLeast()
[all …]
DGrDirectContext.cpp466 this->getTextBlobCache()->usedBytes()); in dumpMemoryStatistics()
/third_party/flutter/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.cpp322 this->getTextBlobCache()->usedBytes()); in dumpMemoryStatistics()
/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp267 return stats.total.usedBytes; in totalUsedMemory()
273 return stats.total.usedBytes + stats.total.unusedBytes; in totalAllocatedMemory()
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp269 return stats.total.usedBytes; in totalUsedMemory()
275 return stats.total.usedBytes + stats.total.unusedBytes; in totalAllocatedMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp75 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
281 BitVector ChildBytes = Child->usedBytes(); in addChildToLayout()
/third_party/skia/src/gpu/text/
DGrTextBlobCache.h47 size_t usedBytes() const SK_EXCLUDES(fSpinLock);
DGrTextBlobCache.cpp108 size_t GrTextBlobCache::usedBytes() const { in usedBytes() function in GrTextBlobCache
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h51 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes() function
/third_party/flutter/skia/src/gpu/text/
DGrTextBlobCache.h110 size_t usedBytes() const { return fCurrentSize; } in usedBytes() function
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2446 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 …]