Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_optimize.c1020 struct interval_list *liveIntervals) in find_live_intervals() argument
1043 liveIntervals->Num = 0; in find_live_intervals()
1050 append_interval(liveIntervals, &inv); in find_live_intervals()
1055 sort_interval_list_by_start(liveIntervals); in find_live_intervals()
1059 for (i = 0; i < liveIntervals->Num; i++) { in find_live_intervals()
1060 const struct interval *inv = liveIntervals->Intervals + i; in find_live_intervals()
1104 struct interval_list liveIntervals; in _mesa_reallocate_registers() local
1120 if (!find_live_intervals(prog, &liveIntervals)) { in _mesa_reallocate_registers()
1131 for (i = 0; i < liveIntervals.Num; i++) { in _mesa_reallocate_registers()
1132 const struct interval *live = liveIntervals.Intervals + i; in _mesa_reallocate_registers()
[all …]