Lines Matching defs:hint
802 unsigned hint;
988 hint = can_render(sna) ? PREFER_GPU : 0;
1017 hint |= IGNORE_DAMAGE;
1019 hint |= REPLACES;
1021 (hint & REPLACES ||
1032 if (hint & REPLACES ||
1042 DBG(("%s: dropping last-cpu hint\n", __FUNCTION__));
1047 bo = sna_drawable_use_bo(&pixmap->drawable, hint,
1053 if (hint & REPLACES)
1138 hint = MOVE_WRITE;
1140 hint = MOVE_WRITE | MOVE_READ;
1141 if (!sna_drawable_move_region_to_cpu(&pixmap->drawable, ®ion, hint))
1145 !sna_drawable_move_to_cpu(dst->alphaMap->pDrawable, hint))