Home
last modified time | relevance | path

Searched refs:usedBytes (Results 1 – 22 of 22) 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.cpp202 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 …]
DGrDirectContext.cpp452 this->getTextBlobCache()->usedBytes()); in dumpMemoryStatistics()
/external/perfetto/gn/standalone/
Dwasm_typescript_declaration.d.ts35 usedBytes: number;
/external/skqp/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp254 return stats.total.usedBytes; in totalUsedMemory()
260 return stats.total.usedBytes + stats.total.unusedBytes; in totalAllocatedMemory()
/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp266 return stats.total.usedBytes; in totalUsedMemory()
272 return stats.total.usedBytes + stats.total.unusedBytes; in totalAllocatedMemory()
/external/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
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp75 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
281 BitVector ChildBytes = Child->usedBytes(); in addChildToLayout()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp75 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem()
281 BitVector ChildBytes = Child->usedBytes(); in addChildToLayout()
/external/perfetto/ui/src/controller/
Dtrace_converter.ts36 const size = fsNode.usedBytes;
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyClassLayoutGraphicalDumper.cpp44 const BitVector &UseMap = Layout.usedBytes(); in start()
/external/skqp/src/gpu/text/
DGrTextBlobCache.h106 size_t usedBytes() const { return fCurrentSize; } in usedBytes() function
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h51 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h51 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes() function
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h1926 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/
DVmaReplay.cpp782 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/
Dvk_mem_alloc.h2442 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 …]
DTests.cpp627 outResult.TotalMemoryAllocated = vmaStats.total.usedBytes + vmaStats.total.unusedBytes; in MainTest()
/external/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 …]
/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()