Home
last modified time | relevance | path

Searched defs:MaxBlockCount (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h989 UINT MaxBlockCount; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h1019 MaxBlockCount = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp915 auto MaxBlockCount = readNumber<uint64_t>(); in readSummary() local