Lines Matching refs:pSrcPixmap
506 PixmapPtr pSrcPixmap, pDstPixmap;
526 pSrcPixmap = RADEONGetDrawablePixmap(pSrcPicture->pDrawable);
528 if (pSrcPixmap->drawable.width > 2047 ||
529 pSrcPixmap->drawable.height > 2047) {
531 pSrcPixmap->drawable.width,
532 pSrcPixmap->drawable.height));
920 PixmapPtr pSrcPixmap, pDstPixmap;
942 pSrcPixmap = RADEONGetDrawablePixmap(pSrcPicture->pDrawable);
944 if (pSrcPixmap->drawable.width > 2047 ||
945 pSrcPixmap->drawable.height > 2047) {
947 pSrcPixmap->drawable.width,
948 pSrcPixmap->drawable.height));
1409 PixmapPtr pSrcPixmap, pDstPixmap;
1447 pSrcPixmap = RADEONGetDrawablePixmap(pSrcPicture->pDrawable);
1449 if (pSrcPixmap->drawable.width > max_tex_w ||
1450 pSrcPixmap->drawable.height > max_tex_h) {
1452 pSrcPixmap->drawable.width,
1453 pSrcPixmap->drawable.height));