Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A 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()
H A Dgpir.h278 int alu_non_cplx_slot_free; member
298 * (2) alu_non_cplx_slot_free >= alu_num_slot_needed_by_max +
H A Dscheduler.c1285 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()
1387 return ctx->instr->alu_non_cplx_slot_free > 0; in can_place_move()

Completed in 8 milliseconds