Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/swrast/
Ds_depth.c790 GLfloat zClear = (GLfloat) ctx->Depth.Clear; in _swrast_clear_depth_stencil_buffer() local
793 _mesa_pack_float_z_row(rb->Format, 1, &zClear, &clear); in _swrast_clear_depth_stencil_buffer()
823 const GLfloat zClear = (GLfloat) ctx->Depth.Clear; in _swrast_clear_depth_stencil_buffer() local
830 zRow[j * 2 + 0] = zClear; in _swrast_clear_depth_stencil_buffer()