HomeSort by: relevance | last modified time | path
    Searched defs:here (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_tgsi.c 120 SVGA3dShaderInstToken *here; local
125 here = (SVGA3dShaderInstToken *) emit->ptr;
126 here->value = opcode;
131 prev->size = (here - prev) - 1;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_tgsi.c 120 SVGA3dShaderInstToken *here; local
125 here = (SVGA3dShaderInstToken *) emit->ptr;
126 here->value = opcode;
131 prev->size = (here - prev) - 1;
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_lines.c 83 DDXPointRec here = { 0, 0 }; local
86 here.x += points[i].x;
87 here.y += points[i].y;
88 v[i] = here;
  /xsrc/external/mit/libXvMC/dist/src/
XvMC.c 510 struct timezone here = {0, 0}; local
513 gettimeofday(&now, &here);
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.c 2114 /* CFF2 is an alternate to gvar here */
3208 FT_ULong here; local
3295 here = FT_Stream_FTell( stream );
3304 FT_Stream_SeekSet( stream, here );
3378 here = FT_Stream_FTell( stream );
3491 FT_Stream_SeekSet( stream, here );
3772 FT_ULong here; local
3851 here = FT_Stream_FTell( stream );
3860 FT_Stream_SeekSet( stream, here );
3930 here = FT_Stream_FTell( stream )
    [all...]
  /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
viaLowLevel.c 246 struct timezone here; local
252 here.tz_minuteswest = 0;
253 here.tz_dsttime = 0;
254 gettimeofday(&then, &here);
257 gettimeofday(&now, &here);
329 * Ideally, we'd like to have an interrupt wait here, but, according to second hand
331 * It is therefore not implemented into the DRM, and we'll do a user space wait here.
335 struct timezone here; local
340 here.tz_minuteswest = 0;
341 here.tz_dsttime = 0
378 struct timezone here; local
403 struct timezone here; local
436 struct timezone here; local
    [all...]
viaLowLevelPro.c 583 struct timezone here; local
589 here.tz_minuteswest = 0;
590 here.tz_dsttime = 0;
591 gettimeofday(&then, &here);
594 gettimeofday(&now, &here);
667 * Ideally, we'd like to have an interrupt wait here, but, according to second hand
669 * It is therefore not implemented into the DRM, and we'll do a user space wait here.
673 struct timezone here; local
678 here.tz_minuteswest = 0;
679 here.tz_dsttime = 0
739 struct timezone here; local
770 struct timezone here; local
803 struct timezone here; local
    [all...]

Completed in 12 milliseconds