Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A 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()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DPruneEmptyCases.cpp75 TIntermBlock *statementList = node->getStatementList(); in visitSwitch()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.cpp124 TIntermAggregate* opList = node->getStatementList(); in visitSwitch()
H A Dintermediate.h649 TIntermAggregate *getStatementList() { return mStatementList; } in getStatementList() function in TIntermSwitch
H A DOutputASM.cpp2000 TIntermAggregate* opList = node->getStatementList(); in visitSwitch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundExpressions.cpp558 pushStmt(*new TIntermSwitch(newInit, node.getStatementList()));
H A DEmitMetal.cpp1689 switchNode->getStatementList()->traverse(this);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.cpp697 auto *const stmts = node.getStatementList(); in traverseSwitchChildren()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputGLSLBase.cpp819 ASSERT(node->getStatementList()); in visitSwitch()
H A DOutputHLSL.cpp2788 ASSERT(node->getStatementList()); in visitSwitch()
2791 node->setStatementList(RemoveSwitchFallThrough(node->getStatementList(), mPerfDiagnostics)); in visitSwitch()
H A DIntermNode.h956 TIntermBlock *getStatementList() { return mStatementList; } in getStatementList() function in sh::TIntermSwitch
H A DOutputSPIRV.cpp5369 const TIntermSequence &statements = *node->getStatementList()->getSequence(); in visitSwitch()

Completed in 40 milliseconds