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.c43 struct unfilled_stage { struct
56 static inline struct unfilled_stage *unfilled_stage( struct draw_stage *stage ) in unfilled_stage() argument
58 return (struct unfilled_stage *)stage; in unfilled_stage()
65 struct unfilled_stage *unfilled = unfilled_stage(stage); in inject_front_face_info()
188 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_tri()
214 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_first_tri()
255 struct unfilled_stage *unfilled = unfilled_stage(stage); in draw_unfilled_prepare_outputs()
276 struct unfilled_stage *unfilled = CALLOC_STRUCT(unfilled_stage); in draw_unfilled_stage()