Home | History | Annotate | Download | only in randomshaders

Lines Matching full:getvalue

50 	ValueAccess				getValue			(const VariableType& type, int vtxNdx);
51 ConstValueAccess getValue (const VariableType& type, int vtxNdx) const;
62 ValueAccess VaryingStorage::getValue (const VariableType& type, int vtxNdx)
67 ConstValueAccess VaryingStorage::getValue (const VariableType& type, int vtxNdx) const
230 execCtx.getValue(uniformIter->getVariable()) = uniformIter->getValue().value();
241 ExecValueAccess access = execCtx.getValue(input->getVariable());
265 ExecConstValueAccess access = execCtx.getValue(output);
270 ValueAccess varyingAccess = dst->getValue(output->getType(), vtxNdx);
283 execCtx.getValue(i->getVariable()) = i->getValue().value();
317 ExecValueAccess access = execCtx.getValue(input->getVariable());
330 src->getValue(type, vtxIndices.x()),
331 src->getValue(type, vtxIndices.y()),
332 src->getValue(type, vtxIndices.z()),
333 src->getValue(type, vtxIndices.w()),
342 ExecConstValueAccess colorValue = execCtx.getValue(fragColorVar);