Searched refs:PICT_FORMAT_A (Results 1 – 12 of 12) sorted by relevance
466 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()
230 if (!PICT_FORMAT_A(format)) in glamor_get_tex_format_type_from_pictformat()
480 if (PICT_FORMAT_A(dst->format) == 0 && op_info->dest_alpha) { in glamor_set_blend()
595 abits = PICT_FORMAT_A(format); in glamor_get_rgba_from_pixel()
313 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()
52 #define PICT_FORMAT_A(f) PIXMAN_FORMAT_A(f) macro
544 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0)
991 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0)
130 switch (PICT_FORMAT_A(maskFormat->format)) { in fbShapes()
160 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()
143 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0)
93621 pFormats[f].direct.alphaMask = Mask(PICT_FORMAT_A(format));