Searched refs:getLoopDependency (Results 1 – 3 of 3) sorted by relevance
1364 if (node->getLoopDependency()) { in visitLoop()1366 out.debug << node->getLoopDependency(); in visitLoop()
1210 int getLoopDependency() const { return dependency; } in getLoopDependency() function
1267 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()