Lines Matching defs:pDstPicture
786 static Bool R600GetDestFormat(PicturePtr pDstPicture, uint32_t *dst_format)
788 switch (pDstPicture->format) {
815 (int)pDstPicture->format));
1118 PicturePtr pDstPicture)
1137 if (!R600CheckCompositeTexture(pSrcPicture, pDstPicture, op, 0))
1142 pDstPixmap = RADEONGetDrawablePixmap(pDstPicture->pDrawable);
1182 if (!R600CheckCompositeTexture(pMaskPicture, pDstPicture, op, 1))
1188 if (!R600GetDestFormat(pDstPicture, &tmp1))
1329 PicturePtr pMaskPicture, PicturePtr pDstPicture,
1406 if (!R600GetDestFormat(pDstPicture, &dst_format))
1480 switch (pDstPicture->format) {
1509 cb_conf.blendcntl = R600GetBlendCntl(op, pMaskPicture, pDstPicture->format);
1559 accel_state->dst_pic = pDstPicture;