Home
last modified time | relevance | path

Searched refs:forLoopBody (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/hlsl/
DAggregateAssignArraysInSSBOs.cpp57 auto *forLoopBody = new TIntermBlock(); in visitBinary() local
63 forLoopBody->appendStatement(assign); in visitBinary()
64 auto *forLoop = new TIntermLoop(ELoopFor, indexInit, cond, indexIncrement, forLoopBody); in visitBinary()
/external/angle/src/compiler/translator/tree_ops/
DInitializeVariables.cpp141 TIntermBlock *forLoopBody = new TIntermBlock(); in AddArrayZeroInitForLoop() local
142 TIntermSequence *forLoopBodySeq = forLoopBody->getSequence(); in AddArrayZeroInitForLoop()
149 new TIntermLoop(ELoopFor, indexInit, indexSmallerThanSize, indexIncrement, forLoopBody); in AddArrayZeroInitForLoop()