| /xsrc/external/mit/xfs/dist/os/ |
| waitfor.c | 99 struct timeval *wt, local 135 wt = &waittime; 139 BlockHandler(&wt, (pointer) &LastSelectMask); 145 i = Select(MAXSOCKS, &LastSelectMask, &clientsWriteable, NULL, wt); 147 i = Select(MAXSOCKS, &LastSelectMask, NULL, NULL, wt);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| i830_texstate.c | 285 GLenum wt = sampler->Attrib.WrapT; local 298 TEXCOORD_ADDR_V_MODE(translate_wrap_mode(wt))
|
| i915_texstate.c | 290 GLenum wt = sampler->Attrib.WrapT; local 299 wt = GL_REPEAT; 312 wt == GL_CLAMP || 315 wt == GL_CLAMP_TO_BORDER || wr == GL_CLAMP_TO_BORDER)) 323 ((wt != GL_CLAMP) && (wt != GL_CLAMP_TO_EDGE)))) 352 (translate_wrap_mode(wt) << SS3_TCY_ADDR_MODE_SHIFT) |
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| i830_texstate.c | 285 GLenum wt = sampler->WrapT; local 298 TEXCOORD_ADDR_V_MODE(translate_wrap_mode(wt))
|
| i915_texstate.c | 290 GLenum wt = sampler->WrapT; local 299 wt = GL_REPEAT; 312 wt == GL_CLAMP || 315 wt == GL_CLAMP_TO_BORDER || wr == GL_CLAMP_TO_BORDER)) 323 ((wt != GL_CLAMP) && (wt != GL_CLAMP_TO_EDGE)))) 352 (translate_wrap_mode(wt) << SS3_TCY_ADDR_MODE_SHIFT) |
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_cb_drawtex.c | 265 const GLfloat wt = (GLfloat) img->Width; local 267 const GLfloat s0 = obj->CropRect[0] / wt; 269 const GLfloat s1 = (obj->CropRect[0] + obj->CropRect[2]) / wt;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_cb_drawtex.c | 265 const GLfloat wt = (GLfloat) img->Width; local 267 const GLfloat s0 = obj->CropRect[0] / wt; 269 const GLfloat s1 = (obj->CropRect[0] + obj->CropRect[2]) / wt;
|
| /xsrc/external/mit/mesa-demos/dist/src/wgl/ |
| wglthreads.c | 113 MakeNewTexture(struct winthread *wt) 225 resize(struct winthread *wt, int w, int h) 227 wt->NewSize = GL_TRUE; 228 wt->WinWidth = w; 229 wt->WinHeight = h; 231 SetEvent(wt->hEventRedraw); 239 draw_loop(struct winthread *wt) 249 SendMessage(wt->Win, WM_CLOSE, 0, 0); 258 events[0] = wt->hEventRedraw; 267 SendMessage(wt->Win, WM_CLOSE, 0, 0) 383 struct winthread *wt = (struct winthread *)(INT_PTR)GetWindowLongPtr(hWnd, GWLP_USERDATA); local 495 struct winthread *wt = (struct winthread *) p; local [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fbbltone.c | 353 int wt; local 384 wt = w; 386 while (wt--) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| fbbltone.c | 353 int wt; local 384 wt = w; 386 while (wt--) {
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| fbbltone.c | 403 int wt; local 434 wt = w; 436 while (wt--) {
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| WaitFor.c | 151 struct timeval waittime, *wt; local 182 wt = &waittime; 197 wt = NULL; 214 wt = &waittime; 220 BlockHandler((pointer)&wt, (pointer)&LastSelectMask); 229 i = Select (MaxClients, &LastSelectMask, &clientsWritable, NULL, wt); 233 i = Select (MaxClients, &LastSelectMask, NULL, NULL, wt);
|
| utils.c | 457 struct timeval **wt = (struct timeval **) waitTime; local 460 if (*wt == NULL) 464 *wt = &delay_val; 468 olddelay = (*wt)->tv_sec * 1000 + (*wt)->tv_usec / 1000; 471 (*wt)->tv_sec = newdelay / 1000; 472 (*wt)->tv_usec = 1000 * (newdelay % 1000);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| xeglthreads.c | 118 MakeNewTexture(struct winthread *wt) 230 resize(struct winthread *wt, int w, int h) 232 wt->NewSize = GL_TRUE; 233 wt->WinWidth = w; 234 wt->WinHeight = h; 244 draw_loop(struct winthread *wt) 251 if (!wt->Initialized) { 252 eglMakeCurrent(wt->Display, wt->Surface, wt->Surface, wt->Context) 400 struct winthread *wt = &WinThreads[i]; local 410 struct winthread *wt = &WinThreads[i]; local 436 struct winthread *wt = &WinThreads[w]; local 566 struct winthread *wt = (struct winthread *) p; local [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| glthreads.c | 110 MakeNewTexture(struct winthread *wt) 222 resize(struct winthread *wt, int w, int h) 224 wt->NewSize = GL_TRUE; 225 wt->WinWidth = w; 226 wt->WinHeight = h; 236 draw_loop(struct winthread *wt) 243 glXMakeCurrent(wt->Dpy, wt->Win, wt->Context); 244 if (!wt->Initialized) 385 struct winthread *wt = &WinThreads[i]; local 395 struct winthread *wt = &WinThreads[i]; local 421 struct winthread *wt = &WinThreads[w]; local 525 struct winthread *wt = (struct winthread *) p; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| fbbltone.c | 789 int wt; local 841 wt = w; 843 while (wt--)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| i915_state.c | 279 const unsigned wt = sampler->wrap_t; local 318 (translate_wrap_mode(wt) << SS3_TCY_ADDR_MODE_SHIFT) |
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| i915_state.c | 225 const unsigned wt = sampler->wrap_t; local 266 (translate_wrap_mode(wt) << SS3_TCY_ADDR_MODE_SHIFT) |
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_linear_sampler.c | 416 __m128i wt; local 428 wt = _mm_set1_epi16(w); 436 *(__m128i *)&row[i] = util_sse2_lerp_epi8_fixed88(srca, srcb, &wt, &wt); 461 union m128i si0, si1, si2, si3, ws, wt; local 473 wt.ui[j] = (t>>8) & 0xff; 482 wt.m = _mm_or_si128(wt.m, _mm_slli_epi32(wt.m, 16)); 483 wt.m = _mm_or_si128(wt.m, _mm_slli_epi32(wt.m, 8)) 532 __m128i ws, wt, wsl, wsh, wtl, wth; local [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| event_handlers.c | 455 WinType wt; local 458 wt = WinWin; 462 wt = IconWin; 469 twm_win, wt,
|
| /xsrc/external/mit/libXt/dist/src/ |
| NextEvent.c | 191 wait_times_ptr_t wt) 194 X_GETTIMEOFDAY(&wt->cur_time); 195 FIXUP_TIMEVAL(wt->cur_time); 196 wt->start_time = wt->cur_time; 199 wt->poll_wait = X_BLOCK; 201 wt->wait_time_ptr = NULL; 205 wt->max_wait_time.tv_sec = (time_t) (*howlong / 1000); 206 wt->max_wait_time.tv_usec = 209 wt->poll_wait = (int) *howlong 583 wait_times_t wt; local 617 AdjustTimes(app, (Boolean) block, howlong, (Boolean) ignoreTimers, &wt); local [all...] |