Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_unfilled.c42 struct unfilled_stage { struct
53 static INLINE struct unfilled_stage *unfilled_stage( struct draw_stage *stage ) in unfilled_stage() argument
55 return (struct unfilled_stage *)stage; in unfilled_stage()
136 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_tri()
162 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_first_tri()
201 struct unfilled_stage *unfilled = CALLOC_STRUCT(unfilled_stage); in draw_unfilled_stage()