Searched refs:OutputTreeText (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/compiler/translator/ |
D | OutputTree.cpp | 67 void OutputTreeText(TInfoSinkBase &out, TIntermNode *node, const int depth) in OutputTreeText() function 88 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitSymbol() 105 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitSwizzle() 117 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitBinary() 279 OutputTreeText(mOut, intermConstantUnion, getCurrentIndentDepth() + 1); in visitBinary() 303 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitUnary() 357 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitFunctionDefinition() 365 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitGlobalQualifierDeclaration() 379 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitFunctionPrototype() 387 OutputTreeText(mOut, node, getCurrentIndentDepth() + 1); in visitFunctionPrototype() [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 68 void OutputTreeText(TInfoSinkBase& sink, TIntermNode* node, const int depth) in OutputTreeText() function 89 OutputTreeText(sink, node, mDepth); in visitSymbol() 99 OutputTreeText(out, node, mDepth); in visitBinary() 163 OutputTreeText(out, node, mDepth); in visitUnary() 254 OutputTreeText(out, node, mDepth); in visitAggregate() 341 OutputTreeText(out, node, mDepth); in visitSelection() 348 OutputTreeText(sink, node, mDepth); in visitSelection() 352 OutputTreeText(sink, node, mDepth); in visitSelection() 360 OutputTreeText(sink, node, mDepth); in visitSelection() 377 OutputTreeText(out, node, mDepth); in visitConstantUnion() [all …]
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | intermOut.cpp | 130 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText() function 157 OutputTreeText(out, node, depth); in visitBinary() 238 OutputTreeText(out, node, depth); in visitUnary() 715 OutputTreeText(out, node, depth); in visitAggregate() 1135 OutputTreeText(out, node, depth); in visitSelection() 1150 OutputTreeText(out, node, depth); in visitSelection() 1154 OutputTreeText(out, node, depth); in visitSelection() 1162 OutputTreeText(out, node, depth); in visitSelection() 1234 OutputTreeText(out, node, depth); in OutputConstantUnion() 1333 OutputTreeText(infoSink, node, depth); in visitConstantUnion() [all …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | intermOut.cpp | 130 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText() function 157 OutputTreeText(out, node, depth); in visitBinary() 238 OutputTreeText(out, node, depth); in visitUnary() 715 OutputTreeText(out, node, depth); in visitAggregate() 1135 OutputTreeText(out, node, depth); in visitSelection() 1150 OutputTreeText(out, node, depth); in visitSelection() 1154 OutputTreeText(out, node, depth); in visitSelection() 1162 OutputTreeText(out, node, depth); in visitSelection() 1234 OutputTreeText(out, node, depth); in OutputConstantUnion() 1333 OutputTreeText(infoSink, node, depth); in visitConstantUnion() [all …]
|