Searched refs:layout_id (Results 1 – 6 of 6) sorted by relevance
310 if (!any_change && svga_render->layout_id != SVGA3D_INVALID_ID) { in svga_swtnl_update_vdecl()314 if (svga_render->layout_id != SVGA3D_INVALID_ID) { in svga_swtnl_update_vdecl()317 (svga->swc, svga_render->layout_id)); in svga_swtnl_update_vdecl()324 if (svga->state.hw_draw.layout_id == svga_render->layout_id) in svga_swtnl_update_vdecl()325 svga->state.hw_draw.layout_id = SVGA3D_INVALID_ID; in svga_swtnl_update_vdecl()328 svga_render->layout_id); in svga_swtnl_update_vdecl()331 svga_render->layout_id = in svga_swtnl_update_vdecl()335 if (svga->state.hw_draw.layout_id != svga_render->layout_id) { in svga_swtnl_update_vdecl()337 svga_render->layout_id)); in svga_swtnl_update_vdecl()338 svga->state.hw_draw.layout_id = svga_render->layout_id; in svga_swtnl_update_vdecl()
298 if (velems->id == svga->state.hw_draw.layout_id) in svga_delete_vertex_elements_state()299 svga->state.hw_draw.layout_id = SVGA3D_INVALID_ID; in svga_delete_vertex_elements_state()
46 SVGA3dElementLayoutId layout_id; /**< current element layout id */ member
120 SVGA3dElementLayoutId layout_id) in svga_hwtnl_vertex_decls() argument124 hwtnl->cmd.vdecl_layout_id = layout_id; in svga_hwtnl_vertex_decls()681 if (svga->state.hw_draw.layout_id != hwtnl->cmd.vdecl_layout_id) { in validate_vertex_buffers()688 svga->state.hw_draw.layout_id = hwtnl->cmd.vdecl_layout_id; in validate_vertex_buffers()779 if (svga->state.hw_draw.layout_id != hwtnl->cmd.vdecl_layout_id) { in validate_vertex_buffers()786 svga->state.hw_draw.layout_id = hwtnl->cmd.vdecl_layout_id; in validate_vertex_buffers()
247 svga_render->layout_id); in svga_vbuf_submit_state()397 svga_render->layout_id = SVGA3D_INVALID_ID; in svga_vbuf_render_create()
468 SVGA3dElementLayoutId layout_id; member