Searched refs:SquareMatrixOps (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuMatrix.hpp111 struct SquareMatrixOps struct in namespace:tcu
118 struct SquareMatrixOps<T, 2> struct in namespace:tcu
125 struct SquareMatrixOps<T, 3> struct in namespace:tcu
132 struct SquareMatrixOps<T, 4> struct in namespace:tcu
144 return SquareMatrixOps<T, Size>::doDeterminant(mat);
150 return SquareMatrixOps<T, Size>::doInverse(mat);
158 T SquareMatrixOps<T, 2>::doDeterminant (const Matrix<T, 2, 2>& mat)
164 T SquareMatrixOps<T, 3>::doDeterminant (const Matrix<T, 3, 3>& mat)
175 T SquareMatrixOps<T, 4>::doDeterminant (const Matrix<T, 4, 4>& mat)
210 Matrix<T, 2, 2> SquareMatrixOps<
[all...]

Completed in 69 milliseconds