Home
last modified time | relevance | path

Searched defs:mtx (Results 1 – 25 of 28) sorted by relevance

12

/TwlSDK-5.4/build/libraries/gx/ARM9/src/
Dg3_util.c53 MtxFx44 *mtx) in G3i_FrustumW_()
88 BOOL draw, MtxFx44 *mtx) in G3i_PerspectiveW_()
123 MtxFx44 *mtx) in G3i_OrthoW_()
155 MtxFx43 *mtx) in G3i_LookAt_()
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()
396 void G3_LoadTexMtxEnv(const MtxFx44 *mtx) in G3_LoadTexMtxEnv()
434 void G3BS_LoadTexMtxEnv(GXDLInfo *info, const MtxFx44 *mtx) in G3BS_LoadTexMtxEnv()
[all …]
Dg3imm.c244 void G3_MultTransMtx33(const MtxFx33 *mtx, const VecFx32 *trans) in G3_MultTransMtx33()
Dg2.c30 void G2x_SetBGyAffine_(u32 addr, const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1) in G2x_SetBGyAffine_()
Dg3b.c280 void G3BS_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans) in G3BS_MultTransMtx33()
656 void G3B_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans) in G3B_MultTransMtx33()
/TwlSDK-5.4/include/nitro/gx/
Dg3_util.h81 static inline void G3_Frustum(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, MtxFx44 *mtx) in G3_Frustum()
105 void G3_Perspective(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, MtxFx44 *mtx) in G3_Perspective()
128 static inline void G3_Ortho(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, MtxFx44 *mtx) in G3_Ortho()
152 G3_FrustumW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in G3_FrustumW()
177 G3_PerspectiveW(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in G3_PerspectiveW()
202 G3_OrthoW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in G3_OrthoW()
223 G3_LookAt(const VecFx32 *camPos, const VecFx32 *camUp, const VecFx32 *target, MtxFx43 *mtx) in G3_LookAt()
Dg2.h582 static inline void G2_SetBG2Affine(const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1) in G2_SetBG2Affine()
601 static inline void G2_SetBG3Affine(const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1) in G2_SetBG3Affine()
1087 static inline void G2S_SetBG2Affine(const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1) in G2S_SetBG2Affine()
1106 static inline void G2S_SetBG3Affine(const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1) in G2S_SetBG3Affine()
/TwlSDK-5.4/build/demos/gx/UnitTours/3D_Pol_TexSRT/src/
Dmain.c167 MtxFx44 mtx; in TwlMain() local
179 MtxFx44 mtx, tmp; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/Sub_Oam_3/src/
Dmain.c71 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/2D_Oam_3/src/
Dmain.c70 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx44.h245 SDK_INLINE void MTX_Frustum(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, MtxFx44 *mtx) in MTX_Frustum()
267 void MTX_Perspective(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, MtxFx44 *mtx) in MTX_Perspective()
288 SDK_INLINE void MTX_Ortho(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, MtxFx44 *mtx) in MTX_Ortho()
/TwlSDK-5.4/build/demos/gx/UnitTours/Sub_Oam_2/src/
Dmain.c100 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/2D_Oam_2/src/
Dmain.c99 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/Sub_CharBg_2/src/
Dmain.c90 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/Sub_CharBg_3/src/
Dmain.c92 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/2D_CharBg_3/src/
Dmain.c92 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/2D_CharBg_2/src/
Dmain.c90 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/2D_Oam_Bmp1D/src/
Dmain.c189 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/2D_CharBg_256_16/src/
Dmain.c145 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/2D_CharBg_256BMP/src/
Dmain.c131 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/2D_CharBg_Direct/src/
Dmain.c135 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/2D_Oam_Direct/src/
Dmain.c201 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/2D_Oam_256_16/src/
Dmain.c203 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/demos/gx/UnitTours/2D_Oam_Char1D/src/
Dmain.c218 MtxFx22 mtx; in TwlMain() local
/TwlSDK-5.4/build/libraries/fx/common/src/
Dfx_mtx44.c501 void MTX_FrustumW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in MTX_FrustumW()
574 …TX_PerspectiveW(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in MTX_PerspectiveW()
634 void MTX_OrthoW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in MTX_OrthoW()
Dfx_mtx43.c476 void MTX_LookAt(const VecFx32 *camPos, const VecFx32 *camUp, const VecFx32 *target, MtxFx43 *mtx) in MTX_LookAt()

12