Searched refs:vbuf_backend (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.c302 softpipe->vbuf_backend = sp_create_vbuf_backend(softpipe);
303 if (!softpipe->vbuf_backend)
306 softpipe->vbuf = draw_vbuf_stage(softpipe->draw, softpipe->vbuf_backend);
311 draw_set_render(softpipe->draw, softpipe->vbuf_backend);
H A Dsp_context.h170 struct vbuf_render *vbuf_backend; member in struct:softpipe_context

Completed in 121 milliseconds