Searched refs:max_y_supertile (Results 1 – 1 of 1) sorted by relevance
716 uint32_t max_y_supertile = (job->draw_max_y - 1) / supertile_h_in_pixels; in v3dX() local718 for (int y = min_y_supertile; y <= max_y_supertile; y++) { in v3dX()