Home
last modified time | relevance | path

Searched refs:ELoopDoWhile (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteDoWhile.cpp69 if (loop == nullptr || loop->getType() != ELoopDoWhile)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DSimplifyLoopConditions.cpp256 else if (loopType == ELoopDoWhile) in traverseLoop()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.cpp793 case TLoopType::ELoopDoWhile: in traverseLoopChildren()
829 case TLoopType::ELoopDoWhile: in traverseLoopChildren()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputTree.cpp636 if (node->getType() == ELoopDoWhile) in visitLoop()
H A DOutputSPIRV.cpp6026 if (loopType != ELoopDoWhile && hasCondition) in GetLoopBlocks()
6032 if (loopType != ELoopDoWhile) in GetLoopBlocks()
6155 const size_t blockCount = (loopType == ELoopDoWhile ? 3 : 4) + (hasCondition ? 1 : 0); in visitLoop()
6165 mBuilder.writeLoopHeader(loopType == ELoopDoWhile ? bodyBlock : condBlock, continueBlock, in visitLoop()
6169 if (loopType != ELoopDoWhile && hasCondition) in visitLoop()
6211 case ELoopDoWhile: in visitLoop()
H A DOutputGLSLBase.cpp1014 ASSERT(loopType == ELoopDoWhile); in visitLoop()
H A DOutputHLSL.cpp2842 if (node->getType() == ELoopDoWhile) in visitLoop()
2890 if (node->getType() == ELoopDoWhile) in visitLoop()
H A Dglslang.y1604 $$ = context->addLoop(ELoopDoWhile, 0, $6, 0, $3, @4);
H A DIntermNode.h207 ELoopDoWhile enumerator
H A DParseContext.cpp2440 if (type == ELoopDoWhile) in addLoop()
2454 ASSERT(type != ELoopDoWhile); in addLoop()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp414 if (node->getType() == ELoopDoWhile) in visitLoop()
H A Dintermediate.h349 ELoopDoWhile enumerator
H A Dglslang.y1537 $$ = context->intermediate.addLoop(ELoopDoWhile, 0, $6, 0, $3, @4);
H A DOutputASM.cpp1869 if(node->getType() == ELoopDoWhile) in visitLoop()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DEmitMetal.cpp2279 case TLoopType::ELoopDoWhile:
2348 ASSERT(loopNode->getType() == TLoopType::ELoopDoWhile);

Completed in 40 milliseconds