Searched defs:stipple_stage (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c48 struct stipple_stage { struct
56 static INLINE struct stipple_stage *
57 stipple_stage(struct draw_stage *stage) function
59 return (struct stipple_stage *) stage;
122 struct stipple_stage *stipple = stipple_stage(stage);
177 struct stipple_stage *stipple = stipple_stage(stage);
185 struct stipple_stage *stipple = stipple_stage(stag
[all...]

Completed in 154 milliseconds