| /TwlSDK-5.1.0/include/nitro/fx/ |
| D | fx_mtx44.h | 37 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 …]
|
| D | fx_mtx33.h | 40 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()
|
| D | fx_mtx43.h | 39 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()
|
| D | fx.h | 168 MtxFx44; typedef 182 MtxFx44; typedef
|
| /TwlSDK-5.1.0/include/nitro/gx/ |
| D | g3_util.h | 39 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 …]
|
| D | g3c.h | 61 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);
|
| D | g3b.h | 68 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);
|
| D | g3imm.h | 53 void G3_LoadMtx44(const MtxFx44 *m); 55 void G3_MultMtx44(const MtxFx44 *m);
|
| D | g3x.h | 150 int G3X_GetClipMtx(MtxFx44 *m); // read: CLIPMTX_RESULT_0-15
|
| /TwlSDK-5.1.0/build/libraries/gx/ARM9/src/ |
| D | g3_util.c | 53 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 …]
|
| D | g3imm.c | 37 void G3_LoadMtx44(const MtxFx44 *m) in G3_LoadMtx44() 111 void G3_MultMtx44(const MtxFx44 *m) in G3_MultMtx44()
|
| D | g3b.c | 71 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()
|
| D | g3c.c | 182 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()
|
| D | g3x.c | 331 int G3X_GetClipMtx(MtxFx44 *m) in G3X_GetClipMtx()
|
| /TwlSDK-5.1.0/build/demos/fx/test/src/ |
| D | main.c | 278 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 …]
|
| D | fx_append_mtx.c | 103 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/ |
| D | fx_mtx44.c | 30 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 …]
|
| D | fx.c | 61 SDK_ASSERT(64 == sizeof(MtxFx44)); in FX_Init()
|
| D | fx_mtx33.c | 59 asm void MTX_Copy33To44_(const register MtxFx33* pSrc, register MtxFx44* pDst) in MTX_Copy33To44_()
|
| D | fx_mtx43.c | 41 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/ |
| D | main.c | 167 MtxFx44 mtx; in TwlMain() 179 MtxFx44 mtx, tmp; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Env_Mapping/src/ |
| D | main.c | 37 MtxFx44 textureMtx = {
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Vertex_Source/src/ |
| D | main.c | 38 static MtxFx44 s_TextureMtx = {
|
| /TwlSDK-5.1.0/build/demos/tips/SwapCrossOver/src/ |
| D | main.c | 87 MtxFx44 mtx_pj; in DrawDummyPolygon()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/CurrentMtx/src/ |
| D | main.c | 254 MtxFx44 m; in TwlMain()
|