Lines Matching refs:evaluate
818 void ConstructorOp::evaluate (ExecutionContext& evalCtx)
822 (*i)->evaluate(evalCtx);
961 void AssignOp::evaluate (ExecutionContext& evalCtx)
964 m_lvalueExpr->evaluate(evalCtx);
967 m_rvalueExpr->evaluate(evalCtx);
1243 void VariableAccess::evaluate (ExecutionContext& evalCtx)
1410 void SwizzleOp::evaluate (ExecutionContext& execCtx)
1412 m_child->evaluate(execCtx);
1652 void TexLookup::evaluate (ExecutionContext& execCtx)
1655 m_coordExpr->evaluate(execCtx);
1657 m_lodBiasExpr->evaluate(execCtx);