Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c137 unsigned int chan_end = var->Readers[i].Inst->IP; in rc_variable_compute_live_intervals() local
188 if (endloop->IP > chan_end) { in rc_variable_compute_live_intervals()
189 chan_end = endloop->IP; in rc_variable_compute_live_intervals()
202 || chan_end > var->Live[chan].End) { in rc_variable_compute_live_intervals()
203 var->Live[chan].End = chan_end; in rc_variable_compute_live_intervals()

Completed in 2 milliseconds