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

/external/deqp/framework/common/
H A DtcuMatrix.hpp231 const T areaA[2*2] = local
251 const Matrix<T, 2, 2> invA = inverse(Matrix<T, 2, 2>(areaA));
280 const T areaA[2*2] = local
302 const Matrix<T, 2, 2> invA = inverse(Matrix<T, 2, 2>(areaA));
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp746 const float areaA[2*2] = local
766 const tcu::Matrix<float, 2, 2> invA = inverse(tcu::Matrix<float, 2, 2>(areaA));
796 const float areaA[2*2] = local
818 const tcu::Matrix<float, 2, 2> invA = inverse(Mat2(areaA));

Completed in 516 milliseconds