| /TwlSDK-5.1.0/include/nitro/fx/ |
| D | fx_mtx33.h | 37 SDK_DECL_INLINE void MTX_Identity33(MtxFx33 *pDst); 38 SDK_DECL_INLINE void MTX_Copy33(const MtxFx33 *pSrc, MtxFx33 *pDst); 39 SDK_DECL_INLINE void MTX_Copy33To43(const MtxFx33 *pSrc, MtxFx43 *pDst); 40 SDK_DECL_INLINE void MTX_Copy33To44(const MtxFx33 *pSrc, MtxFx44 *pDst); 41 SDK_DECL_INLINE void MTX_Transpose33(const MtxFx33 *pSrc, MtxFx33 *pDst); 42 SDK_DECL_INLINE void MTX_Scale33(MtxFx33 *pDst, fx32 x, fx32 y, fx32 z); 43 void MTX_ScaleApply33(const MtxFx33 *pSrc, MtxFx33 *pDst, fx32 x, fx32 y, fx32 z); 44 SDK_DECL_INLINE void MTX_RotX33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal); 45 SDK_DECL_INLINE void MTX_RotY33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal); 46 SDK_DECL_INLINE void MTX_RotZ33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal); [all …]
|
| D | fx_mtx44.h | 38 SDK_DECL_INLINE void MTX_Copy44To33(const MtxFx44 *pSrc, MtxFx33 *pDst); 54 void MTX_Copy44To33_(register const MtxFx44 *pSrc, register MtxFx33 *pDst); 112 SDK_INLINE void MTX_Copy44To33(const MtxFx44 *pSrc, MtxFx33 *pDst) in MTX_Copy44To33()
|
| D | fx_mtx43.h | 38 SDK_DECL_INLINE void MTX_Copy43To33(const MtxFx43 *pSrc, MtxFx33 *pDst); 107 SDK_INLINE void MTX_Copy43To33(const MtxFx43 *pSrc, MtxFx33 *pDst) in MTX_Copy43To33()
|
| D | fx.h | 223 MtxFx33; typedef 236 MtxFx33; typedef
|
| /TwlSDK-5.1.0/build/libraries/fx/common/src/ |
| D | fx_mtx33.c | 28 asm void MTX_Identity33_(register MtxFx33* pDst) in MTX_Identity33_() 41 asm void MTX_Copy33To43_(const register MtxFx33* pSrc, register MtxFx43* pDst) in MTX_Copy33To43_() 59 asm void MTX_Copy33To44_(const register MtxFx33* pSrc, register MtxFx44* pDst) in MTX_Copy33To44_() 82 asm void MTX_Transpose33_(const register MtxFx33* pSrc, register MtxFx33* pDst) in MTX_Transpose33_() 96 asm void MTX_Scale33_(register MtxFx33* pDst, register fx32 x, register fx32 y, register fx32 z) in MTX_Scale33_() 125 void MTX_ScaleApply33(const MtxFx33 *pSrc, MtxFx33 *pDst, fx32 x, fx32 y, fx32 z) in MTX_ScaleApply33() 149 asm void MTX_RotX33_(register MtxFx33 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotX33_() 170 asm void MTX_RotY33_(register MtxFx33 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotY33_() 191 asm void MTX_RotZ33_(register MtxFx33 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotZ33_() 222 void MTX_RotAxis33(MtxFx33 *pDst, const VecFx32 *vec, fx32 sinVal, fx32 cosVal) in MTX_RotAxis33() [all …]
|
| D | fx.c | 63 SDK_ASSERT(36 == sizeof(MtxFx33)); in FX_Init()
|
| D | fx_mtx43.c | 150 MTX_ScaleApply33((const MtxFx33 *)pSrc, (MtxFx33 *)pDst, x, y, z); in MTX_ScaleApply43() 237 MTX_RotAxis33((MtxFx33 *)pDst, vec, sinVal, cosVal); in MTX_RotAxis43()
|
| D | fx_mtx44.c | 46 asm void MTX_Copy44To33_(register const MtxFx44* pSrc, register MtxFx33* pDst) in MTX_Copy44To33_()
|
| /TwlSDK-5.1.0/build/demos/fx/test/src/ |
| D | main.c | 242 static void print_mtx33(const MtxFx33 *m) in print_mtx33() 255 static BOOL equal_mtx33(const MtxFx33 *a, const MtxFx33 *b) in equal_mtx33() 314 MtxFx33 m; in test_FX_MTX33() 315 MtxFx33 m33; in test_FX_MTX33() 319 const MtxFx33 ans = { in test_FX_MTX33() 353 MtxFx33 m = { in test_FX_MTX33() 358 const MtxFx33 ans = { in test_FX_MTX33() 367 MtxFx33 m; in test_FX_MTX33() 368 const MtxFx33 ans = { in test_FX_MTX33() 377 MtxFx33 m1; in test_FX_MTX33() [all …]
|
| /TwlSDK-5.1.0/build/libraries/gx/ARM9/src/ |
| D | g3imm.c | 185 void G3_MultMtx33(const MtxFx33 *m) in G3_MultMtx33() 244 void G3_MultTransMtx33(const MtxFx33 *mtx, const VecFx32 *trans) in G3_MultTransMtx33()
|
| D | g3b.c | 244 void G3BS_MultMtx33(GXDLInfo *info, const MtxFx33 *m) in G3BS_MultMtx33() 280 void G3BS_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans) in G3BS_MultTransMtx33() 639 void G3B_MultMtx33(GXDLInfo *info, const MtxFx33 *m) in G3B_MultMtx33() 656 void G3B_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans) in G3B_MultTransMtx33()
|
| D | g3c.c | 362 void G3CS_MultMtx33(GXDLInfo *info, const MtxFx33 *m) in G3CS_MultMtx33() 400 void G3CS_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans) in G3CS_MultTransMtx33() 802 void G3C_MultMtx33(GXDLInfo *info, const MtxFx33 *m) in G3C_MultMtx33() 819 void G3C_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans) in G3C_MultTransMtx33()
|
| D | g3x.c | 379 int G3X_GetVectorMtx(MtxFx33 *m) in G3X_GetVectorMtx()
|
| /TwlSDK-5.1.0/include/nitro/gx/ |
| D | g3c.h | 65 void G3CS_MultMtx33(GXDLInfo *info, const MtxFx33 *m); 66 void G3CS_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans); 121 void G3C_MultMtx33(GXDLInfo *info, const MtxFx33 *m); 122 void G3C_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans);
|
| D | g3b.h | 72 void G3BS_MultMtx33(GXDLInfo *info, const MtxFx33 *m); 73 void G3BS_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans); 129 void G3B_MultMtx33(GXDLInfo *info, const MtxFx33 *m); 132 void G3B_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans);
|
| D | g3imm.h | 57 void G3_MultMtx33(const MtxFx33 *m); 58 void G3_MultTransMtx33(const MtxFx33 *mtx, const VecFx32 *trans);
|
| D | g3x.h | 151 int G3X_GetVectorMtx(MtxFx33 *m);
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Env_Mapping/src/ |
| D | main.c | 194 G3_MultMtx33((MtxFx33 *)&camera); // a 3x3 matrix is enough in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Vertex_Source/src/ |
| D | main.c | 255 G3_MultMtx33((MtxFx33 *)&camera); // Multiply the current matrix by the camera matrix in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/CurrentMtx/src/ |
| D | main.c | 284 MtxFx33 m; in TwlMain()
|