| /xsrc/external/mit/libxcvt/dist/lib/ |
| libxcvt.c | 64 int vdisplay_rnd, vmargin, vsync; local 139 /* Determine vsync Width from aspect ratio */ 141 vsync = 4; 143 vsync = 5; 145 vsync = 6; 147 vsync = 7; 149 vsync = 7; 151 vsync = 10; 172 (vsync + CVT_MIN_V_BPORCH)) 173 vsync_and_back_porch = vsync + CVT_MIN_V_BPORCH [all...] |
| /xsrc/external/mit/libXxf86vm/dist/include/X11/extensions/ |
| xf86vmode.h | 121 XF86VidModeSyncRange* vsync; member in struct:__anon6084
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_video.h | 58 int vsync; member in struct:__anon6939
|
| radeon_dri2.c | 343 Bool vsync; local 386 vsync = info->accel_state->vsync; 387 /* Driver option "SwapbuffersWait" defines if we vsync DRI2 copy-swaps. */ 388 info->accel_state->vsync = info->swapBuffersWait; 395 info->accel_state->vsync = vsync;
|
| radeon.h | 220 #define RADEON_VSYNC_TIMEOUT 20000 /* Maximum wait for VSYNC (in usecs) */ 439 Bool vsync; member in struct:radeon_accel_state 600 /* Perform vsync'ed SwapBuffers? */
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| lx_display.c | 85 int hsync, vsync; local 117 vsync = (pMode->Flags & V_NVSYNC) ? 0 : 1; 120 mode->flags |= (vsync) ? VG_MODEFLAG_NEG_VSYNC : 0; 126 int hsync, vsync; local 155 vsync = (pMode->Flags & V_NVSYNC) ? 1 : 0; 158 mode->flags |= (vsync) ? VG_MODEFLAG_NEG_VSYNC : 0;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i830_crt.c | 306 uint32_t vsync = INREG(vsync_reg); local 307 uint32_t vsync_start = (vsync & 0xffff) + 1;
|
| i830_debug.c | 412 char vsync = (val & ADPA_VSYNC_ACTIVE_HIGH) ? '+' : '-'; local 416 enable, pipe, hsync, vsync); 419 enable, pipe, hsync, vsync); 449 char vsync = val & DVO_VSYNC_ACTIVE_HIGH ? '+' : '-'; local 467 enable, pipe, stall, hsync, vsync);
|
| i830_display.c | 2297 int vsync = INREG((pipe == 0) ? VSYNC_A : VSYNC_B); local 2310 mode->VSyncStart = (vsync & 0xffff) + 1; 2311 mode->VSyncEnd = ((vsync & 0xffff0000) >> 16) + 1;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_video.h | 122 int vsync; member in struct:__anon6877
|
| radeon_dri2.c | 452 Bool vsync; local 489 vsync = info->accel_state->vsync; 491 /* Driver option "SwapbuffersWait" defines if we vsync DRI2 copy-swaps. */ 492 info->accel_state->vsync = info->swapBuffersWait; 497 info->accel_state->vsync = vsync;
|
| radeon.h | 240 #define RADEON_VSYNC_TIMEOUT 20000 /* Maximum wait for VSYNC (in usecs) */ 698 Bool vsync; member in struct:radeon_accel_state 1044 /* Perform vsync'ed SwapBuffers? */
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| smi_501.h | 534 int32_t vsync : bits(13, 13); member in struct:_MSOCRegRec::__anon9334::__anon9335 915 int32_t vsync : bits(13, 13); member in struct:_MSOCRegRec::__anon9368::__anon9369
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| sis_video.h | 747 Bool vsync; member in struct:__anon9414
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| trident.h | 194 int vsync; member in struct:__anon9450
|