Home
last modified time | relevance | path

Searched refs:widepoint_stage (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_point.c66 struct widepoint_stage { struct
86 static inline struct widepoint_stage * argument
87 widepoint_stage( struct draw_stage *stage ) in widepoint_stage() function
89 return (struct widepoint_stage *)stage; in widepoint_stage()
98 static void set_texcoords(const struct widepoint_stage *wide, in set_texcoords()
127 const struct widepoint_stage *wide = widepoint_stage(stage); in widepoint_point()
200 struct widepoint_stage *wide = widepoint_stage(stage); in widepoint_first_point()
317 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage); in draw_wide_point_stage()