Lines Matching refs:box

1215 	struct SVGA3dCopyBox *box = cmd;  in vmw_stdu_bo_populate_clip()  local
1217 box->srcx = fb_x; in vmw_stdu_bo_populate_clip()
1218 box->srcy = fb_y; in vmw_stdu_bo_populate_clip()
1219 box->srcz = 0; in vmw_stdu_bo_populate_clip()
1220 box->x = clip->x1; in vmw_stdu_bo_populate_clip()
1221 box->y = clip->y1; in vmw_stdu_bo_populate_clip()
1222 box->z = 0; in vmw_stdu_bo_populate_clip()
1223 box->w = drm_rect_width(clip); in vmw_stdu_bo_populate_clip()
1224 box->h = drm_rect_height(clip); in vmw_stdu_bo_populate_clip()
1225 box->d = 1; in vmw_stdu_bo_populate_clip()
1227 return sizeof(*box); in vmw_stdu_bo_populate_clip()
1312 SVGA3dBox *box = &cmd_img->body.box; in vmw_stdu_bo_populate_update_cpu() local
1320 box->x = diff.rect.x1; in vmw_stdu_bo_populate_update_cpu()
1321 box->y = diff.rect.y1; in vmw_stdu_bo_populate_update_cpu()
1322 box->z = 0; in vmw_stdu_bo_populate_update_cpu()
1323 box->w = drm_rect_width(&diff.rect); in vmw_stdu_bo_populate_update_cpu()
1324 box->h = drm_rect_height(&diff.rect); in vmw_stdu_bo_populate_update_cpu()
1325 box->d = 1; in vmw_stdu_bo_populate_update_cpu()
1441 SVGA3dBox *box = &cmd_update->body.box; in vmw_stdu_surface_update_proxy() local
1449 box->x = clip.x1; in vmw_stdu_surface_update_proxy()
1450 box->y = clip.y1; in vmw_stdu_surface_update_proxy()
1451 box->z = 0; in vmw_stdu_surface_update_proxy()
1452 box->w = drm_rect_width(&clip); in vmw_stdu_surface_update_proxy()
1453 box->h = drm_rect_height(&clip); in vmw_stdu_surface_update_proxy()
1454 box->d = 1; in vmw_stdu_surface_update_proxy()
1488 struct SVGA3dCopyBox *box = cmd; in vmw_stdu_surface_populate_clip() local
1490 box->srcx = fb_x; in vmw_stdu_surface_populate_clip()
1491 box->srcy = fb_y; in vmw_stdu_surface_populate_clip()
1492 box->srcz = 0; in vmw_stdu_surface_populate_clip()
1493 box->x = clip->x1; in vmw_stdu_surface_populate_clip()
1494 box->y = clip->y1; in vmw_stdu_surface_populate_clip()
1495 box->z = 0; in vmw_stdu_surface_populate_clip()
1496 box->w = drm_rect_width(clip); in vmw_stdu_surface_populate_clip()
1497 box->h = drm_rect_height(clip); in vmw_stdu_surface_populate_clip()
1498 box->d = 1; in vmw_stdu_surface_populate_clip()
1500 return sizeof(*box); in vmw_stdu_surface_populate_clip()