Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_line.c40 struct wideline_stage { struct
48 static INLINE struct wideline_stage *wideline_stage( struct draw_stage *stage ) in wideline_stage() argument
50 return (struct wideline_stage *)stage; in wideline_stage()
204 struct wideline_stage *wide = CALLOC_STRUCT(wideline_stage); in draw_wide_line_stage()