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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_context.c322 softpipe->vbuf_backend = sp_create_vbuf_backend(softpipe);
323 if (!softpipe->vbuf_backend)
326 softpipe->vbuf = draw_vbuf_stage(softpipe->draw, softpipe->vbuf_backend);
331 draw_set_render(softpipe->draw, softpipe->vbuf_backend);
H A Dsp_context.h187 struct vbuf_render *vbuf_backend; member in struct:softpipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_context.c328 softpipe->vbuf_backend = sp_create_vbuf_backend(softpipe);
329 if (!softpipe->vbuf_backend)
332 softpipe->vbuf = draw_vbuf_stage(softpipe->draw, softpipe->vbuf_backend);
337 draw_set_render(softpipe->draw, softpipe->vbuf_backend);
H A Dsp_context.h187 struct vbuf_render *vbuf_backend; member in struct:softpipe_context

Completed in 6 milliseconds