Home
last modified time | relevance | path

Searched refs:SVGA3dCopyBox (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c624 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1]; in vmw_kms_stdu_surface_clip()
662 size_t blit_size = sizeof(SVGA3dCopyBox) * dirty->num_hits; in vmw_kms_stdu_surface_fifo_commit()
671 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1]; in vmw_kms_stdu_surface_fifo_commit()
754 sizeof(SVGA3dCopyBox) * num_clips + in vmw_kms_stdu_surface_dirty()
1263 size += sizeof(struct vmw_stdu_surface_copy) + sizeof(SVGA3dCopyBox) * in vmw_stdu_surface_fifo_size()
1322 cmd_copy->header.size = sizeof(cmd_copy->body) + sizeof(SVGA3dCopyBox) * in vmw_stdu_surface_populate_copy()
1335 struct SVGA3dCopyBox *box = cmd; in vmw_stdu_surface_populate_clip()
H A Dvmwgfx_kms.c371 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop()
400 box = (SVGA3dCopyBox *)&cmd[1]; in vmw_kms_cursor_snoop()
402 sizeof(SVGA3dCopyBox); in vmw_kms_cursor_snoop()
H A Dvmwgfx_surface.c168 SVGA3dCopyBox cb;
311 SVGA3dCopyBox *cb = &cmd->cb; in vmw_surface_dma_encode()
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_types.h78 typedef struct SVGA3dCopyBox { struct
88 } SVGA3dCopyBox; typedef
H A Dsvga3d_dx.h587 SVGA3dCopyBox box;
597 SVGA3dCopyBox box;
787 SVGA3dCopyBox box;
H A Dsvga3d_cmd.h463 SVGA3dCopyBox box;