Home
last modified time | relevance | path

Searched refs:IsASTDepthBelowLimit (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIsASTDepthBelowLimit.h6 // IsASTDepthBelowLimit: Check whether AST depth is below a specific limit.
16 bool IsASTDepthBelowLimit(TIntermNode *root, int maxDepth);
H A DIsASTDepthBelowLimit.cpp7 #include "compiler/translator/IsASTDepthBelowLimit.h"
29 bool IsASTDepthBelowLimit(TIntermNode *root, int maxDepth) in IsASTDepthBelowLimit() function
H A DCompiler.cpp16 #include "compiler/translator/IsASTDepthBelowLimit.h"
1542 if (!IsASTDepthBelowLimit(root, mResources.MaxExpressionComplexity)) in limitExpressionComplexity()

Completed in 3 milliseconds