Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A Dcl_common_defines.h36 CLK_SNORM_INT8 = 0x10D0, // four channel RGBA unorm8
37 CLK_SNORM_INT16 = 0x10D1, // four channel RGBA unorm16
38 CLK_UNORM_INT8 = 0x10D2, // four channel RGBA unorm8
39 CLK_UNORM_INT16 = 0x10D3, // four channel RGBA unorm16
40 CLK_HALF_FLOAT = 0x10DD, // four channel RGBA half
41 CLK_FLOAT = 0x10DE, // four channel RGBA float
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.css237 -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
238 -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
239 box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
280 background-color: rgba(0,0,0,0);
303 background: rgba(0, 0, 0, 0.7);
311 border: 2px solid rgba(241,241,241,1);
351 -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
352 -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
353 box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
379 background: rgba(0, 0, 0, .87);
[all …]
H A Djquery.qtip.js1944 INVALID = /rgba?\(0, 0, 0(, 0)?\)|transparent|#123456/i;
/freebsd/contrib/file/magic/Magdir/
H A Dflif15 >>4 string 4 \b, RGBA, non-interlaced
18 >>4 string D \b, RGBA, interlaced
33 >>4 string =T \b, RGBA, non-interlaced
36 >>4 string =d \b, RGBA, interlaced
H A Dcups21 >404 lelong 2 ColorSpace=RGBA
H A Dpgf40 >>20 byte 17 RGBA color,
H A Dimages501 >9 ubyte 6 \b/color RGBA,
1047 # compression method: 0~no 1~RLE 8-bit/pixel 2~RLE 4-bit/pixel 3~Huffman 1D 6~RGBA bit field masks
1398 !:ext rgba/sgi
3359 >0 ulelong 0x1908 \b, RGBA
3830 >0 ulelong 1 PVRTC 2bpp RGBA
3832 >0 ulelong 3 PVRTC 4bpp RGBA
3852 >0 ulelong 23 ETC2 RGBA
4204 >>>12 ubyte 4 RGBA
4572 >>>12 uleshort 32 \b, RGBA
/freebsd/contrib/libxo/xohtml/
H A Dxohtml.css238 inset 0 -1px 1px rgba(0,0,0,0.5),
239 inset 0 1px 1px rgba(255,255,255,0.8);
384 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
454 box-shadow: 0px 0px 8px rgba(100, 100, 200, 0.5);
558 text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
856 box-shadow: 0px 0px 3px rgba(100, 100, 200, 0.8);
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/dashboards/grafana/
H A DZFS-pool-latency-heatmaps-influxdb.json52 "iconColor": "rgba(0, 211, 255, 1)",
1423 "rgba(50, 172, 45, 0.97)",
1424 "rgba(237, 129, 40, 0.89)",
1425 "rgba(245, 54, 54, 0.9)"
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dnxp,pca963x.yaml14 Red/Green/Blue/Amber (RGBA) color mixing applications. Each LED is
/freebsd/share/man/man4/
H A Dsplash.4317 For vt splash screen, only RGBA png are supported.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp347 /// Determine whether input char is from rgba component set.
410 // Ensure that xyzw and rgba components don't intermingle. in CheckExtVectorComponent()
418 // Emit a warning if an rgba selector is used earlier than OpenCL C 3.0. in CheckExtVectorComponent()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_dc.c1018 * Copy cursor into cache and convert it from ARGB to RGBA. in dc_cursor_set()
/freebsd/stand/common/
H A Dgfx_fb.c1280 * Implements alpha blending for RGBA data, could use pixels for arguments,
1306 * Implements alpha blending for RGBA data, could use pixels for arguments,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td621 def OpenCLUnsupportedRGBA: DiagGroup<"opencl-unsupported-rgba">;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td896 defm RGBA : ImageChannelOrderOperand<5, [Kernel]>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4081 /// points (as .xyzw), colors (as .rgba), and textures (modeled after OpenGL