Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp144 ValueScope::ValueScope (void) in ValueScope() function in rsg::ValueScope
148 ValueScope::~ValueScope (void) in ~ValueScope()
153 void ValueScope::clear (void) in clear()
160 ValueEntry* ValueScope::allocate (const Variable* variable) in allocate()
197 ValueEntry* ValueScope::findEntry (const Variable* variable) const in findEntry()
203 void ValueScope::setValue (const Variable* variable, ConstValueRangeAccess value) in setValue()
213 void ValueScope::removeValue (const Variable* variable) in removeValue()
245 ValueScope& valueScope = getCurValueScope(); in allocate()
311 …for (vector<ValueScope*>::const_iterator stackIter = m_valueScopeStack.begin(); stackIter != m_val… in declareVariable()
313 ValueScope* scope = *stackIter; in declareVariable()
[all …]
DrsgVariableManager.hpp83 class ValueScope class
86 ValueScope (void);
87 ~ValueScope (void);
100 ValueScope (const ValueScope& other);
101 ValueScope& operator= (const ValueScope& other);
225 void pushValueScope (ValueScope& scope);
244 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;
DrsgStatement.hpp131 ValueScope m_conditionalScope;
DrsgShaderGenerator.cpp177 ValueScope globalValueScope; in generate()