Searched refs:limitCallStackDepth (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/angle/src/compiler/ |
D | DetectCallDepth.cpp | 72 DetectCallDepth::DetectCallDepth(TInfoSink& infoSink, bool limitCallStackDepth, int maxCallStackDep… in DetectCallDepth() argument 76 maxDepth(limitCallStackDepth ? maxCallStackDepth : FunctionNode::kInfiniteCallDepth) in DetectCallDepth()
|
D | DetectCallDepth.h | 28 DetectCallDepth(TInfoSink& infoSync, bool limitCallStackDepth, int maxCallStackDepth);
|
D | ShHandle.h | 88 bool detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth);
|
D | Compiler.cpp | 294 bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth) in detectCallDepth() argument 296 DetectCallDepth detect(infoSink, limitCallStackDepth, maxCallStackDepth); in detectCallDepth()
|