Lines Matching refs:swrast
214 SWcontext *swrast = SWRAST_CONTEXT(ctx); in do_stencil_test() local
215 GLubyte *fail = swrast->stencil_temp.buf2; in do_stencil_test()
412 SWcontext *swrast = SWRAST_CONTEXT(ctx); in _swrast_stencil_and_ztest_span() local
420 GLubyte *stencilTemp = swrast->stencil_temp.buf1; in _swrast_stencil_and_ztest_span()
468 SWcontext *swrast = SWRAST_CONTEXT(ctx); in _swrast_stencil_and_ztest_span() local
469 GLubyte *passMask = swrast->stencil_temp.buf2; in _swrast_stencil_and_ztest_span()
470 GLubyte *failMask = swrast->stencil_temp.buf3; in _swrast_stencil_and_ztest_span()
471 GLubyte *origMask = swrast->stencil_temp.buf4; in _swrast_stencil_and_ztest_span()
557 SWcontext *swrast = SWRAST_CONTEXT(ctx); in _swrast_write_stencil_span() local
587 GLubyte *destVals = swrast->stencil_temp.buf1; in _swrast_write_stencil_span()
588 GLubyte *newVals = swrast->stencil_temp.buf2; in _swrast_write_stencil_span()