Searched refs:STORAGE_LOCAL (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp42 STORAGE_LOCAL, enumerator in enum:rsg::Variable::Storage
H A DrsgVariable.cpp110 case STORAGE_LOCAL:
H A DrsgVariableManager.hpp306 case Variable::STORAGE_LOCAL:
331 typedef EntryStorageFilter<Variable::STORAGE_LOCAL> LocalEntryFilter;
H A DrsgStatement.cpp231 return variable->getStorage() == Variable::STORAGE_LOCAL;
282 case Variable::STORAGE_LOCAL:
H A DrsgVariableManager.cpp239 return allocate(type, Variable::STORAGE_LOCAL, m_nameAllocator.allocate().c_str());
249 Variable* variable = varScope.allocate(type, Variable::STORAGE_LOCAL, name);
H A DrsgExpression.cpp971 Variable::STORAGE_LOCAL,

Completed in 301 milliseconds