| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 134 DepthPtr depths; in xnestOpenScreen() local 164 depths = (DepthPtr) malloc(MAXDEPTH * sizeof(DepthRec)); in xnestOpenScreen() 165 depths[0].depth = 1; in xnestOpenScreen() 166 depths[0].numVids = 0; in xnestOpenScreen() 167 depths[0].vids = (VisualID *) malloc(MAXVISUALSPERDEPTH * sizeof(VisualID)); in xnestOpenScreen() 205 if (depths[j].depth == xnestVisuals[i].depth) { in xnestOpenScreen() 212 depths[depthIndex].depth = xnestVisuals[i].depth; in xnestOpenScreen() 213 depths[depthIndex].numVids = 0; in xnestOpenScreen() 214 depths[depthIndex].vids = in xnestOpenScreen() 218 if (depths[depthIndex].numVids >= MAXVISUALSPERDEPTH) { in xnestOpenScreen() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firewire/ |
| H A D | core-topology.c | 136 int depths[2] = { -1, -1 }; in update_hop_count() local 147 if (node->ports[i]->max_depth > depths[0]) { in update_hop_count() 148 depths[1] = depths[0]; in update_hop_count() 149 depths[0] = node->ports[i]->max_depth; in update_hop_count() 150 } else if (node->ports[i]->max_depth > depths[1]) in update_hop_count() 151 depths[1] = node->ports[i]->max_depth; in update_hop_count() 154 node->max_depth = depths[0] + 1; in update_hop_count() 155 node->max_hops = max(max_child_hops, depths[0] + depths[1] + 2); in update_hop_count()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbscreen.c | 44 DepthPtr depths = pScreen->allowedDepths; in fbCloseScreen() local 49 free(depths[d].vids); in fbCloseScreen() 50 free(depths); in fbCloseScreen() 174 DepthPtr depths; in wfbFinishScreenInit() local 199 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths, &rootdepth, in wfbFinishScreenInit() 204 rootdepth, ndepths, depths, in wfbFinishScreenInit()
|
| H A D | fboverlay.c | 272 DepthPtr depths; in fbOverlayFinishScreenInit() local 289 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths, &depth1, in fbOverlayFinishScreenInit() 296 depth1, ndepths, depths, in fbOverlayFinishScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/ |
| H A D | vbeModes.c | 98 int depths = 0; in VBEFindSupportedDepths() local 102 depths |= GetDepthFlag(pVbe, vbe->VideoModePtr[i++]); in VBEFindSupportedDepths() 111 depths |= GetDepthFlag(pVbe, i); in VBEFindSupportedDepths() 116 if (depths & V_DEPTH_24_24) in VBEFindSupportedDepths() 118 if (depths & V_DEPTH_24_32) in VBEFindSupportedDepths() 122 return depths; in VBEFindSupportedDepths()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | hostx.c | 1381 xcb_depth_iterator_t depths; in hostx_get_visuals_info() local 1388 depths = xcb_screen_allowed_depths_iterator(screens.data); in hostx_get_visuals_info() 1389 for (; depths.rem; xcb_depth_next(&depths)) { in hostx_get_visuals_info() 1390 xcb_visualtype_t *visuals = xcb_depth_visuals(depths.data); in hostx_get_visuals_info() 1393 nb_items + depths.data->visuals_len, in hostx_get_visuals_info() 1399 for (i = 0; i < depths.data->visuals_len; i++) { in hostx_get_visuals_info() 1402 host_visuals[nb_items + i].depth = depths.data->depth; in hostx_get_visuals_info() 1410 nb_items += depths.data->visuals_len; in hostx_get_visuals_info()
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | tridentfb.rst | 17 The driver supports 8, 16 and 32 bits per pixel depths. 28 switch resolution which the chip does not support at some depths for
|
| H A D | intel810.rst | 37 - Supports color depths of 8, 16, 24 and 32 bits per pixel 167 Use directcolor visual instead of truecolor for pixel depths greater
|
| H A D | sh7760fb.rst | 9 with color depths ranging from 1 to 16 bits, on STN, DSTN and TFT Panels.
|
| H A D | matroxfb.rst | 101 color depth of your X desktop must match resolution and color depths of your
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miscrinit.c | 243 DepthRec * depths, /* supported depths */ in miScreenInit() argument 266 pScreen->allowedDepths = depths; in miScreenInit()
|
| H A D | mi.h | 393 DepthPtr depths,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-driver/ |
| H A D | xf86-video-vesa_2.5.0.bb | 10 supports depths 8, 15 16 and 24."
|
| H A D | xf86-video-intel_git.bb | 6 chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxinit.c | 215 int ndepths = 0, *depths = NULL; in dmxPrintScreenInfo() local 222 if (!(depths = XListDepths(dpy, scr, &ndepths))) in dmxPrintScreenInfo() 274 dmxLogOutputCont(dmxScreen, "%c%d", i ? ',' : ' ', depths[i]); in dmxPrintScreenInfo() 293 XFree(depths); in dmxPrintScreenInfo()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | Kconfig.iosched | 24 synchronous writes, it will self-tune queue depths to achieve that
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Configure.c | 198 int depths[] = { 1, 4, 8, 15, 16, 24 /*, 32 */ }; in configureScreenSection() local 209 for (i = 0; i < ARRAY_SIZE(depths); i++) { in configureScreenSection() 213 conf_display->disp_depth = depths[i]; in configureScreenSection()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland.c | 1324 int depths[] = { 1, 4, 8, 15, 16, 24, 32 }; in InitOutput() local 1328 for (i = 0; i < ARRAY_SIZE(depths); i++) { in InitOutput() 1329 screen_info->formats[i].depth = depths[i]; in InitOutput() 1338 screen_info->numPixmapFormats = ARRAY_SIZE(depths); in InitOutput()
|
| /OK3568_Linux_fs/kernel/Documentation/sound/cards/ |
| H A D | audiophile-usb.rst | 49 * Two interfaces can't use different sample depths at the same time. 52 Please exit any audio application running before switching between bit depths 117 rates/depths automatically according to the user's needs. However, those who
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | cs35l33.txt | 55 depths will be 1, 4, 8, 16 LRCLK cycles. The default is 16 LRCLK cycles.
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | Registry | 308 M, N are the depths.
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | Kconfig | 12 a bitmap display of various sizes and depths which can be drawn on 22 a bitmap display of various sizes and depths which can be drawn on
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | control | 244 against unusual depths and screen configurations, doing batch processing with
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | sym53c8xx_2.rst | 288 depths from the boot command-line. For example:: 292 will set tagged commands queue depths as follow:
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.scrapyard | 7 in the imperishable depths of the git history. This document tries to
|