Home
last modified time | relevance | path

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

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A 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
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A 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
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/draw/
H A 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
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/draw/
H A 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
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A 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
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/draw/
H A 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
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A 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
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/draw/
H A 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
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/draw/
H A 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
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/draw/
H A 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
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/draw/
H A 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
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/ds/
H A Dintel_driver_ds.cc60 enum intel_ds_queue_stage draw_stage; member