Searched refs:Mat3_16b (Results 1 – 3 of 3) sorted by relevance
379 template <> struct DataTypeTraits<tcu::Mat3_16b> { enum { DATATYPE = TYPE_FLOAT16_MAT3 }; };
516 typedef Matrix3f16b Mat3_16b; typedef
4839 ExprP<Mat3_16b> mat = args.a; in doExpand()4854 ExprP<Mat3_16b> minors[4]; in doExpand()5085 class Inverse16bit<3> : public DerivedFunc<Signature<Mat3_16b, Mat3_16b> >5096 ExprP<Mat3_16b> mat = args.a; in doExpand()5103 ExprP<Mat3_16b::Scalar> matD = bindExpression("matD", ctx, mat[2][2]); in doExpand()5105 ExprP<Mat3_16b::Scalar> schur = bindExpression("schur", ctx, in doExpand()