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

  /external/deqp/framework/common/
tcuMatrix.hpp 163 const T minorMatrices[4][3*3] =
187 return + mat(0,0) * determinant(Matrix<T, 3, 3>(minorMatrices[0]))
188 - mat(0,1) * determinant(Matrix<T, 3, 3>(minorMatrices[1]))
189 + mat(0,2) * determinant(Matrix<T, 3, 3>(minorMatrices[2]))
190 - mat(0,3) * determinant(Matrix<T, 3, 3>(minorMatrices[3]));
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp 683 const float minorMatrices[4][3*3] =
707 return + mat(0,0) * determinant(tcu::Mat3(minorMatrices[0]))
708 - mat(0,1) * determinant(tcu::Mat3(minorMatrices[1]))
709 + mat(0,2) * determinant(tcu::Mat3(minorMatrices[2]))
710 - mat(0,3) * determinant(tcu::Mat3(minorMatrices[3]));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 688 const float minorMatrices[4][3*3] =
712 return + mat(0,0) * determinant(tcu::Mat3(minorMatrices[0]))
713 - mat(0,1) * determinant(tcu::Mat3(minorMatrices[1]))
714 + mat(0,2) * determinant(tcu::Mat3(minorMatrices[2]))
715 - mat(0,3) * determinant(tcu::Mat3(minorMatrices[3]));
    [all...]

Completed in 242 milliseconds