Searched refs:front_pixmap (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddri2.c540 PixmapPtr front_pixmap; local in function:can_exchange
566 front_pixmap = front_priv->pixmap;
568 if (front_pixmap->drawable.width != back_pixmap->drawable.width)
571 if (front_pixmap->drawable.height != back_pixmap->drawable.height)
574 if (front_pixmap->drawable.bitsPerPixel !=
578 if (front_pixmap->devKind != back_pixmap->devKind)
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_dri.c837 PixmapPtr front_pixmap = front_priv->pixmap; local in function:can_exchange
839 struct intel_uxa_pixmap *front_intel = intel_uxa_get_pixmap_private(front_pixmap);
857 if (front_pixmap->drawable.width != back_pixmap->drawable.width)
860 if (front_pixmap->drawable.height != back_pixmap->drawable.height)
865 if (front_pixmap->drawable.depth != back_pixmap->drawable.depth)
868 if (front_pixmap->drawable.bitsPerPixel != back_pixmap->drawable.bitsPerPixel)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_dri.c847 PixmapPtr front_pixmap = front_priv->pixmap; local in function:can_exchange
849 struct intel_uxa_pixmap *front_intel = intel_uxa_get_pixmap_private(front_pixmap);
867 if (front_pixmap->drawable.width != back_pixmap->drawable.width)
870 if (front_pixmap->drawable.height != back_pixmap->drawable.height)
875 if (front_pixmap->drawable.depth != back_pixmap->drawable.depth)
878 if (front_pixmap->drawable.bitsPerPixel != back_pixmap->drawable.bitsPerPixel)
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_dri2.c576 PixmapPtr front_pixmap; local in function:can_exchange
582 front_pixmap = front_priv->pixmap;
584 if (front_pixmap->drawable.width != back_pixmap->drawable.width)
587 if (front_pixmap->drawable.height != back_pixmap->drawable.height)
590 if (front_pixmap->drawable.bitsPerPixel !=
594 if (front_pixmap->devKind != back_pixmap->devKind)
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri2.c710 PixmapPtr front_pixmap; local in function:can_exchange
724 front_pixmap = front_priv->pixmap;
726 if (front_pixmap->drawable.width != back_pixmap->drawable.width)
729 if (front_pixmap->drawable.height != back_pixmap->drawable.height)
732 if (front_pixmap->drawable.bitsPerPixel != back_pixmap->drawable.bitsPerPixel)
735 if (front_pixmap->devKind != back_pixmap->devKind)
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_dri2.c677 PixmapPtr front_pixmap; local in function:can_exchange
683 front_pixmap = front_priv->pixmap;
685 if (front_pixmap->drawable.width != back_pixmap->drawable.width)
688 if (front_pixmap->drawable.height != back_pixmap->drawable.height)
691 if (front_pixmap->drawable.bitsPerPixel != back_pixmap->drawable.bitsPerPixel)
694 if (front_pixmap->devKind != back_pixmap->devKind)

Completed in 18 milliseconds