Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dinstr.c46 instr->alu_max_allowed_next_max = 5; in gpir_instr_create()
107 node->op == gpir_op_complex1 ? 4 : instr->alu_max_allowed_next_max; in gpir_instr_insert_alu_check()
155 instr->alu_max_allowed_next_max = alu_new_max_allowed_next_max; in gpir_instr_insert_alu_check()
181 instr->alu_max_allowed_next_max = 5; in gpir_instr_remove_alu()
328 MAX2(instr->alu_num_unscheduled_next_max - instr->alu_max_allowed_next_max, 0) - in gpir_instr_insert_store_check()
Dscheduler.c1257 ASSERTED int alu_max_allowed_next_max = 5; in verify_max_nodes() local
1276 alu_max_allowed_next_max = 4; in verify_max_nodes()
1280 assert(ctx->instr->alu_max_allowed_next_max == alu_max_allowed_next_max); in verify_max_nodes()
1284 …e + alu_num_slot_needed_by_max + MAX2(alu_num_unscheduled_next_max - alu_max_allowed_next_max, 0)); in verify_max_nodes()
1486 ctx->instr->alu_max_allowed_next_max) { in sched_move()
Dgpir.h309 int alu_max_allowed_next_max; member