Searched refs:level (Results 1 – 8 of 8) sorted by relevance
| /RvlSDK-2.1/build/libraries/tc/src/ |
| D | TCMipmap.cpp | 135 u32 size, level, numLOD; in TCWriteTplImageMipMaps() local 201 for( level = imTmp.minLOD; level < (imTmp.minLOD + numLOD); level++ ) in TCWriteTplImageMipMaps() 205 colorLayer->width = ( thisImage->lyColor.width >> level ); in TCWriteTplImageMipMaps() 206 colorLayer->height = ( thisImage->lyColor.height >> level ); in TCWriteTplImageMipMaps() 210 alphaLayer->width = ( thisImage->lyAlpha.width >> level ); in TCWriteTplImageMipMaps() 211 alphaLayer->height = ( thisImage->lyAlpha.height >> level ); in TCWriteTplImageMipMaps() 382 u32 level; in TCComputeTplMipMapImageBufferSize() local 391 for( level = thisImage->minLOD; level< ( thisImage->maxLOD + 1 ) ; level++ ) in TCComputeTplMipMapImageBufferSize() 393 (thisImage->lyColor).width = ( saveWidth >> level ); in TCComputeTplMipMapImageBufferSize() 394 (thisImage->lyColor).height = ( saveHeight >> level ); in TCComputeTplMipMapImageBufferSize()
|
| /RvlSDK-2.1/include/revolution/gx/ |
| D | GXVerify.h | 69 extern void GXSetVerifyLevel( GXWarningLevel level ); 71 #define GXSetVerifyLevel(level) ((void)0) argument 77 typedef void (*GXVerifyCallback)(GXWarningLevel level,
|
| /RvlSDK-2.1/build/demos/paddemo/src/ |
| D | motordemo.c | 71 s32 level = (cont->stickX * cont->stickX + cont->stickY * cont->stickY); in RambleCont() local 72 if (MAX < level && Motor[chan] != PAD_MOTOR_RUMBLE) in RambleCont() 77 else if (level < MIN && Motor[chan] != PAD_MOTOR_STOP) in RambleCont() 85 Level[chan] += level; in RambleCont()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Tev/ |
| D | tev-ztex.c | 89 static void DrawWater ( s16 level ); 400 static void DrawWater( s16 level ) in DrawWater() argument 406 lv1 = (s16)(level - 256); in DrawWater() 420 GXPosition3s16(0, level, 4096); in DrawWater() 422 GXPosition3s16(640, level, 4096); in DrawWater()
|
| /RvlSDK-2.1/include/revolution/ |
| D | kpad.h | 182 void KPADSetSensorHeight ( s32 chan, f32 level ) ;
|
| D | os.h | 505 BOOL OSRestoreInterrupts ( BOOL level );
|
| /RvlSDK-2.1/build/buildtools/ |
| D | commondefs | 302 # also built by the top-level makefile (/dolphin/build/makefile) 546 # Reduced warning level from "ALL" to "MOST", got rid of
|
| /RvlSDK-2.1/build/libraries/kpad/src/ |
| D | KPAD.c | 403 void KPADSetSensorHeight( s32 chan, f32 level ) in KPADSetSensorHeight() argument 408 kp->center_org.y = -level ; in KPADSetSensorHeight()
|