Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/
Dlit-tx-alpha.c31 #define PANEL_ARRAY_SIZE ( 16 * 16 * 3 ) macro
219 sc->panel.posArray = MEMAllocFromAllocator(&DemoAllocator1, PANEL_ARRAY_SIZE * sizeof(f32)); in DrawInit()
221 sc->panel.normArray = MEMAllocFromAllocator(&DemoAllocator1, PANEL_ARRAY_SIZE * sizeof(f32)); in DrawInit()
469 DCFlushRange(pnl->posArray, PANEL_ARRAY_SIZE * sizeof(f32)); in CreateTessPanel()
470 DCFlushRange(pnl->normArray, PANEL_ARRAY_SIZE * sizeof(f32)); in CreateTessPanel()
Dlit-spot.c31 #define PANEL_ARRAY_SIZE ( 16 * 16 * 3 ) macro
273 sc->panel.posArray = MEMAllocFromAllocator(&DemoAllocator1, PANEL_ARRAY_SIZE * sizeof(f32)); in DrawInit()
275 sc->panel.normArray = MEMAllocFromAllocator(&DemoAllocator1, PANEL_ARRAY_SIZE * sizeof(f32)); in DrawInit()
576 DCFlushRange(pnl->posArray, PANEL_ARRAY_SIZE * sizeof(f32)); in CreateTessPanel()
577 DCFlushRange(pnl->normArray, PANEL_ARRAY_SIZE * sizeof(f32)); in CreateTessPanel()