Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp239 loop->setLoopDependency(TIntermLoop::dependencyInfinite); in handleLoopAttributes()
245 loop->setLoopDependency(value); in handleLoopAttributes()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1129 void setLoopDependency(int d) { dependency = d; } in setLoopDependency() function