Searched refs:OutputTreeText (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/angle2/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() 366 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitFunctionDefinition() 374 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitGlobalQualifierDeclaration() 388 OutputTreeText(mOut, node, getCurrentIndentDepth()); in visitFunctionPrototype() 396 OutputTreeText(mOut, node, getCurrentIndentDepth() + 1); in visitFunctionPrototype() [all …]
|
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/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() 1336 OutputTreeText(infoSink, node, depth); in visitConstantUnion() [all …]
|