Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.hpp122 ExecValueStorage m_value;
140 ExecValueStorage m_value;
159 ExecValueStorage m_value;
178 ExecValueStorage m_value;
203 ExecValueStorage m_value;
248 ExecValueStorage m_value;
284 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;
DrsgBinaryOps.cpp54 ExecValueStorage m_value;