| /CafeSDK-2.12.13-1/system/include/cafe/mtx/ |
| D | mat44.h | 144 static inline void MAT44Trans ( Mat44 *m, f32 xT, f32 yT, f32 zT ) in MAT44Trans() argument 145 { MTX44Trans ( (Mtx44Ptr)(m->mtx), xT, yT, zT ); } in MAT44Trans() 165 static inline void MAT44TransApply ( const Mat44 *src, Mat44 *dst, f32 xT, f32 yT, f32 zT ) in MAT44TransApply() argument 166 { MTX44TransApply ( (Mtx44Ptr)(src->mtx), (Mtx44Ptr)(dst->mtx), xT, yT, zT ); } in MAT44TransApply()
|
| D | mtx44.h | 203 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ); 223 void C_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ); 316 void PSMTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ); 317 void PSMTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ); 328 void ASM_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ); 329 void ASM_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT );
|
| D | matVec.h | 328 static inline void MAT34Trans ( Mat34 *m, f32 xT, f32 yT, f32 zT ) in MAT34Trans() argument 329 { MTXTrans ( (MtxPtr)(m->mtx), xT, yT, zT ); } in MAT34Trans() 349 static inline void MAT34TransApply ( const Mat34 *src, Mat34 *dst, f32 xT, f32 yT, f32 zT ) in MAT34TransApply() argument 350 { MTXTransApply ( (MtxPtr)(src->mtx), (MtxPtr)(dst->mtx), xT, yT, zT ); } in MAT34TransApply()
|
| D | mtxVec.h | 513 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ); 533 void C_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ); 630 void PSMTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ); 631 void PSMTXTransApply( Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ); 643 void ASM_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ); 644 void ASM_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT );
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mat44.h | 144 static inline void MAT44Trans ( Mat44 *m, f32 xT, f32 yT, f32 zT ) in MAT44Trans() argument 145 { MTX44Trans ( (Mtx44Ptr)(m->mtx), xT, yT, zT ); } in MAT44Trans() 165 static inline void MAT44TransApply ( const Mat44 *src, Mat44 *dst, f32 xT, f32 yT, f32 zT ) in MAT44TransApply() argument 166 { MTX44TransApply ( (Mtx44Ptr)(src->mtx), (Mtx44Ptr)(dst->mtx), xT, yT, zT ); } in MAT44TransApply()
|
| D | mtx44.h | 203 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ); 223 void C_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ); 316 void PSMTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ); 317 void PSMTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ); 328 void ASM_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ); 329 void ASM_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT );
|
| D | matVec.h | 328 static inline void MAT34Trans ( Mat34 *m, f32 xT, f32 yT, f32 zT ) in MAT34Trans() argument 329 { MTXTrans ( (MtxPtr)(m->mtx), xT, yT, zT ); } in MAT34Trans() 349 static inline void MAT34TransApply ( const Mat34 *src, Mat34 *dst, f32 xT, f32 yT, f32 zT ) in MAT34TransApply() argument 350 { MTXTransApply ( (MtxPtr)(src->mtx), (MtxPtr)(dst->mtx), xT, yT, zT ); } in MAT34TransApply()
|
| D | mtxVec.h | 513 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ); 533 void C_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ); 630 void PSMTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ); 631 void PSMTXTransApply( Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ); 643 void ASM_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ); 644 void ASM_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT );
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtx44_asm.s | 458 #define zT fp3 macro 478 stfs zT, 44(m) // m23 493 #undef zT 505 #define zT fp3 macro 514 frsp zT, zT // to make sure zS = single precision 523 ps_sum1 fp4, zT, fp4, fp4 538 #undef zT
|
| D | mtx44.c | 977 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ) in C_MTX44Trans() argument 983 m[2][0] = 0.0f; m[2][1] = 0.0f; m[2][2] = 1.0f; m[2][3] = zT; in C_MTX44Trans() 993 void PSMTX44Trans( Mtx44 m, f32 xT, f32 yT, f32 zT ) in PSMTX44Trans() argument 997 f32x2 zT2 = {1.0F, zT}; in PSMTX44Trans() 1026 void C_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in C_MTX44TransApply() argument 1042 dst[2][3] = src[2][3] + zT; in C_MTX44TransApply() 1051 void PSMTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in PSMTX44TransApply() argument 1056 f32x2 zT2 = {zT, 0.0F}; in PSMTX44TransApply()
|
| D | mtx_asm.s | 1170 #define zT fp3 macro 1195 stfs zT, 44(m) 1203 #undef zT 1215 #define zT fp3 macro 1225 frsp zT, zT; // to make sure zT = single precision 1234 ps_sum1 fp8, zT, fp8, fp8 1245 #undef zT
|
| D | mtx.c | 1635 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ) in C_MTXTrans() argument 1641 m[2][0] = 0.0f; m[2][1] = 0.0f; m[2][2] = 1.0f; m[2][3] = zT; in C_MTXTrans() 1650 void PSMTXTrans( Mtx m, f32 xT, f32 yT, f32 zT ) in PSMTXTrans() argument 1654 f32x2 zT2 = {1.0F, zT}; in PSMTXTrans() 1687 void C_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in C_MTXTransApply() argument 1701 dst[2][3] = src[2][3] + zT; in C_MTXTransApply() 1710 void PSMTXTransApply( Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in PSMTXTransApply() argument 1715 f32x2 zT10 = {zT, 0.0f}; in PSMTXTransApply()
|