Searched refs:pDstPicture (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_composite.c | 72 PicturePtr pDstPicture) in blend_for_op() argument 91 if (pDstPicture && in blend_for_op() 92 PICT_FORMAT_A(pDstPicture->format) == 0 && blend->alpha_dst) { in blend_for_op() 175 PicturePtr pDstPicture) in xorg_composite_accelerated() argument 177 ScreenPtr pScreen = pDstPicture->pDrawable->pScreen; in xorg_composite_accelerated() 193 pSrcPicture, pMaskPicture, pDstPicture)) { in xorg_composite_accelerated() 213 PicturePtr pDstPicture) in bind_blend_state() argument 218 blend_for_op(&blend_opt, op, pSrcPicture, pMaskPicture, pDstPicture); in bind_blend_state() 234 PicturePtr pDstPicture) in picture_format_fixups() argument 244 else if (pDstPicture->format != PICT_a8) { in picture_format_fixups() [all …]
|
D | xorg_composite.h | 9 PicturePtr pDstPicture); 15 PicturePtr pDstPicture,
|
D | xorg_exa.c | 591 PicturePtr pDstPicture) in ExaCheckComposite() argument 593 ScrnInfoPtr pScrn = xf86ScreenToScrn(pDstPicture->pDrawable->pScreen); in ExaCheckComposite() 599 pDstPicture); in ExaCheckComposite() 602 op, pSrcPicture, pMaskPicture, pDstPicture, accelerated); in ExaCheckComposite() 610 PicturePtr pMaskPicture, PicturePtr pDstPicture, in ExaPrepareComposite() argument 622 op, pSrcPicture, pMaskPicture, pDstPicture); in ExaPrepareComposite() 626 pDstPicture ? render_format_name(pDstPicture->format) : "none"); in ExaPrepareComposite() 640 if (priv->picture_format != pDstPicture->format) in ExaPrepareComposite() 643 render_format_name(pDstPicture->format)); in ExaPrepareComposite() 679 pDstPicture, in ExaPrepareComposite()
|