Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp244 VariableScope& varScope = getCurVariableScope(); in allocate()
292 const vector<Variable*>& curLiveVars = getCurVariableScope().getLiveVariables(); in canDeclareInCurrentScope()
298 return getCurVariableScope().getLiveVariables(); in getLiveVariables()
318 getCurVariableScope().declare(variable); in declareVariable()
398 VariableScope& curScope = getCurVariableScope(); in popVariableScope()
DrsgVariableManager.hpp241 VariableScope& getCurVariableScope (void) { return *m_variableScopeStack.back(); } in getCurVariableScope() function in rsg::VariableManager
242 const VariableScope& getCurVariableScope (void) const { return *m_variableScopeStack.back(); } in getCurVariableScope() function in rsg::VariableManager