Home | History | Annotate | Download | only in randomshaders

Lines Matching full:getvalue

35 ExecValueAccess ExecMaskStorage::getValue (void)
40 ExecConstValueAccess ExecMaskStorage::getValue (void) const
51 pushExecutionMask(initVal.getValue());
61 ExecValueAccess ExecutionContext::getValue (const Variable* variable)
71 return storage->getValue(variable->getType());
78 int samplerNdx = samplerVal->getValue(sampler->getType()).asInt(0);
87 int samplerNdx = samplerVal->getValue(sampler->getType()).asInt(0);
95 ExecValueAccess newValue = tmp.getValue();
107 tmp.getValue() = value.value();
118 return m_execMaskStack[m_execMaskStack.size()-1].getValue();