Home
last modified time | relevance | path

Searched refs:func (Results 1 – 17 of 17) sorted by relevance

/RvlSDK-2.1/include/revolution/gx/
DGXVert.h182 #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 …]
DGXGeometry.h136 GXTexGenType func,
146 GXTexGenType func,
152 GXTexGenType func, in GXSetTexCoordGen() argument
156 GXSetTexCoordGen2(dst_coord, func, src_param, mtx, in GXSetTexCoordGen()
DGXCpu2Efb.h51 void GXPokeAlphaMode ( GXCompare func, u8 threshold );
59 void GXPokeZMode ( GXBool compare_enable, GXCompare func,
DGXPixel.h108 GXCompare func,
/RvlSDK-2.1/include/revolution/gd/
DGDVert.h58 #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) \
DGDPixel.h73 GXCompare func,
162 #define PE_ZMODE(enable, func, mask, rid) \ argument
164 (((unsigned long)(func)) << PE_ZMODE_FUNC_SHIFT) | \
DGDGeometry.h65 GXTexGenType func,
/RvlSDK-2.1/build/demos/gxdemo/src/PixelProc/
Dpix-z-comp.c31 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/
DOSReset.h147 OSShutdownFunction func; member
183 OSResetFunction func;
DOSThread.h196 void* (*func)(void*),
/RvlSDK-2.1/build/demos/gxdemo/src/Indirect/
Dind-warp.c41 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/
DGDPixel.c242 GXCompare func, in GDSetZMode() argument
245 GDWriteBPCmd( PE_ZMODE( compare_enable, func, update_enable, PE_ZMODE_ID )); in GDSetZMode()
DGDGeometry.c422 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/
Dmakefile87 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/
DDEMOWin.h373 … *DEMOWinCreateWindow (s32 x1, s32 y1, s32 x2, s32 y2, char *caption, u16 scroll, void *func);
/RvlSDK-2.1/build/demos/gxdemo/src/Tev/
Dtev-complex.c100 GXTexGenType func; member
748 mtc->texGenArray[i].func, in SetMultiTex()
/RvlSDK-2.1/build/libraries/demo/src/
DDEMOWin.c272 …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()