Home
last modified time | relevance | path

Searched refs:new_vbuf (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_backend.c67 boolean new_vbuf = FALSE; in svga_vbuf_render_allocate_vertices() local
74 if (svga->swtnl.new_vbuf) in svga_vbuf_render_allocate_vertices()
75 new_ibuf = new_vbuf = TRUE; in svga_vbuf_render_allocate_vertices()
76 svga->swtnl.new_vbuf = FALSE; in svga_vbuf_render_allocate_vertices()
79 new_vbuf = TRUE; in svga_vbuf_render_allocate_vertices()
81 if (new_vbuf) in svga_vbuf_render_allocate_vertices()
192 svga->swtnl.new_vbuf = TRUE; in svga_vbuf_submit_state()
249 svga->swtnl.new_vbuf = TRUE; in svga_vbuf_render_draw_arrays()
311 svga->swtnl.new_vbuf = TRUE; in svga_vbuf_render_draw_elements()
Dsvga_swtnl_draw.c61 svga->swtnl.new_vbuf = TRUE; in svga_swtnl_draw_vbo()
Dsvga_context.h336 boolean new_vbuf; member