Lines Matching refs:clearVal
583 GLushort clearVal = 0; in _swrast_clear_depth_buffer() local
584 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal); in _swrast_clear_depth_buffer()
585 if (clearVal == 0xffff && width * 2 == rowStride) { in _swrast_clear_depth_buffer()
593 row[j] = clearVal; in _swrast_clear_depth_buffer()
604 GLuint clearVal = 0; in _swrast_clear_depth_buffer() local
605 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal); in _swrast_clear_depth_buffer()
609 row[j] = clearVal; in _swrast_clear_depth_buffer()
621 GLuint clearVal = 0; in _swrast_clear_depth_buffer() local
630 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal); in _swrast_clear_depth_buffer()
634 row[j] = (row[j] & mask) | clearVal; in _swrast_clear_depth_buffer()
644 GLfloat clearVal = (GLfloat) ctx->Depth.Clear; in _swrast_clear_depth_buffer() local
648 row[j * 2] = clearVal; in _swrast_clear_depth_buffer()