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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dinstr.c38 instr->alu_num_slot_free = 6;
99 if (instr->alu_num_slot_free - consume_slot <
104 instr->alu_num_slot_free -= consume_slot;
110 if (instr->alu_num_slot_free - consume_slot <
114 instr->alu_num_slot_free -= consume_slot;
126 instr->alu_num_slot_free += consume_slot;
131 instr->alu_num_slot_free += consume_slot;
H A Dgpir.h275 int alu_num_slot_free; member in struct:__anonaa794bbb1008
382 return instr->alu_num_slot_free <= instr->alu_num_slot_needed_by_store;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dinstr.c44 instr->alu_num_slot_free = 6;
131 (instr->alu_num_slot_free - consume_slot);
149 instr->alu_num_slot_free -= consume_slot;
173 instr->alu_num_slot_free += consume_slot;
329 instr->alu_num_slot_free;
H A Dgpir.h274 int alu_num_slot_free; member in struct:gpir_instr
294 * (1) alu_num_slot_free >= alu_num_slot_needed_by_store +
H A Dscheduler.c1284 assert(ctx->instr->alu_num_slot_free >= alu_num_slot_needed_by_store + alu_num_slot_needed_by_max + MAX2(alu_num_unscheduled_next_max - alu_max_allowed_next_max, 0));
1431 if (ctx->instr->alu_num_slot_free > 0) {
1468 if (ctx->instr->alu_num_slot_free > 0) {

Completed in 8 milliseconds