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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dinstr.c45 instr->alu_non_cplx_slot_free = 5;
140 (instr->alu_non_cplx_slot_free - non_cplx_consume_slot);
150 instr->alu_non_cplx_slot_free -= non_cplx_consume_slot;
175 instr->alu_non_cplx_slot_free += consume_slot;
345 instr->alu_non_cplx_slot_free;
H A Dgpir.h277 int alu_non_cplx_slot_free; member in struct:gpir_instr
297 * (2) alu_non_cplx_slot_free >= alu_num_slot_needed_by_max +
H A Dscheduler.c1285 assert(ctx->instr->alu_non_cplx_slot_free >= alu_num_slot_needed_by_max + alu_num_slot_needed_by_non_cplx_store);
1387 return ctx->instr->alu_non_cplx_slot_free > 0;

Completed in 8 milliseconds