Home
last modified time | relevance | path

Searched refs:kMaxParseDepth (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp22 static constexpr int kMaxParseDepth = 50; member
57 if (fParser->fDepth > kMaxParseDepth) { in increase()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc59 constexpr uint32_t kMaxParseDepth = 128;
2356 if (parse_depth_ >= kMaxParseDepth) {
3345 if (parse_depth_ >= kMaxParseDepth) {

Completed in 6 milliseconds