Searched refs:sMask (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_depth.c739 const GLuint sMask = (~writeMask) & 0xff; local in function:_swrast_clear_depth_stencil_buffer
746 if (sMask != 0) {
748 sRow[j * 2 + 1] = (sRow[j * 2 + 1] & sMask) | sClear;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_depth.c825 const GLuint sMask = (~writeMask) & 0xff; local in function:_swrast_clear_depth_stencil_buffer
832 if (sMask != 0) {
834 sRow[j * 2 + 1] = (sRow[j * 2 + 1] & sMask) | sClear;

Completed in 3 milliseconds