Home | History | Annotate | Download | only in sna

Lines Matching refs:replaces

3701 		DBG(("%s: pinned, never REPLACES\n", __FUNCTION__));
3702 flags &= ~REPLACES;
3720 (flags & (REPLACES | IGNORE_DAMAGE) || !priv->gpu_damage || !kgem_bo_is_busy(priv->gpu_bo))) {
3835 if (flags & REPLACES || box_covers_pixmap(pixmap, &region.extents)) {
4705 bool replaces)
4707 if (priv->shm || (priv->cpu && !replaces))
4726 bool replaces)
4730 if (!can_create_upload_tiled_x(sna, pixmap, priv, replaces))
4878 bool replaces;
4891 replaces = region_subsumes_pixmap(region, pixmap);
4893 DBG(("%s: bo? %d, can map? %d, replaces? %d\n", __FUNCTION__,
4896 replaces));
4909 if (priv->gpu_bo && replaces) {
4925 (priv->move_to_gpu && !sna_pixmap_discard_shadow_damage(priv, replaces ? NULL : region))) {
5033 if (replaces) {
6102 int alu, bool replaces)
6119 if (!replaces && __kgem_bo_is_busy(&sna->kgem, bo)) {
6156 bool replaces)
6304 if (replaces && !dst_priv->pinned) {
6473 bool replaces;
6517 replaces = n == 1 &&
6524 DBG(("%s: dst=(priv=%p, gpu_bo=%d, cpu_bo=%d), src=(priv=%p, gpu_bo=%d, cpu_bo=%d), replaces=%d\n",
6532 replaces));
6560 if (replaces) {
6562 hint |= REPLACES | IGNORE_DAMAGE;
6588 if (replaces && UNDO)
6601 if (replaces && bo == dst_priv->gpu_bo) {
6639 if (replaces && UNDO)
6642 if (replaces &&
6690 if (replaces && UNDO)
6710 if (use_shm_bo(sna, bo, src_priv, alu, replaces && !dst_priv->pinned)) {
6728 if (replaces && UNDO)
6881 if (!dst_priv->pinned && replaces) {
6910 if (replaces) {
6956 replaces)) {
15104 hint |= REPLACES;
15113 (hint & REPLACES ||
15141 if (hint & REPLACES && UNDO)