Home
last modified time | relevance | path

Searched refs:MtxFx44 (Results 1 – 25 of 25) sorted by relevance

/TwlSDK-5.1.0/include/nitro/fx/
Dfx_mtx44.h37 SDK_DECL_INLINE void MTX_Identity44(MtxFx44 *pDst);
38 SDK_DECL_INLINE void MTX_Copy44To33(const MtxFx44 *pSrc, MtxFx33 *pDst);
39 SDK_DECL_INLINE void MTX_Copy44To43(const MtxFx44 *pSrc, MtxFx43 *pDst);
40 SDK_DECL_INLINE void MTX_Transpose44(const MtxFx44 *pSrc, MtxFx44 *pDst);
41 void MTX_TransApply44(const MtxFx44 *pSrc, MtxFx44 *pDst, fx32 x, fx32 y, fx32 z);
42 SDK_DECL_INLINE void MTX_Scale44(MtxFx44 *pDst, fx32 x, fx32 y, fx32 z);
43 void MTX_ScaleApply44(const MtxFx44 *pSrc, MtxFx44 *pDst, fx32 x, fx32 y, fx32 z);
44 SDK_DECL_INLINE void MTX_RotX44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal);
45 SDK_DECL_INLINE void MTX_RotY44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal);
46 SDK_DECL_INLINE void MTX_RotZ44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal);
[all …]
Dfx_mtx33.h40 SDK_DECL_INLINE void MTX_Copy33To44(const MtxFx33 *pSrc, MtxFx44 *pDst);
54 void MTX_Copy33To44_(const register MtxFx33 *pSrc, register MtxFx44 *pDst);
125 SDK_INLINE void MTX_Copy33To44(const MtxFx33 *pSrc, MtxFx44 *pDst) in MTX_Copy33To44()
Dfx_mtx43.h39 SDK_DECL_INLINE void MTX_Copy43To44(const MtxFx43 *pSrc, MtxFx44 *pDst);
54 void MTX_Copy43To44_(register const MtxFx43 *pSrc, register MtxFx44 *pDst);
124 SDK_INLINE void MTX_Copy43To44(const MtxFx43 *pSrc, MtxFx44 *pDst) in MTX_Copy43To44()
Dfx.h168 MtxFx44; typedef
182 MtxFx44; typedef
/TwlSDK-5.1.0/include/nitro/gx/
Dg3_util.h39 MtxFx44 *mtx);
41 BOOL draw, MtxFx44 *mtx);
43 MtxFx44 *mtx);
49 void G3_LoadTexMtxTexCoord(const MtxFx44 *mtx);
50 void G3_LoadTexMtxEnv(const MtxFx44 *mtx);
52 void G3BS_LoadTexMtxTexCoord(GXDLInfo *info, const MtxFx44 *mtx);
53 void G3CS_LoadTexMtxTexCoord(GXDLInfo *info, const MtxFx44 *mtx);
54 void G3B_LoadTexMtxTexCoord(GXDLInfo *info, const MtxFx44 *mtx);
55 void G3C_LoadTexMtxTexCoord(GXDLInfo *info, const MtxFx44 *mtx);
56 void G3BS_LoadTexMtxEnv(GXDLInfo *info, const MtxFx44 *mtx);
[all …]
Dg3c.h61 void G3CS_LoadMtx44(GXDLInfo *info, const MtxFx44 *m);
63 void G3CS_MultMtx44(GXDLInfo *info, const MtxFx44 *m);
117 void G3C_LoadMtx44(GXDLInfo *info, const MtxFx44 *m);
119 void G3C_MultMtx44(GXDLInfo *info, const MtxFx44 *m);
Dg3b.h68 void G3BS_LoadMtx44(GXDLInfo *info, const MtxFx44 *m);
70 void G3BS_MultMtx44(GXDLInfo *info, const MtxFx44 *m);
125 void G3B_LoadMtx44(GXDLInfo *info, const MtxFx44 *m);
127 void G3B_MultMtx44(GXDLInfo *info, const MtxFx44 *m);
Dg3imm.h53 void G3_LoadMtx44(const MtxFx44 *m);
55 void G3_MultMtx44(const MtxFx44 *m);
Dg3x.h150 int G3X_GetClipMtx(MtxFx44 *m); // read: CLIPMTX_RESULT_0-15
/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dg3_util.c53 MtxFx44 *mtx) in G3i_FrustumW_()
55 MtxFx44 tmp[1]; in G3i_FrustumW_()
88 BOOL draw, MtxFx44 *mtx) in G3i_PerspectiveW_()
90 MtxFx44 tmp[1]; in G3i_PerspectiveW_()
123 MtxFx44 *mtx) in G3i_OrthoW_()
125 MtxFx44 tmp[1]; in G3i_OrthoW_()
268 void G3_LoadTexMtxTexCoord(const MtxFx44 *mtx) in G3_LoadTexMtxTexCoord()
293 static void G3xx_LoadTexMtxTexCoord_(u32 *param, const MtxFx44 *mtx) in G3xx_LoadTexMtxTexCoord_()
330 void G3BS_LoadTexMtxTexCoord(GXDLInfo *info, const MtxFx44 *mtx) in G3BS_LoadTexMtxTexCoord()
356 void G3CS_LoadTexMtxTexCoord(GXDLInfo *info, const MtxFx44 *mtx) in G3CS_LoadTexMtxTexCoord()
[all …]
Dg3imm.c37 void G3_LoadMtx44(const MtxFx44 *m) in G3_LoadMtx44()
111 void G3_MultMtx44(const MtxFx44 *m) in G3_MultMtx44()
Dg3b.c71 void G3BS_LoadMtx44(GXDLInfo *info, const MtxFx44 *m) in G3BS_LoadMtx44()
158 void G3BS_MultMtx44(GXDLInfo *info, const MtxFx44 *m) in G3BS_MultMtx44()
563 void G3B_LoadMtx44(GXDLInfo *info, const MtxFx44 *m) in G3B_LoadMtx44()
601 void G3B_MultMtx44(GXDLInfo *info, const MtxFx44 *m) in G3B_MultMtx44()
Dg3c.c182 void G3CS_LoadMtx44(GXDLInfo *info, const MtxFx44 *m) in G3CS_LoadMtx44()
272 void G3CS_MultMtx44(GXDLInfo *info, const MtxFx44 *m) in G3CS_MultMtx44()
726 void G3C_LoadMtx44(GXDLInfo *info, const MtxFx44 *m) in G3C_LoadMtx44()
764 void G3C_MultMtx44(GXDLInfo *info, const MtxFx44 *m) in G3C_MultMtx44()
Dg3x.c331 int G3X_GetClipMtx(MtxFx44 *m) in G3X_GetClipMtx()
/TwlSDK-5.1.0/build/demos/fx/test/src/
Dmain.c278 static void print_mtx44(const MtxFx44 *m) in print_mtx44()
292 static BOOL equal_mtx44(const MtxFx44 *a, const MtxFx44 *b) in equal_mtx44()
317 MtxFx44 m44; in test_FX_MTX33()
330 const MtxFx44 ans44 = { in test_FX_MTX33()
486 MtxFx44 m44; in test_FX_MTX43()
498 const MtxFx44 ans44 = { in test_FX_MTX43()
641 MtxFx44 m44; in test_FX_MTX44()
644 MtxFx44 m; in test_FX_MTX44()
656 const MtxFx44 ans44 = { in test_FX_MTX44()
674 MtxFx44 m = { in test_FX_MTX44()
[all …]
Dfx_append_mtx.c103 static void MTX_Concat44D_(const MtxFx44 *afx, const MtxFx44 *bfx, MtxD44 * ab);
281 static void MTX_Concat44D_(const MtxFx44 *afx, const MtxFx44 *bfx, MtxD44 * ab) in MTX_Concat44D_()
481 const MtxFx44 src44 = { in MTX_concat_44_test_()
489 MtxFx44 resFx; in MTX_concat_44_test_()
/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_mtx44.c30 asm void MTX_Identity44_(register MtxFx44* pDst) in MTX_Identity44_()
46 asm void MTX_Copy44To33_(register const MtxFx44* pSrc, register MtxFx33* pDst) in MTX_Copy44To33_()
63 asm void MTX_Copy44To43_(register const MtxFx44* pSrc, register MtxFx43* pDst) in MTX_Copy44To43_()
97 void MTX_TransApply44(const MtxFx44 *pSrc, MtxFx44 *pDst, fx32 x, fx32 y, fx32 z) in MTX_TransApply44()
122 asm void MTX_Transpose44_(register const MtxFx44* pSrc, register MtxFx44* pDst) in MTX_Transpose44_()
145 asm void MTX_Scale44_(register MtxFx44 * pDst, register fx32 x, register fx32 y, register fx32 z) in MTX_Scale44_()
182 void MTX_ScaleApply44(const MtxFx44 *pSrc, MtxFx44 *pDst, fx32 x, fx32 y, fx32 z) in MTX_ScaleApply44()
223 asm void MTX_RotX44_(register MtxFx44 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotX44_()
251 asm void MTX_RotY44_(register MtxFx44 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotY44_()
278 asm void MTX_RotZ44_(register MtxFx44 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotZ44_()
[all …]
Dfx.c61 SDK_ASSERT(64 == sizeof(MtxFx44)); in FX_Init()
Dfx_mtx33.c59 asm void MTX_Copy33To44_(const register MtxFx33* pSrc, register MtxFx44* pDst) in MTX_Copy33To44_()
Dfx_mtx43.c41 asm void MTX_Copy43To44_(register const MtxFx43* pSrc, register MtxFx44* pDst) in MTX_Copy43To44_()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_TexSRT/src/
Dmain.c167 MtxFx44 mtx; in TwlMain()
179 MtxFx44 mtx, tmp; in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Env_Mapping/src/
Dmain.c37 MtxFx44 textureMtx = {
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Vertex_Source/src/
Dmain.c38 static MtxFx44 s_TextureMtx = {
/TwlSDK-5.1.0/build/demos/tips/SwapCrossOver/src/
Dmain.c87 MtxFx44 mtx_pj; in DrawDummyPolygon()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/CurrentMtx/src/
Dmain.c254 MtxFx44 m; in TwlMain()