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

  /external/deqp/framework/common/
tcuMatrix.hpp 215 const T areaA[2*2] =
235 const Matrix<T, 2, 2> invA = inverse(Matrix<T, 2, 2>(areaA));
264 const T areaA[2*2] =
286 const Matrix<T, 2, 2> invA = inverse(Matrix<T, 2, 2>(areaA));
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp 741 const float areaA[2*2] =
761 const tcu::Matrix<float, 2, 2> invA = inverse(tcu::Matrix<float, 2, 2>(areaA));
791 const float areaA[2*2] =
813 const tcu::Matrix<float, 2, 2> invA = inverse(Mat2(areaA));
    [all...]
  /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 879 milliseconds