Home
last modified time | relevance | path

Searched +full:color +full:- +full:depth (Results 1 – 25 of 128) sorted by relevance

123456

/freebsd/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
69 unsigned int depth; member
232 am335x_rend_draw_border(scr_stat* scp, int color) in am335x_rend_draw_border() argument
239 video_adapter_t* adp = scp->sc->adp; in am335x_rend_draw()
244 vidd_puts(adp, from, (uint16_t*)sc_vtb_pointer(&scp->vtb, from), count); in am335x_rend_draw()
246 /* This is for selections and such: invert the color attribute */ in am335x_rend_draw()
247 for (i = count; i-- > 0; ++from) { in am335x_rend_draw()
248 c = sc_vtb_getc(&scp->vtb, from); in am335x_rend_draw()
249 a = sc_vtb_geta(&scp->vtb, from) >> 8; in am335x_rend_draw()
[all …]
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
100 unsigned int depth; member
114 {"broadcom,bcm2835-fb", 1},
115 {"brcm,bcm2708-fb", 1},
129 if (ofw_bus_search_compatible(dev, compat_data)->ocd_data == 0) in bcm_fb_probe()
164 sc->fb_addr = (intptr_t)pmap_mapdev(fb.base, fb.size); in bcm_fb_attach()
165 sc->fb_paddr = fb.base; in bcm_fb_attach()
166 sc->fb_size = fb.size; in bcm_fb_attach()
167 sc->depth = fb.bpp; in bcm_fb_attach()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dadi,adv7511.txt2 ------------------------------------------------
5 transmitters compatible with HDMI 1.4 and DVI 1.0. They support color space
11 - compatible: Should be one of:
18 - reg: I2C slave addresses
27 color depth, color format, clock mode, bit justification and random
32 - adi,input-depth: Number of bits per color component at the input (8, 10 or
34 - adi,input-colorspace: The input color space, one of "rgb", "yuv422" or
36 - adi,input-clock: The input clock type, one of "1x" (one clock cycle per
43 - adi,input-style: The input components arrangement variant (1, 2 or 3), as
45 - adi,input-justification: The input bit justification ("left", "evenly",
[all …]
H A Dadi,adv7511.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14 transmitters compatible with HDMI 1.4 and DVI 1.0. They support color
21 - adi,adv7511
22 - adi,adv7511w
23 - adi,adv7513
37 reg-names:
40 needing a non-default address.
[all …]
H A Dite,it6505.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Allen Chen <allen.chen@ite.com.tw>
13 - $ref: /schemas/sound/dai-common.yaml#
16 The IT6505 is a high-performance DisplayPort 1.1a transmitter,
18 The IT6505 supports color depth of up to 36 bits (12 bits/color)
19 and ensures robust transmission of high-quality uncompressed video
30 transmission of high-definition content. Users of the IT6505 need not
40 ovdd-supply:
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp1 //===- RegionPrinter.cpp - Print regions tree pass --------
[all...]
/freebsd/sys/contrib/device-tree/Bindings/display/samsung/
H A Dsamsung,exynos5-dp.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/display/samsung/samsung,exynos5-dp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Inki Dae <inki.dae@samsung.com>
11 - Seung-Woo Kim <sw0312.kim@samsung.com>
12 - Kyungmin Park <kyungmin.park@samsung.com>
13 - Krzysztof Kozlowski <krzk@kernel.org>
17 const: samsung,exynos5-dp
25 clock-names:
[all …]
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
85 /* See "16-color Text Extension" Open Firmware document, page 4 */
107 if (chosen == -1) in ofwfb_probe()
110 node = -1; in ofwfb_probe()
114 if (node == - in ofwfb_probe()
483 pcell_t depth, height, width, stride; ofwfb_init() local
[all...]
/freebsd/contrib/libxo/tests/xo/
H A Dxo_01.sh14 XOP="${XO} --warn --depth 1 --leading-xpath /top"
16 ${XO} --open top
21 ${XOP} ${NF} --wrap item \
22 'Item {k:name} is {Lw:number}{:value/%03d/%d}, {Lwc:color}{:color}\n' \
24 NF=--not-first
27 XOAN="${XO} --wrap anchor --not-first --warn --depth 1"
34 ${XO} -C " -- rest of line\n"
36 ${XO} --close top
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_map.c2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved.
3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
56 * Cormen-Leiserson-Rivest text, McGraw-Hill Edition, fourteenth
80 return (p_map->root.p_left); in __cl_map_root()
89 CL_ASSERT(p_item->p_up); in __cl_map_is_left_child()
90 CL_ASSERT(p_item->p_up != p_item); in __cl_map_is_left_child()
92 return (p_item->p_up->p_left == p_item); in __cl_map_is_left_child()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1 //===-- SIMachineScheduler.cpp - SI Scheduler Interface -------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
22 #define DEBUG_TYPE "machine-scheduler"
58 // simpler sub-problems. It divides the instructions into blocks, schedules
97 // Both texture and constant L1 caches are 4-way associative with 64 bytes
117 // 300-600 cycles. We do not specially take that into account when scheduling
130 case Depth: return "DEPTH"; in getReasonStr()
177 NodeNum2Index[SU->NodeNum] = SUnits.size(); in addUnit()
[all …]
H A DSIMachineScheduler.h1 //===-- SIMachineScheduler.h - SI Scheduler Interface -----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
36 Depth, enumerator
124 unsigned Depth; // Maximum bottomup path length to block without inputs variable
237 // 0 -> Color not given.
238 // 1 to SUnits.size() -> Reserved group (you should only add elements to them).
239 // Above -> Other groups.
255 // Give a Reserved color to every high latency.
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dimages2 #------------------------------------------------------------------------------
4 # images: file(1) magic for image formats (see also "iff", and "c-lang" for
9 # merging several one- and two-line files into here.
13 # Targa - matches `povray', `ppmtotga' and `xv' outputs
19 # Note: called by DROID "Truevision TGA Bitmap" version 1.0 via PUID x-fmt/367
23 # or theoretically 2-128 reserved for use by Truevision or 128-255 may be used for developer applic…
28 # test of Color Map Type 0~no 1~color map
30 # and Color Map Entry Size 0 15 16 24 32
32 # Targa image data (strength=70=110-40) before some Commodore disc image (strength=70=70+0 ./c64) l…
35 !:strength -40
[all …]
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
90 * Set up the color map in vt_efb_initialize()
92 switch (info->fb_depth) { in vt_efb_initialize()
116 OF_call_method("color!", ih, 4, 1, in vt_efb_initialize()
117 (cell_t)((info->fb_cmap[i] >> 16) & 0xff), in vt_efb_initialize()
118 (cell_t)((info->fb_cma in vt_efb_initialize()
[all...]
/freebsd/stand/efi/include/
H A Defiuga.h6 Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
11 http://opensource.org/licenses/bsd-license.php
34 @param ColorDepth Current video color depth in bits per pixel
59 @param ColorDepth Current video color depth in bits per pixel
102 <B>EfiUgaVideoFill</B> - Write data from the BltBuffer pixel (SourceX, SourceY)
107 <B>EfiUgaVideoToBltBuffer</B> - Read data from the video display rectangle
114 <B>EfiUgaBltBufferToVideo</B> - Write data from the BltBuffer rectangle
121 <B>EfiUgaVideoToVideo</B> - Copy from the video display rectangle (SourceX, SourceY)
127 @param[in] This - Protocol instance pointer.
128 @param[in] BltBuffer - Buffer containing data to blit into video buffer. This
[all …]
/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
140 * bitmap depth-specific routines
160 * Define the iso6429-1983 colormap
166 } ofwfb_cmap[16] = { /* # R G B Color */
167 /* - - - - ----- */
209 if (sc->sc_tag == &bs_le_tag) in ofwfb_pix32()
229 int depth; in ofwfb_configure() local
250 if (node == -1) { in ofwfb_configure()
261 /* Only support 8 and 32-bit framebuffers */ in ofwfb_configure()
[all …]
/freebsd/stand/i386/libi386/
H A Dvbe.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
53 /* The default VGA color palette format is 6 bits per primary color. */
59 * palette array for 8-bit indexed colors. In this case, cmap does store
108 if (strcasecmp(res->name, cmp) == 0) in vbe_resolution_compare()
110 if (res->alias != NULL && strcasecmp(res->alias, cmp) == 0) in vbe_resolution_compare()
132 *width = res->width; in vbe_get_max_resolution()
133 *height = res->height; in vbe_get_max_resolution()
243 return ((vbe->Capabilities & VBE_CAP_NONVGA) == 0); in vbe_is_vga()
252 if (vbe->Capabilities & VBE_CAP_DAC8) { in bios_set_text_mode()
[all …]
/freebsd/contrib/bsddialog/lib/
H A Dbsddialog.32 .\" Copyright (c) 2021-2024 Alfonso Sabato Siciliano
246 .Fa "int color"
337 .Bd -literal -offset indent -compact
400 .Bl -column -compact
458 .Bl -column -compact
469 .Bl -colum
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am65-iot2050-common.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) Siemens AG, 2018-2024
12 #include <dt-bindings/leds/common.h>
13 #include <dt-bindings/phy/phy.h>
14 #include <dt-bindings/net/ti-dp83867.h>
36 stdout-path = "serial3:115200n8";
39 reserved-memory {
40 #address-cells = <2>;
41 #size-cells = <2>;
44 secure_ddr: secure-ddr@9e800000 {
[all …]
H A Dk3-am642-sk.dts1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
3 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
6 /dts-v1/;
8 #include <dt-bindings/phy/phy.h>
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/net/ti-dp83867.h>
11 #include <dt-bindings/leds/common.h>
12 #include "k3-am642.dtsi"
14 #include "k3-serdes.h"
17 compatible = "ti,am642-sk", "ti,am642";
[all …]
/freebsd/sys/net/altq/
H A Daltq_cdnr.h1 /*-
2 * Copyright (C) 1999-2002
41 #define TCETYPE_TRTCM 4 /* (two-rate) three color marker */
42 #define TCETYPE_TSWTCM 5 /* time sliding window 3-color maker */
92 /* token-bucket meter operations */
115 /* two-rate three-color marker operations */
123 int coloraware; /* color-aware/color-blind */
133 int coloraware; /* color-aware/color-blind */
144 /* time sliding window three-color marker operations */
278 u_int64_t depth; member
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def1 //===--- DiagOptions.def - Diagnostic option database ------------- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 //===----------------------------------------------------------------------===//
46 SEMANTIC_DIAGOPT(IgnoreWarnings, 1, 0) /// -w
47 DIAGOPT(NoRewriteMacros, 1, 0) /// -Wno-rewrite-macros
48 DIAGOPT(Pedantic, 1, 0) /// -pedantic
49 DIAGOPT(PedanticErrors, 1, 0) /// -pedantic-errors
58 DIAGOPT(ShowParseableFixits, 1, 0) /// Show machine parseable fix-its.
63 VALUE_DIAGOPT(ShowCategories, 2, 0) /// Show categories: 0 -> none, 1 -> Number,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_dp.txt5 -dp-controller node
6 -dptx-phy node(defined inside dp-controller node)
8 For the DP-PHY initialization, we use the dptx-phy node.
9 Required properties for dptx-phy: deprecated, use phys and phy-names
10 -reg: deprecated
12 -samsung,enable-mask: deprecated
13 The bit-mask used to enable/disable DP PHY.
15 For the Panel initialization, we read data from dp-controller node.
16 Required properties for dp-controller:
17 -compatible:
[all …]
/freebsd/usr.bin/clang/llvm-dwarfdump/
H A Dllvm-dwarfdump.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.11 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" vidcontrol - a utility for manipulating the syscons or vt video driver
24 .Op Fl b Ar color
64 .Bl -tag -width indent
111 Specify the foreground color
[all...]

123456