Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLType.cpp23 static constexpr int kMaxStructDepth = 8; variable
806 return this->isTooDeeplyNested(kMaxStructDepth); in isTooDeeplyNested()