Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_vbuf.c52 struct vbuf_stage { struct
88 static INLINE struct vbuf_stage * argument
89 vbuf_stage( struct draw_stage *stage ) in vbuf_stage() function
92 return (struct vbuf_stage *)stage; in vbuf_stage()
96 static void vbuf_flush_vertices( struct vbuf_stage *vbuf );
97 static void vbuf_alloc_vertices( struct vbuf_stage *vbuf );
109 check_space( struct vbuf_stage *vbuf, unsigned nr ) in check_space()
130 emit_vertex( struct vbuf_stage *vbuf, in emit_vertex()
157 struct vbuf_stage *vbuf = vbuf_stage( stage ); in vbuf_tri()
172 struct vbuf_stage *vbuf = vbuf_stage( stage ); in vbuf_line()
[all …]