Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuMatrix.hpp236 const T areaB[2] = in doInverse() local
252 const Matrix<T, 2, 1> matB = Matrix<T, 2, 1>(areaB); in doInverse()
285 const T areaB[2*2] = in doInverse() local
303 const Matrix<T, 2, 2> matB = Matrix<T, 2, 2>(areaB); in doInverse()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp751 const float areaB[2] = in inverse() local
767 const tcu::Matrix<float, 2, 1> matB = tcu::Matrix<float, 2, 1>(areaB); in inverse()
801 const float areaB[2*2] = in inverse() local
819 const tcu::Matrix<float, 2, 2> matB = Mat2(areaB); in inverse()