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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c6929 float z, lowz, highz, convz, halfconvz; local in function:scaleInternal3D
6947 highz = z + halfconvz;
6950 highz = z + 0.5;
6974 ** lowz) to (highx, highy, highz) on input data into this pixel
6982 while (z < highz) {
6984 if (highz < zint+1) {
6985 zpercent = highz - z;

Completed in 12 milliseconds