Home
last modified time | relevance | path

Searched refs:SVGA3dBox (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h478 SVGA3dBox boxSrc;
479 SVGA3dBox boxDest;
487 SVGA3dBox boxSrc;
488 SVGA3dBox boxDest;
879 SVGA3dBox srcBox;
881 SVGA3dBox clipBox;
891 SVGA3dBox srcBox;
893 SVGA3dBox clipBox;
913 SVGA3dBox srcBox;
915 SVGA3dBox clipBox;
[all …]
H A Dsvga3d_dx.h615 SVGA3dBox destBox;
618 SVGA3dBox srcBox;
626 SVGA3dBox destBox;
629 SVGA3dBox srcBox;
708 SVGA3dBox boxSrc;
709 SVGA3dBox boxDest;
724 SVGA3dBox box;
750 SVGA3dBox destBox;
762 SVGA3dBox srcBox;
779 SVGA3dBox destBox;
H A Dsvga3d_types.h108 } SVGA3dBox; typedef
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c77 SVGA3dBox boxes[] __counted_by(num_subres);
1795 SVGA3dBox *box = &dirty->boxes[loc_start->sub_resource]; in vmw_subres_dirty_add()
1843 SVGA3dBox *box = &dirty->boxes[subres]; in vmw_subres_dirty_full()
1915 SVGA3dBox *box = &dirty->boxes[0]; in vmw_surface_buf_dirty_range_add()
1969 const SVGA3dBox *box = &dirty->boxes[i]; in vmw_surface_dirty_sync()
1987 const SVGA3dBox *box = &dirty->boxes[i]; in vmw_surface_dirty_sync()
H A Dvmwgfx_stdu.c1205 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu()