Searched refs:PICT_FORMAT_RGB (Results 1 – 6 of 6) sorted by relevance
135 if (mask && mask->componentAlpha && PICT_FORMAT_RGB(mask->format)) in glamor_is_component_alpha()
484 && PICT_FORMAT_RGB(mask->format) != 0 && op_info->source_alpha) { in glamor_set_composite_op()
56 #define PICT_FORMAT_RGB(f) PIXMAN_FORMAT_RGB(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)
143 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0)