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()
111 svga->swtnl.new_vdecl = TRUE; in svga_vbuf_render_allocate_vertices()
119 if (svga->swtnl.new_vdecl) in svga_vbuf_render_allocate_vertices()
224 if (!svga->swtnl.new_vdecl) in svga_vbuf_submit_state()
275 svga->swtnl.new_vdecl = FALSE; in svga_vbuf_submit_state()
Dsvga_state_need_swtnl.c192 svga->swtnl.new_vdecl = TRUE; in update_need_swtnl()
Dsvga_swtnl_state.c340 svga->swtnl.new_vdecl = TRUE; in svga_swtnl_update_vdecl()
Dsvga_context.h499 boolean new_vdecl; member