Searched refs:Mat44 (Results 1 – 6 of 6) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/mtx/ |
| D | mat44.h | 47 static inline void MAT44Identity ( Mat44 *m ) in MAT44Identity() 64 static inline void MAT44Copy ( const Mat44 *src, Mat44 *dst ) in MAT44Copy() 87 static inline void MAT44Concat ( const Mat44 *a, const Mat44 *b, Mat44 *ab ) in MAT44Concat() 104 static inline void MAT44Transpose ( const Mat44 *src, Mat44 *xPose ) in MAT44Transpose() 123 static inline u32 MAT44Inverse ( const Mat44 *src, Mat44 *inv ) in MAT44Inverse() 144 static inline void MAT44Trans ( Mat44 *m, f32 xT, f32 yT, f32 zT ) in MAT44Trans() 165 static inline void MAT44TransApply ( const Mat44 *src, Mat44 *dst, f32 xT, f32 yT, f32 zT ) in MAT44TransApply() 182 static inline void MAT44Scale ( Mat44 *m, f32 xS, f32 yS, f32 zS ) in MAT44Scale() 203 static inline void MAT44ScaleApply ( const Mat44 *src, Mat44 *dst, f32 xS, f32 yS, f32 zS ) in MAT44ScaleApply() 222 static inline void MAT44RotRad ( Mat44 *m, char axis, f32 rad ) in MAT44RotRad() [all …]
|
| D | mtxGeoTypes.h | 172 } Mat44; typedef
|
| D | matVec.h | 527 static inline void MAT44Frustum ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Frustum() 545 static inline void MAT44Perspective ( Mat44 *m, f32 fovY, f32 aspect, f32 n, f32 f ) in MAT44Perspective() 565 static inline void MAT44Ortho ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Ortho()
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mat44.h | 47 static inline void MAT44Identity ( Mat44 *m ) in MAT44Identity() 64 static inline void MAT44Copy ( const Mat44 *src, Mat44 *dst ) in MAT44Copy() 87 static inline void MAT44Concat ( const Mat44 *a, const Mat44 *b, Mat44 *ab ) in MAT44Concat() 104 static inline void MAT44Transpose ( const Mat44 *src, Mat44 *xPose ) in MAT44Transpose() 123 static inline u32 MAT44Inverse ( const Mat44 *src, Mat44 *inv ) in MAT44Inverse() 144 static inline void MAT44Trans ( Mat44 *m, f32 xT, f32 yT, f32 zT ) in MAT44Trans() 165 static inline void MAT44TransApply ( const Mat44 *src, Mat44 *dst, f32 xT, f32 yT, f32 zT ) in MAT44TransApply() 182 static inline void MAT44Scale ( Mat44 *m, f32 xS, f32 yS, f32 zS ) in MAT44Scale() 203 static inline void MAT44ScaleApply ( const Mat44 *src, Mat44 *dst, f32 xS, f32 yS, f32 zS ) in MAT44ScaleApply() 222 static inline void MAT44RotRad ( Mat44 *m, char axis, f32 rad ) in MAT44RotRad() [all …]
|
| D | mtxGeoTypes.h | 172 } Mat44; typedef
|
| D | matVec.h | 527 static inline void MAT44Frustum ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Frustum() 545 static inline void MAT44Perspective ( Mat44 *m, f32 fovY, f32 aspect, f32 n, f32 f ) in MAT44Perspective() 565 static inline void MAT44Ortho ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Ortho()
|