Lines Matching defs:start
261 mesa_log_stream_printf(stream, "reg %u start %u\n", interval->reg->name,
313 unsigned start;
634 unsigned start, end;
636 BITSET_FOREACH_RANGE (start, end, file->available, file->size) {
637 mesa_log_stream_printf(stream, "%u-%u ", start, end);
642 BITSET_FOREACH_RANGE (start, end, file->available_to_evict, file->size) {
643 mesa_log_stream_printf(stream, "%u-%u ", start, end);
646 mesa_log_stream_printf(stream, "start: %u\n", file->start);
754 struct ir3_register *dst, physreg_t start,
773 if (other_end > start && end > other_start)
1140 /* We assume that all frozen intervals are at the start and that we
1332 unsigned start = ALIGN(file->start, align) % (file_size - size + align);
1333 unsigned candidate = start;
1349 file->start = (candidate + size) % file_size;
1356 } while (candidate != start);
1426 /* Ok, we couldn't find anything that fits. Here is where we have to start
2383 struct ir3_block *start = ir3_start_block(v->ir);
2395 foreach_instr (input, &start->instr_list) {
2406 foreach_instr (input, &start->instr_list) {
2623 ctx->full.start = ctx->half.start = ctx->shared.start = 0;