Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c322 softpipe->vbuf_backend = sp_create_vbuf_backend(softpipe); in softpipe_create_context()
323 if (!softpipe->vbuf_backend) in softpipe_create_context()
326 softpipe->vbuf = draw_vbuf_stage(softpipe->draw, softpipe->vbuf_backend); in softpipe_create_context()
331 draw_set_render(softpipe->draw, softpipe->vbuf_backend); in softpipe_create_context()
Dsp_context.h187 struct vbuf_render *vbuf_backend; member