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.c328 softpipe->vbuf_backend = sp_create_vbuf_backend(softpipe); in softpipe_create_context()
329 if (!softpipe->vbuf_backend) in softpipe_create_context()
332 softpipe->vbuf = draw_vbuf_stage(softpipe->draw, softpipe->vbuf_backend); in softpipe_create_context()
337 draw_set_render(softpipe->draw, softpipe->vbuf_backend); in softpipe_create_context()
Dsp_context.h187 struct vbuf_render *vbuf_backend; member