Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp320 loop->setMaxIterations(uiValue); in handleLoopAttributes()
/third_party/glslang/glslang/Include/
Dintermediate.h1190 void setMaxIterations(unsigned int v) { maxIterations = v; } in setMaxIterations() function