Searched refs:Mat3_16b (Results 1 – 3 of 3) sorted by relevance
376 template <> struct DataTypeTraits<tcu::Mat3_16b> { enum { DATATYPE = TYPE_FLOAT16_MAT3 }; };
516 typedef Matrix3f16b Mat3_16b; typedef
4838 ExprP<Mat3_16b> mat = args.a; in doExpand()4853 ExprP<Mat3_16b> minors[4]; in doExpand()5084 class Inverse16bit<3> : public DerivedFunc<Signature<Mat3_16b, Mat3_16b> >5095 ExprP<Mat3_16b> mat = args.a; in doExpand()5102 ExprP<Mat3_16b::Scalar> matD = bindExpression("matD", ctx, mat[2][2]); in doExpand()5104 ExprP<Mat3_16b::Scalar> schur = bindExpression("schur", ctx, in doExpand()