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

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dqpu_schedule.c2279 int32_t delay_slot_count = -1; local in function:qpu_set_branch_targets
2286 if (delay_slot_count == -1) {
2288 delay_slot_count = i;
2299 assert(delay_slot_count >= 0 && delay_slot_count <= 3);
2300 assert(delay_slot_count == 0 || delay_slots_start != NULL);
2337 delay_slot_count = MIN2(delay_slot_count,
2343 while (slots_filled < delay_slot_count &&

Completed in 4 milliseconds