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

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dqpu_schedule.c1733 int slots_filled = 0; local in function:emit_thrsw
1744 prev_inst, slots_filled + 1,
1750 if (++slots_filled == 3)
1758 scoreboard->last_thrsw_tick = scoreboard->tick - slots_filled;
1763 slots_filled++;
1773 if (slots_filled <= 1) {
1785 for (int i = 0; i < 3 - slots_filled; i++) {
1851 int slots_filled = 0; local in function:emit_branch
1852 while (slots_filled < 3 && block->instructions.next != &inst->link) {
1860 branch_tick - slots_filled
2342 int slots_filled = 0; local in function:qpu_set_branch_targets
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dqpu_schedule.c1140 int slots_filled = 0; local in function:emit_thrsw
1151 prev_inst, slots_filled + 1,
1157 if (++slots_filled == 3)
1165 scoreboard->last_thrsw_tick = scoreboard->tick - slots_filled;
1170 slots_filled++;
1175 for (int i = 0; i < 3 - slots_filled; i++) {

Completed in 5 milliseconds