Lines Matching refs:tmpf
73 GLfloat tmpf = ctx->Current.RasterPos[2] * depthMax; 74 tmpf = MIN2(tmpf, depthMax);75 span->z = (GLint)tmpf;