HomeSort by relevance Sort by last modified time
    Searched refs:analyzeCallDepth (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
AnalyzeCallDepth.h 24 class AnalyzeCallDepth : public TIntermTraverser
27 AnalyzeCallDepth(TIntermNode *root);
28 ~AnalyzeCallDepth();
33 unsigned int analyzeCallDepth();
43 unsigned int analyzeCallDepth(AnalyzeCallDepth *analyzeCallDepth);
AnalyzeCallDepth.cpp 15 #include "AnalyzeCallDepth.h"
18 traverseCaseBody(AnalyzeCallDepth* analysis,
34 AnalyzeCallDepth::FunctionNode::FunctionNode(TIntermAggregate *node) : node(node)
40 const TString &AnalyzeCallDepth::FunctionNode::getName() const
45 void AnalyzeCallDepth::FunctionNode::addCallee(AnalyzeCallDepth::FunctionNode *callee)
58 unsigned int AnalyzeCallDepth::FunctionNode::analyzeCallDepth(AnalyzeCallDepth *analyzeCallDepth)
    [all...]
Compiler.cpp 17 #include "AnalyzeCallDepth.h"
211 AnalyzeCallDepth validator(root);
213 unsigned int depth = validator.analyzeCallDepth();

Completed in 867 milliseconds