Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dinstr.c45 instr->alu_non_cplx_slot_free = 5; in gpir_instr_create()
140 (instr->alu_non_cplx_slot_free - non_cplx_consume_slot); in gpir_instr_insert_alu_check()
150 instr->alu_non_cplx_slot_free -= non_cplx_consume_slot; in gpir_instr_insert_alu_check()
175 instr->alu_non_cplx_slot_free += consume_slot; in gpir_instr_remove_alu()
345 instr->alu_non_cplx_slot_free; in gpir_instr_insert_store_check()
Dgpir.h277 int alu_non_cplx_slot_free; member
Dscheduler.c1285 …assert(ctx->instr->alu_non_cplx_slot_free >= alu_num_slot_needed_by_max + alu_num_slot_needed_by_n… in verify_max_nodes()
1387 return ctx->instr->alu_non_cplx_slot_free > 0; in can_place_move()