Searched refs:clearVal (Results 1 – 1 of 1) sorted by relevance
567 GLushort clearVal = 0; in _swrast_clear_depth_buffer() local568 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal); in _swrast_clear_depth_buffer()569 if (clearVal == 0xffff && width * 2 == rowStride) { in _swrast_clear_depth_buffer()577 row[j] = clearVal; in _swrast_clear_depth_buffer()588 GLuint clearVal = 0; in _swrast_clear_depth_buffer() local589 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal); in _swrast_clear_depth_buffer()593 row[j] = clearVal; in _swrast_clear_depth_buffer()605 GLuint clearVal = 0; in _swrast_clear_depth_buffer() local614 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal); in _swrast_clear_depth_buffer()618 row[j] = (row[j] & mask) | clearVal; in _swrast_clear_depth_buffer()[all …]