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.c51 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);
101 check_space(struct vbuf_stage *vbuf, unsigned nr) in check_space()
119 emit_vertex(struct vbuf_stage *vbuf, struct vertex_header *vertex) in emit_vertex()
144 struct vbuf_stage *vbuf = vbuf_stage(stage); in vbuf_tri()
158 struct vbuf_stage *vbuf = vbuf_stage(stage); in vbuf_line()
[all …]