Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc2356 if (parse_depth_ >= kMaxParseDepth) { in unary_expression()
2364 ++parse_depth_; in unary_expression()
2366 --parse_depth_; in unary_expression()
3345 if (parse_depth_ >= kMaxParseDepth) { in sync()
3359 ++parse_depth_; in sync()
3361 --parse_depth_; in sync()
Dparser_impl.h882 uint32_t parse_depth_ = 0; variable