Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dscheduler.c485 int min_end = INT_MAX; in gpir_get_min_end() local
494 if (end < min_end) in gpir_get_min_end()
495 min_end = end; in gpir_get_min_end()
498 return min_end; in gpir_get_min_end()
1137 * instruction not in the complex slot. Normally this is 2 + min_end, except

Completed in 2 milliseconds