Home
last modified time | relevance | path

Searched refs:usedBytes (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
H A 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, in makeSpaceAtLeast()
[all...]
H A DGrDirectContext.cpp524 this->getTextBlobCache()->usedBytes()); in dumpMemoryStatistics()
531 this->getTextBlobCache()->usedBytes()); in dumpMemoryStatisticsByTag()
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp391 return stats.total.usedBytes; in totalUsedMemory()
397 return stats.total.usedBytes + stats.total.unusedBytes; in totalAllocatedMemory()
414 uint64_t used = stats.total.usedBytes; in dumpVmaStats()
/third_party/skia/src/gpu/text/
H A DGrTextBlobCache.h47 size_t usedBytes() const SK_EXCLUDES(fSpinLock);
H A 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/lib/DebugInfo/PDB/
H A DUDTLayout.cpp75 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
281 BitVector ChildBytes = Child->usedBytes(); in addChildToLayout()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h51 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes() function in llvm::pdb::LayoutItemBase
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h2447 VkDeviceSize usedBytes; member
6100 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo()
8780 json.WriteNumber(stat.usedBytes); in VmaPrintStatInfo()
9051 outInfo.usedBytes = GetSize() - outInfo.unusedBytes; in CalcAllocationStatInfo()
10130 outInfo.usedBytes = 0; in CalcAllocationStatInfo()
10169 outInfo.usedBytes += suballoc.size; in CalcAllocationStatInfo()
10226 outInfo.usedBytes += suballoc.size; in CalcAllocationStatInfo()
10282 outInfo.usedBytes += suballoc.size; in CalcAllocationStatInfo()
10309 outInfo.unusedBytes = size - outInfo.usedBytes; in CalcAllocationStatInfo()
10496 VkDeviceSize usedBytes in PrintDetailedMap() local
[all...]

Completed in 36 milliseconds