Home
last modified time | relevance | path

Searched refs:VecMatMul (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3457 class VecMatMul : public MulFunc<Vector<float, Cols>, class
3462 typedef typename VecMatMul::IRet IRet;
3463 typedef typename VecMatMul::IArgs IArgs;
3464 typedef typename VecMatMul::IArg0 IArg0;
3465 typedef typename VecMatMul::IArg1 IArg1;
3505 return call<VecMatMul<Cols, Rows> >(ctx, right, in doApply()
3969 return app<VecMatMul<Rows, Cols> >(left, right); in operator *()