Home
last modified time | relevance | path

Searched defs:statementList (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DPruneEmptyCases.cpp75 TIntermBlock *statementList = node->getStatementList(); in visitSwitch() local
H A DRemoveDynamicIndexing.cpp196 TIntermBlock *statementList = new TIntermBlock(); in GetIndexFunctionDefinition() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DWrapSwitchStatementsInBlocks.cpp51 TIntermSequence *statementList = node->getStatementList()->getSequence(); in visitSwitch() local
H A DRemoveSwitchFallThrough.cpp264 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 DValidateSwitch.cpp19 validate(TBasicType switchType, TParseContext *context, TIntermAggregate *statementList, const TSourceLoc &loc) validate() argument
H A DIntermediate.cpp687 TIntermSwitch *TIntermediate::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const TSourceLoc &line) in addSwitch() argument
H A DParseHelper.cpp3282 TIntermSwitch *TParseContext::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const TSourceLoc &loc) in addSwitch() argument
H A Dintermediate.h640 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 Dmultiplanar_external_texture.cc343 ast::StatementList statementList = in createTexSmpExt() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateSwitch.cpp62 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 DIntermNode.cpp1627 TIntermSwitch::TIntermSwitch(TIntermTyped *init, TIntermBlock *statementList) in TIntermSwitch() argument
1638 void TIntermSwitch::setStatementList(TIntermBlock *statementList) in setStatementList() argument
H A DParseContext.cpp5806 addSwitch(TIntermTyped *init, TIntermBlock *statementList, const TSourceLoc &loc) addSwitch() argument

Completed in 30 milliseconds