Home
last modified time | relevance | path

Searched refs:vdecl_layout_id (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw.c124 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()
684 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()
782 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()
H A Dsvga_draw_private.h146 SVGA3dElementLayoutId vdecl_layout_id; member

Completed in 2 milliseconds