Searched refs:Rows1 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuMatrix.hpp | 97 template <typename T, int Rows0, int Cols0, int Rows1, int Cols1> 98 Matrix<T, Rows0, Cols1> operator* (const Matrix<T, Rows0, Cols0>& a, const Matrix<T, Rows1, Cols1>&… 451 template <typename T, int Rows0, int Cols0, int Rows1, int Cols1> 452 Matrix<T, Rows0, Cols1> operator* (const Matrix<T, Rows0, Cols0>& a, const Matrix<T, Rows1, Cols1>&… in operator *() argument 454 DE_STATIC_ASSERT(Cols0 == Rows1); in operator *()
|