Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp194 CHECK_BOOL(statInfo.BlockCount == 1); in TestVirtualBlocks()
590 CHECK_BOOL( poolStats.BlockCount == 1 ); in TestCustomPools()
593 CHECK_BOOL( poolStats.UnusedBytes == poolStats.BlockCount * poolDesc.BlockSize ); in TestCustomPools()
604 CHECK_BOOL( poolStats.BlockCount == 2 ); in TestCustomPools()
607 CHECK_BOOL( poolStats.UnusedBytes == poolStats.BlockCount * poolDesc.BlockSize ); in TestCustomPools()
611 CHECK_BOOL( poolStats.BlockCount == 1 ); in TestCustomPools()
614 CHECK_BOOL( poolStats.UnusedBytes == poolStats.BlockCount * poolDesc.BlockSize ); in TestCustomPools()
641 CHECK_BOOL( poolStats.BlockCount == 1 ); in TestCustomPools()
652 …CHECK_BOOL( globalStatsCurr.Total.BlockCount == globalStatsBeg.Total.BlockCount + poolStats.BlockC… in TestCustomPools()
692 CHECK_BOOL( poolStats.BlockCount == 2 ); in TestCustomPools()
[all …]
DD3D12MemAlloc.h1120 UINT BlockCount; member
DD3D12MemAlloc.cpp503 dst.BlockCount += src.BlockCount; in AddStatInfo()
3161 outInfo.BlockCount = 1; in CalcAllocationStatInfo()
4869 statInfo.BlockCount = 1; in CalculateStats()
4981 json.WriteNumber(statInfo.BlockCount); in AddStatInfoToJson()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp574 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq() local
577 BlockCount *= BlockFreq; in getProfileCountFromFreq()
580 BlockCount = (BlockCount + EntryFreq.lshr(1)).udiv(EntryFreq); in getProfileCountFromFreq()
581 return BlockCount.getLimitedValue(); in getProfileCountFromFreq()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp161 uint32_t BlockCount; in readGCNO() local
162 if (!Buff.readInt(BlockCount)) in readGCNO()
164 for (uint32_t i = 0, e = BlockCount; i != e; ++i) { in readGCNO()
179 if (BlockNo >= BlockCount) { in readGCNO()
208 if (BlockNo >= BlockCount) { in readGCNO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp340 unsigned BlockCount = 0; in findPotentialBlockers() local
347 BlockCount++; in findPotentialBlockers()
348 if (BlockCount >= InspectionLimit) in findPotentialBlockers()
359 if (BlockCount < InspectionLimit) { in findPotentialBlockers()
361 int LimitLeft = InspectionLimit - BlockCount; in findPotentialBlockers()
DX86SelectionDAGInfo.cpp259 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov() local
263 DAG.getIntPtrConstant(BlockCount, dl), BlockType); in emitConstantSizeRepmov()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp361 while (unsigned &BlockCount = LoopBlocks[CurrentLoop]) { in orderNodes() local
364 --BlockCount; in orderNodes()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.h373 size_t BlockCount() const;
Ddebug-interface.cc1157 size_t Coverage::FunctionData::BlockCount() const { in BlockCount() function in v8::debug::Coverage::FunctionData
/third_party/node/deps/v8/src/inspector/
Dv8-profiler-agent-impl.cc376 for (size_t k = 0; k < function_data.BlockCount(); k++) { in coverageToProtocol()
/third_party/node/deps/v8/src/d8/
Dd8.cc3442 for (size_t k = 0; k < function_data.BlockCount(); k++) { in WriteLcovData()