Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp1364 if (node->getLoopDependency()) { in visitLoop()
1366 out.debug << node->getLoopDependency(); in visitLoop()
/third_party/glslang/glslang/Include/
Dintermediate.h1210 int getLoopDependency() const { return dependency; } in getLoopDependency() function
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1267 if (unsigned(loopNode.getLoopDependency()) == glslang::TIntermLoop::dependencyInfinite) in TranslateLoopControl()
1269 else if (loopNode.getLoopDependency() > 0) { in TranslateLoopControl()
1271 operands.push_back((unsigned int)loopNode.getLoopDependency()); in TranslateLoopControl()