Home
last modified time | relevance | path

Searched defs:MinBlockCount (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp38 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
51 uint32_t MinBlockCount, bool CanGrow) { in create()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h981 UINT MinBlockCount; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h1003 MinBlockCount; ///< The minimum execution count for this percentile. member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp898 auto MinBlockCount = readNumber<uint64_t>(); in readSummaryEntry() local