/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | PruneEmptyCases.cpp | 75 TIntermBlock *statementList = node->getStatementList(); in visitSwitch() local
|
H A D | RemoveDynamicIndexing.cpp | 196 TIntermBlock *statementList = new TIntermBlock(); in GetIndexFunctionDefinition() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | WrapSwitchStatementsInBlocks.cpp | 51 TIntermSequence *statementList = node->getStatementList()->getSequence(); in visitSwitch() local
|
H A D | RemoveSwitchFallThrough.cpp | 264 TIntermBlock *RemoveSwitchFallThrough(TIntermBlock *statementList, in RemoveSwitchFallThrough() argument 58 removeFallThrough( TIntermBlock *statementList, PerformanceDiagnostics *perfDiagnostics) removeFallThrough() argument 78 RemoveSwitchFallThroughTraverser( TIntermBlock *statementList, PerformanceDiagnostics *perfDiagnostics) RemoveSwitchFallThroughTraverser() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ValidateSwitch.cpp | 19 validate(TBasicType switchType, TParseContext *context, TIntermAggregate *statementList, const TSourceLoc &loc) validate() argument
|
H A D | Intermediate.cpp | 687 TIntermSwitch *TIntermediate::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const TSourceLoc &line) in addSwitch() argument
|
H A D | ParseHelper.cpp | 3282 TIntermSwitch *TParseContext::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const TSourceLoc &loc) in addSwitch() argument
|
H A D | intermediate.h | 640 TIntermSwitch(TIntermTyped *init, TIntermAggregate *statementList) in TIntermSwitch() argument 650 void setStatementList(TIntermAggregate *statementList) { mStatementList = statementList; } in setStatementList() argument
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | multiplanar_external_texture.cc | 343 ast::StatementList statementList = in createTexSmpExt() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ValidateSwitch.cpp | 62 validate(TBasicType switchType, TDiagnostics *diagnostics, TIntermBlock *statementList, const TSourceLoc &loc) validate() argument 307 ValidateSwitchStatementList(TBasicType switchType, TDiagnostics *diagnostics, TIntermBlock *statementList, const TSourceLoc &loc) ValidateSwitchStatementList() argument
|
H A D | IntermNode.cpp | 1627 TIntermSwitch::TIntermSwitch(TIntermTyped *init, TIntermBlock *statementList) in TIntermSwitch() argument 1638 void TIntermSwitch::setStatementList(TIntermBlock *statementList) in setStatementList() argument
|
H A D | ParseContext.cpp | 5806 addSwitch(TIntermTyped *init, TIntermBlock *statementList, const TSourceLoc &loc) addSwitch() argument
|