Home
last modified time | relevance | path

Searched refs:ValueScope (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
H A 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 in allocate()
[all...]
H A DrsgVariableManager.hpp83 class ValueScope class
86 ValueScope (void);
87 ~ValueScope (void);
100 ValueScope (const ValueScope& other);
101 ValueScope& operator= (const ValueScope& other);
231 void pushValueScope (ValueScope& scope);
250 ValueScope& getCurValueScope (void) { return *m_valueScopeStack.back(); } in getCurValueScope()
251 const ValueScope in getCurValueScope()
[all...]
H A DrsgStatement.hpp131 ValueScope m_conditionalScope;
H A DrsgShaderGenerator.cpp177 ValueScope globalValueScope; in generate()
/third_party/gn/src/gn/
H A Doutput_conversion_unittest.cc160 TEST_F(OutputConversionTest, ValueScope) { in TEST_F()

Completed in 4 milliseconds