Lines Matching refs:blt
195 DBG(("%s: rect[%d] = (%d, %d)x(%d,%d), tile=(%d,%d)x(%d, %d), blt=(%d,%d),(%d,%d), delta=(%d,%d)\n",
217 tmp.blt(sna, &tmp, &rr);
319 tmp->blt = sna_tiling_composite_blt;
438 DBG(("%s: rect[%d] = (%d, %d)x(%d,%d), tile=(%d,%d)x(%d, %d), blt=(%d,%d),(%d,%d)\n",
495 DBG(("%s: rect[%d] = (%d, %d)x(%d,%d), tile=(%d,%d)x(%d, %d), blt=(%d,%d),(%d,%d)\n",
730 src_x = r->src.x - x1 + op->u.blt.sx;
731 src_y = r->src.y - y1 + op->u.blt.sy;
755 op->u.blt.bpp,
767 op->src.bo, op->u.blt.sx, op->u.blt.sy,
769 op->u.blt.bpp,
780 op->src.bo, op->u.blt.sx, op->u.blt.sy,
782 op->u.blt.bpp,
802 DBG(("%s: tiling blt fail: src?=%d, dst?=%d\n",
921 src_x = r->src.x - x1 + op->u.blt.sx;
922 src_y = r->src.y - y1 + op->u.blt.sy;
946 op->u.blt.bpp, op->u.blt.pixel,
958 op->src.bo, op->u.blt.sx, op->u.blt.sy,
960 op->u.blt.bpp, op->u.blt.pixel,
971 op->src.bo, op->u.blt.sx, op->u.blt.sy,
973 op->u.blt.bpp, op->u.blt.pixel,
995 op->u.blt.bpp = bpp;
996 op->u.blt.pixel = alpha_fixup;
999 op->blt = tiling_blt__with_alpha;
1003 op->blt = tiling_blt;
1029 DBG(("%s: tiling blt fail: src?=%d, dst?=%d\n",