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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c557 unsigned int num_orig_temps = 0; local
572 if (inst->U.I.SrcReg[i].Index >= num_orig_temps)
573 num_orig_temps = inst->U.I.SrcReg[i].Index + 1;
579 if (inst->U.I.DstReg.Index >= num_orig_temps)
580 num_orig_temps = inst->U.I.DstReg.Index + 1;
586 sizeof(struct temporary_allocation) * num_orig_temps);
587 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c557 unsigned int num_orig_temps = 0; local
572 if (inst->U.I.SrcReg[i].Index >= num_orig_temps)
573 num_orig_temps = inst->U.I.SrcReg[i].Index + 1;
579 if (inst->U.I.DstReg.Index >= num_orig_temps)
580 num_orig_temps = inst->U.I.DstReg.Index + 1;
586 sizeof(struct temporary_allocation) * num_orig_temps);
587 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps);

Completed in 55 milliseconds