| /RvlSDK-2.1/include/revolution/gx/ |
| D | GXVert.h | 182 #define __GXCDEFX(func,n,t) __GXCDEF##n(func,t,t) argument 187 #define __GXCDEF1(func,ts,td) \ argument 188 void func(const ts x); 191 #define __GXCDEF2(func,ts,td) \ argument 192 void func(const ts x, const ts y); 195 #define __GXCDEF3(func,ts,td) \ argument 196 void func(const ts x, const ts y, const ts z); 199 #define __GXCDEF4(func,ts,td) \ argument 200 void func(const ts x, const ts y, const ts z, const ts w); 210 #define __GXCDEF1(func,ts,td) \ argument [all …]
|
| D | GXGeometry.h | 136 GXTexGenType func, 146 GXTexGenType func, 152 GXTexGenType func, in GXSetTexCoordGen() argument 156 GXSetTexCoordGen2(dst_coord, func, src_param, mtx, in GXSetTexCoordGen()
|
| D | GXCpu2Efb.h | 51 void GXPokeAlphaMode ( GXCompare func, u8 threshold ); 59 void GXPokeZMode ( GXBool compare_enable, GXCompare func,
|
| D | GXPixel.h | 108 GXCompare func,
|
| /RvlSDK-2.1/include/revolution/gd/ |
| D | GDVert.h | 58 #define __GXCDEFX(func,n,t) __GXCDEF##n(func,t,t) argument 61 #define __GXCDEF1(func,ts,td) \ argument 62 static inline void func(const ts x) \ 68 #define __GXCDEF2(func,ts,td) \ argument 69 static inline void func(const ts x, const ts y) \ 76 #define __GXCDEF3(func,ts,td) \ argument 77 static inline void func(const ts x, const ts y, const ts z) \ 85 #define __GXCDEF4(func,ts,td) \ argument 86 static inline void func(const ts x, const ts y, const ts z, const ts w) \
|
| D | GDPixel.h | 73 GXCompare func, 162 #define PE_ZMODE(enable, func, mask, rid) \ argument 164 (((unsigned long)(func)) << PE_ZMODE_FUNC_SHIFT) | \
|
| D | GDGeometry.h | 65 GXTexGenType func,
|
| /RvlSDK-2.1/build/demos/gxdemo/src/PixelProc/ |
| D | pix-z-comp.c | 31 GXCompare func; member 163 GXCompare func; member 248 if ( z->func == myZComp[lid].func ) break; in SceneDrawInfo() 316 if ( z->func == myZComp[lid].func ) break; in SceneControl() 330 z->func = myZComp[lid].func; in SceneControl() 464 GXSetZMode( z->compare_enable, z->func, z->update_enable ); in myDrawModel()
|
| /RvlSDK-2.1/include/revolution/os/ |
| D | OSReset.h | 147 OSShutdownFunction func; member 183 OSResetFunction func;
|
| D | OSThread.h | 196 void* (*func)(void*),
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Indirect/ |
| D | ind-warp.c | 41 static void TexUpdate ( f32 phase, f32 freq, f32 amp, f32 ang, u8 func ); 207 static void TexUpdate( f32 phase, f32 freq, f32 amp, f32 rot, u8 func ) in TexUpdate() argument 220 if (func <= 2) in TexUpdate() 241 if (func == 2) in TexUpdate()
|
| /RvlSDK-2.1/build/libraries/gd/src/ |
| D | GDPixel.c | 242 GXCompare func, in GDSetZMode() argument 245 GDWriteBPCmd( PE_ZMODE( compare_enable, func, update_enable, PE_ZMODE_ID )); in GDSetZMode()
|
| D | GDGeometry.c | 422 GXTexGenType func, in GDSetTexCoordGen() argument 470 switch (func) { in GDSetTexCoordGen() 492 embossLit = (u32) (func - GX_TG_BUMP0); in GDSetTexCoordGen()
|
| /RvlSDK-2.1/build/demos/gxdemo/ |
| D | makefile | 87 Lighting/lit-atn-func.c Lighting/lit-specular.c \ 156 lit-tx-alpha lit-prelit lit-atn-func lit-specular \ 311 $(FULLBIN_ROOT)/lit-atn-func$(BINSUFFIX): Lighting/lit-atn-func.o \
|
| /RvlSDK-2.1/include/demo/ |
| D | DEMOWin.h | 373 … *DEMOWinCreateWindow (s32 x1, s32 y1, s32 x2, s32 y2, char *caption, u16 scroll, void *func);
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Tev/ |
| D | tev-complex.c | 100 GXTexGenType func; member 748 mtc->texGenArray[i].func, in SetMultiTex()
|
| /RvlSDK-2.1/build/libraries/demo/src/ |
| D | DEMOWin.c | 272 …WinInfo *DEMOWinCreateWindow(s32 x1, s32 y1, s32 x2, s32 y2, char *caption, u16 scroll, void *func) in DEMOWinCreateWindow() argument 328 handle->refresh = func; in DEMOWinCreateWindow()
|