Home
last modified time | relevance | path

Searched defs:draw_stage (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe.h56 struct draw_stage struct
60 struct draw_stage *next; /**< next stage in pipeline */ argument
66 void (*point)( struct draw_stage *, argument
69 void (*line)( struct draw_stage *, argument
72 void (*tri)( struct draw_stage *, argument
75 void (*flush)( struct draw_stage *, argument
78 void (*reset_stipple_counter)( struct draw_stage * ); argument
80 void (*destroy)( struct draw_stage * ); argument
/third_party/mesa3d/src/intel/ds/
Dintel_driver_ds.cc60 enum intel_ds_queue_stage draw_stage; member