Home | History | Annotate | Download | only in glshared

Lines Matching refs:VectorizedFunc

3881 class VectorizedFunc : public GenFunc<typename F::Sig, Size>
3884 VectorizedFunc (void) : GenFunc<typename F::Sig, Size>(instance<F>()) {}
3957 instance<VectorizedFunc<F, 2> >(),
3958 instance<VectorizedFunc<F, 3> >(),
3959 instance<VectorizedFunc<F, 4> >());
3966 return app<VectorizedFunc<Mul, Size> >(arg0, arg1);
3986 return app<VectorizedFunc<Negate, Size> >(arg0);
3993 return app<VectorizedFunc<Sub, Size> >(arg0, arg1);