| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutState.h | 43 GLUTidleCB idle; // idle callback member in struct:GlutState 61 idle = 0;
|
| H A D | glutCallback.cpp | 127 gState.idle = idleFunc;
|
| /xsrc/external/mit/libXScrnSaver/dist/include/X11/extensions/ |
| H A D | scrnsaver.h | 54 unsigned long idle; /* total time since last user input */ member in struct:__anon82c905760208
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | quadstrip-cont.c | 100 idle(void) function in typeref:typename:void 110 glutIdleFunc(idle);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_gpu_load.c | 30 * frequency and the "busy" or "idle" counter is incremented based on 79 p_atomic_inc(&counters->named.field.idle); \ 169 unsigned idle = p_atomic_read(&rscreen->mmio_counters.array[busy_index + 1]); local in function:r600_read_mmio_counter 171 return busy | ((uint64_t)idle << 32); 179 unsigned idle = (end >> 32) - (begin >> 32); local in function:r600_end_mmio_counter 187 if (idle || busy) { 188 return busy*100 / (busy + idle);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gpu_load.c | 28 * frequency and the "busy" or "idle" counter is incremented based on 77 p_atomic_inc(&counters->named.field.idle); \ 187 unsigned idle = p_atomic_read(&sscreen->mmio_counters.array[busy_index + 1]); local in function:si_read_mmio_counter 189 return busy | ((uint64_t)idle << 32); 197 unsigned idle = (end >> 32) - (begin >> 32); local in function:si_end_mmio_counter 205 if (idle || busy) { 206 return busy*100 / (busy + idle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_gpu_load.c | 30 * frequency and the "busy" or "idle" counter is incremented based on 79 p_atomic_inc(&counters->named.field.idle); \ 169 unsigned idle = p_atomic_read(&rscreen->mmio_counters.array[busy_index + 1]); local in function:r600_read_mmio_counter 171 return busy | ((uint64_t)idle << 32); 179 unsigned idle = (end >> 32) - (begin >> 32); local in function:r600_end_mmio_counter 187 if (idle || busy) { 188 return busy*100 / (busy + idle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gpu_load.c | 28 * frequency and the "busy" or "idle" counter is incremented based on 77 p_atomic_inc(&counters->named.field.idle); \ 182 unsigned idle = p_atomic_read(&sscreen->mmio_counters.array[busy_index + 1]); local in function:si_read_mmio_counter 184 return busy | ((uint64_t)idle << 32); 191 unsigned idle = (end >> 32) - (begin >> 32); local in function:si_end_mmio_counter 199 if (idle || busy) { 200 return busy * 100 / (busy + idle);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | multitexarray.c | 96 static void idle( void ) function in typeref:typename:void 117 glutIdleFunc(idle); 236 glutIdleFunc( idle );
|
| H A D | subtex.c | 138 static void idle( void ) function in typeref:typename:void 161 glutIdleFunc( idle ); 221 glutIdleFunc( idle );
|
| H A D | texobj.c | 86 static void idle( void ) function in typeref:typename:void 280 glutIdleFunc( idle );
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/ |
| H A D | Makefile.am | 22 idle.c \
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | pointblast.c | 161 idle(void) function in typeref:typename:void 176 glutIdleFunc(idle); 316 glutIdleFunc(idle); 347 glutIdleFunc(idle); 355 glutIdleFunc(idle);
|
| H A D | bounce.c | 149 idle(void) function in typeref:typename:void 188 glutIdleFunc(idle);
|
| H A D | spriteblast.c | 223 idle(void) function in typeref:typename:void 237 glutIdleFunc(idle); 401 glutIdleFunc(idle); 432 glutIdleFunc(idle); 440 glutIdleFunc(idle);
|
| H A D | cubemap.c | 305 static void idle(void) function in typeref:typename:void 339 glutIdleFunc(idle); 628 glutIdleFunc(idle);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | drawtex.c | 148 idle(void) function in typeref:typename:void 215 eglutIdleFunc(idle);
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_common.h | 103 int idle; member in struct:__anonbe031e140308
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | multitex.c | 203 idle(void) function in typeref:typename:void 228 glutIdleFunc(idle); 408 glutIdleFunc(idle);
|
| H A D | samplers.c | 104 idle(void) function in typeref:typename:void 122 glutIdleFunc(idle); 371 glutIdleFunc(idle);
|
| H A D | texdemo1.c | 130 idle(void) function in typeref:typename:void 148 glutIdleFunc(idle); 431 glutIdleFunc(idle);
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | shadowmap.c | 123 idle( void ) function in typeref:typename:void 173 glutIdleFunc( animate ? idle : NULL ); 347 glutIdleFunc( idle );
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | saverproto.h | 90 CARD32 idle; member in struct:__anon7cd4c0220208
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | sync.c | 2658 CARD32 idle; local in function:IdleTimeQueryValue 2667 idle = GetTimeInMillis() - LastEventTime(deviceid).milliseconds; 2668 *pValue_return = idle; 2678 int64_t idle, old_idle; local in function:IdleTimeBlockHandler 2686 IdleTimeQueryValue(counter, &idle); 2687 counter->value = idle; /* push, so CheckTrigger works */ 2691 * where the idle time is reset and the time we actually get here. idle 2695 if (less && idle > *less && 2698 } else if (less && idle < 2750 IdleTimeCheckBrackets(SyncCounter * counter,int64_t idle,int64_t * less,int64_t * greater) argument 2768 int64_t idle; local in function:IdleTimeWakeupHandler 2823 int64_t idle; local in function:init_system_idle_counter [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | sync.c | 2790 CARD32 idle = GetTimeInMillis() - lastDeviceEventTime.milliseconds; local in function:IdleTimeQueryValue 2791 XSyncIntsToValue (pValue_return, idle, 0); 2797 XSyncValue idle, old_idle; local in function:IdleTimeBlockHandler 2805 IdleTimeQueryValue (NULL, &idle); 2806 IdleTimeCounter->value = idle; /* push, so CheckTrigger works */ 2809 XSyncValueLessOrEqual (idle, *pIdleTimeValueLess)) 2812 * We've been idle for less than the threshold value, and someone 2815 * current idle time, and if any succeed, bomb out of select() 2827 * We've been called exactly on the idle time, but we have a 2829 * idle tim 2871 XSyncValue idle; local in function:IdleTimeWakeupHandler 2914 XSyncValue idle; local in function:SyncInitIdleTime [all...] |