Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp227 TIntermBlock *loopScope = new TIntermBlock(); in traverseLoop() local
228 TIntermSequence *loopScopeSequence = loopScope->getSequence(); in traverseLoop()
271 loopScope->getSequence()->push_back(whileLoop); in traverseLoop()
272 queueReplacement(loopScope, OriginalNode::IS_DROPPED); in traverseLoop()