Lines Matching refs:delay
82 unsigned delay;
264 for (unsigned delay = 0; delay < 4; delay++) {
272 if (d > delay)
280 di(chosen->instr, "csp: chose (soft ready, delay=%u)", delay);
285 /* Next try to find a ready leader w/ soft delay (ie. including extra
286 * delay for things like tex fetch which can be synchronized w/ sync
399 node->delay = MAX2(node->delay, d);
417 * src_n is the index passed into ir3_delayslots() for calculating the delay:
542 n->max_delay = MAX2(n->max_delay, max_delay + n->delay);
680 unsigned delay =
682 d("delay=%u", delay);
687 debug_assert(delay <= 6);
688 while (delay > 0) {
690 delay--;