Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dinstr.c139 instr->alu_num_slot_needed_by_non_cplx_store - non_cplx_store_reduce_slot - in gpir_instr_insert_alu_check()
152 instr->alu_num_slot_needed_by_non_cplx_store -= non_cplx_store_reduce_slot; in gpir_instr_insert_alu_check()
168 instr->alu_num_slot_needed_by_non_cplx_store++; in gpir_instr_remove_alu()
344 instr->alu_num_slot_needed_by_non_cplx_store + 1 - in gpir_instr_insert_store_check()
351 instr->alu_num_slot_needed_by_non_cplx_store++; in gpir_instr_insert_store_check()
394 instr->alu_num_slot_needed_by_non_cplx_store--; in gpir_instr_remove_store()
Dscheduler.c1256 int alu_num_slot_needed_by_non_cplx_store = 0; in verify_max_nodes() local
1270 alu_num_slot_needed_by_non_cplx_store++; in verify_max_nodes()
1282 assert(ctx->instr->alu_num_slot_needed_by_non_cplx_store == in verify_max_nodes()
1283 alu_num_slot_needed_by_non_cplx_store); in verify_max_nodes()
1285 …str->alu_non_cplx_slot_free >= alu_num_slot_needed_by_max + alu_num_slot_needed_by_non_cplx_store); in verify_max_nodes()
Dgpir.h306 int alu_num_slot_needed_by_non_cplx_store; member