Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DintermOut.cpp1315 if (node->getLoopDependency()) { in visitLoop()
1317 out.debug << node->getLoopDependency(); in visitLoop()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1130 int getLoopDependency() const { return dependency; } in getLoopDependency() function
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp1076 if (unsigned(loopNode.getLoopDependency()) == glslang::TIntermLoop::dependencyInfinite) in TranslateLoopControl()
1078 else if (loopNode.getLoopDependency() > 0) { in TranslateLoopControl()
1080 dependencyLength = loopNode.getLoopDependency(); in TranslateLoopControl()