Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_depth.c704 GLfloat zClear = (GLfloat) ctx->Depth.Clear; in _swrast_clear_depth_stencil_buffer() local
707 _mesa_pack_float_z_row(rb->Format, 1, &zClear, &clear); in _swrast_clear_depth_stencil_buffer()
737 const GLfloat zClear = (GLfloat) ctx->Depth.Clear; in _swrast_clear_depth_stencil_buffer() local
744 zRow[j * 2 + 0] = zClear; in _swrast_clear_depth_stencil_buffer()