Searched defs:TIntermBranch (Results 1 – 9 of 9) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | ValidateSwitch.cpp | 186 bool ValidateSwitch::visitBranch(Visit, TIntermBranch *) in visitBranch() argument
|
| D | intermediate.h | 253 class TIntermBranch; variable 391 TIntermBranch(TOperator op, TIntermTyped* e) : in TIntermBranch() function 712 virtual bool visitBranch(Visit visit, TIntermBranch*) {return true;} in visitBranch() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | SkippingTraverser.h | 38 bool visitBranch(Visit, TIntermBranch *) { return false; } in visitBranch() argument
|
| D | Name.cpp | 214 bool visitBranch(Visit, TIntermBranch *) override in visitBranch() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| D | NodeType.h | 146 bool visitBranch(Visit, TIntermBranch *) override in visitBranch() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ValidateSwitch.cpp | 273 bool ValidateSwitch::visitBranch(Visit, TIntermBranch *) in visitBranch() argument
|
| D | IntermNode.h | 58 class TIntermBranch; variable 257 TIntermBranch(TOperator op, TIntermTyped *e) : mFlowOp(op), mExpression(e) {} in TIntermBranch() function
|
| D | IntermNode.cpp | 281 TIntermBranch::TIntermBranch(const TIntermBranch &node) in TIntermBranch() function in sh::TIntermBranch
|
| /third_party/glslang/glslang/Include/ |
| D | intermediate.h | 1121 class TIntermBranch; variable 1302 TIntermBranch(TOperator op, TIntermTyped* e) : in TIntermBranch() function 1839 virtual bool visitBranch(TVisit, TIntermBranch*) { return true; } in visitBranch() argument
|