| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| streaming-load-memcpy.c | 69 __m128i temp1 = _mm_stream_load_si128(src_cacheline + 0); local 74 _mm_store_si128(dst_cacheline + 0, temp1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| streaming-load-memcpy.c | 69 __m128i temp1 = _mm_stream_load_si128(src_cacheline + 0); local 74 _mm_store_si128(dst_cacheline + 0, temp1);
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| pm_dac.c | 52 CARD32 temp1, temp2, temp3, temp4; local 63 temp1 = mode->CrtcHSyncStart - mode->CrtcHDisplay; 69 pReg->glintRegs[PMHsEnd >> 3] = Shiftbpp(pScrn, temp1 + temp3); 70 pReg->glintRegs[PMHsStart >> 3] = Shiftbpp(pScrn, temp1);
|
| tx_dac.c | 51 CARD32 temp1, temp2, temp3, temp4; local 105 temp1 = mode->CrtcHSyncStart - mode->CrtcHDisplay; 111 STOREREG(VTGHSyncEnd, Shiftbpp(pScrn, temp1 + temp3)); 112 STOREREG(VTGHSyncStart, Shiftbpp(pScrn, temp1)); 235 temp1 = IBM640_RDBK | IBM640_VRAM; 237 temp1 |= IBM640_PSIZE8; 238 STORERAMDAC(RGB640_VGA_CONTROL, temp1);
|
| pm2_dac.c | 96 CARD32 temp1, temp2, temp3, temp4; local 102 temp1 = 0x00; 107 temp1 = 0x02; 111 temp1 = 0x01; 117 pReg->glintRegs[Aperture0 >> 3] = temp1; 118 pReg->glintRegs[Aperture1 >> 3] = temp1; 129 temp1 = mode->CrtcHSyncStart - mode->CrtcHDisplay; 135 pReg->glintRegs[PMHsEnd >> 3] = Shiftbpp(pScrn, temp1 + temp3); 136 pReg->glintRegs[PMHsStart >> 3] = Shiftbpp(pScrn, temp1);
|
| pm2v_dac.c | 139 CARD32 temp1, temp2, temp3, temp4; local 141 temp1 = 0; 147 temp1 = 0x00; 153 temp1 = 0x02; 158 temp1 = 0x01; 166 pReg->glintRegs[Aperture0 >> 3] = temp1; 178 temp1 = mode->CrtcHSyncStart - mode->CrtcHDisplay; 184 pReg->glintRegs[PMHsEnd >> 3] = Shiftbpp(pScrn, temp1 + temp3); 185 pReg->glintRegs[PMHsStart >> 3] = Shiftbpp(pScrn, temp1);
|
| pm3_dac.c | 60 CARD32 size = 0, temp, temp1, temp2, i; local 103 temp1 = MMIO_IN32(pGlint->FbBase, i*1024*1024); 105 if (temp1 == (i*0x00345678)) 123 temp1 = MMIO_IN32(pGlint->FbBase, i*1024*1024); 126 if ( (temp1 == (i*0x00345678)) && (temp2 == 0) ) 477 CARD32 temp1, temp2, temp3, temp4; local 498 temp1 = mode->CrtcHSyncStart - mode->CrtcHDisplay; 504 STOREREG(PMHsEnd, Shiftbpp(pScrn, temp1 + temp3)); 505 STOREREG(PMHsStart, Shiftbpp(pScrn, temp1)); 583 temp1 = 0 [all...] |
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| tga_dac.c | 647 unsigned int temp, temp1[6]; local 666 temp1[0] = (temp & 0x00000001) | ((temp & 0x00000002) << 7) | 669 temp1[1] = ((temp & 0x00000010) >> 4) | ((temp & 0x00000020) << 3) | 672 temp1[2] = ((temp & 0x00000100) >> 8) | ((temp & 0x00000200) >> 1) | 675 temp1[3] = ((temp & 0x00001000) >> 12) | ((temp & 0x00002000) >> 5) | 678 temp1[4] = ((temp & 0x00010000) >> 16) | ((temp & 0x00020000) >> 9) | 681 temp1[5] = ((temp & 0x00100000) >> 20) | ((temp & 0x00200000) >> 13) | 684 write_av9110(pScrn, temp1);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| gx_regacc.c | 167 unsigned long offset, temp_offset, temp1 = 0, temp2 = 0; local 222 temp1); 231 temp_offset, temp1); 240 temp_offset, temp1, temp2);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| nsc_regacc.c | 252 unsigned long offset, temp_offset, temp1 = 0, temp2 = 0; local 307 temp1); 316 temp_offset, temp1); 325 temp_offset, temp1, temp2);
|
| durango.c | 322 unsigned long temp1, temp2; local 333 mov temp1, edx 337 *ptrHigh = temp1; 345 unsigned long temp1 = *ptrHigh; local 357 mov ebx, temp1 local
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftcalc.c | 755 FT_Fixed temp1, temp2; local 806 temp1 = FT_ABS( m.xx * m.yy - m.xy * m.yx ); 809 if ( temp1 == 0 || 810 temp2 / temp1 > 50 )
|
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| polyDBG.cc | 232 directedLine* temp1; local 234 temp1=poly; 235 for(temp2=temp1->getNext(); temp2 != temp1; temp2=temp2->getNext()) 237 if(DBG_edgesIntersect(temp1, temp2)) 244 for(temp1=poly->getNext(); temp1 != poly; temp1 = temp1->getNext()) 245 for(temp2=temp1->getNext(); temp2 != temp1; temp2=temp2->getNext() [all...] |
| partitionY.cc | 673 directedLine* temp1=diagonal_vertices[2*j]; local 675 if(temp1==v1 || temp1==v2 || temp2==v1 || temp2==v2) 676 if(! temp1->samePolygon(temp1, temp2)) 678 /*if temp1 and temp2 are in different polygons, 684 assert(temp1==v1 || temp1 == v2 || temp2==v1 || temp2 ==v2); 685 if(temp1==v1) 693 if(temp1==v2 [all...] |
| monoChain.cc | 890 directedLine* temp1=diagonal_vertices[2*j]; local 892 if(temp1==v1 || temp1==v2 || temp2==v1 || temp2==v2) 893 if(! temp1->samePolygon(temp1, temp2)) 895 /*if temp1 and temp2 are in different polygons, 901 assert(temp1==v1 || temp1 == v2 || temp2==v1 || temp2 ==v2); 902 if(temp1==v1) 910 if(temp1==v2 [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| pixeltest.c | 81 int temp1 = x1; local 85 y1 = temp1;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_blit.c | 391 const GLfloat temp1 = LERP(a, v01, v11); local 392 return LERP(b, temp0, temp1);
|
| s_triangle.c | 261 const GLint temp1 = ilerp(ia, v01, v11); local 262 return ilerp(ib, temp0, temp1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_blit.c | 391 const GLfloat temp1 = LERP(a, v01, v11); local 392 return LERP(b, temp0, temp1);
|
| s_triangle.c | 261 const GLint temp1 = ilerp(ia, v01, v11); local 262 return ilerp(ib, temp0, temp1);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| durango.c | 314 unsigned long temp1, temp2; local 325 mov temp1, edx 329 *ptrHigh = temp1; 337 unsigned long temp1 = *ptrHigh; local 349 mov ebx, temp1 local
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| sis_vb.c | 1012 int temp1=0, temp2, i; local 1020 temp1 = SiS_GetCH700x(pSiS->SiS_Pr, 0x0e); /* Power status */ 1021 if((temp1 & 0x03) != 0x03) { 1032 temp1 = SiS_GetCH700x(pSiS->SiS_Pr, 0x10); 1033 if(!(temp1 & 0x08)) test[i] = 0x02; 1034 else if(!(temp1 & 0x02)) test[i] = 0x01; 1039 if(test[0] == test[1]) temp1 = test[0]; 1040 else if(test[0] == test[2]) temp1 = test[0]; 1041 else if(test[1] == test[2]) temp1 = test[1]; 1045 temp1 = test[2] [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_videohw.c | 257 int *wm1, *wm2, *wm3, *wm4, *temp1, *temp2, *temp3, *temp4; local 283 temp1 = ( WeightMat[i][0] > WeightMat[i][1] ) ? &WeightMat[i][0] : &WeightMat[i][1]; 287 wm1 = ( *temp1 > *temp3) ? temp1 : temp3; 289 wm2 = ( wm1 == temp1 ) ? temp3 : temp1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_pbo.c | 666 struct ureg_dst temp1; local 669 temp1 = ureg_DECL_temporary(ureg); 671 /* temp1.xy = pos.xy */ 672 ureg_F2I(ureg, ureg_writemask(temp1, TGSI_WRITEMASK_XY), pos); 674 /* temp1.zw = 0 */ 675 ureg_MOV(ureg, ureg_writemask(temp1, TGSI_WRITEMASK_ZW), ureg_imm1u(ureg, 0)); 679 ureg_writemask(temp1, target == PIPE_TEXTURE_1D_ARRAY ? TGSI_WRITEMASK_Y 682 /* temp1.y/z = layer */ 686 /* temp1.z += layer_offset */ 688 ureg_scalar(ureg_src(temp1), TGSI_SWIZZLE_Z) [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| rndr_gu2.c | 348 unsigned long temp1, temp2, temp3, temp4; local 379 temp1 = BYTE_SWIZZLE(pattern_8x8[0]); 381 WRITE_GP32(MGP_PAT_DATA_1, temp1); 383 WRITE_GP32(MGP_PAT_COLOR_1, temp1); 387 WRITE_GP32(MGP_PAT_COLOR_3, temp1); 389 WRITE_GP32(MGP_PAT_COLOR_5, temp1); 394 temp1 = WORD_SWIZZLE(pattern_8x8[0]); 399 WRITE_GP32(MGP_PAT_COLOR_1, temp1); 405 WRITE_GP32(MGP_PAT_COLOR_5, temp1); 911 unsigned long offset, temp_offset, temp1 = 0, temp2 = 0 local 1010 unsigned long dstoffset, temp1 = 0, temp2 = 0, temp_offset = 0; local 1977 unsigned long temp1 = 0, temp2 = 0, temp_offset = 0; local 2066 unsigned long offset, temp_offset, temp1 = 0, temp2 = 0; local [all...] |