Home
last modified time | relevance | path

Searched refs:getStatementList (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/d3d/
DWrapSwitchStatementsInBlocks.cpp51 TIntermSequence *statementList = node->getStatementList()->getSequence(); in visitSwitch()
80 mMultiReplacements.emplace_back(node->getStatementList(), declaration, in visitSwitch()
100 queueReplacementWithParent(node->getStatementList(), declaration, initAssignment, in visitSwitch()
/external/angle/src/compiler/translator/tree_ops/
DPruneEmptyCases.cpp75 TIntermBlock *statementList = node->getStatementList(); in visitSwitch()
/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp124 TIntermAggregate* opList = node->getStatementList(); in visitSwitch()
Dintermediate.h649 TIntermAggregate *getStatementList() { return mStatementList; } in getStatementList() function
DOutputASM.cpp2000 TIntermAggregate* opList = node->getStatementList(); in visitSwitch()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundExpressions.cpp554 pushStmt(*new TIntermSwitch(newInit, node.getStatementList())); in visitSwitchPost()
DIntermRebuild.cpp684 auto *const stmts = node.getStatementList(); in traverseSwitchChildren()
DEmitMetal.cpp1672 switchNode->getStatementList()->traverse(this); in visitSwitch()
/external/angle/src/compiler/translator/
DIntermNode.h943 TIntermBlock *getStatementList() { return mStatementList; } in getStatementList() function
DOutputGLSLBase.cpp792 ASSERT(node->getStatementList()); in visitSwitch()
DOutputHLSL.cpp2783 ASSERT(node->getStatementList()); in visitSwitch()
2786 node->setStatementList(RemoveSwitchFallThrough(node->getStatementList(), mPerfDiagnostics)); in visitSwitch()
DOutputSPIRV.cpp4900 const TIntermSequence &statements = *node->getStatementList()->getSequence(); in visitSwitch()