Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c1778 int slots_filled = 0; in emit_thrsw() local
1784 prev_inst, slots_filled + 1, in emit_thrsw()
1818 if (++slots_filled == 3) in emit_thrsw()
1826 assert(invalid_sig_count == 0 || slots_filled >= invalid_sig_count); in emit_thrsw()
1828 slots_filled -= invalid_sig_count; in emit_thrsw()
1834 scoreboard->last_thrsw_tick = scoreboard->tick - slots_filled; in emit_thrsw()
1839 slots_filled++; in emit_thrsw()
1849 if (slots_filled <= 1) { in emit_thrsw()
1861 for (int i = 0; i < 3 - slots_filled; i++) { in emit_thrsw()
1927 int slots_filled in emit_branch() local
2432 int slots_filled = 0; qpu_set_branch_targets() local
[all...]

Completed in 4 milliseconds