Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c459 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1]; in vmw_stdu_bo_clip()
496 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1]; in vmw_stdu_bo_fifo_commit()
713 num_clips * sizeof(SVGA3dCopyBox) + in vmw_kms_stdu_dma()
756 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1]; in vmw_kms_stdu_surface_clip()
794 size_t blit_size = sizeof(SVGA3dCopyBox) * dirty->num_hits; in vmw_kms_stdu_surface_fifo_commit()
803 struct SVGA3dCopyBox *blit = (struct SVGA3dCopyBox *) &cmd[1]; in vmw_kms_stdu_surface_fifo_commit()
886 sizeof(SVGA3dCopyBox) * num_clips + in vmw_kms_stdu_surface_dirty()
1175 return sizeof(struct vmw_stdu_dma) + sizeof(SVGA3dCopyBox) * num_hits + in vmw_stdu_bo_fifo_size()
1199 sizeof(struct SVGA3dCopyBox) * num_hits + in vmw_stdu_bo_populate_dma()
1215 struct SVGA3dCopyBox *box = cmd; in vmw_stdu_bo_populate_clip()
[all …]
Dvmwgfx_kms.c152 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop()
178 box = (SVGA3dCopyBox *)&cmd[1]; in vmw_kms_cursor_snoop()
180 sizeof(SVGA3dCopyBox); in vmw_kms_cursor_snoop()
Dvmwgfx_surface.c171 SVGA3dCopyBox cb;
314 SVGA3dCopyBox *cb = &cmd->cb; in vmw_surface_dma_encode()
/Linux-v5.10/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_types.h78 struct SVGA3dCopyBox { struct
90 SVGA3dCopyBox; argument
Dsvga3d_dx.h705 SVGA3dCopyBox box;
927 SVGA3dCopyBox box;
Dsvga3d_cmd.h537 SVGA3dCopyBox box;