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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c565 unsigned int num_orig_temps = 0; local in function:allocate_temporary_registers
580 if (inst->U.I.SrcReg[i].Index >= num_orig_temps)
581 num_orig_temps = inst->U.I.SrcReg[i].Index + 1;
587 if (inst->U.I.DstReg.Index >= num_orig_temps)
588 num_orig_temps = inst->U.I.DstReg.Index + 1;
594 sizeof(struct temporary_allocation) * num_orig_temps);
595 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c586 unsigned int num_orig_temps = 0; local in function:allocate_temporary_registers
601 if (inst->U.I.SrcReg[i].Index >= num_orig_temps)
602 num_orig_temps = inst->U.I.SrcReg[i].Index + 1;
608 if (inst->U.I.DstReg.Index >= num_orig_temps)
609 num_orig_temps = inst->U.I.DstReg.Index + 1;
615 sizeof(struct temporary_allocation) * num_orig_temps);
616 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps);

Completed in 5 milliseconds