Lines Matching refs:can_blt
235 bool can_blt;
267 can_blt = kgem_bo_can_blt(kgem, src_bo) &&
276 if (can_blt)
277 can_blt = (box[n].x2 - box[n].x1) * dst->drawable.bitsPerPixel < 8 * (MAXSHORT - 4);
291 if (!can_blt || kgem->ring == KGEM_RENDER ||
821 bool can_blt;
835 can_blt = kgem_bo_can_blt(kgem, dst_bo) &&
844 if (can_blt)
845 can_blt = (box[n].x2 - box[n].x1) * dst->drawable.bitsPerPixel < 8 * (MAXSHORT - 4);
854 if (!can_blt || kgem->ring == KGEM_RENDER ||
1321 bool can_blt;
1339 can_blt = kgem_bo_can_blt(kgem, dst_bo) &&
1348 if (can_blt)
1349 can_blt = (box[n].x2 - box[n].x1) * dst->drawable.bitsPerPixel < 8 * (MAXSHORT - 4);
1358 if (!can_blt || kgem->ring == KGEM_RENDER ||