| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86cvt.c | 70 DisplayModeRec *Mode = xnfcalloc(1, sizeof(DisplayModeRec)); local in function:xf86CVTMode 115 Mode->HDisplay = HDisplayRnd + 2*HMargin; 131 Mode->VDisplay = VDisplay + 2*VMargin; 180 Mode->VTotal = VDisplayRnd + 2 * VMargin + VSyncAndBackPorch + Interlace 207 HBlank = Mode->HDisplay * HBlankPercentage/(100.0 - HBlankPercentage); 211 Mode->HTotal = Mode->HDisplay + HBlank; 214 Mode->HSyncEnd = Mode->HDisplay + HBlank / 2; 216 Mode [all...] |
| H A D | xf86EdidModes.c | 315 DisplayModePtr Modes = NULL, Mode = NULL; local in function:DDCModesFromEstablished 322 Mode = xf86DuplicateMode(&DDCEstablishedModes[i]); 323 Modes = xf86ModesAdd(Modes, Mode); 483 DisplayModePtr Modes = NULL, Mode = NULL; local in function:DDCModesFromStandardTiming 495 Mode = xf86CVTMode(1366, 768, 60, FALSE, FALSE); 496 Mode->HDisplay = 1366; 497 Mode->HSyncStart--; 498 Mode->HSyncEnd--; 500 Mode = FindDMTMode(hsize, vsize, refresh, rb); 502 if (!Mode) { 568 DisplayModePtr Mode; local in function:DDCModeFromDetailedTiming 768 DisplayModePtr Mode = Modes; local in function:DDCGuessRangesFromModes 976 DisplayModePtr Mode; local in function:handle_cea_svd 1011 DisplayModePtr Mode; local in function:handle_detailed_modes 1048 DisplayModePtr Modes = NULL, Mode; local in function:xf86DDCGetModes 1166 DisplayModePtr Modes = NULL, Mode; local in function:xf86EdidMonitorSet [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/cvt/ |
| H A D | cvt.c | 137 PrintComment(DisplayModeRec *Mode, Bool CVT, Bool Reduced) argument 139 printf("# %dx%d %.2f Hz ", Mode->HDisplay, Mode->VDisplay, Mode->VRefresh); 143 ((float) Mode->HDisplay * Mode->VDisplay) / 1000000.0); 145 if (!(Mode->VDisplay % 3) && 146 ((Mode->VDisplay * 4 / 3) == Mode->HDisplay)) 148 else if (!(Mode 182 PrintModeline(DisplayModePtr Mode,int HDisplay,int VDisplay,float VRefresh,Bool Reduced) argument 215 DisplayModeRec *Mode; local in function:main [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 301 DisplayModePtr Modes = NULL, Mode = NULL; local in function:DDCModesFromEstablished 308 Mode = xf86DuplicateMode(&DDCEstablishedModes[i]); 309 Modes = xf86ModesAdd(Modes, Mode); 469 DisplayModePtr Modes = NULL, Mode = NULL; local in function:DDCModesFromStandardTiming 497 Mode = xf86CVTMode(1366, 768, 60, FALSE, FALSE); 498 Mode->HDisplay = 1366; 499 Mode->HSyncStart--; 500 Mode->HSyncEnd--; 503 Mode = FindDMTMode(hsize, vsize, refresh, rb); 505 if (!Mode) { 570 DisplayModePtr Mode; local in function:DDCModeFromDetailedTiming 782 DisplayModePtr Mode = Modes; local in function:DDCGuessRangesFromModes 985 DisplayModePtr Mode; local in function:handle_cea_svd 1018 DisplayModePtr Mode; local in function:handle_detailed_modes 1054 DisplayModePtr Modes = NULL, Mode; local in function:xf86DDCGetModes 1175 DisplayModePtr Modes = NULL, Mode; local in function:xf86EdidMonitorSet [all...] |
| H A D | xf86Modes.c | 805 DisplayModeRec *Mode = xnfcalloc(1, sizeof(DisplayModeRec)); local in function:xf86CVTMode 812 Mode->name = tmp; 814 Mode->VDisplay = libxcvt_mode_info->vdisplay; 815 Mode->HDisplay = libxcvt_mode_info->hdisplay; 816 Mode->Clock = libxcvt_mode_info->dot_clock; 817 Mode->HSyncStart = libxcvt_mode_info->hsync_start; 818 Mode->HSyncEnd = libxcvt_mode_info->hsync_end; 819 Mode->HTotal = libxcvt_mode_info->htotal; 820 Mode->VSyncStart = libxcvt_mode_info->vsync_start; 821 Mode [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | flat-clip.c | 16 static GLenum Mode = GL_LINE_LOOP; variable in typeref:typename:GLenum 37 glBegin(Mode); 48 glBegin(Mode); 87 if (Mode == GL_TRIANGLES) 88 Mode = GL_LINE_LOOP; 90 Mode = GL_TRIANGLES;
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | exactrast.c | 45 static int Mode = MODE_POINTS; variable in typeref:typename:int 62 if (Mode == MODE_POINTS) { 71 else if (Mode == MODE_HLINES) { 79 else if (Mode == MODE_VLINES) { 87 else if (Mode == MODE_QUADS) { 128 Mode = (Mode + 1) % NUM_MODES;
|
| H A D | texdown.c | 49 static GLuint Mode = 0; variable in typeref:typename:GLuint 337 if (Mode == 0) { 343 Mode++; 345 else if (Mode == 1) { 348 Mode++; 395 Mode = 0; 400 Mode = 0; 405 Mode = 0; 410 Mode = 0; 415 Mode [all...] |
| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ |
| H A D | pps_config.cc | 38 enum class Mode { enum 87 Mode mode = Mode::Help; 96 mode = Mode::Info; 100 mode = Mode::Dump; 126 mode = Mode::Groups; 130 mode = Mode::Counters; 134 if (mode == Mode::Help) { 141 case Mode::Info: { 155 case Mode [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | spectex.c | 29 static GLint Mode = 4; variable in typeref:typename:GLint 64 if (Mode==0) { 74 else if (Mode==1) { 84 else if (Mode==2) { 94 else if (Mode==3) { 113 else if (Mode==4) { 236 Mode = entry;
|
| H A D | singlebuffer.c | 28 static GLint Mode = NO_FLICKER; variable in typeref:typename:GLint 113 if (Mode == FLICKER) { 130 if (Mode == NO_FLICKER) { 140 if (Mode == NO_FLICKER) { 190 Mode = !Mode;
|
| H A D | dissolve.c | 32 static int Mode = 0; variable in typeref:typename:int 151 Funcs[Mode](b); 225 Mode = (Mode + 1) % NUM_MODES;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | draw_validate.c | 298 if (ctx->TransformFeedback.Mode != GL_POINTS) 302 if (ctx->TransformFeedback.Mode != GL_LINES) 306 if (ctx->TransformFeedback.Mode != GL_TRIANGLES) 317 if (ctx->TransformFeedback.Mode != GL_POINTS) 320 if (ctx->TransformFeedback.Mode != GL_LINES) 323 if (ctx->TransformFeedback.Mode != GL_TRIANGLES) 328 switch (ctx->TransformFeedback.Mode) {
|
| H A D | fog.c | 105 if (ctx->Fog.Mode == m) 108 ctx->Fog.Mode = m; 207 ctx->Fog.Mode = GL_EXP;
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | ativga.c | 173 int Mode 178 switch (Mode) 170 ATIVGASaveScreen(ATIPtr pATI,int Mode) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_fog.c | 103 switch (ctx->Fog.Mode) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_fog.c | 102 switch (ctx->Fog.Mode) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texgen.c | 101 if (texgen->Mode == mode) 136 texgen->Mode = mode; 310 params[0] = ENUM_TO_DOUBLE(texgen->Mode); 347 params[0] = ENUM_TO_FLOAT(texgen->Mode); 392 params[0] = texgen->Mode;
|
| H A D | fog.c | 105 if (ctx->Fog.Mode == m) 108 ctx->Fog.Mode = m; 205 ctx->Fog.Mode = GL_EXP;
|
| H A D | draw_validate.c | 538 pass = ctx->TransformFeedback.Mode == GL_POINTS; 541 pass = ctx->TransformFeedback.Mode == GL_LINES; 544 pass = ctx->TransformFeedback.Mode == GL_TRIANGLES; 554 pass = ctx->TransformFeedback.Mode == GL_POINTS; 556 pass = ctx->TransformFeedback.Mode == GL_LINES; 558 pass = ctx->TransformFeedback.Mode == GL_TRIANGLES; 563 pass = ctx->TransformFeedback.Mode == GL_POINTS; 568 pass = ctx->TransformFeedback.Mode == GL_LINES; 571 pass = ctx->TransformFeedback.Mode == GL_TRIANGLES; 580 _mesa_lookup_prim_by_nr(ctx->TransformFeedback.Mode)); [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_driver.c | 1337 DisplayModePtr Mode = Modes; local in function:NVModesAdd 1339 while (Mode->next) 1340 Mode = Mode->next; 1342 Mode->next = Additions; 1343 Additions->prev = Mode; 1936 DisplayModePtr Mode; local in function:NVPreInit 1938 Mode = xf86CVTMode(pNv->fpWidth, pNv->fpHeight, 60.00, TRUE, FALSE); 1939 Mode->type = M_T_DRIVER; 1940 xf86SetModeDefaultName(Mode); [all...] |
| /xsrc/external/mit/libdrm/dist/man/ |
| H A D | drm.7.rst | 53 Mode-Setting 57 is called *Mode-Setting*. This is restricted to the current DRM master. 59 implement a kernel interface to perform mode-setting called *Kernel Mode
|
| /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/ |
| H A D | x68kConfig.c | 270 { "Mode", parseMode }, 394 } Mode; typedef in typeref:struct:_Mode 396 static Mode *modeList = NULL; 397 static Mode *modeChosen; 419 Mode *mode; 425 mode = malloc(sizeof(Mode)); 538 Mode *mode;
|
| /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/ |
| H A D | x68kConfig.c | 285 { "Mode", parseMode }, 409 } Mode; typedef in typeref:struct:_Mode 411 static Mode *modeList = NULL; 412 static Mode *modeChosen; 434 Mode *mode; 440 mode = malloc(sizeof(Mode)); 553 Mode *mode;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_util.h | 205 if (c->Mode == GL_OBJECT_LINEAR) 207 else if (c->Mode == GL_EYE_LINEAR)
|