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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c773 uint32_t num_found_colors = 0; local in function:vc4_dump_surface_non_msaa
790 for (i = 0; i < num_found_colors; i++) {
794 if (i == num_found_colors &&
795 num_found_colors <
797 found_colors[num_found_colors++] = pix;
800 if (i < num_found_colors) {
852 for (int i = 0; i < num_found_colors; i++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c798 uint32_t num_found_colors = 0; local in function:vc4_dump_surface_non_msaa
815 for (i = 0; i < num_found_colors; i++) {
819 if (i == num_found_colors &&
820 num_found_colors <
822 found_colors[num_found_colors++] = pix;
825 if (i < num_found_colors) {
877 for (int i = 0; i < num_found_colors; i++) {

Completed in 5 milliseconds