Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp306 loop->setLoopDependency(TIntermLoop::dependencyInfinite); in handleLoopAttributes()
310 loop->setLoopDependency(value); in handleLoopAttributes()
/third_party/glslang/glslang/Include/
Dintermediate.h1185 void setLoopDependency(int d) { dependency = d; } in setLoopDependency() function