Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp145 const size_t TAllocation::guardBlockSize = 16; member in TAllocation
147 const size_t TAllocation::guardBlockSize = 0; member in TAllocation
DPoolAlloc.h102 const static size_t guardBlockSize; variable
/third_party/glslang/glslang/Include/
DPoolAlloc.h126 static inline constexpr size_t guardBlockSize = 16; variable
128 static inline constexpr size_t guardBlockSize = 0; variable