Lines Matching refs:stencilBuf
361 GLubyte *stencilBuf; in _swrast_stencil_and_ztest_span() local
367 stencilBuf = stencilTemp; in _swrast_stencil_and_ztest_span()
374 stencilBuf = _swrast_pixel_address(rb, span->x, span->y) + stencilOffset; in _swrast_stencil_and_ztest_span()
381 if (!do_stencil_test(ctx, face, count, stencilBuf, mask, stencilStride)) { in _swrast_stencil_and_ztest_span()
402 stencilBuf, mask, stencilStride); in _swrast_stencil_and_ztest_span()
424 count, stencilBuf, failMask, stencilStride); in _swrast_stencil_and_ztest_span()
428 count, stencilBuf, passMask, stencilStride); in _swrast_stencil_and_ztest_span()
435 stencilBuf); in _swrast_stencil_and_ztest_span()
502 GLubyte *stencilBuf; in _swrast_write_stencil_span() local
523 stencilBuf = _swrast_pixel_address(rb, x, y); in _swrast_write_stencil_span()
531 _mesa_unpack_ubyte_stencil_row(rb->Format, n, stencilBuf, destVals); in _swrast_write_stencil_span()
536 _mesa_pack_ubyte_stencil_row(rb->Format, n, newVals, stencilBuf); in _swrast_write_stencil_span()
539 _mesa_pack_ubyte_stencil_row(rb->Format, n, stencil, stencilBuf); in _swrast_write_stencil_span()