Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLType.cpp40 static constexpr int kMaxStructDepth = 8; variable
920 if (nestingDepth >= kMaxStructDepth) { in MakeStructType()