HomeSort by relevance Sort by last modified time
    Searched refs:areaA (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuMatrix.hpp 231 const T areaA[2*2] =
251 const Matrix<T, 2, 2> invA = inverse(Matrix<T, 2, 2>(areaA));
280 const T areaA[2*2] =
302 const Matrix<T, 2, 2> invA = inverse(Matrix<T, 2, 2>(areaA));
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 746 const float areaA[2*2] =
766 const tcu::Matrix<float, 2, 2> invA = inverse(tcu::Matrix<float, 2, 2>(areaA));
796 const float areaA[2*2] =
818 const tcu::Matrix<float, 2, 2> invA = inverse(Mat2(areaA));
    [all...]

Completed in 801 milliseconds