Lines Matching refs:clearVal
578 GLushort clearVal = 0; in _swrast_clear_depth_buffer() local
579 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal); in _swrast_clear_depth_buffer()
580 if (clearVal == 0xffff && width * 2 == rowStride) { in _swrast_clear_depth_buffer()
588 row[j] = clearVal; in _swrast_clear_depth_buffer()
599 GLuint clearVal = 0; in _swrast_clear_depth_buffer() local
600 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal); in _swrast_clear_depth_buffer()
604 row[j] = clearVal; in _swrast_clear_depth_buffer()
616 GLuint clearVal = 0; in _swrast_clear_depth_buffer() local
625 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal); in _swrast_clear_depth_buffer()
629 row[j] = (row[j] & mask) | clearVal; in _swrast_clear_depth_buffer()
639 GLfloat clearVal = (GLfloat) ctx->Depth.Clear; in _swrast_clear_depth_buffer() local
643 row[j * 2] = clearVal; in _swrast_clear_depth_buffer()