Home | History | Annotate | Download | only in glshared

Lines Matching defs:Cond

1568 class Cond : public PrimitiveFunc<Signature<T, bool, T, T> >
1571 typedef typename Cond::IArgs IArgs;
1572 typedef typename Cond::IRet IRet;
1661 ExprP<T> cond (const ExprP<bool>& test,
1665 return app<Cond<T> >(test, consequent, alternative);
3072 return cond(dot(args.c, args.b) < constant(0.0f), args.a, -args.a);
3163 return cond(k < constant(0.0f),