Searched defs:draw_vbo (Results 1 – 8 of 8) sorted by relevance
37 void (*draw_vbo)(struct pipe_context *pipe, member
496 draw_vbo(struct draw_context *draw, in draw_vbo() function
141 void (*draw_vbo)(struct pipe_context *pipe, member
182 struct call_draw_info draw_vbo; member
470 bool (*draw_vbo)(struct fd_context *ctx, const struct pipe_draw_info *info, member
193 pipe_draw_vbo_func draw_vbo[2]; //batch changed member
546 def draw_vbo(self, info): member in Context
1244 pipe_draw_vbo_func draw_vbo[2][2][2]; member1979 pipe_draw_vbo_func draw_vbo = sctx->draw_vbo[!!sctx->shader.tes.cso] in si_select_draw_vbo() local