Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DDetectCallDepth.cpp72 DetectCallDepth::DetectCallDepth(TInfoSink& infoSink, bool limitCallStackDepth, int maxCallStackDep… in DetectCallDepth() argument
76 maxDepth(limitCallStackDepth ? maxCallStackDepth : FunctionNode::kInfiniteCallDepth) in DetectCallDepth()
DDetectCallDepth.h28 DetectCallDepth(TInfoSink& infoSync, bool limitCallStackDepth, int maxCallStackDepth);
DShHandle.h88 bool detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth);
DCompiler.cpp294 bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth) in detectCallDepth() argument
296 DetectCallDepth detect(infoSink, limitCallStackDepth, maxCallStackDepth); in detectCallDepth()