Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_rcl.c711 uint32_t supertile_w_in_pixels = job->tile_width * supertile_w; in v3dX() local
713 uint32_t min_x_supertile = job->draw_min_x / supertile_w_in_pixels; in v3dX()
715 uint32_t max_x_supertile = (job->draw_max_x - 1) / supertile_w_in_pixels; in v3dX()