Home | History | Annotate | Download | only in sna

Lines Matching defs:hint

798 	unsigned hint;
975 hint = can_render(sna) ? PREFER_GPU : 0;
998 hint |= IGNORE_DAMAGE;
1000 hint |= REPLACES;
1002 (hint & REPLACES ||
1013 if (hint & REPLACES ||
1023 DBG(("%s: dropping last-cpu hint\n", __FUNCTION__));
1028 bo = sna_drawable_use_bo(&pixmap->drawable, hint,
1034 if (hint & REPLACES)
1119 hint = MOVE_WRITE;
1121 hint = MOVE_WRITE | MOVE_READ;
1122 if (!sna_drawable_move_region_to_cpu(&pixmap->drawable, &region, hint))
1126 !sna_drawable_move_to_cpu(dst->alphaMap->pDrawable, hint))