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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c783 int all_found_color = -1; /* nothing found */ local in function:vc4_dump_surface_non_msaa
801 if (all_found_color == -1)
802 all_found_color = i;
803 else if (i != all_found_color)
804 all_found_color = ARRAY_SIZE(found_colors);
813 if (all_found_color >= 0 &&
814 all_found_color < ARRAY_SIZE(found_colors)) {
829 found_colors[all_found_color]) {
841 '0' + all_found_color);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c808 int all_found_color = -1; /* nothing found */ local in function:vc4_dump_surface_non_msaa
826 if (all_found_color == -1)
827 all_found_color = i;
828 else if (i != all_found_color)
829 all_found_color = ARRAY_SIZE(found_colors);
838 if (all_found_color >= 0 &&
839 all_found_color < ARRAY_SIZE(found_colors)) {
854 found_colors[all_found_color]) {
866 '0' + all_found_color);

Completed in 6 milliseconds