Home
last modified time | relevance | path

Searched full:rgba (Results 1 – 25 of 29) sorted by relevance

12

/linux/tools/power/pm-graph/
H A Dbootgraph.py636 .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 Dpixfmt-v4l2.rst221 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 D68328fb.c208 case 16: /* RGBA 5551 */ in mc68x328fb_check_var()
239 case 32: /* RGBA 8888 */ in mc68x328fb_check_var()
H A Dvfb.c184 case 16: /* RGBA 5551 */ in vfb_check_var()
215 case 32: /* RGBA 8888 */ in vfb_check_var()
H A Dsstfb.c43 -ASK: Can I choose different ordering for the color bitfields (rgba argb ...)
H A Dpm2fb.c425 case 32: /* RGBA->ABGR */ in set_aperture()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c1545 * 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 Dmatroxfb.rst354 - 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 Dmpo-overview.rst115 * 1 RGBA DRM Overlay Plane (e.g. ARGB8888 desktop). The compositor should
/linux/drivers/media/platform/ti/vpe/
H A Dvpdma_priv.h108 * in the document also. As they would yield RGBA instead.
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-isys.h206 IPU6_FW_ISYS_FRAME_FORMAT_RGBA888, /* 32 bit RGBA, 1 plane, A=Alpha */
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Dmsm_media_info.h517 * (A) RGBA plane
545 * (B) RGBA plane
592 * (B) RGBA plane
/linux/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c76 {DRM_FORMAT_ABGR8888, 32, "32-bit RGBA (8:8:8:8 MSB-A:B:G:R)"},
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c477 /* 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 Dmeson_viu.c377 /* Setup RGBA Reordering */ in meson_viu_g12a_enable_osd1_afbc()
/linux/drivers/video/fbdev/i810/
H A Di810_main.c933 * 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 Ddrm_fourcc.h232 * 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 Ddc_types.h409 … dwb_out_format fc_out_format; /* dwb output pixel format - 2101010 or 16161616 and ARGB or RGBA */
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1274 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 Dvideodev2.h554 #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 Dsvga3d_dx.h568 SVGA3dRGBAFloat rgba; member
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c524 .fourcc = V4L2_PIX_FMT_RGBA32, /* rgba */
/linux/drivers/staging/media/ipu3/
H A Dipu3-abi.h516 IMGU_ABI_FRAME_FORMAT_RGBA888, /* 32 bit RGBA, 1 plane, A=Alpha
/linux/drivers/video/fbdev/nvidia/
H A Dnvidia.c803 case 32: /* RGBA 8888 */ in nvidiafb_check_var()
/linux/drivers/gpu/drm/radeon/
H A Dr300_reg.h372 #define R300_VAP_VTX_COLOR_PKD 0x249C /* RGBA */

12