| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| xf86Modes.c | 39 * Calculates the horizontal sync rate of a mode. 42 xf86ModeHSync(const DisplayModeRec * mode) 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) 62 if (mode->VRefresh > 0.0 238 DisplayModePtr mode; local 402 DisplayModePtr mode; local 424 DisplayModePtr mode; local 467 DisplayModePtr mode; local 513 DisplayModePtr mode; local 546 DisplayModePtr mode; local 578 DisplayModePtr mode; local 622 DisplayModePtr mode; local 660 DisplayModePtr mode = modes; local 678 DisplayModePtr head = NULL, prev = NULL, mode; local 751 DisplayModePtr head = NULL, mode; local [all...] |
| xf86DiDGA.c | 42 DGAModePtr modes, mode; local 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->bitsPerPixel = scrn->bitsPerPixel [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| ChClMode.c | 35 int mode) 41 req->mode = mode;
|
| AllowEv.c | 35 int mode, 43 req->mode = mode;
|
| ChAccCon.c | 47 int mode) 54 req->mode = mode;
|
| FSSaver.c | 49 int mode) 55 req->mode = mode;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| xf86Modes.c | 42 * Calculates the horizontal sync rate of a mode. 45 xf86ModeHSync(const DisplayModeRec *mode) 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) 65 if (mode->VRefresh > 0.0 224 DisplayModePtr mode; local 334 DisplayModePtr mode; local 356 DisplayModePtr mode; local 400 DisplayModePtr mode; local 445 DisplayModePtr mode; local 477 DisplayModePtr mode; local 510 DisplayModePtr mode; local 554 DisplayModePtr mode; local 591 DisplayModePtr mode = modes; local 609 DisplayModePtr head = NULL, prev = NULL, mode; local 685 DisplayModePtr head = NULL, mode; local [all...] |
| xf86DiDGA.c | 46 DGAModePtr modes, mode; local 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->bitsPerPixel = scrn->bitsPerPixel [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| 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/ |
| 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) 57 return mode < 32 && (1u << mode) & ctx->SupportedPrimMask;
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| 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/dist/randr/ |
| rrmode.c | 66 RRModePtr mode, *newModes; local 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->name[modeInfo->nameLength] = '\0' 110 RRModePtr mode; local 128 RRModePtr mode = modes[i]; local 144 RRModePtr mode; local 181 RRModePtr mode = (m < output->numModes ? local 198 RRModePtr mode = crtc->mode; local 213 RRModePtr mode = modes[m]; local 294 RRModePtr mode; local 336 RRModePtr mode; local 353 RRModePtr mode; local 370 RRModePtr mode; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| rrmode.c | 56 RRModePtr mode, *newModes; local 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->name[modeInfo->nameLength] = '\0' 100 RRModePtr mode; local 122 RRModePtr mode = modes[i]; local 140 RRModePtr mode; local 181 RRModePtr mode = (m < output->numModes ? local 199 RRModePtr mode = crtc->mode; local 214 RRModePtr mode = modes[m]; local 299 RRModePtr mode; local 343 RRModePtr mode; local 360 RRModePtr mode; local 374 RRModePtr mode; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| bi_print_common.h | 34 const char * bi_flow_control_name(enum bifrost_flow mode);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| 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);
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| README | 28 -sb Single buffer mode. 29 -db Double buffer mode. 32 1 Use filled polygon mode. 33 2 Use outlined polygon mode. 38 -rgb RGBA mode. 39 -ci Color index mode. 40 -sb Single buffer mode. 41 -db Double buffer mode. 48 -rgb RGBA mode. 49 -ci Color index mode [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_file.h | 44 u_file_access(const char *path, int mode) { 46 return access(path, mode); 48 return _access(path, mode);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_file.h | 44 u_file_access(const char *path, int mode) { 46 return access(path, mode); 48 return _access(path, mode);
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| ffb_dga.c | 72 DGAModePtr mode; local 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->imageHeight = 2048 [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| 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/dist/src/glx/ |
| 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) 59 *value_return = mode->rgbBits; 62 *value_return = !(mode->renderType & GLX_COLOR_INDEX_BIT); 65 *value_return = mode->redBits; 68 *value_return = mode->greenBits [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| 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) 59 *value_return = mode->rgbBits; 62 *value_return = mode->rgbMode; 65 *value_return = mode->redBits; 68 *value_return = mode->greenBits [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| 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/ |
| savage_dga.c | 96 DGAModePtr mode, newmodes = NULL; local 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->depth = depth [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| vbeModes.c | 46 VbeModeInfoBlock *mode; local 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 = NULL 130 VbeModeInfoBlock *mode; local [all...] |