Searched refs:last_input (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_legalize.c84 struct ir3_instruction *last_input = NULL; local in function:legalize_block
275 last_input = n;
280 if (last_input) {
285 if (is_mem(last_input) && (last_input->opc == OPC_LDLV)) {
295 /* insert the dummy bary.f after last_input: */
297 list_add(&baryf->node, &last_input->node);
299 last_input = baryf;
301 last_input->regs[0]->flags |= IR3_REG_EI;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_legalize.c313 struct ir3_instruction *last_input = n; local in function:legalize_block
323 last_input = baryf;
326 last_input->dsts[0]->flags |= IR3_REG_EI;
328 last_input->flags |= IR3_INSTR_SS;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h461 unsigned last_input:4; member in struct:si_shader_part_key::__anon05df395d0608
H A Dsi_shader.c6119 key->vs_prolog.last_input = MAX2(1, info->num_inputs) - 1;
7132 returns = alloca((num_all_input_regs + key->vs_prolog.last_input + 1) *
7149 for (i = 0; i <= key->vs_prolog.last_input; i++)
7209 for (i = 0; i <= key->vs_prolog.last_input; i++) {

Completed in 15 milliseconds