Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_depth.c171 GLfloat min_f, max_f; in _swrast_depth_clamp_span() local
175 min_f = ctx->ViewportArray[0].Near; in _swrast_depth_clamp_span()
178 min_f = ctx->ViewportArray[0].Far; in _swrast_depth_clamp_span()
190 min = (GLint) (min_f * fb->_DepthMaxF); in _swrast_depth_clamp_span()