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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_render.c667 static const int pict_format_combine_tab[][3] = { variable in typeref:typename:const int[][3]
716 for (i = 0; i < ARRAY_SIZE(pict_format_combine_tab); i++) {
717 if ((src_type == pict_format_combine_tab[i][0]
718 && mask_type == pict_format_combine_tab[i][1])
719 || (src_type == pict_format_combine_tab[i][1]
720 && mask_type == pict_format_combine_tab[i][0])) {
721 *des = PICT_VISFORMAT(src_bpp, pict_format_combine_tab[i]

Completed in 3 milliseconds