Home
last modified time | relevance | path

Searched refs:maxLOD (Results 1 – 20 of 20) sorted by relevance

/RvlSDK-3.2/build/libraries/tc/src/
DTCImageList.cpp246 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()
DTCMipmap.cpp199 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()
DTCScriptFile.cpp309 u32 minLOD = 0, maxLOD = 0, baseLOD = 0; in TCProcessImKey() local
433 maxLOD = atoi( maxLODPtr ); in TCProcessImKey()
482 TCSetImageMipMap( newIm, minLOD, maxLOD, baseLOD ); in TCProcessImKey()
DTCTPLToolbox.cpp150 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/
DTCImageList.h79 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/
Dtex-filter.c281 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()
Dtex-preload.c346 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in TexInit()
352 max = (u8)tdp->textureHeader->maxLOD; in TexInit()
424 tdp->textureHeader->maxLOD, in TexInit()
Dtex-wrap.c200 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in DrawTick()
235 tdp->textureHeader->maxLOD, in DrawTick()
Dtex-fmt-tpl.c436 (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()
Dtex-mix-mode.c210 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in DrawInit()
228 tdp->textureHeader->maxLOD, in DrawInit()
Dtex-tc-alloc.c257 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in DrawInit()
275 tdp->textureHeader->maxLOD, in DrawInit()
Dtex-lod.c344 tdp->textureHeader->maxLOD, in DrawTick()
/RvlSDK-3.2/build/tools/TexConv/sample/
Dsample.tcs71 ; 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/
Dtpl.h82 u8 maxLOD; member
/RvlSDK-3.2/build/demos/gxdemo/src/TexGen/
Dtg-parabolicmap.c169 tdp->textureHeader->maxLOD, in DrawInit()
199 tdp->textureHeader->maxLOD, in DrawInit()
Dtg-spheremap.c176 tdp->textureHeader->maxLOD, in DrawInit()
206 tdp->textureHeader->maxLOD, in DrawInit()
Dtg-project.c212 tdp->textureHeader->maxLOD, in DrawInit()
526 tdp->textureHeader->maxLOD, in AnimTick()
/RvlSDK-3.2/build/demos/gxdemo/src/Lighting/
Dlit-cartoon.c191 tdp->textureHeader->maxLOD, in DrawInit()
/RvlSDK-3.2/build/demos/gxdemo/src/Tev/
Dtev-one-op.c387 tdp->textureHeader->maxLOD, in DrawInit()
Dtev-multi.c258 tdp->textureHeader->maxLOD, in DrawInit()