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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_depth.c171 GLfloat min_f, max_f; local in function:_swrast_depth_clamp_span
175 min_f = ctx->ViewportArray[0].Near;
178 min_f = ctx->ViewportArray[0].Far;
190 min = (GLint) (min_f * fb->_DepthMaxF);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_depth.c171 GLfloat min_f, max_f; local in function:_swrast_depth_clamp_span
175 min_f = ctx->ViewportArray[0].Near;
178 min_f = ctx->ViewportArray[0].Far;
190 min = (GLint) (min_f * fb->_DepthMaxF);

Completed in 4 milliseconds