| /TwlSDK-5.2.1/include/nitro/gx/ |
| D | g3_util.h | 38 void G3i_FrustumW_(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, BOOL draw, 40 void G3i_PerspectiveW_(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, fx32 scaleW, 42 void G3i_OrthoW_(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, BOOL draw, 152 G3_FrustumW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in G3_FrustumW() argument 154 G3i_FrustumW_(t, b, l, r, n, f, scaleW, TRUE, mtx); in G3_FrustumW() 177 G3_PerspectiveW(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in G3_PerspectiveW() argument 179 G3i_PerspectiveW_(fovySin, fovyCos, aspect, n, f, scaleW, TRUE, 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() argument 204 G3i_OrthoW_(t, b, l, r, n, f, scaleW, TRUE, mtx); in G3_OrthoW()
|
| /TwlSDK-5.2.1/build/libraries/fx/common/src/ |
| D | fx_mtx44.c | 501 void MTX_FrustumW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in MTX_FrustumW() argument 523 mtx->_23 = -scaleW; in MTX_FrustumW() 532 if (scaleW != FX32_ONE) in MTX_FrustumW() 534 inv1 = (inv1 * scaleW) / FX32_ONE; in MTX_FrustumW() 541 if (scaleW != FX32_ONE) in MTX_FrustumW() 543 inv2 = (inv2 * scaleW) / FX32_ONE; in MTX_FrustumW() 550 if (scaleW != FX32_ONE) in MTX_FrustumW() 552 inv1 = (inv1 * scaleW) / FX32_ONE; in MTX_FrustumW() 574 void MTX_PerspectiveW(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, fx32 scaleW, MtxFx44… in MTX_PerspectiveW() argument 590 if (scaleW != FX32_ONE) in MTX_PerspectiveW() [all …]
|
| /TwlSDK-5.2.1/build/libraries/gx/ARM9/src/ |
| D | g3_util.c | 52 void G3i_FrustumW_(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, BOOL draw, in G3i_FrustumW_() argument 60 MTX_FrustumW(t, b, l, r, n, f, scaleW, mtx); in G3i_FrustumW_() 87 void G3i_PerspectiveW_(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, fx32 scaleW, in G3i_PerspectiveW_() argument 95 MTX_PerspectiveW(fovySin, fovyCos, aspect, n, f, scaleW, mtx); in G3i_PerspectiveW_() 122 void G3i_OrthoW_(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, BOOL draw, in G3i_OrthoW_() argument 130 MTX_OrthoW(t, b, l, r, n, f, scaleW, mtx); in G3i_OrthoW_()
|
| /TwlSDK-5.2.1/include/nitro/fx/ |
| D | fx_mtx44.h | 49 void MTX_FrustumW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx); 50 void MTX_PerspectiveW(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, fx32 scaleW, MtxF… 51 void MTX_OrthoW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx);
|