| /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 | 456 #define xT fp1 macro 475 stfs xT, 12(m) // m03 491 #undef xT 503 #define xT fp1 macro 510 frsp xT, xT // to make sure xS = single precision 517 ps_sum1 fp5, xT, fp5, fp5 536 #undef xT
|
| D | mtx44.c | 977 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ) in C_MTX44Trans() argument 981 m[0][0] = 1.0f; m[0][1] = 0.0f; m[0][2] = 0.0f; m[0][3] = xT; in C_MTX44Trans() 993 void PSMTX44Trans( Mtx44 m, f32 xT, f32 yT, f32 zT ) in PSMTX44Trans() argument 995 f32x2 xT2 = {0.0F, xT}; in PSMTX44Trans() 1026 void C_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in C_MTX44TransApply() argument 1040 dst[0][3] = src[0][3] + xT; in C_MTX44TransApply() 1051 void PSMTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in PSMTX44TransApply() argument 1054 f32x2 xT2 = {xT, 0.0F}; in PSMTX44TransApply()
|
| D | mtx_asm.s | 1168 #define xT fp1 macro 1187 stfs xT, 12(m) 1201 #undef xT 1213 #define xT fp1 macro 1221 frsp xT, xT; // to make sure xT = single precision 1228 ps_sum1 fp5, xT, fp5, fp5 1243 #undef xT
|
| D | mtx.c | 1635 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ) in C_MTXTrans() argument 1639 m[0][0] = 1.0f; m[0][1] = 0.0f; m[0][2] = 0.0f; m[0][3] = xT; in C_MTXTrans() 1650 void PSMTXTrans( Mtx m, f32 xT, f32 yT, f32 zT ) in PSMTXTrans() argument 1652 f32x2 xT2 = {0.0F, xT}; in PSMTXTrans() 1687 void C_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in C_MTXTransApply() argument 1699 dst[0][3] = src[0][3] + xT; in C_MTXTransApply() 1710 void PSMTXTransApply( Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in PSMTXTransApply() argument 1713 f32x2 xT10 = {xT, 0.0f}; in PSMTXTransApply()
|