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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c772 uint32_t found_colors[10]; local in function:vc4_dump_surface_non_msaa
791 if (pix == found_colors[i])
796 ARRAY_SIZE(found_colors)) {
797 found_colors[num_found_colors++] = pix;
804 all_found_color = ARRAY_SIZE(found_colors);
814 all_found_color < ARRAY_SIZE(found_colors)) {
829 found_colors[all_found_color]) {
853 fprintf(stderr, "color %d: 0x%08x\n", i, found_colors[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c797 uint32_t found_colors[10] = { 0 }; local in function:vc4_dump_surface_non_msaa
816 if (pix == found_colors[i])
821 ARRAY_SIZE(found_colors)) {
822 found_colors[num_found_colors++] = pix;
829 all_found_color = ARRAY_SIZE(found_colors);
839 all_found_color < ARRAY_SIZE(found_colors)) {
854 found_colors[all_found_color]) {
878 fprintf(stderr, "color %d: 0x%08x\n", i, found_colors[i]);

Completed in 5 milliseconds