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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.c630 const GLfloat zScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; local in function:interpolate_wpos
649 wpos[i][2] = (GLfloat) span->array->z[i] * zScale;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.c630 const GLfloat zScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; local in function:interpolate_wpos
649 wpos[i][2] = (GLfloat) span->array->z[i] * zScale;

Completed in 9 milliseconds