Lines Matching refs:swrast
84 SWcontext *swrast = SWRAST_CONTEXT(ctx);
106 span.facing = swrast->PointLineFacing;
244 SWcontext *swrast = SWRAST_CONTEXT(ctx);
279 span.facing = swrast->PointLineFacing;
364 SWcontext *swrast = SWRAST_CONTEXT(ctx);
382 span.facing = swrast->PointLineFacing;
453 SWcontext *swrast = SWRAST_CONTEXT(ctx);
459 SWspan *span = &(swrast->PointSpan);
469 span->arrayAttribs = swrast->_ActiveAttribMask; /* we'll produce these vals */
478 (swrast->_RasterMask & (BLEND_BIT | LOGIC_OP_BIT | MASKING_BIT)) ||
479 span->facing != swrast->PointLineFacing) {
488 span->facing = swrast->PointLineFacing;
543 SWcontext *swrast = SWRAST_CONTEXT(ctx);
550 swrast->Point = sprite_point;
553 swrast->Point = smooth_point;
558 swrast->Point = large_point;
561 swrast->Point = pixel_point;
565 swrast->Point = _swrast_feedback_point;
569 swrast->Point = _swrast_select_point;