Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp3716 TIntermLoop* loopNode = nullptr; in acceptIterationStatement() local
3742 loopNode = intermediate.addLoop(statement, condition, nullptr, true, loc); in acceptIterationStatement()
3743 statement = loopNode; in acceptIterationStatement()
3775 loopNode = intermediate.addLoop(statement, condition, 0, false, loc); in acceptIterationStatement()
3776 statement = loopNode; in acceptIterationStatement()
3819 …statement = intermediate.addForLoop(statement, initNode, condition, iterator, true, loc, loopNode); in acceptIterationStatement()
3832 parseContext.handleLoopAttributes(loc, loopNode, attributes); in acceptIterationStatement()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp1067 …:LoopControlMask TGlslangToSpvTraverser::TranslateLoopControl(const glslang::TIntermLoop& loopNode, in TranslateLoopControl() argument
1072 if (loopNode.getDontUnroll()) in TranslateLoopControl()
1074 if (loopNode.getUnroll()) in TranslateLoopControl()
1076 if (unsigned(loopNode.getLoopDependency()) == glslang::TIntermLoop::dependencyInfinite) in TranslateLoopControl()
1078 else if (loopNode.getLoopDependency() > 0) { in TranslateLoopControl()
1080 dependencyLength = loopNode.getLoopDependency(); in TranslateLoopControl()