Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dsvga3d_reg.h1241 struct SVGA3dCopyBox { struct
1251 } SVGA3dCopyBox; argument
Dvmwgfx_kms.c262 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop()
288 box = (SVGA3dCopyBox *)&cmd[1]; in vmw_kms_cursor_snoop()
290 sizeof(SVGA3dCopyBox); in vmw_kms_cursor_snoop()
Dvmwgfx_resource.c582 SVGA3dCopyBox cb;
714 SVGA3dCopyBox *cb = &cmd->cb; in vmw_surface_dma_encode()