Searched defs:matD (Results  1 – 6 of 6) sorted by relevance
| /external/eigen/Eigen/src/Eigenvalues/ | 
| D | EigenSolver.h | 329   MatrixType matD = MatrixType::Zero(n,n);  in pseudoEigenvalueMatrix()  local
  | 
| /external/deqp/framework/common/ | 
| D | tcuMatrix.hpp | 244 	const Matrix<T, 1, 1>	matD =         Matrix<T, 1, 1>(areaD);  in doInverse()  local 295 	const Matrix<T, 2, 2> matD =         Matrix<T, 2, 2>(areaD);  in doInverse()  local
  | 
| /external/deqp/modules/gles3/functional/ | 
| D | es3fShaderMatrixTests.cpp | 756 	const tcu::Matrix<float, 1, 1>	matD =         tcu::Matrix<float, 1, 1>(areaD);  in inverse()  local 808 	const tcu::Matrix<float, 2, 2> matD =         Mat2(areaD);  in inverse()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ | 
| D | vktShaderRenderMatrixTests.cpp | 750 	const tcu::Matrix<float, 1, 1>	matD =         tcu::Matrix<float, 1, 1>(areaD);  in inverse()  local 802 	const tcu::Matrix<float, 2, 2> matD =         Mat2(areaD);  in inverse()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ | 
| D | vktShaderBuiltinPrecisionTests.cpp | 5035 		ExprP<float>	matD	= bindExpression("matD", ctx, mat[2][2]);  in doExpand()  local 5078 		ExprP<Mat2>	matD	= bindExpression("matD", ctx,  in doExpand()  local 5136 		ExprP<Mat3_16b::Scalar>	matD = bindExpression("matD", ctx, mat[2][2]);  in doExpand()  local 5179 		ExprP<Mat2_16b>	matD = bindExpression("matD", ctx,  in doExpand()  local 5237 		ExprP<Matrix3d::Scalar>	matD = bindExpression("matD", ctx, mat[2][2]);  in doExpand()  local 5280 		ExprP<Matrix2d>	matD = bindExpression("matD", ctx,  in doExpand()  local
  | 
| /external/deqp/modules/glshared/ | 
| D | glsBuiltinPrecisionTests.cpp | 3858 		ExprP<float>	matD	= bindExpression("matD", ctx, mat[2][2]);  in doExpand()  local 3901 		ExprP<Mat2>	matD	= bindExpression("matD", ctx,  in doExpand()  local
  |