Lines Matching refs:clearVal
664 GLushort clearVal = 0; in _swrast_clear_depth_buffer() local
665 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal); in _swrast_clear_depth_buffer()
666 if (clearVal == 0xffff && width * 2 == rowStride) { in _swrast_clear_depth_buffer()
674 row[j] = clearVal; in _swrast_clear_depth_buffer()
685 GLuint clearVal = 0; in _swrast_clear_depth_buffer() local
686 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal); in _swrast_clear_depth_buffer()
690 row[j] = clearVal; in _swrast_clear_depth_buffer()
702 GLuint clearVal = 0; in _swrast_clear_depth_buffer() local
711 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal); in _swrast_clear_depth_buffer()
715 row[j] = (row[j] & mask) | clearVal; in _swrast_clear_depth_buffer()
725 GLfloat clearVal = (GLfloat) ctx->Depth.Clear; in _swrast_clear_depth_buffer() local
729 row[j * 2] = clearVal; in _swrast_clear_depth_buffer()