Searched refs:dst_x2 (Results 1 – 3 of 3) sorted by relevance
103 int dst_x2 = dst_x + w; in i915_copy_blit() local136 if (dst_y2 < dst_y || dst_x2 < dst_x) { in i915_copy_blit()153 OUT_BATCH((dst_y2 << 16) | dst_x2); in i915_copy_blit()
234 int dst_x2 = dst_x + w; in intelEmitCopyBlit() local286 dst_x2 *= cpp / 2; in intelEmitCopyBlit()292 dst_x2 *= cpp / 4; in intelEmitCopyBlit()312 if (dst_y2 <= dst_y || dst_x2 <= dst_x) { in intelEmitCopyBlit()316 assert(dst_x < dst_x2); in intelEmitCopyBlit()324 OUT_BATCH((dst_y2 << 16) | dst_x2); in intelEmitCopyBlit()
591 int dst_x2 = dst_x + w; in intelEmitCopyBlit() local683 dst_x2 *= cpp / 2; in intelEmitCopyBlit()689 dst_x2 *= cpp / 4; in intelEmitCopyBlit()724 if (dst_y2 <= dst_y || dst_x2 <= dst_x) in intelEmitCopyBlit()727 assert(dst_x < dst_x2); in intelEmitCopyBlit()734 OUT_BATCH(SET_FIELD(dst_y2, BLT_Y) | SET_FIELD(dst_x2, BLT_X)); in intelEmitCopyBlit()