Home
last modified time | relevance | path

Searched refs:layout_id (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_state.c310 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()
[all...]
H A Dsvga_swtnl_private.h46 SVGA3dElementLayoutId layout_id; /**< current element layout id */ member
H A Dsvga_pipe_vertex.c298 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()
H A Dsvga_swtnl_backend.c247 svga_render->layout_id); in svga_vbuf_submit_state()
397 svga_render->layout_id = SVGA3D_INVALID_ID; in svga_vbuf_render_create()
H A Dsvga_draw.c120 SVGA3dElementLayoutId layout_id) in svga_hwtnl_vertex_decls()
124 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()
116 svga_hwtnl_vertex_decls(struct svga_hwtnl *hwtnl, unsigned count, const SVGA3dVertexDecl * decls, const unsigned *buffer_indexes, SVGA3dElementLayoutId layout_id) svga_hwtnl_vertex_decls() argument
H A Dsvga_context.h468 SVGA3dElementLayoutId layout_id; member

Completed in 7 milliseconds