Home
last modified time | relevance | path

Searched refs:NUM_PARAMETERS (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.3/build/demos/gxdemo/src/Texture/
Dtex-lod.c28 #define NUM_PARAMETERS 4 macro
67 s32 filterCtrl[NUM_PARAMETERS];
135 static s32 ParamMax[NUM_PARAMETERS] = { 7, 1, 1, 2 };
136 static s32 ParamMin[NUM_PARAMETERS] = { -7, 0, 0, 0 };
253 for ( j = 0 ; j < NUM_PARAMETERS ; ++j ) in DrawInit()
450 sc->curP = ( sc->curP + NUM_PARAMETERS - 1 ) % NUM_PARAMETERS; in AnimTick()
451 if ( sc->curP == NUM_PARAMETERS - 1 ) in AnimTick()
458 sc->curP = ( sc->curP + 1 ) % NUM_PARAMETERS; in AnimTick()
/RvlSDK-3.3/build/demos/gxdemo/src/Tev/
Dtev-one-op.c41 #define NUM_PARAMETERS (NUM_TEVCLRINS+3) macro
76 u32 param[NUM_PARAMETERS];
242 static u32 ParameterMax[NUM_PARAMETERS] =
256 static char* ArgNameStr[NUM_PARAMETERS+1] =
517 sc->cur += NUM_PARAMETERS - 1; in AnimTick()
519 sc->cur %= NUM_PARAMETERS; in AnimTick()
660 for ( i = 0 ; i < NUM_PARAMETERS ; ++i ) in DrawCaption()
664 DEMOPuts(ALI_COL(6), 160, 0, ArgNameStr[NUM_PARAMETERS]); // Result in DrawCaption()
667 for ( i = 0 ; i < NUM_PARAMETERS ; ++i ) in DrawCaption()