Searched refs:Matrix3d (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuMatrix.hpp | 524 typedef Matrix<double, 3, 3> Matrix3d; typedef 532 typedef Matrix3d Mat3d;
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderUtil.hpp | 385 template <> struct DataTypeTraits<tcu::Matrix3d> { enum { DATATYPE = TYPE_DOUBLE_MAT3 }; };
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 4942 ExprP<Matrix3d> mat = args.a; in doExpand() 4957 ExprP<Matrix3d> minors[4]; in doExpand() 5230 class Inverse64bit<3> : public DerivedFunc<Signature<Matrix3d, Matrix3d> > 5241 ExprP<Matrix3d> mat = args.a; in doExpand() 5248 ExprP<Matrix3d::Scalar> matD = bindExpression("matD", ctx, mat[2][2]); in doExpand() 5250 ExprP<Matrix3d::Scalar> schur = bindExpression("schur", ctx, in doExpand()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 4931 ExprP<Matrix3d> mat = args.a; in doExpand() 4946 ExprP<Matrix3d> minors[4]; in doExpand() 5219 class Inverse64bit<3> : public DerivedFunc<Signature<Matrix3d, Matrix3d> > 5230 ExprP<Matrix3d> mat = args.a; in doExpand() 5237 ExprP<Matrix3d::Scalar> matD = bindExpression("matD", ctx, mat[2][2]); in doExpand() 5239 ExprP<Matrix3d::Scalar> schur = bindExpression("schur", ctx, in doExpand()
|
Completed in 26 milliseconds