Lines Matching refs:pSrcPixmap
467 PixmapPtr pSrcPixmap, pDstPixmap;
487 pSrcPixmap = RADEONGetDrawablePixmap(pSrcPicture->pDrawable);
489 if (pSrcPixmap->drawable.width > 2048 ||
490 pSrcPixmap->drawable.height > 2048) {
492 pSrcPixmap->drawable.width,
493 pSrcPixmap->drawable.height));
864 PixmapPtr pSrcPixmap, pDstPixmap;
886 pSrcPixmap = RADEONGetDrawablePixmap(pSrcPicture->pDrawable);
888 if (pSrcPixmap->drawable.width > 2048 ||
889 pSrcPixmap->drawable.height > 2048) {
891 pSrcPixmap->drawable.width,
892 pSrcPixmap->drawable.height));
1337 PixmapPtr pSrcPixmap, pDstPixmap;
1375 pSrcPixmap = RADEONGetDrawablePixmap(pSrcPicture->pDrawable);
1377 if (pSrcPixmap->drawable.width > max_tex_w ||
1378 pSrcPixmap->drawable.height > max_tex_h) {
1380 pSrcPixmap->drawable.width,
1381 pSrcPixmap->drawable.height));