| /RvlSDK-3.2/build/libraries/tc/src/ |
| D | TCImageList.cpp | 246 void TCSetImageMipMap ( TCImage* im, u32 minLOD, u32 maxLOD, u32 baseLOD ) in TCSetImageMipMap() argument 254 if( (minLOD > 10) || (maxLOD > 10) ) in TCSetImageMipMap() 259 if( minLOD > maxLOD ) in TCSetImageMipMap() 264 numLOD = maxLOD - minLOD + 1; in TCSetImageMipMap() 272 im->maxLOD = maxLOD; in TCSetImageMipMap()
|
| D | TCMipmap.cpp | 199 numLOD = imTmp.maxLOD - imTmp.minLOD + 1; in TCWriteTplImageMipMaps() 391 for( level = thisImage->minLOD; level< ( thisImage->maxLOD + 1 ) ; level++ ) in TCComputeTplMipMapImageBufferSize() 418 check = CheckRangeLOD( thisImage->maxLOD ); in TCCheckMipMapConvParams() 425 if( thisImage->minLOD > thisImage->maxLOD ) in TCCheckMipMapConvParams() 431 check = thisImage->remapMinLOD + (thisImage->maxLOD - thisImage->minLOD); in TCCheckMipMapConvParams() 461 if( (thisImage->minLOD == 0) && (thisImage->maxLOD == 0) && (thisImage->remapMinLOD == 0) ) in TCCheckPower2() 520 scale = thisImage->maxLOD; in TCCheckMipMapReduction() 545 if( thisImage->minLOD == thisImage->maxLOD ) in TCCheckMipMapFormats()
|
| D | TCScriptFile.cpp | 309 u32 minLOD = 0, maxLOD = 0, baseLOD = 0; in TCProcessImKey() local 433 maxLOD = atoi( maxLODPtr ); in TCProcessImKey() 482 TCSetImageMipMap( newIm, minLOD, maxLOD, baseLOD ); in TCProcessImKey()
|
| D | TCTPLToolbox.cpp | 150 u32 maxLOD; // maximum LOD level desired relative to srcImage member 603 if( ( imgPtr->maxLOD - imgPtr->minLOD + 1 ) == 1 ) // single LOD in TCWriteTplFile() 644 cTmp = (u8)( imgPtr->remapMinLOD + (imgPtr->maxLOD - imgPtr->minLOD) ); in TCWriteTplFile() 2967 imCached.maxLOD = imPtr->maxLOD; in TCWriteCachedScriptFile() 3360 if( imPtr->maxLOD != cImPtr->maxLOD ) in TCCompareImToCachedIm()
|
| /RvlSDK-3.2/build/libraries/tc/include/ |
| D | TCImageList.h | 79 u32 maxLOD; // maximum LOD level desired relative to srcImage member 114 void TCSetImageMipMap ( TCImage* im, u32 minLOD, u32 maxLOD, u32 baseLOD );
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Texture/ |
| D | tex-filter.c | 281 f32 minLOD, maxLOD; in DrawTick() local 292 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in DrawTick() 296 maxLOD = tdp->textureHeader->maxLOD; in DrawTick() 301 maxLOD = minLOD; in DrawTick() 333 maxLOD, in DrawTick()
|
| D | tex-preload.c | 346 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in TexInit() 352 max = (u8)tdp->textureHeader->maxLOD; in TexInit() 424 tdp->textureHeader->maxLOD, in TexInit()
|
| D | tex-wrap.c | 200 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in DrawTick() 235 tdp->textureHeader->maxLOD, in DrawTick()
|
| D | tex-fmt-tpl.c | 436 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in GetTplTexture() 484 tdp->textureHeader->maxLOD, in GetTplTexture() 500 OSReport("MaxLOD = %d\n", tdp->textureHeader->maxLOD); in GetTplTexture()
|
| D | tex-mix-mode.c | 210 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in DrawInit() 228 tdp->textureHeader->maxLOD, in DrawInit()
|
| D | tex-tc-alloc.c | 257 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in DrawInit() 275 tdp->textureHeader->maxLOD, in DrawInit()
|
| D | tex-lod.c | 344 tdp->textureHeader->maxLOD, in DrawTick()
|
| /RvlSDK-3.2/build/tools/TexConv/sample/ |
| D | sample.tcs | 71 ; maxLOD desired relative to source image, remapped minLOD. 74 ; ( maxLOD in .tpl file = maxLOD + remapMinLOD ) 77 … ; shortest dimension must be long enough to provide maxLOD.
|
| /RvlSDK-3.2/include/revolution/ |
| D | tpl.h | 82 u8 maxLOD; member
|
| /RvlSDK-3.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-parabolicmap.c | 169 tdp->textureHeader->maxLOD, in DrawInit() 199 tdp->textureHeader->maxLOD, in DrawInit()
|
| D | tg-spheremap.c | 176 tdp->textureHeader->maxLOD, in DrawInit() 206 tdp->textureHeader->maxLOD, in DrawInit()
|
| D | tg-project.c | 212 tdp->textureHeader->maxLOD, in DrawInit() 526 tdp->textureHeader->maxLOD, in AnimTick()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Lighting/ |
| D | lit-cartoon.c | 191 tdp->textureHeader->maxLOD, in DrawInit()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Tev/ |
| D | tev-one-op.c | 387 tdp->textureHeader->maxLOD, in DrawInit()
|
| D | tev-multi.c | 258 tdp->textureHeader->maxLOD, in DrawInit()
|