| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 39 * Calculates the horizontal sync rate of a mode. 42 xf86ModeHSync(const DisplayModeRec * mode) argument 46 if (mode->HSync > 0.0) 47 hsync = mode->HSync; 48 else if (mode->HTotal > 0) 49 hsync = (float) mode->Clock / (float) mode->HTotal; 55 * Calculates the vertical refresh rate of a mode. 58 xf86ModeVRefresh(const DisplayModeRec * mode) argument 62 if (mode 77 xf86ModeWidth(const DisplayModeRec * mode,Rotation rotation) argument 92 xf86ModeHeight(const DisplayModeRec * mode,Rotation rotation) argument 108 xf86ModeBandwidth(DisplayModePtr mode,int depth) argument 126 xf86SetModeDefaultName(DisplayModePtr mode) argument 197 xf86SaveModeContents(DisplayModePtr intern,const DisplayModeRec * mode) argument 238 DisplayModePtr mode; local in function:xf86DuplicateModes 322 xf86PrintModeline(int scrnIndex,DisplayModePtr mode) argument 402 DisplayModePtr mode; local in function:xf86ValidateModesFlags 424 DisplayModePtr mode; local in function:xf86ValidateModesSize 467 DisplayModePtr mode; local in function:xf86ValidateModesSync 513 DisplayModePtr mode; local in function:xf86ValidateModesClocks 546 DisplayModePtr mode; local in function:xf86ValidateModesUserConfig 578 DisplayModePtr mode; local in function:xf86ValidateModesBandwidth 587 xf86ModeIsReduced(const DisplayModeRec * mode) argument 622 DisplayModePtr mode; local in function:xf86PruneInvalidModes 660 DisplayModePtr mode = modes; local in function:xf86ModesAdd 678 DisplayModePtr head = NULL, prev = NULL, mode; local in function:xf86GetConfigModes 751 DisplayModePtr head = NULL, mode; local in function:xf86GetDefaultModes [all...] |
| H A D | xf86DiDGA.c | 42 DGAModePtr modes, mode; local in function:xf86_dga_get_modes 66 mode = modes + num++; 68 mode->mode = display_mode; 69 mode->flags = DGA_CONCURRENT_ACCESS; 71 mode->flags |= DGA_DOUBLESCAN; 73 mode->flags |= DGA_INTERLACED; 74 mode->byteOrder = scrn->imageByteOrder; 75 mode->depth = scrn->depth; 76 mode [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 42 * Calculates the horizontal sync rate of a mode. 45 xf86ModeHSync(const DisplayModeRec *mode) argument 49 if (mode->HSync > 0.0) 50 hsync = mode->HSync; 51 else if (mode->HTotal > 0) 52 hsync = (float)mode->Clock / (float)mode->HTotal; 58 * Calculates the vertical refresh rate of a mode. 61 xf86ModeVRefresh(const DisplayModeRec *mode) argument 65 if (mode 80 xf86ModeWidth(const DisplayModeRec * mode,Rotation rotation) argument 95 xf86ModeHeight(const DisplayModeRec * mode,Rotation rotation) argument 111 xf86ModeBandwidth(DisplayModePtr mode,int depth) argument 129 xf86SetModeDefaultName(DisplayModePtr mode) argument 224 DisplayModePtr mode; local in function:xf86DuplicateModes 286 xf86PrintModeline(int scrnIndex,DisplayModePtr mode) argument 334 DisplayModePtr mode; local in function:xf86ValidateModesFlags 356 DisplayModePtr mode; local in function:xf86ValidateModesSize 400 DisplayModePtr mode; local in function:xf86ValidateModesSync 445 DisplayModePtr mode; local in function:xf86ValidateModesClocks 477 DisplayModePtr mode; local in function:xf86ValidateModesUserConfig 510 DisplayModePtr mode; local in function:xf86ValidateModesBandwidth 519 xf86ModeIsReduced(const DisplayModeRec * mode) argument 554 DisplayModePtr mode; local in function:xf86PruneInvalidModes 591 DisplayModePtr mode = modes; local in function:xf86ModesAdd 609 DisplayModePtr head = NULL, prev = NULL, mode; local in function:xf86GetConfigModes 685 DisplayModePtr head = NULL, mode; local in function:xf86GetDefaultModes [all...] |
| H A D | xf86DiDGA.c | 46 DGAModePtr modes, mode; local in function:xf86_dga_get_modes 72 mode = modes + num++; 74 mode->mode = display_mode; 75 mode->flags = DGA_CONCURRENT_ACCESS; 77 mode->flags |= DGA_DOUBLESCAN; 79 mode->flags |= DGA_INTERLACED; 80 mode->byteOrder = scrn->imageByteOrder; 81 mode->depth = scrn->depth; 82 mode [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ChClMode.c | 35 int mode) 41 req->mode = mode; 33 XSetCloseDownMode(register Display * dpy,int mode) argument
|
| H A D | AllowEv.c | 35 int mode, 43 req->mode = mode; 33 XAllowEvents(register Display * dpy,int mode,Time time) argument
|
| H A D | ChAccCon.c | 47 int mode) 54 req->mode = mode; 45 XSetAccessControl(register Display * dpy,int mode) argument
|
| H A D | FSSaver.c | 49 int mode) 55 req->mode = mode; 47 XForceScreenSaver(register Display * dpy,int mode) argument
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| H A D | google-power-relay.py | 6 mode = sys.argv[1] variable 14 mode = mode_swap[mode] variable 17 command = "relay {} {}\n\r".format(mode, relay)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | draw_validate.h | 42 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode); 48 * Is 'mode' a valid value for glBegin(), glDrawArrays(), glDrawElements(), 54 _mesa_is_valid_prim_mode(const struct gl_context *ctx, GLenum mode) argument 57 return mode < 32 && (1u << mode) & ctx->SupportedPrimMask;
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | syncsdk.h | 30 SyncVerifyFence(SyncFence **ppFence, XID fid, ClientPtr client, Mask mode); 32 #define VERIFY_SYNC_FENCE(pFence, fid, client, mode) \ 35 rc = SyncVerifyFence(&(pFence), (fid), (client), (mode)); \ 39 #define VERIFY_SYNC_FENCE_OR_NONE(pFence, fid, client, mode) \ 43 VERIFY_SYNC_FENCE((pFence), (fid), (client), (mode)); \
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rrmode.c | 56 RRModePtr mode, *newModes; local in function:RRModeCreate 61 mode = malloc(sizeof (RRModeRec) + modeInfo->nameLength + 1); 62 if (!mode) 64 mode->refcnt = 1; 65 mode->mode = *modeInfo; 66 mode->name = (char *) (mode + 1); 67 memcpy (mode->name, name, modeInfo->nameLength); 68 mode 100 RRModePtr mode; local in function:RRModeFindByName 122 RRModePtr mode = modes[i]; local in function:RRModeGet 140 RRModePtr mode; local in function:RRModeCreateUser 181 RRModePtr mode = (m < output->numModes ? local in function:RRModesForScreen 199 RRModePtr mode = crtc->mode; local in function:RRModesForScreen 214 RRModePtr mode = modes[m]; local in function:RRModesForScreen 231 RRModeDestroy(RRModePtr mode) argument 299 RRModePtr mode; local in function:ProcRRCreateMode 343 RRModePtr mode; local in function:ProcRRDestroyMode 360 RRModePtr mode; local in function:ProcRRAddOutputMode 374 RRModePtr mode; local in function:ProcRRDeleteOutputMode [all...] |
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrmode.c | 66 RRModePtr mode, *newModes; local in function:RRModeCreate 71 mode = malloc(sizeof(RRModeRec) + modeInfo->nameLength + 1); 72 if (!mode) 74 mode->refcnt = 1; 75 mode->mode = *modeInfo; 76 mode->name = (char *) (mode + 1); 77 memcpy(mode->name, name, modeInfo->nameLength); 78 mode 110 RRModePtr mode; local in function:RRModeFindByName 128 RRModePtr mode = modes[i]; local in function:RRModeGet 144 RRModePtr mode; local in function:RRModeCreateUser 181 RRModePtr mode = (m < output->numModes ? local in function:RRModesForScreen 198 RRModePtr mode = crtc->mode; local in function:RRModesForScreen 213 RRModePtr mode = modes[m]; local in function:RRModesForScreen 230 RRModeDestroy(RRModePtr mode) argument 294 RRModePtr mode; local in function:ProcRRCreateMode 336 RRModePtr mode; local in function:ProcRRDestroyMode 353 RRModePtr mode; local in function:ProcRRAddOutputMode 370 RRModePtr mode; local in function:ProcRRDeleteOutputMode [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_print_common.h | 34 const char * bi_flow_control_name(enum bifrost_flow mode);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winpolyline.c | 40 int mode, 48 return miZeroLine (pDrawable, pGC, mode, npt, ppt); 50 miWideLine (pDrawable, pGC, mode, npt, ppt); 54 miWideDash (pDrawable, pGC, mode, npt, ppt); 38 winPolyLineNativeGDI(DrawablePtr pDrawable,GCPtr pGC,int mode,int npt,DDXPointPtr ppt) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_file.h | 44 u_file_access(const char *path, int mode) { argument 46 return access(path, mode); 48 return _access(path, mode);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_file.h | 44 u_file_access(const char *path, int mode) { argument 46 return access(path, mode); 48 return _access(path, mode);
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | ffb_dga.c | 72 DGAModePtr mode; local in function:FFB_InitDGA 77 mode = xnfcalloc(sizeof(DGAModeRec), 1); 78 if (!mode) { 84 mode->num = 0; 85 mode->mode = pScrn->modes; 88 mode->flags = (DGA_CONCURRENT_ACCESS | DGA_PIXMAP_AVAILABLE | DGA_FILL_RECT); 89 mode->flags |= DGA_BLIT_RECT; 91 mode->imageWidth = 2048; 92 mode [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | syncsdk.h | 30 SyncVerifyFence(SyncFence ** ppFence, XID fid, ClientPtr client, Mask mode); 35 #define VERIFY_SYNC_FENCE(pFence, fid, client, mode) \ 38 rc = SyncVerifyFence(&(pFence), (fid), (client), (mode)); \ 42 #define VERIFY_SYNC_FENCE_OR_NONE(pFence, fid, client, mode) \ 46 VERIFY_SYNC_FENCE((pFence), (fid), (client), (mode)); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxconfig.c | 45 * \param mode GL context mode whose data is to be returned. 46 * \param attribute Attribute of \c mode that is to be returned. 47 * \param value_return Location to store the data member of \c mode. 48 * \return If \c attribute is a valid attribute of \c mode, zero is 52 glx_config_get(struct glx_config * mode, int attribute, int *value_return) argument 59 *value_return = mode->rgbBits; 62 *value_return = mode->rgbMode; 65 *value_return = mode->redBits; 68 *value_return = mode [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxconfig.c | 45 * \param mode GL context mode whose data is to be returned. 46 * \param attribute Attribute of \c mode that is to be returned. 47 * \param value_return Location to store the data member of \c mode. 48 * \return If \c attribute is a valid attribute of \c mode, zero is 52 glx_config_get(struct glx_config * mode, int attribute, int *value_return) argument 59 *value_return = mode->rgbBits; 62 *value_return = !(mode->renderType & GLX_COLOR_INDEX_BIT); 65 *value_return = mode->redBits; 68 *value_return = mode [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | enterleave.h | 38 WindowPtr fromWin, WindowPtr toWin, int mode); 42 int mode, int detail, WindowPtr pWin, Window child); 46 int mode, 51 int mode, 55 int mode, 59 extern void EnterWindow(DeviceIntPtr dev, WindowPtr win, int mode); 62 int type, int mode, int detail, WindowPtr pWin);
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_dga.c | 96 DGAModePtr mode, newmodes = NULL; local in function:SavageSetupDGAMode 131 mode = modes + *num; 134 mode->mode = pMode; 135 mode->flags = DGA_CONCURRENT_ACCESS | DGA_PIXMAP_AVAILABLE; 138 mode->flags |= DGA_FILL_RECT | DGA_BLIT_RECT; 141 mode->flags |= DGA_DOUBLESCAN; 143 mode->flags |= DGA_INTERLACED; 144 mode->byteOrder = pScrn->imageByteOrder; 145 mode [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/ |
| H A D | vbeModes.c | 46 VbeModeInfoBlock *mode; local in function:GetDepthFlag 49 if ((mode = VBEGetModeInfo(pVbe, id)) == NULL) 52 if (VBE_MODE_USABLE(mode, 0)) { 55 if (VBE_MODE_COLOR(mode)) { 56 depth = mode->RedMaskSize + mode->GreenMaskSize + 57 mode->BlueMaskSize; 61 bpp = mode->BitsPerPixel; 62 VBEFreeModeInfo(mode); 63 mode 129 VbeModeInfoBlock *mode; local in function:CheckMode [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | vbeModes.c | 46 VbeModeInfoBlock *mode; local in function:GetDepthFlag 49 if ((mode = VBEGetModeInfo(pVbe, id)) == NULL) 52 if (VBE_MODE_USABLE(mode, 0)) { 55 if (VBE_MODE_COLOR(mode)) { 56 depth = mode->RedMaskSize + mode->GreenMaskSize + 57 mode->BlueMaskSize; 62 bpp = mode->BitsPerPixel; 63 VBEFreeModeInfo(mode); 64 mode 130 VbeModeInfoBlock *mode; local in function:CheckMode [all...] |