Home
last modified time | relevance | path

Searched refs:componentAlpha (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_program.h135 if (mask && mask->componentAlpha && PICT_FORMAT_RGB(mask->format)) in glamor_is_component_alpha()
H A Dglamor_render.c483 } else if (mask && mask->componentAlpha in glamor_set_composite_op()
878 if (!mask->componentAlpha) { in glamor_composite_choose_shader()
1517 if (mask && mask->componentAlpha) { in glamor_composite_clipped_region()
1646 if (mask && mask->componentAlpha && !glamor_priv->has_dual_blend) { in glamor_composite()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.c408 pixman_image_set_component_alpha(image, pict->componentAlpha); in set_image_properties()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_draw.c237 if (pMaskPicture && pMaskPicture->componentAlpha && op == PictOpOver) in ephyrCheckComposite()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c587 if (ret == -1 && op == PictOpOver && pMask && pMask->componentAlpha && in exaCompositeRects()
1027 (pMask->componentAlpha || isSrcSolid)) { in exaComposite()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h136 unsigned int componentAlpha:1; member
H A Dpicture.c722 pPicture->componentAlpha = FALSE; in SetPictureToDefaults()
1234 pPicture->componentAlpha = newca; in ChangePicture()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpict.c1069 attribs.component_alpha = pPicture->componentAlpha; in dmxValidatePicture()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog29127 two pass componentAlpha code. Radeon has done this for a while in
53590 For the componentAlpha with PictOpOver, we use two pass
54730 render: Enable more componentAlpha support.