HomeSort by: relevance | last modified time | path
    Searched defs:RGBA (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
test-blend.c 37 #define RGBA(key, value) \
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_factor, true)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_quad_blend.c 47 RGBA,
876 * to the tile cache. The tile cache always stores RGBA colors but if
1280 bqs->base_format[i] = RGBA;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_quad_blend.c 47 RGBA,
874 * to the tile cache. The tile cache always stores RGBA colors but if
1278 bqs->base_format[i] = RGBA;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_formats.c 45 #define RGBA _ISL_SWIZZLE(RED, GREEN, BLUE, ALPHA)
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_SWIZZLE(BLUE, ZERO, ZERO, ZERO), 2, 2)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_formats.c 46 #define RGBA _ISL_SWIZZLE(RED, GREEN, BLUE, ALPHA)
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_SWIZZLE(BLUE, ZERO, ZERO, ZERO), 2, 2)
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutint.h 145 #define RGBA 0
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/MesaGLUT/dist/src/glut/glx/
glutint.h 160 #define RGBA 0
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 */

Completed in 36 milliseconds