Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp292 const vector<Variable*>& curLiveVars = getCurVariableScope().getLiveVariables(); in canDeclareInCurrentScope() local
293 return std::find(curLiveVars.begin(), curLiveVars.end(), variable) != curLiveVars.end(); in canDeclareInCurrentScope()
405 vector<Variable*>& curLiveVars = curScope.getLiveVariables(); in popVariableScope() local
408 while (!curLiveVars.empty()) in popVariableScope()
410 Variable* liveVar = curLiveVars.back(); in popVariableScope()
412 curLiveVars.pop_back(); in popVariableScope()