Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp311 …vector<ValueScope*>::const_iterator stackIter = m_valueScopeStack.begin(); stackIter != m_valueSco… in declareVariable()
340 if (m_valueScopeStack.size() < 2) in getParentValue()
343 … (vector<ValueScope*>::const_reverse_iterator i = m_valueScopeStack.rbegin()+1; i != m_valueScopeS… in getParentValue()
427 m_valueScopeStack.push_back(&scope); in pushValueScope()
435 m_valueScopeStack.pop_back(); in popValueScope()
439 if (!m_valueScopeStack.empty()) in popValueScope()
453 …tor<ValueScope*>::reverse_iterator scopeIter = m_valueScopeStack.rbegin(); scopeIter != m_valueSco… in popValueScope()
DrsgVariableManager.hpp244 ValueScope& getCurValueScope (void) { return *m_valueScopeStack.back(); } in getCurValueScope()
245 const ValueScope& getCurValueScope (void) const { return *m_valueScopeStack.back(); } in getCurValueScope()
248 std::vector<ValueScope*> m_valueScopeStack; member in rsg::VariableManager