Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3422 class MatMul : public MulFunc<Matrix<float, LeftRows, RightCols>, class
3427 typedef typename MatMul::IRet IRet;
3428 typedef typename MatMul::IArgs IArgs;
3429 typedef typename MatMul::IArg0 IArg0;
3430 typedef typename MatMul::IArg1 IArg1;
3962 return app<MatMul<LeftRows, Middle, RightCols> >(left, right); in operator *()