Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/PixelProc/
Dpix-fog.c313 static s32 range = 0; in SceneControl() local
427 if ( cursor < 2 ) range = 0; // shift right in SceneControl()
432 if ( cursor >= 2 ) range = 2; // shift left in SceneControl()
441 myScene[i].fog = &myFog[i+range-1]; in SceneControl()
/RvlSDK-2.1/build/demos/gxdemo/src/TexGen/
Dtg-shadow3.c977 f32 n, f, range, tscale; in GetTexProjMtx() local
982 range = f - n; in GetTexProjMtx()
1009 MTXRowCol(dp, 0, 2) = f / range; in GetTexProjMtx()
1010 MTXRowCol(dp, 0, 3) = f * n / range; in GetTexProjMtx()
1033 MTXRowCol(dp, 0, 2) = - 1.0F / range; in GetTexProjMtx()
1034 MTXRowCol(dp, 0, 3) = - n / range; in GetTexProjMtx()