Home
last modified time | relevance | path

Searched refs:ELoopWhile (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DSimplifyLoopConditions.cpp202 if (loopType == ELoopWhile) in traverseLoop()
365 new TIntermLoop(ELoopWhile, nullptr, mLoop.condition, nullptr, whileLoopBody); in traverseLoop()
403 whileLoop = new TIntermLoop(ELoopWhile, nullptr, in traverseLoop()
447 whileLoop = new TIntermLoop(ELoopWhile, nullptr, in traverseLoop()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DAddAndTrueToLoopCondition.cpp29 if (loop->getType() != ELoopFor && loop->getType() != ELoopWhile)
H A DRewriteDoWhile.cpp123 newLoop = new TIntermLoop(ELoopWhile, nullptr, CreateBoolNode(true), nullptr, body);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateLimitations.cpp184 error(node->getLine(), "This type of loop is not allowed", type == ELoopWhile ? "while" : "do"); in validateLoopType()
H A DOutputGLSLBase.cpp1003 else if (loopType == ELoopWhile) // while loop in visitLoop()
H A Dglslang.y1600 $$ = context->addLoop(ELoopWhile, 0, $4, 0, $6, @1);
H A DIntermNode.h206 ELoopWhile, enumerator
H A DOutputSPIRV.cpp6204 case ELoopWhile: in visitLoop()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.cpp792 case TLoopType::ELoopWhile: in traverseLoopChildren()
828 case TLoopType::ELoopWhile: in traverseLoopChildren()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.cpp206 type == ELoopWhile ? "while" : "do"); in validateLoopType()
H A Dintermediate.h348 ELoopWhile, enumerator
H A Dglslang.y1530 $$ = context->intermediate.addLoop(ELoopWhile, 0, $4, 0, $6, @1);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DEmitMetal.cpp2277 case TLoopType::ELoopWhile:
2328 ASSERT(loopNode->getType() == TLoopType::ELoopWhile);

Completed in 37 milliseconds