Lines Matching defs:pDstPicture
870 static Bool R600GetDestFormat(PicturePtr pDstPicture, uint32_t *dst_format)
872 switch (pDstPicture->format) {
895 (int)pDstPicture->format));
1199 PicturePtr pDstPicture)
1218 if (!R600CheckCompositeTexture(pSrcPicture, pDstPicture, op, 0))
1223 pDstPixmap = RADEONGetDrawablePixmap(pDstPicture->pDrawable);
1258 if (!R600CheckCompositeTexture(pMaskPicture, pDstPicture, op, 1))
1264 if (!R600GetDestFormat(pDstPicture, &tmp1))
1272 PicturePtr pMaskPicture, PicturePtr pDstPicture,
1386 if (!R600GetDestFormat(pDstPicture, &dst_format))
1456 switch (pDstPicture->format) {
1483 cb_conf.blendcntl = R600GetBlendCntl(op, pMaskPicture, pDstPicture->format);
1512 accel_state->dst_pic = pDstPicture;