Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c2369 int32_t delay_slot_count = -1; in qpu_set_branch_targets() local
2376 if (delay_slot_count == -1) { in qpu_set_branch_targets()
2378 delay_slot_count = i; in qpu_set_branch_targets()
2389 assert(delay_slot_count >= 0 && delay_slot_count <= 3); in qpu_set_branch_targets()
2390 assert(delay_slot_count == 0 || delay_slots_start != NULL); in qpu_set_branch_targets()
2427 delay_slot_count = MIN2(delay_slot_count, in qpu_set_branch_targets()
2433 while (slots_filled < delay_slot_count && in qpu_set_branch_targets()

Completed in 4 milliseconds