Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/midgard/
Dmir.c474 unsigned max_dest = 0; in mir_compute_temp_count() local
478 max_dest = MAX2(max_dest, ins->dest + 1); in mir_compute_temp_count()
481 ctx->temp_count = max_dest; in mir_compute_temp_count()