Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.cpp15 #include "AnalyzeCallDepth.h"
18 traverseCaseBody(AnalyzeCallDepth* analysis, in traverseCaseBody()
34 AnalyzeCallDepth::FunctionNode::FunctionNode(TIntermAggregate *node) : node(node) in FunctionNode()
40 const TString &AnalyzeCallDepth::FunctionNode::getName() const in getName()
45 void AnalyzeCallDepth::FunctionNode::addCallee(AnalyzeCallDepth::FunctionNode *callee) in addCallee()
58 unsigned int AnalyzeCallDepth::FunctionNode::analyzeCallDepth(AnalyzeCallDepth *analyzeCallDepth) in analyzeCallDepth()
92 unsigned int AnalyzeCallDepth::FunctionNode::getLastDepth() const in getLastDepth()
97 void AnalyzeCallDepth
106 AnalyzeCallDepth::AnalyzeCallDepth(TIntermNode *root) AnalyzeCallDepth() function in AnalyzeCallDepth
[all...]
H A DAnalyzeCallDepth.h24 class AnalyzeCallDepth : public TIntermTraverser class
27 AnalyzeCallDepth(TIntermNode *root);
28 ~AnalyzeCallDepth();
43 unsigned int analyzeCallDepth(AnalyzeCallDepth *analyzeCallDepth);
H A DCompiler.cpp17 #include "AnalyzeCallDepth.h"
212 AnalyzeCallDepth validator(root); in validateCallDepth()

Completed in 2 milliseconds