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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c556 unsigned int HwTemp:15; member in struct:temporary_allocation
639 inst->U.I.SrcReg[i].Index = ta[orig].HwTemp;
642 hwtemps[ta[orig].HwTemp] = 0;
656 ta[orig].HwTemp = j;
657 hwtemps[ta[orig].HwTemp] = 1;
660 inst->U.I.DstReg.Index = ta[orig].HwTemp;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c559 unsigned int HwTemp:15; member in struct:temporary_allocation
574 ta[orig].HwTemp = j;
575 hwtemps[ta[orig].HwTemp] = true;
578 return ta[orig].HwTemp;
663 hwtemps[ta[orig].HwTemp] = false;

Completed in 4 milliseconds