Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_depth.c567 GLushort clearVal = 0; in _swrast_clear_depth_buffer() local
568 _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() local
589 _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() local
614 _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 …]