Searched refs:good_plane (Results 1 – 1 of 1) sorted by relevance
8959 bool good_plane; in find_stree_root() local8974 good_plane = true; in find_stree_root()8975 for (y = 0; y < t->y_sz && good_plane; y++) in find_stree_root()8976 for (x = 0; x < t->x_sz && good_plane; x++) in find_stree_root()8977 good_plane = sw[x][y][z]; in find_stree_root()8979 if (good_plane) { in find_stree_root()8988 good_plane = true; in find_stree_root()8989 for (y = 0; y < t->y_sz && good_plane; y++) in find_stree_root()8990 for (x = 0; x < t->x_sz && good_plane; x++) in find_stree_root()8991 good_plane = sw[x][y][z]; in find_stree_root()[all …]