Home
last modified time | relevance | path

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

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