Searched refs:color_convert (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_render_inline.h292 color_convert(uint32_t pixel, function in typeref:typename:uint32_t
319 return color_convert(pixel, format, PICT_a8r8g8b8);
H A Dsna_blt.c779 return color_convert(color, sna_format_for_depth(depth), PICT_a8r8g8b8);
785 return color_convert(rgba, PICT_a8r8g8b8, format);
810 return color_convert(fill->color, PICT_a8r8g8b8, format);
812 return color_convert(get_pixel(picture), picture->format, format);
2796 color = color_convert(sna_pixmap(src_pixmap)->clear_color,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_render_inline.h283 color_convert(uint32_t pixel, function in typeref:typename:uint32_t
H A Dsna_blt.c759 return color_convert(color, sna_format_for_depth(depth), PICT_a8r8g8b8);
765 return color_convert(rgba, PICT_a8r8g8b8, format);
790 return color_convert(fill->color, PICT_a8r8g8b8, format);
792 return color_convert(get_pixel(picture), picture->format, format);
2600 color_convert(sna_pixmap(tmp->dst.pixmap)->clear_color,
2605 color_convert(sna_pixmap(tmp->dst.pixmap)->clear_color,
2611 color_convert(sna_pixmap(tmp->dst.pixmap)->clear_color,
2616 color_convert(sna_pixmap(tmp->dst.pixmap)->clear_color,
2725 color = color_convert(sna_pixmap(src_pixmap)->clear_color,
H A Dgen3_render.c3068 return gen3_init_solid(channel, color_convert(color, picture->format, PICT_a8r8g8b8));

Completed in 18 milliseconds