| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtxQuat.c | 48 void C_QUATAdd( const Quaternion *p, const Quaternion *q, Quaternion *r ) in C_QUATAdd() argument 52 ASSERTMSG( ( r != 0 ), QUAT_ADD_3 ); in C_QUATAdd() 54 r->x = p->x + q->x; in C_QUATAdd() 55 r->y = p->y + q->y; in C_QUATAdd() 56 r->z = p->z + q->z; in C_QUATAdd() 57 r->w = p->w + q->w; in C_QUATAdd() 66 void PSQUATAdd( const Quaternion *p, const Quaternion *q, Quaternion *r ) in PSQUATAdd() argument 86 __PSQ_STX(r, 0, rxy, 0, 0); in PSQUATAdd() 104 __PSQ_STX(r, 8, rzw, 0, 0); in PSQUATAdd() 122 void C_QUATSubtract( const Quaternion *p, const Quaternion *q, Quaternion *r ) in C_QUATSubtract() argument [all …]
|
| D | mtxQuat_asm.s | 31 #define r r5 macro 43 psq_st rxy, 0(r), 0, 0 48 psq_st rzw, 8(r), 0, 0 53 #undef r 67 #define r r5 macro 80 psq_st rxy, 0(r), 0, 0 85 psq_st rzw, 8(r), 0, 0 90 #undef r 291 #define r r4 macro 300 psq_st rxy, 0(r), 0, 0 [all …]
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demoGfxTypes.h | 32 struct{ f32 r, g, b, a;} c; member 44 struct{ f32 r, g, b;} c; member 56 struct{ f32 r, g;} c; member 68 struct{ f32 r;} c; member 80 struct{ u32 r, g, b, a;} c; member 92 struct{ u32 r, g, b;} c; member 104 struct{ u32 r, g;} c; member 116 struct{ u32 r;} c; member 128 struct{ s32 r, g, b, a;} c; member 140 struct{ s32 r, g, b;} c; member [all …]
|
| D | demoFont.h | 145 void DEMOFontSetColor(f32 r, f32 g, f32 b, f32 a);
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demoGfxTypes.h | 32 struct{ f32 r, g, b, a;} c; member 44 struct{ f32 r, g, b;} c; member 56 struct{ f32 r, g;} c; member 68 struct{ f32 r;} c; member 80 struct{ u32 r, g, b, a;} c; member 92 struct{ u32 r, g, b;} c; member 104 struct{ u32 r, g;} c; member 116 struct{ u32 r;} c; member 128 struct{ s32 r, g, b, a;} c; member 140 struct{ s32 r, g, b;} c; member [all …]
|
| D | demoFont.h | 145 void DEMOFontSetColor(f32 r, f32 g, f32 b, f32 a);
|
| /CafeSDK-2.12.13-1/system/src/lib/szfile/ |
| D | 7zCrc.c | 54 UInt32 r = i; in CrcGenerateTable() local 57 r = (r >> 1) ^ (kCrcPoly & ~((r & 1) - 1)); in CrcGenerateTable() 58 g_CrcTable[i] = r; in CrcGenerateTable() 65 UInt32 r = g_CrcTable[i - 256]; in CrcGenerateTable() local 66 g_CrcTable[i] = g_CrcTable[r & 0xFF] ^ (r >> 8); in CrcGenerateTable()
|
| /CafeSDK-2.12.13-1/system/src/lib/gx2ut/headers/cafe/gx2ut/ |
| D | gx2utClear.h | 97 f32 r, f32 g, f32 b, f32 a, f32 depthClear, u8 stencilClear, 143 f32 r, f32 g, f32 b, f32 a, in GX2UTClearOp() argument 165 GX2UTClearRectOp(colorBuffer, depthBuffer, r, g, b, a, in GX2UTClearOp() 228 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurfaceRect() argument 270 GX2UTClearRectOp(cbPtr, dbPtr, r, g, b, a, depthClear, stencilClear, in GX2UTClearSurfaceRect() 317 void* dstAuxPtr, u32 dstAuxSize, f32 r, f32 g, f32 b, f32 a, in GX2UTSetAndClearSurfaceRect() argument 325 dstAuxPtr, dstAuxSize, r, g, b, a, in GX2UTSetAndClearSurfaceRect() 393 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurface() argument 423 NULL, 0, r, g, b, a, in GX2UTClearSurface() 462 f32 r, f32 g, f32 b, f32 a, in GX2UTClearBuffersEx() argument [all …]
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2ut/ |
| D | gx2utClear.h | 97 f32 r, f32 g, f32 b, f32 a, f32 depthClear, u8 stencilClear, 143 f32 r, f32 g, f32 b, f32 a, in GX2UTClearOp() argument 165 GX2UTClearRectOp(colorBuffer, depthBuffer, r, g, b, a, in GX2UTClearOp() 228 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurfaceRect() argument 270 GX2UTClearRectOp(cbPtr, dbPtr, r, g, b, a, depthClear, stencilClear, in GX2UTClearSurfaceRect() 317 void* dstAuxPtr, u32 dstAuxSize, f32 r, f32 g, f32 b, f32 a, in GX2UTSetAndClearSurfaceRect() argument 325 dstAuxPtr, dstAuxSize, r, g, b, a, in GX2UTSetAndClearSurfaceRect() 393 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurface() argument 423 NULL, 0, r, g, b, a, in GX2UTClearSurface() 462 f32 r, f32 g, f32 b, f32 a, in GX2UTClearBuffersEx() argument [all …]
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoTest.c | 69 u32 r = 0; in DEMOTestHashCRC16() local 77 r = (r >> 4) ^ crc16_table[(r ^ data) & 0xf]; in DEMOTestHashCRC16() 79 r = (r >> 4) ^ crc16_table[(r ^ data) & 0xf]; in DEMOTestHashCRC16() 82 return (u16)r; in DEMOTestHashCRC16() 95 u32 r = 0xffffffffU; in DEMOTestHashCRC32() local 103 r = (r >> 4) ^ crc32_table[(r ^ data) & 0xf]; in DEMOTestHashCRC32() 105 r = (r >> 4) ^ crc32_table[(r ^ data) & 0xf]; in DEMOTestHashCRC32() 108 return ~r; in DEMOTestHashCRC32()
|
| /CafeSDK-2.12.13-1/system/include/cafe/mtx/ |
| D | mtxVec.h | 114 #define MTXRowCol(m,r,c) ((m)[(r)][(c)]) argument 765 void C_MTXFrustum ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ); 801 void C_MTXOrtho ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ); 839 void C_MTXLightFrustum ( Mtx m, f32 t, f32 b, f32 lf, f32 r, f32 n, 882 void C_MTXLightOrtho ( Mtx m, f32 t, f32 b, f32 lf, f32 r, f32 scaleS, 1202 void C_QUATAdd ( const Quaternion *p, const Quaternion *q, Quaternion *r ); 1219 void C_QUATSubtract ( const Quaternion *p, const Quaternion *q, Quaternion *r ); 1255 void C_QUATDivide ( const Quaternion *p, const Quaternion *q, Quaternion *r ); 1272 void C_QUATScale ( const Quaternion *q, Quaternion *r, f32 scale ); 1334 void C_QUATExp ( const Quaternion *q, Quaternion *r ); [all …]
|
| D | matVec.h | 527 static inline void MAT44Frustum ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Frustum() argument 528 { MTXFrustum ( (Mtx44Ptr)(m->mtx), t, b, l, r, n, f ); } in MAT44Frustum() 565 static inline void MAT44Ortho ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Ortho() argument 566 { MTXOrtho ( (Mtx44Ptr)(m->mtx), t, b, l, r, n, f ); } in MAT44Ortho() 592 static inline void MAT34LightFrustum ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 n, in MAT34LightFrustum() argument 595 { MTXLightFrustum( (MtxPtr)(m->mtx), t, b, l, r, n, scaleS, scaleT, transS, transT ); } in MAT34LightFrustum() 637 static inline void MAT34LightOrtho ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 scaleS, in MAT34LightOrtho() argument 639 { MTXLightOrtho( (MtxPtr)(m->mtx), t, b, l, r, scaleS, scaleT, transS, transT ); } in MAT34LightOrtho()
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mtxVec.h | 114 #define MTXRowCol(m,r,c) ((m)[(r)][(c)]) argument 765 void C_MTXFrustum ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ); 801 void C_MTXOrtho ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ); 839 void C_MTXLightFrustum ( Mtx m, f32 t, f32 b, f32 lf, f32 r, f32 n, 882 void C_MTXLightOrtho ( Mtx m, f32 t, f32 b, f32 lf, f32 r, f32 scaleS, 1202 void C_QUATAdd ( const Quaternion *p, const Quaternion *q, Quaternion *r ); 1219 void C_QUATSubtract ( const Quaternion *p, const Quaternion *q, Quaternion *r ); 1255 void C_QUATDivide ( const Quaternion *p, const Quaternion *q, Quaternion *r ); 1272 void C_QUATScale ( const Quaternion *q, Quaternion *r, f32 scale ); 1334 void C_QUATExp ( const Quaternion *q, Quaternion *r ); [all …]
|
| D | matVec.h | 527 static inline void MAT44Frustum ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Frustum() argument 528 { MTXFrustum ( (Mtx44Ptr)(m->mtx), t, b, l, r, n, f ); } in MAT44Frustum() 565 static inline void MAT44Ortho ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Ortho() argument 566 { MTXOrtho ( (Mtx44Ptr)(m->mtx), t, b, l, r, n, f ); } in MAT44Ortho() 592 static inline void MAT34LightFrustum ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 n, in MAT34LightFrustum() argument 595 { MTXLightFrustum( (MtxPtr)(m->mtx), t, b, l, r, n, scaleS, scaleT, transS, transT ); } in MAT34LightFrustum() 637 static inline void MAT34LightOrtho ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 scaleS, in MAT34LightOrtho() argument 639 { MTXLightOrtho( (MtxPtr)(m->mtx), t, b, l, r, scaleS, scaleT, transS, transT ); } in MAT34LightOrtho()
|
| /CafeSDK-2.12.13-1/system/include/cafe/os/ |
| D | OSDynLoad.h | 301 #define RPL_EXPORT_FUNC(r, f, a) \ argument 302 r f a; \ 304 r f a 316 #define RPL_EXPORT_CLASS_FUNC(r, c, f, a) \ argument 318 r c::f a
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Draw.h | 58 f32 r, f32 g, f32 b, f32 a); 127 f32 r, f32 g, f32 b, f32 a, 203 f32 r, f32 g, f32 b, f32 a, in GX2ClearBuffers() argument 205 …GX2ClearBuffersEx(colorBuffer, depthBuffer, r, g, b, a, depthBuffer->clearDepth, (u8)depthBuffer->… in GX2ClearBuffers()
|
| /CafeSDK-2.12.13-1/system/src/lib/gx2ut/ |
| D | gx2utClear.cpp | 311 u32 PackClearColor(f32 r, f32 g, f32 b, f32 a, ///< Clear color in PackClearColor() argument 320 red = ConvertFP32ToUnorm(r, 8); in PackClearColor() 332 red = ConvertFP32ToUnorm(r, 10); in PackClearColor() 350 redFP11 = ConvertFP32ToSmallFP(r, FALSE, 5, 6); in PackClearColor() 360 redFP16 = ConvertFP32ToSmallFP(r, GX2_TRUE, 5, 10); in PackClearColor() 452 f32 r, f32 g, f32 b, f32 a, in GX2UTClearRectOp() argument 510 dv = FloatToBits(r); in GX2UTClearRectOp() 515 dv = PackClearColor(r, g, b, a, colorBuffer->surface.format); in GX2UTClearRectOp() 575 packedColor = PackClearColor(r, g, b, a, in GX2UTClearRectOp() 582 r = (packedColor & 0xff) * (1.0f / 255.0f); in GX2UTClearRectOp() [all …]
|
| /CafeSDK-2.12.13-1/system/src/build/make/ |
| D | eppccleandepend_cygwin.sed | 5 # latest sed keeps \r (0x0d) characters of input file, so just '$' doesn't work 7 s/\r//g
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_button.cpp | 61 …ext, CVec3(x, y, z + 0.0001), CVec2(width, height * 0.8), CVec4(1.0 - color.r, 1.0 - color.g, 1.0 … in Draw()
|
| D | demowin_held_button.cpp | 68 …ext, CVec3(x, y, z + 0.0001), CVec2(width, height * 0.8), CVec4(1.0 - color.r, 1.0 - color.g, 1.0 … in Draw()
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/masteringTests/ |
| D | autoMasterTestWorkaround.bat | 20 cafex makemaster -r %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.rpx… 38 cafex makemaster -o %CAFE_ROOT%\helloworldv2_CafeX -p %CAFE_ROOT%\helloworldv1.wumad -r %CAFE_ROOT%…
|
| D | autoMasterTest.bat | 36 @echo makemaster with -r -o and -w arguments 38 cafex makemaster -r %TEST_RPX_DIR%\%TEST_RPX%.rpx -o %CAFE_ROOT%\motionBlur_CafeX_DEBUG -w %CAFE_RO… 76 cafex makemaster -o %CAFE_ROOT%\helloworldv2_CafeX -p %CAFE_ROOT%\helloworldv1.wumad -r %CAFE_ROOT%…
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | eppc.Cafe.rpl.ld | 5 … dataarea : origin = 0x10000000, length = 0xB0000000 // maximum virtual size (to start of r/o area)
|
| D | eppc.Cafe.ld | 5 … dataarea : origin = 0x10000000, length = 0xB0000000 // maximum virtual size (to start of r/o area)
|
| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | curl_init.h | 223 curl_realloc_callback r,
|