Home
last modified time | relevance | path

Searched refs:t_x_end (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c566 unsigned t_x_end = (x + w - 1) / 32; in panfrost_resource_set_damage_region() local
571 for (unsigned t_x = t_x_start; t_x <= t_x_end; t_x++) { in panfrost_resource_set_damage_region()
592 unsigned t_x_end = damage_extent->maxx / 32; in panfrost_resource_set_damage_region() local
595 unsigned tile_count = (t_x_end - t_x_start + 1) * in panfrost_resource_set_damage_region()

Completed in 3 milliseconds