Searched refs:Rows0 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuMatrix.hpp | 81 template <typename T, int Rows0, int Cols0, int Rows1, int Cols1> 82 Matrix<T, Rows0, Cols1> operator* (const Matrix<T, Rows0, Cols0>& a, const Matrix<T, Rows1, Cols1>&… 441 template <typename T, int Rows0, int Cols0, int Rows1, int Cols1> 442 Matrix<T, Rows0, Cols1> operator* (const Matrix<T, Rows0, Cols0>& a, const Matrix<T, Rows1, Cols1>&… in operator *() argument 445 Matrix<T, Rows0, Cols1> res; in operator *() 446 for (int row = 0; row < Rows0; row++) in operator *()
|