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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_swtnl_state.c311 if (!any_change && svga_render->layout_id != SVGA3D_INVALID_ID) {
315 if (svga_render->layout_id != SVGA3D_INVALID_ID) {
318 svga_render->layout_id);
322 svga_render->layout_id);
331 if (svga->state.hw_draw.layout_id == svga_render->layout_id)
332 svga->state.hw_draw.layout_id = SVGA3D_INVALID_ID;
335 svga_render->layout_id);
338 svga_render->layout_id =
342 if (svga->state.hw_draw.layout_id !
[all...]
H A Dsvga_swtnl_private.h46 SVGA3dElementLayoutId layout_id; /**< current element layout id */ member in struct:svga_vbuf_render
H A Dsvga_pipe_vertex.c307 if (velems->id == svga->state.hw_draw.layout_id)
308 svga->state.hw_draw.layout_id = SVGA3D_INVALID_ID;
H A Dsvga_swtnl_backend.c248 svga_render->layout_id);
427 svga_render->layout_id = SVGA3D_INVALID_ID;
H A Dsvga_draw.c120 SVGA3dElementLayoutId layout_id)
124 hwtnl->cmd.vdecl_layout_id = layout_id;
551 if (svga->state.hw_draw.layout_id != hwtnl->cmd.vdecl_layout_id) {
558 svga->state.hw_draw.layout_id = hwtnl->cmd.vdecl_layout_id;
116 svga_hwtnl_vertex_decls(struct svga_hwtnl * hwtnl,unsigned count,const SVGA3dVertexDecl * decls,const unsigned * buffer_indexes,SVGA3dElementLayoutId layout_id) argument
H A Dsvga_context.h385 SVGA3dElementLayoutId layout_id; member in struct:svga_hw_draw_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_swtnl_state.c303 if (!any_change && svga_render->layout_id != SVGA3D_INVALID_ID) {
307 if (svga_render->layout_id != SVGA3D_INVALID_ID) {
310 (svga->swc, svga_render->layout_id));
317 if (svga->state.hw_draw.layout_id == svga_render->layout_id)
318 svga->state.hw_draw.layout_id = SVGA3D_INVALID_ID;
321 svga_render->layout_id);
324 svga_render->layout_id =
328 if (svga->state.hw_draw.layout_id != svga_render->layout_id) {
[all...]
H A Dsvga_swtnl_private.h46 SVGA3dElementLayoutId layout_id; /**< current element layout id */ member in struct:svga_vbuf_render
H A Dsvga_pipe_vertex.c298 if (velems->id == svga->state.hw_draw.layout_id)
299 svga->state.hw_draw.layout_id = SVGA3D_INVALID_ID;
H A Dsvga_swtnl_backend.c247 svga_render->layout_id);
397 svga_render->layout_id = SVGA3D_INVALID_ID;
H A Dsvga_draw.c120 SVGA3dElementLayoutId layout_id)
124 hwtnl->cmd.vdecl_layout_id = layout_id;
594 if (svga->state.hw_draw.layout_id != hwtnl->cmd.vdecl_layout_id) {
601 svga->state.hw_draw.layout_id = hwtnl->cmd.vdecl_layout_id;
116 svga_hwtnl_vertex_decls(struct svga_hwtnl * hwtnl,unsigned count,const SVGA3dVertexDecl * decls,const unsigned * buffer_indexes,SVGA3dElementLayoutId layout_id) argument
H A Dsvga_context.h420 SVGA3dElementLayoutId layout_id; member in struct:svga_hw_draw_state

Completed in 14 milliseconds