Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:getLoopDependency

1076     if (unsigned(loopNode.getLoopDependency()) == glslang::TIntermLoop::dependencyInfinite)
1078 else if (loopNode.getLoopDependency() > 0) {
1080 dependencyLength = loopNode.getLoopDependency();