Searched refs:vbuf_stage (Results 1 – 1 of 1) sorted by relevance
51 struct vbuf_stage { struct88 static inline struct vbuf_stage * argument89 vbuf_stage(struct draw_stage *stage) in vbuf_stage() function92 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 …]