Home
last modified time | relevance | path

Searched refs:ExecValueStorage (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgExpression.hpp121 ExecValueStorage m_value;
139 ExecValueStorage m_value;
157 ExecValueStorage m_value;
176 ExecValueStorage m_value;
201 ExecValueStorage m_value;
245 ExecValueStorage m_value;
281 ExecValueStorage m_value;
DrsgExecutionContext.cpp63 ExecValueStorage* storage = m_varValues[variable]; in getValue()
67 storage = new ExecValueStorage(variable->getType()); in getValue()
76 const ExecValueStorage* samplerVal = m_varValues.find(sampler)->second; in getSampler2D()
85 const ExecValueStorage* samplerVal = m_varValues.find(sampler)->second; in getSamplerCube()
DrsgExecutionContext.hpp44 typedef ValueStorage<EXEC_VEC_WIDTH> ExecValueStorage; typedef
46 typedef std::map<const Variable*, ExecValueStorage*> VarValueMap;
DrsgBinaryOps.hpp59 ExecValueStorage m_value;
DrsgBuiltinFunctions.hpp53 ExecValueStorage m_value;