Home
last modified time | relevance | path

Searched defs:draw_vbo (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_render_stencilref.c37 void (*draw_vbo)(struct pipe_context *pipe, member
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c496 draw_vbo(struct draw_context *draw, in draw_vbo() function
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h141 void (*draw_vbo)(struct pipe_context *pipe, member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_pipe.h182 struct call_draw_info draw_vbo; member
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h470 bool (*draw_vbo)(struct fd_context *ctx, const struct pipe_draw_info *info, member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.h193 pipe_draw_vbo_func draw_vbo[2]; //batch changed member
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py546 def draw_vbo(self, info): member in Context
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h1244 pipe_draw_vbo_func draw_vbo[2][2][2]; member
1979 pipe_draw_vbo_func draw_vbo = sctx->draw_vbo[!!sctx->shader.tes.cso] in si_select_draw_vbo() local