Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 34) sorted by relevance

12

/CafeSDK-2.12.13-1/system/src/lib/gx2ut/headers/cafe/gx2ut/
Dgx2utClear.h143 f32 r, f32 g, f32 b, f32 a, in GX2UTClearOp()
228 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurfaceRect()
317 void* dstAuxPtr, u32 dstAuxSize, f32 r, f32 g, f32 b, f32 a, in GX2UTSetAndClearSurfaceRect()
393 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurface()
462 f32 r, f32 g, f32 b, f32 a, in GX2UTClearBuffersEx()
539 f32 r, f32 g, f32 b, f32 a) in GX2UTClearColor()
660 f32 r, f32 g, f32 b, f32 a, GX2ClearMode clearFlags) in GX2UTClearBuffers()
708 f32 r, f32 g, f32 b, f32 a, in GX2UTSetAndClearSurface()
/CafeSDK-2.12.13-1/system/include/cafe/gx2ut/
Dgx2utClear.h143 f32 r, f32 g, f32 b, f32 a, in GX2UTClearOp()
228 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurfaceRect()
317 void* dstAuxPtr, u32 dstAuxSize, f32 r, f32 g, f32 b, f32 a, in GX2UTSetAndClearSurfaceRect()
393 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurface()
462 f32 r, f32 g, f32 b, f32 a, in GX2UTClearBuffersEx()
539 f32 r, f32 g, f32 b, f32 a) in GX2UTClearColor()
660 f32 r, f32 g, f32 b, f32 a, GX2ClearMode clearFlags) in GX2UTClearBuffers()
708 f32 r, f32 g, f32 b, f32 a, in GX2UTSetAndClearSurface()
/CafeSDK-2.12.13-1/system/src/lib/mtx/
DmtxVec.c53 void C_VECAdd ( const Vec *a, const Vec *b, Vec *ab ) in C_VECAdd()
73 void PSVECAdd ( const Vec *a, const Vec *b, Vec *ab ) in PSVECAdd()
125 void C_VECSubtract ( const Vec *a, const Vec *b, Vec *a_b ) in C_VECSubtract()
145 void PSVECSubtract ( const Vec *a, const Vec *b, Vec *ab ) in PSVECSubtract()
502 f32 C_VECDotProduct ( const Vec *a, const Vec *b ) in C_VECDotProduct()
573 void C_VECCrossProduct ( const Vec *a, const Vec *b, Vec *axb ) in C_VECCrossProduct()
684 void C_VECHalfAngle ( const Vec *a, const Vec *b, Vec *half ) in C_VECHalfAngle()
795 f32 C_VECSquareDistance( const Vec *a, const Vec *b ) in C_VECSquareDistance()
811 f32 PSVECSquareDistance( const Vec *a, const Vec *b ) in PSVECSquareDistance()
853 f32 C_VECDistance( const Vec *a, const Vec *b ) in C_VECDistance()
[all …]
DmtxVec_asm.s190 #define b r4 macro
339 #define b r4 macro
495 #define b r4 macro
Dmtx44.c70 void C_MTXFrustum ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ) in C_MTXFrustum()
200 void C_MTXOrtho ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ) in C_MTXOrtho()
397 void C_MTX44Concat( MTX_CONST Mtx44 a, MTX_CONST Mtx44 b, Mtx44 ab ) in C_MTX44Concat()
452 void PSMTX44Concat( MTX_CONST Mtx44 a, MTX_CONST Mtx44 b, Mtx44 ab ) in PSMTX44Concat()
875 #define SWAPF(a,b) { f32 tmp; tmp = (a); (a) = (b); (b)=tmp; } argument
Dmtx.c191 void C_MTXConcat ( MTX_CONST Mtx a, MTX_CONST Mtx b, Mtx ab ) in C_MTXConcat()
240 void PSMTXConcat ( MTX_CONST Mtx a, MTX_CONST Mtx b, Mtx ab ) in PSMTXConcat()
2207 void C_MTXLightFrustum ( Mtx m, float t, float b, float lf, float r, float n, in C_MTXLightFrustum()
2332 void C_MTXLightOrtho ( Mtx m, f32 t, f32 b, f32 lf, f32 r, float scaleS, in C_MTXLightOrtho()
/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zCrc.h18 #define CRC_UPDATE_BYTE(crc, b) (g_CrcTable[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8)) argument
D7zCrcOpt.c8 #define CRC_UPDATE_BYTE_2(crc, b) (table[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8)) argument
D7zCrc.c22 #define CRC_UPDATE_BYTE_2(crc, b) (table[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8)) argument
DCpuArch.h129 UInt32 b; member
DCpuArch.c51 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d) in MyCPUID()
D7zIn.c316 static SRes SzReadByte(CSzData *sd, Byte *b) in SzReadByte()
341 Byte b; in SzReadUInt32() local
357 Byte b; in SzReadNumber() local
433 Byte b = 0; in SzReadBoolVector() local
/CafeSDK-2.12.13-1/system/include/nn/config/compiler/
Dghs.h120 #define NN_ATTR_PRIVATE_SECTION_2(a, b) \ argument
123 #define NN_ATTR_PRIVATE_SECTION_1(a, b) \ argument
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
DmatVec.h81 static inline void MAT34Concat ( const Mat34 *a, const Mat34 *b, Mat34 *ab ) in MAT34Concat()
527 static inline void MAT44Frustum ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Frustum()
565 static inline void MAT44Ortho ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Ortho()
592 static inline void MAT34LightFrustum ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 n, in MAT34LightFrustum()
637 static inline void MAT34LightOrtho ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 scaleS, in MAT34LightOrtho()
/CafeSDK-2.12.13-1/system/include/cafe/mtx/
DmatVec.h81 static inline void MAT34Concat ( const Mat34 *a, const Mat34 *b, Mat34 *ab ) in MAT34Concat()
527 static inline void MAT44Frustum ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Frustum()
565 static inline void MAT44Ortho ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Ortho()
592 static inline void MAT34LightFrustum ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 n, in MAT34LightFrustum()
637 static inline void MAT34LightOrtho ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 scaleS, in MAT34LightOrtho()
/CafeSDK-2.12.13-1/system/include/cafe/gfd/
DgfdConstant.h31 #define _GFD_CREATE_MAGIC(a,b,c,d) ((a<<0) | (b<<8) | (c<<16) | (d<<24)) argument
/CafeSDK-2.12.13-1/system/src/lib/gfd/headers/cafe/gfd/
DgfdConstant.h31 #define _GFD_CREATE_MAGIC(a,b,c,d) ((a<<0) | (b<<8) | (c<<16) | (d<<24)) argument
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfxTypes.h32 struct{ f32 r, g, b, a;} c; member
44 struct{ f32 r, g, b;} c; member
80 struct{ u32 r, g, b, a;} c; member
92 struct{ u32 r, g, b;} c; member
128 struct{ s32 r, g, b, a;} c; member
140 struct{ s32 r, g, b;} c; member
176 struct{ u16 r, g, b, a;} c; member
188 struct{ u16 r, g, b;} c; member
224 struct{ s16 r, g, b, a;} c; member
236 struct{ s16 r, g, b;} c; member
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfxTypes.h32 struct{ f32 r, g, b, a;} c; member
44 struct{ f32 r, g, b;} c; member
80 struct{ u32 r, g, b, a;} c; member
92 struct{ u32 r, g, b;} c; member
128 struct{ s32 r, g, b, a;} c; member
140 struct{ s32 r, g, b;} c; member
176 struct{ u16 r, g, b, a;} c; member
188 struct{ u16 r, g, b;} c; member
224 struct{ s16 r, g, b, a;} c; member
236 struct{ s16 r, g, b;} c; member
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Draw.h203 f32 r, f32 g, f32 b, f32 a, in GX2ClearBuffers()
Dgx2Misc.h529 GX2_INLINE u32 GX2Min(u32 a, u32 b) { return (a < b) ? a : b; } in GX2Min()
535 GX2_INLINE u32 GX2Max(u32 a, u32 b) { return (a > b) ? a : b; } in GX2Max()
/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_helpers.cpp32 bool CloseEnough(float a, float b) in CloseEnough()
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utResolve.cpp32 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
Dgx2utConvertDepth.cpp32 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
Dgx2utClear.cpp311 u32 PackClearColor(f32 r, f32 g, f32 b, f32 a, ///< Clear color in PackClearColor()
452 f32 r, f32 g, f32 b, f32 a, in GX2UTClearRectOp()

12