Searched refs:temp3 (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dstreaming-load-memcpy.c71 __m128i temp3 = _mm_stream_load_si128(src_cacheline + 2); local in function:_mesa_streaming_load_memcpy
76 _mm_store_si128(dst_cacheline + 2, temp3);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dstreaming-load-memcpy.c71 __m128i temp3 = _mm_stream_load_si128(src_cacheline + 2); local in function:_mesa_streaming_load_memcpy
76 _mm_store_si128(dst_cacheline + 2, temp3);
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_dac.c477 CARD32 temp1, temp2, temp3, temp4; local in function:Permedia3Init
500 temp3 = mode->CrtcHSyncEnd - mode->CrtcHSyncStart;
504 STOREREG(PMHsEnd, Shiftbpp(pScrn, temp1 + temp3));
585 temp3 = 0;
589 temp3 |= PM3RD_MiscControl_VSB_OUTPUT_ENABLE;
602 temp3 |= 0x01; /* 8bit DAC */
611 temp3 |= PM3RD_MiscControl_DIRECTCOLOR_ENABLE;
620 temp3 |= PM3RD_MiscControl_DIRECTCOLOR_ENABLE;
625 temp3 |= PM3RD_MiscControl_DIRECTCOLOR_ENABLE;
627 temp3 |
[all...]
H A Dpm_dac.c52 CARD32 temp1, temp2, temp3, temp4; local in function:PermediaInit
65 temp3 = mode->CrtcHSyncEnd - mode->CrtcHSyncStart;
69 pReg->glintRegs[PMHsEnd >> 3] = Shiftbpp(pScrn, temp1 + temp3);
H A Dtx_dac.c51 CARD32 temp1, temp2, temp3, temp4; local in function:TXInit
107 temp3 = mode->CrtcHSyncEnd - mode->CrtcHSyncStart;
111 STOREREG(VTGHSyncEnd, Shiftbpp(pScrn, temp1 + temp3));
H A Dpm2_dac.c96 CARD32 temp1, temp2, temp3, temp4; local in function:Permedia2Init
131 temp3 = mode->CrtcHSyncEnd - mode->CrtcHSyncStart;
135 pReg->glintRegs[PMHsEnd >> 3] = Shiftbpp(pScrn, temp1 + temp3);
H A Dpm2v_dac.c139 CARD32 temp1, temp2, temp3, temp4; local in function:Permedia2VInit
180 temp3 = mode->CrtcHSyncEnd - mode->CrtcHSyncStart;
184 pReg->glintRegs[PMHsEnd >> 3] = Shiftbpp(pScrn, temp1 + temp3);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_videohw.c257 int *wm1, *wm2, *wm3, *wm4, *temp1, *temp2, *temp3, *temp4; local in function:SetDDAReg
285 temp3 = ( WeightMat[i][2] > WeightMat[i][3] ) ? &WeightMat[i][2] : &WeightMat[i][3];
287 wm1 = ( *temp1 > *temp3) ? temp1 : temp3;
289 wm2 = ( wm1 == temp1 ) ? temp3 : temp1;
H A Dvb_setmode.c3269 unsigned long temp, temp1, temp2, temp3, push3; local in function:XGI_SetLVDSRegs
3483 temp3 = tempax;
3486 temp1 /= temp3;
3487 temp3 = temp3 << 16;
3490 temp3 = (temp3 & 0xffff0000) + (temp1 & 0xffff);
3492 tempax = (USHORT) (temp3 & 0xff);
3503 tempax |= (USHORT) ((temp3 >> 8) & 0x07);
3509 temp3
5800 USHORT temp1, temp3, resindex, xres; local in function:XGI_SetGroup2
[all...]
H A Dvb_init.c1412 UCHAR temp , temp1 , temp2 , temp3 , local in function:XGINew_SetDRAMDefaultRegister340
1453 temp3 = 0 ;
1456 XGI_SetRegANDOR((XGIIOADDRESS) P3d4 , 0x6E , 0xFC , temp3 ) ; /* CR6E_D[1:0] select channel */
1471 temp3 += 0x01 ;
1497 temp3 = temp & 0x80 ;
1500 XGI_SetRegOR((XGIIOADDRESS) P3d4 , 0x40 , temp3 ) ; /* CR40_D[7] */
H A Dvb_i2c.c1544 UCHAR temp, temp2, temp3; local in function:vWriteDataLineFCNT
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Drndr_gu2.c533 unsigned long temp1, temp2, temp3, temp4; local in function:gu2_load_color_pattern_line
580 temp3 = WORD_SWIZZLE(pattern_8x8[2]);
585 WRITE_GP32(MGP_PAT_DATA_1, temp3);
591 WRITE_GP32(MGP_PAT_COLOR_3, temp3);
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Drndr_gu2.c348 unsigned long temp1, temp2, temp3, temp4; local in function:gu2_load_color_pattern_line
396 temp3 = WORD_SWIZZLE(pattern_8x8[2]);
401 WRITE_GP32(MGP_PAT_DATA_1, temp3);
407 WRITE_GP32(MGP_PAT_COLOR_3, temp3);
/xsrc/external/mit/xedit/dist/lisp/test/
H A Dlist.lsp257 (eql-eval 1 '(setq temp1 1 temp2 1 temp3 1))
258 (eql-eval 2 '(and (incf temp1) (incf temp2) (incf temp3)))
259 (eq-eval t '(and (eql 2 temp1) (eql 2 temp2) (eql 2 temp3)))
260 (eql-eval 1 '(decf temp3))
261 (eq-eval nil '(and (decf temp1) (decf temp2) (eq temp3 'nil) (decf temp3)))
262 (eq-eval t '(and (eql temp1 temp2) (eql temp2 temp3)))
1141 (setq temp0 nil temp1 10 temp2 20 temp3 30)
1144 (eql-eval 11 '(or (incf temp1) (incf temp2) (incf temp3)))
1147 (eql-eval 30 'temp3)
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c653 SVGA3dShaderDestToken temp3; local in function:submit_op4
659 temp3.value = 0;
698 temp3 = get_temp( emit );
700 if (!emit_repl( emit, temp3, &src3 ))
708 release_temp( emit, temp3 );
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c651 SVGA3dShaderDestToken temp3; local in function:submit_op4
657 temp3.value = 0;
696 temp3 = get_temp( emit );
698 if (!emit_repl( emit, temp3, &src3 ))
706 release_temp( emit, temp3 );
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit.c3159 unsigned char temp1, temp2, temp3; local in function:SiS_Handle760
3176 temp3 = SiS_GetRegByte((somebase + 0x85)) & 0xb7;
3181 temp3 |= 0x08;
3195 SiS_SetRegByte((somebase + 0x85), temp3);
H A Dsis_driver.c11908 UShort temp1, temp2, temp3; local in function:SiS_SetTVxposoffset
11915 temp3 = pSiS->tvx3;
11926 temp3 += (val * 4);
11927 while(temp3 > 0x03ff) {
11928 temp3 -= 4;
11942 SiS6326SetTVReg(pScrn,0x12,(temp3 & 0xff));
11945 tmp |= ((temp3 & 0x0300) >> 2);

Completed in 60 milliseconds