Lines Matching refs:pMask
92 static uint32_t i915_get_blend_cntl(int op, PicturePtr pMask,
125 if (pMask && pMask->componentAlpha && PICT_FORMAT_RGB(pMask->format) &&
318 PixmapPtr pSrc, PixmapPtr pMask, PixmapPtr pDst)
325 pMask ? i830_get_pixmap_bo(pMask) : NULL,
332 pI830->render_mask = pMask;
337 if (pMask)
338 i830_exa_check_pitch_3d(pMask);
356 if (pMask != NULL) {
357 if (!i915_texture_setup(pMaskPicture, pMask, 1))
383 PixmapPtr pMask = pI830->render_mask;
401 if (pMask == NULL) {
422 OUT_RELOC_PIXMAP(pMask, I915_GEM_DOMAIN_SAMPLER, 0, 0);
451 if (pMask)
489 if (pMask)
492 if (pMask)
506 if (!pMask) {