Home
last modified time | relevance | path

Searched refs:PICT_FORMAT_A (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c466 if (PICT_FORMAT_A(dest->format) == 0 && op_info->dest_alpha) { in glamor_set_composite_op()
573 (!PICT_FORMAT_A(picture->format) && in glamor_set_composite_texture()
854 if (PICT_FORMAT_A(source->format)) in glamor_composite_choose_shader()
872 if (PICT_FORMAT_A(mask->format)) in glamor_composite_choose_shader()
971 if (!PICT_FORMAT_A(saved_source_format) in glamor_composite_choose_shader()
972 && PICT_FORMAT_A(mask->format)) in glamor_composite_choose_shader()
975 if (!PICT_FORMAT_A(mask->format) in glamor_composite_choose_shader()
976 && PICT_FORMAT_A(saved_source_format)) in glamor_composite_choose_shader()
1455 && !PICT_FORMAT_A(source->format))) in glamor_composite_clipped_region()
H A Dglamor_picture.c230 if (!PICT_FORMAT_A(format)) in glamor_get_tex_format_type_from_pictformat()
H A Dglamor_program.c480 if (PICT_FORMAT_A(dst->format) == 0 && op_info->dest_alpha) { in glamor_set_blend()
H A Dglamor_utils.h595 abits = PICT_FORMAT_A(format); in glamor_get_rgba_from_pixel()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c313 pFormats[f].direct.alphaMask = Mask (PICT_FORMAT_A(format)); in PictureCreateDefaultFormats()
337 pFormats[f].direct.alphaMask = Mask (PICT_FORMAT_A(format)); in PictureCreateDefaultFormats()
378 pFormats[f].direct.alphaMask = Mask (PICT_FORMAT_A(format)); in PictureCreateDefaultFormats()
387 pFormats[f].direct.alphaMask = Mask (PICT_FORMAT_A(format)); in PictureCreateDefaultFormats()
1443 PICT_FORMAT_A(pSrc->format) == 0 && in ReduceCompositeOp()
1451 PICT_FORMAT_A(pDst->format) == 0 && pDst->alphaMap == NULL; in ReduceCompositeOp()
H A Dpicture.h52 #define PICT_FORMAT_A(f) PIXMAN_FORMAT_A(f) macro
H A Dglyph.c544 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0)
H A Drender.c991 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0)
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbtrap.c130 switch (PICT_FORMAT_A(maskFormat->format)) { in fbShapes()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c160 abits = PICT_FORMAT_A(pFormat->format); in exaGetPixelFromRGBA()
192 abits = PICT_FORMAT_A(format); in exaGetRGBAFromPixel()
894 (op == PictOpSrc || (op == PictOpOver && !PICT_FORMAT_A(pSrc->format)))) in exaComposite()
917 !PICT_FORMAT_A(pSrc->format)))) { in exaComposite()
H A Dexa_glyphs.c143 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0)
/OK3568_Linux_fs/external/xserver/
H A DChangeLog93621 pFormats[f].direct.alphaMask = Mask(PICT_FORMAT_A(format));