Home
last modified time | relevance | path

Searched defs:TIntermBranch (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp186 bool ValidateSwitch::visitBranch(Visit, TIntermBranch *) in visitBranch() argument
Dintermediate.h253 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/
DSkippingTraverser.h38 bool visitBranch(Visit, TIntermBranch *) { return false; } in visitBranch() argument
DName.cpp214 bool visitBranch(Visit, TIntermBranch *) override in visitBranch() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeType.h146 bool visitBranch(Visit, TIntermBranch *) override in visitBranch() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateSwitch.cpp273 bool ValidateSwitch::visitBranch(Visit, TIntermBranch *) in visitBranch() argument
DIntermNode.h58 class TIntermBranch; variable
257 TIntermBranch(TOperator op, TIntermTyped *e) : mFlowOp(op), mExpression(e) {} in TIntermBranch() function
DIntermNode.cpp281 TIntermBranch::TIntermBranch(const TIntermBranch &node) in TIntermBranch() function in sh::TIntermBranch
/third_party/glslang/glslang/Include/
Dintermediate.h1046 class TIntermBranch; variable
1225 TIntermBranch(TOperator op, TIntermTyped* e) : in TIntermBranch() function
1758 virtual bool visitBranch(TVisit, TIntermBranch*) { return true; } in visitBranch() argument