Lines Matching full:swrast
28 * \file swrast/s_span.c
122 const SWcontext *swrast = SWRAST_CONTEXT(ctx);
124 if (swrast->_PreferPixelFog) {
174 const SWcontext *swrast = SWRAST_CONTEXT(ctx);
833 const SWcontext *swrast = SWRAST_CONTEXT(ctx);
841 ASSERT(swrast->_ActiveAttribMask & FRAG_BIT_COL1);
842 (void) swrast; /* silence warning */
1132 const SWcontext *swrast = SWRAST_CONTEXT(ctx);
1202 if (shaderOrTexture && !swrast->_DeferredTexture) {
1260 if (shaderOrTexture && swrast->_DeferredTexture) {
1276 if (span->primitive == GL_BITMAP || !swrast->SpecularVertexAdd) {
1288 if (swrast->_FogEnabled) {