Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_depth.c578 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()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtilemgr.cpp310 uint8_t clearVal = (uint8_t)(pHotTile->clearData[0]); in ClearStencilHotTile() local
312 simd16scalari valS = _simd16_set1_epi8(clearVal); in ClearStencilHotTile()