Searched refs:Determinant (Results 1 – 13 of 13) sorted by relevance
9 void Determinant () { f(*this); } in Determinant() function
34 #include "src/LU/Determinant.h"
211 149: 6(float) ExtInst 1(GLSL.std.450) 33(Determinant) 148
1306 930:39(float64_t) ExtInst 1(GLSL.std.450) 33(Determinant) 9291311 934:39(float64_t) ExtInst 1(GLSL.std.450) 33(Determinant) 9331316 938:39(float64_t) ExtInst 1(GLSL.std.450) 33(Determinant) 937
702 431:26(float64_t) ExtInst 1(GLSL.std.450) 33(Determinant) 430
749 435:28(float16_t) ExtInst 1(GLSL.std.450) 33(Determinant) 434
713 441: 26(float) ExtInst 1(GLSL.std.450) 33(Determinant) 440
3604 726: 6(float) ExtInst 1(GLSL.std.450) 33(Determinant) 7253723 841: 6(float) ExtInst 1(GLSL.std.450) 33(Determinant) 8403845 959: 6(float) ExtInst 1(GLSL.std.450) 33(Determinant) 958
7628 1155: 6(float) ExtInst 1(GLSL.std.450) 33(Determinant) 11547857 1334: 6(float) ExtInst 1(GLSL.std.450) 33(Determinant) 13338089 1516: 6(float) ExtInst 1(GLSL.std.450) 33(Determinant) 1515
3743 class Determinant;3748 return app<Determinant<Size> >(mat); in determinant()3752 class Determinant<2> : public DeterminantBase<2> class3764 class Determinant<3> : public DeterminantBase<3> class3778 class Determinant<4> : public DeterminantBase<4> class5472 funcs->addFactory(SharedPtr<const CaseFactory>(new SquareMatrixFuncCaseFactory<Determinant>())); in createES3BuiltinCases()
4646 template<int Size> class Determinant;4652 return app<Determinant<Size> >(mat); in determinant()4662 class Determinant<2> : public DeterminantBase<Signature<float, Matrix<float, 2, 2> > > class4674 class Determinant<3> : public DeterminantBase<Signature<float, Matrix<float, 3, 3> > > class4688 class Determinant<4> : public DeterminantBase<Signature<float, Matrix<float, 4, 4> > > class6799 funcs->addFactory(SharedPtr<const CaseFactory>(new SquareMatrixFuncCaseFactory<Determinant>())); in createComputeOnlyBuiltinCases()
66 fIntrinsicMap[String("determinant")] = ALL_GLSL(Determinant); in setupIntrinsics()