Searched refs:max_x_supertile (Results 1 – 1 of 1) sorted by relevance
715 uint32_t max_x_supertile = (job->draw_max_x - 1) / supertile_w_in_pixels; in v3dX() local719 for (int x = min_x_supertile; x <= max_x_supertile; x++) { in v3dX()