Home
last modified time | relevance | path

Searched refs:alphaMap (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c549 if (pSrc->alphaMap && pSrc->alphaMap->pDrawable) in ExaPrepareCompositeReg()
551 prepare_access_reg(exaGetDrawablePixmap(pSrc->alphaMap->pDrawable), in ExaPrepareCompositeReg()
553 if (pMask && pMask->alphaMap && pMask->alphaMap->pDrawable) in ExaPrepareCompositeReg()
555 prepare_access_reg(exaGetDrawablePixmap(pMask->alphaMap->pDrawable), in ExaPrepareCompositeReg()
580 if (pDst->alphaMap && pDst->alphaMap->pDrawable) in ExaPrepareCompositeReg()
582 prepare_access_reg(exaGetDrawablePixmap(pDst->alphaMap->pDrawable), in ExaPrepareCompositeReg()
619 if (pSrc->alphaMap && pSrc->alphaMap->pDrawable) in ExaCheckComposite()
620 exaPrepareAccess(pSrc->alphaMap->pDrawable, EXA_PREPARE_AUX_SRC); in ExaCheckComposite()
621 if (pMask && pMask->alphaMap && pMask->alphaMap->pDrawable) in ExaCheckComposite()
622 exaPrepareAccess(pMask->alphaMap->pDrawable, EXA_PREPARE_AUX_MASK); in ExaCheckComposite()
[all …]
H A Dexa_render.c893 if (!pMask && !pSrc->alphaMap && !pDst->alphaMap && in exaComposite()
956 if (pExaScr->info->PrepareComposite && !pSrc->alphaMap && in exaComposite()
957 !pDst->alphaMap) { in exaComposite()
1006 !pSrc->alphaMap && (!pMask || !pMask->alphaMap) && !pDst->alphaMap) { in exaComposite()
/OK3568_Linux_fs/external/xserver/render/
H A Dmipict.c307 if (pPicture->alphaMap) in miCompositeSourceValidate()
308 SourceValidateOnePicture(pPicture->alphaMap); in miCompositeSourceValidate()
348 if (pDst->alphaMap) { in miComputeCompositeRegion()
349 if (!miClipPictureReg(pRegion, pDst->alphaMap->pCompositeClip, in miComputeCompositeRegion()
360 if (pSrc->alphaMap) { in miComputeCompositeRegion()
361 if (!miClipPictureSrc(pRegion, pSrc->alphaMap, in miComputeCompositeRegion()
374 if (pMask->alphaMap) { in miComputeCompositeRegion()
375 if (!miClipPictureSrc(pRegion, pMask->alphaMap, in miComputeCompositeRegion()
H A Dmirect.c103 if (pDst->alphaMap) in miCompositeRects()
104 miColorRects(pDst->alphaMap, pDst, in miCompositeRects()
H A Dpicture.c725 pPicture->alphaMap = 0; in SetPictureToDefaults()
1100 if (pPicture->alphaMap) in ChangePicture()
1101 FreePicture((void *) pPicture->alphaMap, (XID) 0); in ChangePicture()
1102 pPicture->alphaMap = pAlpha; in ChangePicture()
1374 if (pPicture->alphaMap) in ValidatePicture()
1375 ValidateOnePicture(pPicture->alphaMap); in ValidatePicture()
1398 if (pPicture->alphaMap) in FreePicture()
1399 FreePicture((void *) pPicture->alphaMap, (XID) 0); in FreePicture()
1449 pSrc->alphaMap == NULL && pMask == NULL; in ReduceCompositeOp()
1451 PICT_FORMAT_A(pDst->format) == 0 && pDst->alphaMap == NULL; in ReduceCompositeOp()
H A Dpicturestr.h144 PicturePtr alphaMap; member
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.c396 if (pict->alphaMap && !is_alpha_map) { in set_image_properties()
399 image_from_pict_internal(pict->alphaMap, FALSE, &alpha_xoff, in set_image_properties()
405 free_pixman_pict(pict->alphaMap, alpha_map); in set_image_properties()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c910 if (source && source->alphaMap) { in glamor_composite_choose_shader()
914 if (mask && mask->alphaMap) { in glamor_composite_choose_shader()
1439 !mask && !source->alphaMap && !dest->alphaMap in glamor_composite_clipped_region()
H A Dglamor_compositerects.c199 if (dst->alphaMap) { in glamor_composite_rectangles()
H A Dglamor_program.c641 if (src->transform || src->alphaMap || src->pDrawable->type != DRAWABLE_PIXMAP) in glamor_setup_program_render()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpict.c1034 if (pPicture->alphaMap) { in dmxValidatePicture()
1037 pAlphaPriv = DMX_GET_PICT_PRIV(pPicture->alphaMap); in dmxValidatePicture()