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

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c65 struct widepoint_stage { struct
82 static INLINE struct widepoint_stage *
83 widepoint_stage( struct draw_stage *stage ) function
85 return (struct widepoint_stage *)stage;
94 static void set_texcoords(const struct widepoint_stage *wide,
123 const struct widepoint_stage *wide = widepoint_stage(stage);
196 struct widepoint_stage *wide = widepoint_stage(stage);
312 struct widepoint_stage *wid
[all...]

Completed in 86 milliseconds