Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 17 of 17) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/mtx/
Dmat44.h64 static inline void MAT44Copy ( const Mat44 *src, Mat44 *dst ) in MAT44Copy()
165 static inline void MAT44TransApply ( const Mat44 *src, Mat44 *dst, f32 xT, f32 yT, f32 zT ) in MAT44TransApply()
203 static inline void MAT44ScaleApply ( const Mat44 *src, Mat44 *dst, f32 xS, f32 yS, f32 zS ) in MAT44ScaleApply()
283 static inline void MAT44MultVec ( const Mat44 *m, const Vec *src, Vec *dst ) in MAT44MultVec()
328 static inline void MAT44MultVecSR ( const Mat44 *m, const Vec *src, Vec *dst ) in MAT44MultVecSR()
375 static inline void MAT34To44( const Mat34 *src, Mat44 *dst ) in MAT34To44()
DmatVec.h62 static inline void MAT34Copy ( const Mat34 *src, Mat34 *dst ) in MAT34Copy()
204 static inline void MAT34MultVec ( const Mat34 *m, const Vec *src, Vec *dst ) in MAT34MultVec()
249 static inline void MAT34MultVecSR ( const Mat34 *m, const Vec *src, Vec *dst ) in MAT34MultVecSR()
349 static inline void MAT34TransApply ( const Mat34 *src, Mat34 *dst, f32 xT, f32 yT, f32 zT ) in MAT34TransApply()
387 static inline void MAT34ScaleApply ( const Mat34 *src, Mat34 *dst, f32 xS, f32 yS, f32 zS ) in MAT34ScaleApply()
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
Dmat44.h64 static inline void MAT44Copy ( const Mat44 *src, Mat44 *dst ) in MAT44Copy()
165 static inline void MAT44TransApply ( const Mat44 *src, Mat44 *dst, f32 xT, f32 yT, f32 zT ) in MAT44TransApply()
203 static inline void MAT44ScaleApply ( const Mat44 *src, Mat44 *dst, f32 xS, f32 yS, f32 zS ) in MAT44ScaleApply()
283 static inline void MAT44MultVec ( const Mat44 *m, const Vec *src, Vec *dst ) in MAT44MultVec()
328 static inline void MAT44MultVecSR ( const Mat44 *m, const Vec *src, Vec *dst ) in MAT44MultVecSR()
375 static inline void MAT34To44( const Mat34 *src, Mat44 *dst ) in MAT34To44()
DmatVec.h62 static inline void MAT34Copy ( const Mat34 *src, Mat34 *dst ) in MAT34Copy()
204 static inline void MAT34MultVec ( const Mat34 *m, const Vec *src, Vec *dst ) in MAT34MultVec()
249 static inline void MAT34MultVecSR ( const Mat34 *m, const Vec *src, Vec *dst ) in MAT34MultVecSR()
349 static inline void MAT34TransApply ( const Mat34 *src, Mat34 *dst, f32 xT, f32 yT, f32 zT ) in MAT34TransApply()
387 static inline void MAT34ScaleApply ( const Mat34 *src, Mat34 *dst, f32 xS, f32 yS, f32 zS ) in MAT34ScaleApply()
/CafeSDK-2.12.13-1/system/src/lib/mtx/
DmtxVec_asm.s42 #define dst r5 macro
96 #define dst r5 macro
128 #define dst r5 macro
300 #define dst r4 macro
423 #define dst r4 macro
520 #define dst r5 macro
676 #define dst r5 macro
Dmtx44Vec_asm.s29 #define dst r5 macro
168 #define dst r5 macro
Dmtx44Vec.c47 void C_MTX44MultVec ( MTX_CONST Mtx44 m, const Vec *src, Vec *dst ) in C_MTX44MultVec()
75 void PSMTX44MultVec ( MTX_CONST Mtx44 m, const Vec *src, Vec *dst ) in PSMTX44MultVec()
274 void C_MTX44MultVecSR ( MTX_CONST Mtx44 m, const Vec *src, Vec *dst ) in C_MTX44MultVecSR()
299 void PSMTX44MultVecSR ( MTX_CONST Mtx44 m, const Vec *src, Vec *dst ) in PSMTX44MultVecSR()
DmtxVec.c197 void C_VECScale ( const Vec *src, Vec *dst, f32 scale ) in C_VECScale()
216 void PSVECScale ( const Vec *src, Vec *dst, f32 scale ) in PSVECScale()
288 void PSVECNormalize ( const Vec *vec1, Vec *dst ) in PSVECNormalize()
604 Vec *dst in PSVECCrossProduct()
739 void C_VECReflect ( const Vec *src, const Vec *normal, Vec *dst ) in C_VECReflect()
945 void C_MTXMultVec ( MTX_CONST Mtx m, const Vec *src, Vec *dst ) in C_MTXMultVec()
971 void PSMTXMultVec ( MTX_CONST Mtx m, const Vec *src, Vec *dst ) in PSMTXMultVec()
1136 void C_MTXMultVecSR ( MTX_CONST Mtx m, const Vec *src, Vec *dst ) in C_MTXMultVecSR()
1162 void PSMTXMultVecSR ( MTX_CONST Mtx m, const Vec *src, Vec *dst ) in PSMTXMultVecSR()
Dmtx44_asm.s64 #define dst r4 macro
412 #define dst r4 macro
502 #define dst r4 macro
697 #define dst r4 macro
Dmtx44.c303 void C_MTX44Copy( MTX_CONST Mtx44 src, Mtx44 dst ) in C_MTX44Copy()
325 void PSMTX44Copy( MTX_CONST Mtx44 src, Mtx44 dst ) in PSMTX44Copy()
1026 void C_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in C_MTX44TransApply()
1051 void PSMTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in PSMTX44TransApply()
1186 void C_MTX44ScaleApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xS, f32 yS, f32 zS ) in C_MTX44ScaleApply()
1211 void PSMTX44ScaleApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xS, f32 yS, f32 zS ) in PSMTX44ScaleApply()
1822 void C_MTX34To44 ( MTX_CONST Mtx src, Mtx44 dst) in C_MTX34To44()
1837 void PSMTX34To44( MTX_CONST Mtx src, Mtx44 dst ) in PSMTX34To44()
Dmtx.c107 void C_MTXCopy ( MTX_CONST Mtx src, Mtx dst ) in C_MTXCopy()
128 void PSMTXCopy(MTX_CONST Mtx src, Mtx dst ) in PSMTXCopy()
1687 void C_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in C_MTXTransApply()
1710 void PSMTXTransApply( Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in PSMTXTransApply()
1842 void C_MTXScaleApply ( MTX_CONST Mtx src, Mtx dst, f32 xS, f32 yS, f32 zS ) in C_MTXScaleApply()
1864 void PSMTXScaleApply ( MTX_CONST Mtx src, Mtx dst, f32 xS, f32 yS, f32 zS ) in PSMTXScaleApply()
2378 void C_MTXReorder(MTX_CONST Mtx src, ROMtx dst) in C_MTXReorder()
Dmtx_asm.s71 #define dst r4 macro
968 #define dst r4 macro
1212 #define dst r4 macro
/CafeSDK-2.12.13-1/system/include/cafe/
Ddmae.h196 DMAE_INLINE BOOL DMAECopyMemWait(void *dst, const void *src, u32 sizeInU32s, DMAEEndian endian) { in DMAECopyMemWait()
239 DMAE_INLINE BOOL DMAEFillMemWait(void *dst, u32 fillData, u32 sizeInU32s) { in DMAEFillMemWait()
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Misc.h140 GX2_INLINE void GX2CopyEndianSwap(void *dst, const void *src, u32 byteLen) in GX2CopyEndianSwap()
175 __bytereversed u32 *dst = (__bytereversed u32 *) ptr; in GX2EndianSwap() local
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFS.c46 static inline char *strlcat(char *dst, const char *src, size_t len) in strlcat()
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs1315 internal static int sync(string cfg, string src, string dst, string log) in sync()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp2039 static char *makeName(char *dst, char *src1, char *src2, u32 max) in makeName()