Lines Matching defs:Evaluator

552 struct Evaluator<OP_ADD, In0Type, In0DataType, In1Type, In1DataType>  struct
554 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
562 struct Evaluator<OP_SUB, In0Type, In0DataType, In1Type, In1DataType> struct
564 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
572 struct Evaluator<OP_MUL, In0Type, In0DataType, In1Type, In1DataType> struct
574 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
582 struct Evaluator<OP_DIV, In0Type, In0DataType, In1Type, In1DataType> struct
584 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
592 struct Evaluator<OP_COMP_MUL, In0Type, In0DataType, In1Type, In1DataType> struct
594 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
602 struct Evaluator<OP_UNARY_PLUS, In0Type, In0DataType, In1Type, In1DataType> struct
604 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
611 struct Evaluator<OP_NEGATION, In0Type, In0DataType, In1Type, In1DataType> struct
613 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
620 struct Evaluator<OP_PRE_INCREMENT, In0Type, In0DataType, In1Type, In1DataType> struct
622 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
631 struct Evaluator<OP_PRE_DECREMENT, In0Type, In0DataType, In1Type, In1DataType> struct
633 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
642 struct Evaluator<OP_POST_INCREMENT, In0Type, In0DataType, In1Type, In1DataType> struct
644 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
653 struct Evaluator<OP_POST_DECREMENT, In0Type, In0DataType, In1Type, In1DataType> struct
655 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
664 struct Evaluator<OP_ADD_INTO, In0Type, In0DataType, In1Type, In1DataType> struct
666 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
674 struct Evaluator<OP_SUBTRACT_FROM, In0Type, In0DataType, In1Type, In1DataType> struct
676 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
684 struct Evaluator<OP_MULTIPLY_INTO, In0Type, In0DataType, In1Type, In1DataType> struct
686 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()
694 struct Evaluator<OP_DIVIDE_INTO, In0Type, In0DataType, In1Type, In1DataType> struct
696 static void evaluate(ShaderEvalContext &evalCtx) in evaluate()