Searched refs:liveVars (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgStatement.cpp236 const vector<Variable*>& liveVars = varMgr.getLiveVariables(); local
237 for (vector<Variable*>::const_iterator i = liveVars.begin(); i != liveVars.end(); i++)
256 const vector<Variable*>& liveVars = state.getVariableManager().getLiveVariables(); local
259 for (vector<Variable*>::const_iterator i = liveVars.begin(); i != liveVars.end(); i++)
H A DrsgShaderGenerator.cpp228 const vector<Variable*>& liveVars = globalVariableScope.getLiveVariables(); local
229 for (vector<Variable*>::const_iterator i = liveVars.begin(); i != liveVars.end(); i++)

Completed in 274 milliseconds