HomeSort by relevance Sort by last modified time
    Searched refs:layout_id (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_state.c 306 if (!any_change && svga_render->layout_id != SVGA3D_INVALID_ID) {
310 if (svga_render->layout_id != SVGA3D_INVALID_ID) {
313 svga_render->layout_id);
317 svga_render->layout_id);
326 if (svga->state.hw_draw.layout_id == svga_render->layout_id)
327 svga->state.hw_draw.layout_id = SVGA3D_INVALID_ID;
330 svga_render->layout_id);
333 svga_render->layout_id =
337 if (svga->state.hw_draw.layout_id != svga_render->layout_id)
    [all...]
svga_swtnl_private.h 46 SVGA3dElementLayoutId layout_id; /**< current element layout id */ member in struct:svga_vbuf_render
svga_pipe_vertex.c 315 if (velems->id == svga->state.hw_draw.layout_id)
316 svga->state.hw_draw.layout_id = SVGA3D_INVALID_ID;
svga_swtnl_backend.c 243 svga_render->layout_id);
416 svga_render->layout_id = SVGA3D_INVALID_ID;
svga_draw.c 119 SVGA3dElementLayoutId layout_id)
123 hwtnl->cmd.vdecl_layout_id = layout_id;
549 if (svga->state.hw_draw.layout_id != hwtnl->cmd.vdecl_layout_id) {
555 svga->state.hw_draw.layout_id = hwtnl->cmd.vdecl_layout_id;
svga_context.h 376 SVGA3dElementLayoutId layout_id; member in struct:svga_hw_draw_state

Completed in 432 milliseconds