Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dinstr.c128 instr->alu_num_slot_needed_by_max - max_reduce_slot + in gpir_instr_insert_alu_check()
138 instr->alu_num_slot_needed_by_max - max_reduce_slot + in gpir_instr_insert_alu_check()
153 instr->alu_num_slot_needed_by_max -= max_reduce_slot; in gpir_instr_insert_alu_check()
177 instr->alu_num_slot_needed_by_max++; in gpir_instr_remove_alu()
327 + instr->alu_num_slot_needed_by_max + in gpir_instr_insert_store_check()
343 instr->alu_num_slot_needed_by_max + in gpir_instr_insert_store_check()
H A Dscheduler.c955 ctx->instr->alu_num_slot_needed_by_max--; in spill_node()
1229 ctx->instr->alu_num_slot_needed_by_max = 0; in sched_find_max_nodes()
1242 ctx->instr->alu_num_slot_needed_by_max++; in sched_find_max_nodes()
1253 int alu_num_slot_needed_by_max = 0; in verify_max_nodes() local
1264 alu_num_slot_needed_by_max++; in verify_max_nodes()
1278 assert(ctx->instr->alu_num_slot_needed_by_max == alu_num_slot_needed_by_max); 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()
1285 assert(ctx->instr->alu_non_cplx_slot_free >= alu_num_slot_needed_by_max + alu_num_slot_needed_by_non_cplx_store); in verify_max_nodes()
H A Dgpir.h296 * alu_num_slot_needed_by_max +
298 * (2) alu_non_cplx_slot_free >= alu_num_slot_needed_by_max +
308 int alu_num_slot_needed_by_max; member

Completed in 5 milliseconds