Searched refs:x_in_bytes (Results 1 – 1 of 1) sorted by relevance
469 int x_in_bytes; in vmw_external_bo_copy() local503 x_in_bytes = (dst_offset % dst_stride); in vmw_external_bo_copy()504 diff->rect.x1 = x_in_bytes / diff->cpp; in vmw_external_bo_copy()505 diff->rect.y1 = ((dst_offset - x_in_bytes) / dst_stride); in vmw_external_bo_copy()