Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h1193 unsigned int getIterationMultiple() const { return iterationMultiple; } in getIterationMultiple() function
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1179 if (loopNode.getIterationMultiple() > 1) { in TranslateLoopControl()
1181 operands.push_back(loopNode.getIterationMultiple()); in TranslateLoopControl()