Lines Matching refs:srcRect
514 cmd->body.srcRect.left = left; in do_surface_dirty_sou()
515 cmd->body.srcRect.right = right; in do_surface_dirty_sou()
516 cmd->body.srcRect.top = top; in do_surface_dirty_sou()
517 cmd->body.srcRect.bottom = bottom; in do_surface_dirty_sou()
1286 cmd->body.srcRect.left = left; in vmw_kms_present()
1287 cmd->body.srcRect.right = right; in vmw_kms_present()
1288 cmd->body.srcRect.top = top; in vmw_kms_present()
1289 cmd->body.srcRect.bottom = bottom; in vmw_kms_present()
1446 blits[blits_pos].body.srcRect.left = clip_x1; in vmw_kms_readback()
1447 blits[blits_pos].body.srcRect.top = clip_y1; in vmw_kms_readback()
1448 blits[blits_pos].body.srcRect.right = clip_x2; in vmw_kms_readback()
1449 blits[blits_pos].body.srcRect.bottom = clip_y2; in vmw_kms_readback()