Searched refs:RGBA (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
H A Dtest-blend.c37 #define RGBA(key, value) \ macro
60 RGBA(func, BLEND_FUNC_ADD),
61 RGBA(src_factor, BLEND_FACTOR_SRC_ALPHA),
62 RGBA(dst_factor, BLEND_FACTOR_SRC_ALPHA),
63 RGBA(invert_dst_factor, true),
77 RGBA(func, BLEND_FUNC_ADD),
78 RGBA(src_factor, BLEND_FACTOR_ZERO),
79 RGBA(dst_factor, BLEND_FACTOR_ZERO),
80 RGBA(invert_src_factor, true),
81 RGBA(invert_dst_facto
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_format.c178 FMT(ETC2_RGBA8, ETC2_RGBA8, RGBA, L, _T__),
179 FMT(ETC2_SRGBA8, ETC2_RGBA8, RGBA, S, _T__),
183 FMT(ETC2_RGB8A1, ETC2_RGB8A1, RGBA, L, _T__),
184 FMT(ETC2_SRGB8A1, ETC2_RGB8A1, RGBA, S, _T__),
186 FMT(DXT1_RGBA, BC1_UNORM, RGBA, L, _T__),
188 FMT(DXT1_SRGBA, BC1_UNORM, RGBA, S, _T__),
189 FMT(DXT3_RGBA, BC2_UNORM, RGBA, L, _T__),
190 FMT(DXT3_SRGBA, BC2_UNORM, RGBA, S, _T__),
191 FMT(DXT5_RGBA, BC3_UNORM, RGBA, L, _T__),
192 FMT(DXT5_SRGBA, BC3_UNORM, RGBA,
[all...]
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_packed_depth_stencil.spec92 RGBA Color R, G, B, A components
116 UNSIGNED_SHORT_4_4_4_4 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
117 UNSIGNED_SHORT_4_4_4_4_REV ushort 4 RGBA,BGRA
118 UNSIGNED_SHORT_5_5_5_1 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
119 UNSIGNED_SHORT_1_5_5_5_REV ushort 4 RGBA,BGRA
120 UNSIGNED_INT_8_8_8_8 uint 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
121 UNSIGNED_INT_8_8_8_8_REV uint 4 RGBA,BGRA
122 UNSIGNED_INT_10_10_10_2 uint 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
123 UNSIGNED_INT_2_10_10_10_REV uint 4 RGBA,BGRA
178 RGBA re
[all...]
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_packed_depth_stencil.spec92 RGBA Color R, G, B, A components
116 UNSIGNED_SHORT_4_4_4_4 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
117 UNSIGNED_SHORT_4_4_4_4_REV ushort 4 RGBA,BGRA
118 UNSIGNED_SHORT_5_5_5_1 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
119 UNSIGNED_SHORT_1_5_5_5_REV ushort 4 RGBA,BGRA
120 UNSIGNED_INT_8_8_8_8 uint 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
121 UNSIGNED_INT_8_8_8_8_REV uint 4 RGBA,BGRA
122 UNSIGNED_INT_10_10_10_2 uint 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
123 UNSIGNED_INT_2_10_10_10_REV uint 4 RGBA,BGRA
178 RGBA re
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_formats.c45 #define RGBA _ISL_SWIZZLE(RED, GREEN, BLUE, ALPHA) macro
62 swiz_fmt1(__vk_fmt, __hw_fmt, RGBA)
67 { .isl_format = __hw_fmt, .swizzle = RGBA, \
79 { .isl_format = __hw_fmt, .swizzle = RGBA, \
91 { .isl_format = __fmt1, .swizzle = RGBA, \
95 { .isl_format = __fmt2, .swizzle = RGBA, \
338 y_plane(0, ISL_FORMAT_YCRCB_SWAPUV, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
340 y_plane(0, ISL_FORMAT_YCRCB_SWAPUVY, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
342 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
343 chroma_plane(1, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZL
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_formats.c46 #define RGBA _ISL_SWIZZLE(RED, GREEN, BLUE, ALPHA) macro
63 swiz_fmt1(__vk_fmt, __hw_fmt, RGBA)
68 { .isl_format = __hw_fmt, .swizzle = RGBA, \
80 { .isl_format = __hw_fmt, .swizzle = RGBA, \
92 { .isl_format = __fmt1, .swizzle = RGBA, \
96 { .isl_format = __fmt2, .swizzle = RGBA, \
344 y_plane(0, ISL_FORMAT_YCRCB_SWAPUV, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
346 y_plane(0, ISL_FORMAT_YCRCB_SWAPUVY, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
348 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
349 chroma_plane(1, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZL
[all...]
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_dstr.c590 /* Fbconfig is not RGBA; GLUT only uses RGBA
827 *mask |= (1 << RGBA);
880 *mask |= (1 << RGBA);
946 *mask |= (1 << RGBA);
953 criterion[0].capability = RGBA;
956 *mask |= (1 << RGBA);
971 criterion[0].capability = RGBA;
992 *mask |= (1 << RGBA);
1020 *mask |= (1 << RGBA);
[all...]
H A Dglut_overlay.c36 {RGBA, EQ, 0},
41 (1 << LEVEL) | (1 << TRANSPARENT) | (1 << XSTATICGRAY) | (1 << RGBA) | (1 << CI_MODE);
169 /* XXX For now, transparent RGBA overlays are not supported
170 by GLUT. RGBA overlays raise difficult questions about
178 be "calculated" (as can occur with a host of RGBA operations
190 Theory versus practice for RGBA overlay transparency: In
203 generated in an RGBA overlay. I am not sure what other vendors
209 "advertise" what RGB triple (or possibly RGBA quadruple or simply
216 To actually support transparent RGBA overlays, there are really
218 the RGBA overla
[all...]
H A Dglutint.h160 #define RGBA 0 macro
228 an RGBA luminance fbconfig such as 16-bit StaticGray that could
232 fbconfigs that can provide RGBA luminance support. */
320 GLUTcolormap *colormap; /* colormap; NULL if RGBA */
427 GLUTcolormap *colormap; /* colormap; NULL if RGBA */
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.5.2.rst68 - RGBA logicops didn't work reliably in some DRI drivers
69 - Fixed broken RGBA LogicOps in Intel DRI drivers
H A D7.11.2.rst39 - Incorrect handling of CopyTexImage from RGBA window to LA texture.
H A D8.0.rst56 color (e.g., RGBA) texture. However, the data cannot be stored
H A D11.2.1.rst66 - i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
H A D18.1.2.rst81 - i965/screen: Use RGBA non-sRGB formats for images
H A D10.5.9.rst71 - i915: Blit RGBX<->RGBA drawpixels
H A D11.1.4.rst86 - i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
H A D9.0.3.rst196 - r300g: fix blending with blend color and RGBA formats
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcobjs.h51 FC_OBJECT (RGBA, FcTypeInteger, NULL)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_tracker.h.in85 * Non-RGBA one- and two component formats.
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_tracker.h.in85 * Non-RGBA one- and two component formats.
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_texture_signed_rgba.spec206 RGBA8_SNORM RGBA 8 8 8 8 0 0 0
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_texture_signed_rgba.spec206 RGBA8_SNORM RGBA 8 8 8 8 0 0 0
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h145 #define RGBA 0 macro
213 an RGBA luminance fbconfig such as 16-bit StaticGray that could
217 fbconfigs that can provide RGBA luminance support. */
335 GLUTcolormap *colormap; /* colormap; NULL if RGBA */
450 GLUTcolormap *colormap; /* colormap; NULL if RGBA */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c47 RGBA, enumerator in enum:format
874 * to the tile cache. The tile cache always stores RGBA colors but if
1278 bqs->base_format[i] = RGBA;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c47 RGBA, enumerator in enum:format
876 * to the tile cache. The tile cache always stores RGBA colors but if
1280 bqs->base_format[i] = RGBA;

Completed in 33 milliseconds

12