Searched refs:TSCALE (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dterrain.c46 #define TSCALE 4 macro
266 GlobalMnt = ((ox * TSCALE) & 255) + ((oy * TSCALE) & 255) * 256;
279 idx = (i * TSCALE + h * 256 * TSCALE + GlobalMnt) & 65535;
285 (i * TSCALE + h * 256 * TSCALE + 256 * TSCALE +

Completed in 3 milliseconds