Searched refs:Matrix2d (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuMatrix.hpp | 523 typedef Matrix<double, 2, 2> Matrix2d; typedef 528 typedef Matrix2d Mat2d;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 4919 ExprP<Matrix2d> mat = args.a; in doExpand() 5199 class Inverse64bit<2> : public DerivedFunc<Signature<Matrix2d, Matrix2d> > 5210 ExprP<Matrix2d> mat = args.a; in doExpand() 5231 ExprP<Matrix2d> invA = bindExpression("invA", ctx, in doExpand() 5245 ExprP<Matrix2d> t3 = outerProduct(t2, matC); in doExpand() 5246 ExprP<Matrix2d> t4 = t3 * invA; in doExpand() 5247 ExprP<Matrix2d> t5 = invA + t4; in doExpand() 5248 ExprP<Matrix2d> blockA = bindExpression("blockA", ctx, t5); in doExpand() 5271 ExprP<Matrix2d> invA = bindExpression("invA", ctx, in doExpand() 5274 ExprP<Matrix2d> matB = bindExpression("matB", ctx, in doExpand() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 4919 ExprP<Matrix2d> mat = args.a; in doExpand() 5199 class Inverse64bit<2> : public DerivedFunc<Signature<Matrix2d, Matrix2d> > 5210 ExprP<Matrix2d> mat = args.a; in doExpand() 5231 ExprP<Matrix2d> invA = bindExpression("invA", ctx, in doExpand() 5245 ExprP<Matrix2d> t3 = outerProduct(t2, matC); in doExpand() 5246 ExprP<Matrix2d> t4 = t3 * invA; in doExpand() 5247 ExprP<Matrix2d> t5 = invA + t4; in doExpand() 5248 ExprP<Matrix2d> blockA = bindExpression("blockA", ctx, t5); in doExpand() 5271 ExprP<Matrix2d> invA = bindExpression("invA", ctx, in doExpand() 5274 ExprP<Matrix2d> matB = bindExpression("matB", ctx, in doExpand() [all …]
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderUtil.hpp | 384 template <> struct DataTypeTraits<tcu::Matrix2d> { enum { DATATYPE = TYPE_DOUBLE_MAT2 }; };
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 11124 tcu::Matrix2d matrix_a(&matrix_a_data[0]); in getMatrixMultiplicationResult() 11125 tcu::Matrix2d matrix_b(&matrix_b_data[0]); in getMatrixMultiplicationResult() 11126 tcu::Matrix2d result; in getMatrixMultiplicationResult()
|