Lines Matching defs:blt
636 * more flexible than the BLT. So on gen2/3, prefer to
637 * keep large objects accessible through the BLT.
5301 DBG(("%s: flushing BLT operation on empty ring\n",
8240 DBG(("%s: trying solid fill [alu=%d, pixel=%08lx] blt paths\n",
9119 DBG(("%s: trying solid fill [%08lx] blt paths\n",
9600 DBG(("%s: blt (%d, %d), (%d, %d)\n",
9659 DBG(("%s: blt (%d, %d), (%d, %d)\n",
9717 DBG(("%s: blt (%d, %d), (%d, %d)\n",
9766 bool clip, blt = true;
9780 if (blt)
9781 blt &= pt->x == 0 || pt->y == 0;
9789 if (blt) {
9790 blt &= pt->x == x || pt->y == y;
9821 return 1 | blt << 2 | clip << 1;
10857 DBG(("%s: trying blt solid fill [%08x, flags=%x] paths\n",
11154 DBG(("%s: blt (%d, %d), (%d, %d)\n",
11621 DBG(("%s: trying blt solid fill [%08lx] paths\n",
11941 DBG(("%s: unsupported blt\n", __FUNCTION__));
12989 * Also we can do the lg2 reduction for BLT and use repeat modes for
12998 DBG(("%s: have 8x8 tile, using BLT fast path\n", __FUNCTION__));
13041 DBG(("%s: unsupported blt\n", __FUNCTION__));
13084 copy.blt(sna, ©,
13149 copy.blt(sna, ©,
13228 copy.blt(sna, ©,
15145 DBG(("%s: solid fill [%08x], testing for blt\n",
15154 DBG(("%s: tiled fill, testing for blt\n", __FUNCTION__));
15161 DBG(("%s: stippled fill, testing for blt\n", __FUNCTION__));
18130 return strcasecmp(s, "blt") == 0;