Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h1215 unsigned int getMaxIterations() const { return maxIterations; } in getMaxIterations() function
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1278 if (loopNode.getMaxIterations() < glslang::TIntermLoop::iterationsInfinite) { in TranslateLoopControl()
1280 operands.push_back(loopNode.getMaxIterations()); in TranslateLoopControl()