OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swdd
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_span.c
94
struct swrast_device_driver *
swdd
=
local
97
swdd
->SpanRenderStart = nouveau_span_start;
98
swdd
->SpanRenderFinish = nouveau_span_finish;
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_span.c
156
struct swrast_device_driver *
swdd
=
local
158
swdd
->SpanRenderStart = radeonSpanRenderStart;
159
swdd
->SpanRenderFinish = radeonSpanRenderFinish;
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_span.c
171
struct swrast_device_driver *
swdd
= _swrast_GetDeviceDriverReference(ctx);
local
172
if (
swdd
) {
173
swdd
->SpanRenderStart = intelSpanRenderStart;
174
swdd
->SpanRenderFinish = intelSpanRenderFinish;
Completed in 68 milliseconds