/external/deqp/modules/gles3/scripts/ |
D | gen-swizzles.py | 216 inMat2 = [Mat2(1.0, 0.0, 0.0, 1.0), 217 Mat2(6.5, 12.5, -0.75, 9.975), 218 Mat2(6.5, 12.5, -0.75, 9.975), 219 Mat2(8.0, 16.0, -24.0, -16.0), 220 Mat2(1.0/8.0, 1.0/16.0, 1.0/32.0, 1.0/64.0), 221 Mat2(-18.725, -0.5, -0.0125, 19.975),
|
D | gen-conversions.py | 274 inMat2 = [Mat2(1.0, 0.0, 0.0, 1.0), 275 Mat2(6.5, 12.5, -0.75, 9.975), 276 Mat2(6.5, 12.5, -0.75, 9.975), 277 Mat2(8.0, 16.0, -24.0, -16.0), 278 Mat2(1.0/8.0, 1.0/16.0, 1.0/32.0, 1.0/64.0), 279 Mat2(-18.725, -0.5, -0.0125, 19.975),
|
D | genutil.py | 390 def toMat2(self): return Mat2(float(self.x), 0.0, 0.0, float(self.y)); 620 def toMat2(self): return Mat2(float(self.x), float(self.y), float(self.z), float(self.w)) 782 class Mat2(Mat): class
|
/external/deqp/modules/gles2/scripts/ |
D | gen-swizzles.py | 212 inMat2 = [Mat2(1.0, 0.0, 0.0, 1.0), 213 Mat2(6.5, 12.5, -0.75, 9.975), 214 Mat2(6.5, 12.5, -0.75, 9.975), 215 Mat2(8.0, 16.0, -24.0, -16.0), 216 Mat2(1.0/8.0, 1.0/16.0, 1.0/32.0, 1.0/64.0), 217 Mat2(-18.725, -0.5, -0.0125, 19.975),
|
D | gen-conversions.py | 256 inMat2 = [Mat2(1.0, 0.0, 0.0, 1.0), 257 Mat2(6.5, 12.5, -0.75, 9.975), 258 Mat2(6.5, 12.5, -0.75, 9.975), 259 Mat2(8.0, 16.0, -24.0, -16.0), 260 Mat2(1.0/8.0, 1.0/16.0, 1.0/32.0, 1.0/64.0), 261 Mat2(-18.725, -0.5, -0.0125, 19.975),
|
D | genutil.py | 323 def toMat2(self): return Mat2(float(self.x), 0.0, 0.0, float(self.y)); 501 def toMat2(self): return Mat2(float(self.x), float(self.y), float(self.z), float(self.w)) 635 class Mat2(Mat): class
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 65 using tcu::Mat2; 94 static const Mat2 s_constInMat2[2] = { tcu::Mat2(s_constInMat20), tcu::Mat2(s_constInMat21) }; 160 DECLARE_TYPE_TRAIT(TYPE_FLOAT_MAT2, tcu::Mat2); 342 template <> inline tcu::Mat2 getInputValue<INPUTTYPE_CONST, TYPE_FLOAT_MAT2> (const ShaderEvalCont… in getInputValue() 351 template <> inline tcu::Mat2 getInputValue<INPUTTYPE_DYNAMIC, TYPE_FLOAT_MAT2> (const ShaderEvalCon… in getInputValue() 354 tcu::Mat2 m; in getInputValue() 386 inline tcu::Vec3 reduceToVec3 (const tcu::Mat2& value) { return tcu::Vec3(value(0, 0), value(0, 1),… in reduceToVec3() 878 case TYPE_FLOAT_MAT2: writeMatrixConstructor<2, 2>(op, Mat2(s_constInMat2[inNdx])); break; in init()
|
D | es2fTextureMipmapTests.cpp | 54 using tcu::Mat2; 230 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() 234 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() 236 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 63 using tcu::Mat2; 263 DECLARE_TYPE_TRAIT(TYPE_FLOAT_MAT2, tcu::Mat2); 496 … tcu::Mat2 getInputValue<INPUTTYPE_CONST, TYPE_FLOAT_MAT2> (const ShaderEvalContext& evalCtx, int… in getInputValue() 511 template <> inline tcu::Mat2 getInputValue<INPUTTYPE_DYNAMIC, TYPE_FLOAT_MAT2> (const ShaderEvalCon… in getInputValue() 514 tcu::Mat2 m; in getInputValue() 606 inline tcu::Vec3 reduceToVec3 (const tcu::Mat2& value) { return tcu::Vec3(value(0, 0), value(0, 1)… in reduceToVec3() 767 const tcu::Matrix<float, 2, 2> zeroMat = Mat2(nullField); in inverse() 813 const tcu::Matrix<float, 2, 2> invA = inverse(Mat2(areaA)); in inverse() 814 const tcu::Matrix<float, 2, 2> matB = Mat2(areaB); in inverse() 815 const tcu::Matrix<float, 2, 2> matC = Mat2(areaC); in inverse() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 67 using tcu::Mat2; 268 DECLARE_TYPE_TRAIT(TYPE_FLOAT_MAT2, tcu::Mat2); 501 … tcu::Mat2 getInputValue<INPUTTYPE_CONST, TYPE_FLOAT_MAT2> (const ShaderEvalContext& evalCtx, int… in getInputValue() 516 template <> inline tcu::Mat2 getInputValue<INPUTTYPE_DYNAMIC, TYPE_FLOAT_MAT2> (const ShaderEvalCon… in getInputValue() 519 tcu::Mat2 m; in getInputValue() 611 inline tcu::Vec3 reduceToVec3 (const tcu::Mat2& value) { return tcu::Vec3(value(0, 0), value(0, 1)… in reduceToVec3() 772 const tcu::Matrix<float, 2, 2> zeroMat = Mat2(nullField); in inverse() 818 const tcu::Matrix<float, 2, 2> invA = inverse(Mat2(areaA)); in inverse() 819 const tcu::Matrix<float, 2, 2> matB = Mat2(areaB); in inverse() 820 const tcu::Matrix<float, 2, 2> matC = Mat2(areaC); in inverse() [all …]
|
D | es3fTextureMipmapTests.cpp | 274 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() 278 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() 280 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 53 using tcu::Mat2; 226 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() 230 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() 232 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 218 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() 222 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f)); in getAffineTexCoord2D() 224 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 3607 ExprP<Mat2> mat = args.a; in doExpand() 3669 class Inverse<2> : public DerivedFunc<Signature<Mat2, Mat2> > 3680 ExprP<Mat2> mat = args.a; in doExpand() 3701 ExprP<Mat2> invA = bindExpression("invA", ctx, in doExpand() 3715 ExprP<Mat2> t3 = outerProduct(t2, matC); in doExpand() 3716 ExprP<Mat2> t4 = t3 * invA; in doExpand() 3717 ExprP<Mat2> t5 = invA + t4; in doExpand() 3718 ExprP<Mat2> blockA = bindExpression("blockA", ctx, t5); in doExpand() 3741 ExprP<Mat2> invA = bindExpression("invA", ctx, in doExpand() 3744 ExprP<Mat2> matB = bindExpression("matB", ctx, in doExpand() [all …]
|
D | glsLongStressTestUtil.cpp | 33 using tcu::Mat2;
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3556 ExprP<Mat2> mat = args.a; in doExpand() 3618 class Inverse<2> : public DerivedFunc<Signature<Mat2, Mat2> > 3629 ExprP<Mat2> mat = args.a; in doExpand() 3650 ExprP<Mat2> invA = bindExpression("invA", ctx, in doExpand() 3664 ExprP<Mat2> t3 = outerProduct(t2, matC); in doExpand() 3665 ExprP<Mat2> t4 = t3 * invA; in doExpand() 3666 ExprP<Mat2> t5 = invA + t4; in doExpand() 3667 ExprP<Mat2> blockA = bindExpression("blockA", ctx, t5); in doExpand() 3690 ExprP<Mat2> invA = bindExpression("invA", ctx, in doExpand() 3693 ExprP<Mat2> matB = bindExpression("matB", ctx, in doExpand() [all …]
|
/external/deqp/framework/opengl/ |
D | gluShaderUtil.hpp | 237 template <> struct DataTypeTraits<tcu::Mat2> { enum { DATATYPE = TYPE_FLOAT_MAT2 }; };
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_imgproc.cpp | 340 OCL_TEST_P(Integral, Mat2) in OCL_TEST_P() argument
|
/external/deqp/modules/gles31/scripts/ |
D | genutil.py | 392 def toMat2(self): return Mat2(float(self.x), 0.0, 0.0, float(self.y)); 622 def toMat2(self): return Mat2(float(self.x), float(self.y), float(self.z), float(self.w)) 784 class Mat2(Mat): class
|
/external/deqp/framework/common/ |
D | tcuMatrix.hpp | 492 typedef Matrix2f Mat2; typedef
|