Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dinstr.c127 instr->alu_num_slot_needed_by_store - store_reduce_slot + in gpir_instr_insert_alu_check()
151 instr->alu_num_slot_needed_by_store -= store_reduce_slot; in gpir_instr_insert_alu_check()
166 instr->alu_num_slot_needed_by_store++; in gpir_instr_remove_alu()
323 * When the only thing that changes is alu_num_slot_needed_by_store, we in gpir_instr_insert_store_check()
326 int slot_difference = instr->alu_num_slot_needed_by_store + 1 in gpir_instr_insert_store_check()
354 instr->alu_num_slot_needed_by_store++; in gpir_instr_insert_store_check()
390 instr->alu_num_slot_needed_by_store--; in gpir_instr_remove_store()
H A Dscheduler.c1255 int alu_num_slot_needed_by_store = 0; in verify_max_nodes() local
1268 alu_num_slot_needed_by_store++; in verify_max_nodes()
1281 assert(ctx->instr->alu_num_slot_needed_by_store == alu_num_slot_needed_by_store); in verify_max_nodes()
1284 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)); in verify_max_nodes()
1399 if (ctx->instr->alu_num_slot_needed_by_store > 0) { in sched_move()
H A Dgpir.h295 * (1) alu_num_slot_free >= alu_num_slot_needed_by_store +
306 int alu_num_slot_needed_by_store; member

Completed in 6 milliseconds