Home | History | Annotate | Download | only in x11

Lines Matching defs:swrast

43 #include "swrast/swrast.h"
44 #include "swrast/s_context.h"
313 const SWcontext *swrast = SWRAST_CONTEXT(ctx);
315 if (swrast->NewState)
318 if ((swrast->_RasterMask & ~CLIP_BIT) == 0) /* no blend, z-test, etc */ {
347 const SWcontext *swrast = SWRAST_CONTEXT( ctx );
354 if (swrast->NewState)
446 const SWcontext *swrast = SWRAST_CONTEXT(ctx);
448 if (swrast->NewState)
451 if ((swrast->_RasterMask & ~CLIP_BIT) == 0) /* no blend, z-test, etc */ {
481 const SWcontext *swrast = SWRAST_CONTEXT( ctx );
488 if (swrast->NewState)
578 const SWcontext *swrast = SWRAST_CONTEXT( ctx );
580 if (swrast->NewState)
583 if ((swrast->_RasterMask & ~CLIP_BIT) == 0x0 &&
690 /* Propagate statechange information to swrast and swrast_setup
912 SWcontext *swrast = SWRAST_CONTEXT( ctx );
914 swrast->choose_point = xmesa_choose_point;
915 swrast->choose_line = xmesa_choose_line;
916 swrast->choose_triangle = xmesa_choose_triangle;
919 swrast->InvalidatePointMask |= XMESA_NEW_POINT;
920 swrast->InvalidateLineMask |= XMESA_NEW_LINE;
921 swrast->InvalidateTriangleMask |= XMESA_NEW_TRIANGLE;