Home
last modified time | relevance | path

Searched refs:new_vdecl (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_backend.c75 svga->swtnl.new_vdecl = TRUE; in svga_vbuf_render_allocate_vertices()
108 svga->swtnl.new_vdecl = TRUE; in svga_vbuf_render_allocate_vertices()
116 if (svga->swtnl.new_vdecl) in svga_vbuf_render_allocate_vertices()
217 if (!svga->swtnl.new_vdecl) in svga_vbuf_submit_state()
271 svga->swtnl.new_vdecl = FALSE; in svga_vbuf_submit_state()
Dsvga_state_need_swtnl.c191 svga->swtnl.new_vdecl = TRUE; in update_need_swtnl()
Dsvga_swtnl_state.c355 svga->swtnl.new_vdecl = TRUE; in svga_swtnl_update_vdecl()
Dsvga_context.h456 boolean new_vdecl; member