Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c156 unsigned int chan_end = var->Readers[i].Inst->IP; in rc_variable_compute_live_intervals() local
207 if (endloop->IP > chan_end) { in rc_variable_compute_live_intervals()
208 chan_end = endloop->IP; in rc_variable_compute_live_intervals()
221 || chan_end > var->Live[chan].End) { in rc_variable_compute_live_intervals()
222 var->Live[chan].End = chan_end; in rc_variable_compute_live_intervals()