Searched refs:slot_to_src (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c33 static const int slot_to_src[GPIR_INSTR_SLOT_NUM][3] = { local in function:gpir_get_alu_input
81 return slot_to_src[child->sched.pos][child->sched.instr - parent->sched.instr];
462 static int slot_to_src[GPIR_INSTR_SLOT_NUM] = { local in function:gpir_get_store_input
473 return slot_to_src[store->child->sched.pos];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c33 static const int slot_to_src[GPIR_INSTR_SLOT_NUM][3] = { local in function:gpir_get_alu_input
81 int src = slot_to_src[child->sched.pos][diff];
488 static int slot_to_src[GPIR_INSTR_SLOT_NUM] = { local in function:gpir_get_store_input
499 return slot_to_src[store->child->sched.pos];

Completed in 29 milliseconds