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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c2535 int instructions_emitted = 0, instructions_consumed = -1; local in function:schedule_bundle
2555 instructions_emitted = -1;
2781 ++instructions_emitted;
2827 instructions_consumed = 1 + (instructions_emitted++);
2840 bundle.instruction_count = instructions_emitted + 1;
2850 *skip = (instructions_consumed == -1) ? instructions_emitted : instructions_consumed;

Completed in 7 milliseconds