Lines Matching defs:pDstPicture
716 static Bool EVERGREENGetDestFormat(PicturePtr pDstPicture, uint32_t *dst_format)
718 switch (pDstPicture->format) {
741 (int)pDstPicture->format));
1057 PicturePtr pDstPicture)
1076 if (!EVERGREENCheckCompositeTexture(pSrcPicture, pDstPicture, op, 0))
1081 pDstPixmap = RADEONGetDrawablePixmap(pDstPicture->pDrawable);
1116 if (!EVERGREENCheckCompositeTexture(pMaskPicture, pDstPicture, op, 1))
1122 if (!EVERGREENGetDestFormat(pDstPicture, &tmp1))
1130 PicturePtr pMaskPicture, PicturePtr pDstPicture,
1226 if (!EVERGREENGetDestFormat(pDstPicture, &dst_format))
1297 switch (pDstPicture->format) {
1324 cb_conf.blendcntl = EVERGREENGetBlendCntl(op, pMaskPicture, pDstPicture->format);
1370 accel_state->dst_pic = pDstPicture;