Searched refs:NUM_REGIONS (Results 1 – 4 of 4) sorted by relevance
28 #define NUM_REGIONS 8 macro29 #define NUM_TEXOBJS NUM_REGIONS45 u8 invalidateSw[NUM_ROWS-2][NUM_REGIONS];106 static GXTexRegion MyTexRegions[NUM_REGIONS]; // cache regions168 for ( i = 0 ; i < NUM_REGIONS ; ++i ) in DrawInit()228 for ( j = 0 ; j < NUM_REGIONS ; ++j ) in DrawInit()302 for ( x = 0 ; x < NUM_REGIONS ; ++x ) in DrawTick()358 sc->curX += NUM_REGIONS - 1; in AnimTick()368 sc->curX %= NUM_REGIONS; in AnimTick()427 GXBegin(GX_LINES, GX_VTXFMT1, NUM_REGIONS * 2); in DrawLines()[all …]
28 #define NUM_REGIONS 8 macro59 GXTexRegion texRegions[NUM_REGIONS];331 if ( ( down & PAD_TRIGGER_R ) && sc->texCtrl.numPreload < NUM_REGIONS - 1 ) in AnimTick()466 numCaches = NUM_REGIONS - numPreload; in ConfigureTmemMap()468 for ( i = 0 ; i < NUM_REGIONS ; ++i ) in ConfigureTmemMap()
27 #define NUM_REGIONS 9 macro129 static MyTlutSize TlutSizeTable[NUM_REGIONS] =160 static GXTlutRegion MyTlutRegions[NUM_REGIONS]; // own tlut configuration387 if ( sc->cmap.tlutNumber < NUM_REGIONS - 1 ) in AnimTick()1009 for ( i = NUM_REGIONS - 1 ; i >= 0 ; --i ) in MyTlutRegionInit()1043 ASSERTMSG(idx < NUM_REGIONS, "Invalid TLUT Region index\n"); in MyTlutRegionCallback()
126 #define NUM_REGIONS 8 // number of caches macro284 static GXTexRegion MyTexRegions[NUM_REGIONS]; // cache regions461 for ( i = 0 ; i < NUM_REGIONS ; i++ ) in DrawInit()923 regionNum = texID % NUM_REGIONS; in MyTexRegionCallback()