Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c530 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1]; in vmw_stdu_bo_clip()
567 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1]; in vmw_stdu_bo_fifo_commit()
783 num_clips * sizeof(SVGA3dCopyBox) + in vmw_kms_stdu_dma()
822 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1]; in vmw_kms_stdu_surface_clip()
860 size_t blit_size = sizeof(SVGA3dCopyBox) * dirty->num_hits; in vmw_kms_stdu_surface_fifo_commit()
869 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1]; in vmw_kms_stdu_surface_fifo_commit()
946 sizeof(SVGA3dCopyBox) * num_clips + in vmw_kms_stdu_surface_dirty()
Dvmwgfx_surface.c141 SVGA3dCopyBox cb;
283 SVGA3dCopyBox *cb = &cmd->cb; in vmw_surface_dma_encode()
Dvmwgfx_kms.c149 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop()
175 box = (SVGA3dCopyBox *)&cmd[1]; in vmw_kms_cursor_snoop()
177 sizeof(SVGA3dCopyBox); in vmw_kms_cursor_snoop()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_dx.h618 SVGA3dCopyBox box;
815 SVGA3dCopyBox box;
Dsvga3d_types.h78 struct SVGA3dCopyBox { struct
90 SVGA3dCopyBox; argument
Dsvga3d_cmd.h501 SVGA3dCopyBox box;