/linux/tools/power/pm-graph/ |
H A D | bootgraph.py | 636 .c1 {background:rgba(209,0,0,0.4);}\n\ 637 .c2 {background:rgba(255,102,34,0.4);}\n\ 638 .c3 {background:rgba(255,218,33,0.4);}\n\ 639 .c4 {background:rgba(51,221,0,0.4);}\n\ 640 .c5 {background:rgba(17,51,204,0.4);}\n\ 641 .c6 {background:rgba(34,0,102,0.4);}\n\ 642 .c7 {background:rgba(51,0,68,0.4);}\n\ 643 .c8 {background:rgba(204,255,204,0.4);}\n\ 644 .c9 {background:rgba(169,208,245,0.4);}\n\ 645 .c10 {background:rgba(255,255,204,0.4);}\n\
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-v4l2.rst | 221 by RGBA values (128, 192, 255, 128), the same pixel described with 222 premultiplied colors would be described by RGBA values (64, 96,
|
/linux/drivers/video/fbdev/ |
H A D | 68328fb.c | 208 case 16: /* RGBA 5551 */ in mc68x328fb_check_var() 239 case 32: /* RGBA 8888 */ in mc68x328fb_check_var()
|
H A D | vfb.c | 184 case 16: /* RGBA 5551 */ in vfb_check_var() 215 case 32: /* RGBA 8888 */ in vfb_check_var()
|
H A D | sstfb.c | 43 -ASK: Can I choose different ordering for the color bitfields (rgba argb ...)
|
H A D | pm2fb.c | 425 case 32: /* RGBA->ABGR */ in set_aperture()
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_hvs.c | 1545 * The bottom 2048 pixels are full 32bpp RGBA (intended for the in vc4_hvs_cob_init() 1546 * TXP composing RGBA to memory), whilst the remainder are only in vc4_hvs_cob_init() 1571 * The bottom 4096 pixels are full RGBA (intended for the TXP in vc4_hvs_cob_init() 1572 * composing RGBA to memory), whilst the remainder are only in vc4_hvs_cob_init()
|
/linux/Documentation/fb/ |
H A D | matroxfb.rst | 354 - selection between 1:5:5:5 and 5:6:5 16bpp videomode is done by -rgba 355 option of fbset: "fbset -depth 16 -rgba 5,5,5" selects 1:5:5:5, anything
|
/linux/Documentation/gpu/amdgpu/display/ |
H A D | mpo-overview.rst | 115 * 1 RGBA DRM Overlay Plane (e.g. ARGB8888 desktop). The compositor should
|
/linux/drivers/media/platform/ti/vpe/ |
H A D | vpdma_priv.h | 108 * in the document also. As they would yield RGBA instead.
|
/linux/drivers/media/pci/intel/ipu6/ |
H A D | ipu6-fw-isys.h | 206 IPU6_FW_ISYS_FRAME_FORMAT_RGBA888, /* 32 bit RGBA, 1 plane, A=Alpha */
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | msm_media_info.h | 517 * (A) RGBA plane 545 * (B) RGBA plane 592 * (B) RGBA plane
|
/linux/drivers/gpu/drm/i915/gvt/ |
H A D | fb_decoder.c | 76 {DRM_FORMAT_ABGR8888, 32, "32-bit RGBA (8:8:8:8 MSB-A:B:G:R)"},
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_scrn.c | 477 /* Emulate RGBA support, contrary to svga_reg.h this is not in vmw_sou_bo_define_gmrfb() 958 /* Emulate RGBA support, contrary to svga_reg.h this is not in do_bo_define_gmrfb()
|
/linux/drivers/gpu/drm/meson/ |
H A D | meson_viu.c | 377 /* Setup RGBA Reordering */ in meson_viu_g12a_enable_osd1_afbc()
|
/linux/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 933 * set_color_bitfields - sets rgba fields 965 case 32: /* RGBA 8888 */ in set_color_bitfields() 1361 case 32: /* RGBA 8888 */ in i810fb_setcolreg()
|
/linux/include/uapi/drm/ |
H A D | drm_fourcc.h | 232 * RGBA format with 10-bit components packed in 64-bit per pixel, with 6 bits 1052 * HVS, it is only valid for H.264 (NV12/21) and RGBA modes. 1322 * each compressed coding unit in the first plane of the buffer. For RGBA buffers
|
/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_types.h | 409 … dwb_out_format fc_out_format; /* dwb output pixel format - 2101010 or 16161616 and ARGB or RGBA */
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 1274 case V4L2_PIX_FMT_RGBA444: descr = "16-bit RGBA 4-4-4-4"; break; in v4l_fill_fmtdesc() 1285 case V4L2_PIX_FMT_RGBA555: descr = "16-bit RGBA 5-5-5-1"; break; in v4l_fill_fmtdesc() 1305 case V4L2_PIX_FMT_RGBA32: descr = "32-bit RGBA 8-8-8-8"; break; in v4l_fill_fmtdesc() 1308 case V4L2_PIX_FMT_RGBA1010102: descr = "32-bit RGBA 10-10-10-2"; break; in v4l_fill_fmtdesc()
|
/linux/include/uapi/linux/ |
H A D | videodev2.h | 554 #define V4L2_PIX_FMT_RGBA555 v4l2_fourcc('R', 'A', '1', '5') /* 16 RGBA-5-5-5-1 */ 576 #define V4L2_PIX_FMT_RGBA32 v4l2_fourcc('A', 'B', '2', '4') /* 32 RGBA-8-8-8-8 */ 581 #define V4L2_PIX_FMT_RGBA1010102 v4l2_fourcc('R', 'A', '3', '0') /* 32 RGBA-10-10-10-2 */
|
/linux/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga3d_dx.h | 568 SVGA3dRGBAFloat rgba; member
|
/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-common.c | 524 .fourcc = V4L2_PIX_FMT_RGBA32, /* rgba */
|
/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-abi.h | 516 IMGU_ABI_FRAME_FORMAT_RGBA888, /* 32 bit RGBA, 1 plane, A=Alpha
|
/linux/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 803 case 32: /* RGBA 8888 */ in nvidiafb_check_var()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | r300_reg.h | 372 #define R300_VAP_VTX_COLOR_PKD 0x249C /* RGBA */
|