Searched refs:OutputTreeText (Results 1 – 3 of 3) 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() 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 …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | intermOut.cpp | 99 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText() function 126 OutputTreeText(out, node, depth); in visitBinary() 207 OutputTreeText(out, node, depth); in visitUnary() 695 OutputTreeText(out, node, depth); in visitAggregate() 1166 OutputTreeText(out, node, depth); in visitSelection() 1181 OutputTreeText(out, node, depth); in visitSelection() 1185 OutputTreeText(out, node, depth); in visitSelection() 1193 OutputTreeText(out, node, depth); in visitSelection() 1265 OutputTreeText(out, node, depth); in OutputConstantUnion() 1367 OutputTreeText(infoSink, node, depth); in visitConstantUnion() [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | intermOut.cpp | 99 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText() function 126 OutputTreeText(out, node, depth); in visitBinary() 207 OutputTreeText(out, node, depth); in visitUnary() 695 OutputTreeText(out, node, depth); in visitAggregate() 1170 OutputTreeText(out, node, depth); in visitSelection() 1185 OutputTreeText(out, node, depth); in visitSelection() 1189 OutputTreeText(out, node, depth); in visitSelection() 1197 OutputTreeText(out, node, depth); in visitSelection() 1269 OutputTreeText(out, node, depth); in OutputConstantUnion() 1371 OutputTreeText(infoSink, node, depth); in visitConstantUnion() [all …]
|