Searched refs:swdd (Results 1 – 6 of 6) sorted by relevance
171 struct swrast_device_driver *swdd = _swrast_GetDeviceDriverReference(ctx); in intelInitSpanFuncs() local172 if (swdd) { in intelInitSpanFuncs()173 swdd->SpanRenderStart = intelSpanRenderStart; in intelInitSpanFuncs()174 swdd->SpanRenderFinish = intelSpanRenderFinish; in intelInitSpanFuncs()
94 struct swrast_device_driver *swdd = in nouveau_span_functions_init() local97 swdd->SpanRenderStart = nouveau_span_start; in nouveau_span_functions_init()98 swdd->SpanRenderFinish = nouveau_span_finish; in nouveau_span_functions_init()
156 struct swrast_device_driver *swdd = in radeonInitSpanFuncs() local158 swdd->SpanRenderStart = radeonSpanRenderStart; in radeonInitSpanFuncs()159 swdd->SpanRenderFinish = radeonSpanRenderFinish; in radeonInitSpanFuncs()