Home
last modified time | relevance | path

Searched refs:max_y_supertile (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_rcl.c716 uint32_t max_y_supertile = (job->draw_max_y - 1) / supertile_h_in_pixels; in v3dX() local
718 for (int y = min_y_supertile; y <= max_y_supertile; y++) { in v3dX()