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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c719 int tmpreg = rc_find_free_temporary(c); local in function:transform_source_conflicts
723 inst_mov->U.I.DstReg.Index = tmpreg;
728 inst->U.I.SrcReg[2].Index = tmpreg;
734 int tmpreg = rc_find_free_temporary(c); local in function:transform_source_conflicts
738 inst_mov->U.I.DstReg.Index = tmpreg;
743 inst->U.I.SrcReg[1].Index = tmpreg;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c729 int tmpreg = rc_find_free_temporary(c); local in function:transform_source_conflicts
733 inst_mov->U.I.DstReg.Index = tmpreg;
740 inst->U.I.SrcReg[2].Index = tmpreg;
747 int tmpreg = rc_find_free_temporary(c); local in function:transform_source_conflicts
751 inst_mov->U.I.DstReg.Index = tmpreg;
758 inst->U.I.SrcReg[1].Index = tmpreg;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c7883 CARD8 tmpreg; local in function:SiSFixupSR11
7890 inSISIDXREG(SISSR,0x11,tmpreg);
7891 if(tmpreg & 0x20) {
7892 inSISIDXREG(SISSR,0x3e,tmpreg);
7893 tmpreg = (tmpreg + 1) & 0xff;
7894 outSISIDXREG(SISSR,0x3e,tmpreg);
7897 inSISIDXREG(SISSR,0x11,tmpreg);
7898 if(tmpreg & 0xf0) {
12703 UChar usScratchCR17, sr2b, sr2c, tmpreg; local in function:SiSPostSetMode
[all...]
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_driver.c6407 unsigned char sr2b, sr2c, tmpreg; local in function:XGIInternalDDC
6448 inXGIIDXREG(XGIPART1, 0x35, tmpreg);
6449 tmpreg &= 0x04;
6450 if (!tmpreg)
6462 inXGIIDXREG(XGICR, 0x34, tmpreg);
6463 tmpreg &= 0x7f;
6464 if ((tmpreg == 0x64) || (tmpreg == 0x4a) || (tmpreg == 0x38)) {

Completed in 23 milliseconds