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

  /xsrc/external/mit/xorg-server/dist/include/
rgb.h 51 } RGB;
  /xsrc/external/mit/xorg-server.old/dist/include/
rgb.h 52 } RGB;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then
54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB.
86 struct rc_pair_sub_instruction RGB;
103 unsigned int rgb, unsigned int alpha,
  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format_parse.py 40 RGB = 'rgb'
356 if colorspace in (RGB, SRGB):
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
vk_format_parse.py 39 RGB = 'rgb'
290 if colorspace in (RGB, SRGB):
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
vk_format_parse.py 39 RGB = 'rgb'
282 if colorspace in (RGB, SRGB):
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_format_parse.py 41 RGB = 'rgb'
298 if colorspace in (RGB, SRGB):
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then
54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB.
86 struct rc_pair_sub_instruction RGB;
103 unsigned int rgb, unsigned int alpha,
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
format_parser.py 37 RGB = 'rgb'
128 luminance-alpha to rgba is given by "xxxy" because each of the three rgb
252 colorspace -- one of 'rgb', 'srgb', 'yuv', or 'zs'
263 assert colorspace in (RGB, SRGB, YUV, ZS)
268 if self.colorspace in (RGB, SRGB):
281 if name == 'rgb':
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
format_parser.py 37 RGB = 'rgb'
128 luminance-alpha to rgba is given by "xxxy" because each of the three rgb
252 colorspace -- one of 'rgb', 'srgb', 'yuv', or 'zs'
263 assert colorspace in (RGB, SRGB, YUV, ZS)
268 if self.colorspace in (RGB, SRGB):
281 if name == 'rgb':
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_vt162x.h 198 CARD8 RGB[6];
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_quad_blend.c 48 RGB,
278 * Compute src/first term RGB
445 assert(0 && "invalid rgb src factor");
541 * Compute blend_dest/second term RGB
697 assert(0 && "invalid rgb dst factor");
778 * Combine RGB terms
807 assert(0 && "invalid rgb blend func");
888 case RGB:
1278 bqs->base_format[i] = RGB;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_quad_blend.c 48 RGB,
276 * Compute src/first term RGB
443 assert(0 && "invalid rgb src factor");
539 * Compute blend_dest/second term RGB
695 assert(0 && "invalid rgb dst factor");
776 * Combine RGB terms
805 assert(0 && "invalid rgb blend func");
886 case RGB:
1276 bqs->base_format[i] = RGB;
  /xsrc/external/mit/libX11/dist/include/X11/
Xcms.h 90 * Device RGB
99 * RGB Intensity
177 XcmsRGB RGB;

Completed in 13 milliseconds