Home
last modified time | relevance | path

Searched refs:MtxFx33 (Results 1 – 20 of 20) sorted by relevance

/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx33.h37 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 …]
Dfx_mtx44.h38 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()
Dfx_mtx43.h38 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()
Dfx.h223 MtxFx33; typedef
236 MtxFx33; typedef
/TwlSDK-5.4/build/libraries/fx/common/src/
Dfx_mtx33.c28 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 …]
Dfx.c63 SDK_ASSERT(36 == sizeof(MtxFx33)); in FX_Init()
Dfx_mtx43.c150 MTX_ScaleApply33((const MtxFx33 *)pSrc, (MtxFx33 *)pDst, x, y, z); in MTX_ScaleApply43()
237 MTX_RotAxis33((MtxFx33 *)pDst, vec, sinVal, cosVal); in MTX_RotAxis43()
Dfx_mtx44.c46 asm void MTX_Copy44To33_(register const MtxFx44* pSrc, register MtxFx33* pDst) in MTX_Copy44To33_()
/TwlSDK-5.4/build/demos/fx/test/src/
Dmain.c242 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.4/build/libraries/gx/ARM9/src/
Dg3imm.c185 void G3_MultMtx33(const MtxFx33 *m) in G3_MultMtx33()
244 void G3_MultTransMtx33(const MtxFx33 *mtx, const VecFx32 *trans) in G3_MultTransMtx33()
Dg3b.c244 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()
Dg3c.c362 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()
Dg3x.c379 int G3X_GetVectorMtx(MtxFx33 *m) in G3X_GetVectorMtx()
/TwlSDK-5.4/include/nitro/gx/
Dg3c.h65 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);
Dg3b.h72 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);
Dg3imm.h57 void G3_MultMtx33(const MtxFx33 *m);
58 void G3_MultTransMtx33(const MtxFx33 *mtx, const VecFx32 *trans);
Dg3x.h151 int G3X_GetVectorMtx(MtxFx33 *m);
/TwlSDK-5.4/build/demos/gx/UnitTours/3D_Pol_Env_Mapping/src/
Dmain.c194 G3_MultMtx33((MtxFx33 *)&camera); // a 3x3 matrix is enough in TwlMain()
/TwlSDK-5.4/build/demos/gx/UnitTours/3D_Pol_Vertex_Source/src/
Dmain.c255 G3_MultMtx33((MtxFx33 *)&camera); // Multiply the current matrix by the camera matrix in TwlMain()
/TwlSDK-5.4/build/demos/gx/UnitTours/CurrentMtx/src/
Dmain.c284 MtxFx33 m; in TwlMain()