Searched refs:intensity (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dtkmap.c48 float intensity; local in function:SetFogRamp
55 intensity = (i * fogValues + j * colorValues) / 255.0;
56 glutSetColor(k, intensity, intensity, intensity);
64 float intensity; local in function:SetGreyRamp
67 intensity = i / 255.0;
68 glutSetColor(i, intensity, intensity, intensity);
[all...]
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dsamplers.c28 * single strip of color at a different intensity. The fragment shader
30 * The result should be a quad with rows of colors of increasing intensity
200 GLubyte intensity = 31 + s * (256-32) / (NumSamplers - 1); local in function:InitTextures
203 (int) intensity, 0, (int) intensity );
208 /* set a stripe of texels to the intensity value */
214 texImage[k + 0] = intensity;
215 texImage[k + 1] = intensity;
220 texImage[k + 0] = 255 - intensity;
/xsrc/external/mit/libX11/dist/src/xcms/
H A DLRGB.c31 * 1. CIE XYZ to RGB intensity
32 * 2. RGB intensity to device RGB
33 * 3. device RGB to RGB intensity
34 * 4. RGB intensity to CIE XYZ
231 /* {unsigned short value, XcmsFloat intensity} */
287 /* {unsigned short value, XcmsFloat intensity} */
341 /* {unsigned short value, XcmsFloat intensity} */
648 * This is a shared intensity table
653 * This is a per-Visual intensity table
767 printf ("\t0x%4x\t%f\n", pIRec->value, pIRec->intensity);
[all...]
H A DXcmsint.h88 * Intensity Record (i.e., value / intensity tuple)
92 XcmsFloat intensity; member in struct:_IntensityRec
/xsrc/external/mit/xcmsdb/dist/
H A DSCCDFile.h111 * Intensity Record (i.e., value / intensity tuple)
115 XcmsFloat intensity; member in struct:_IntensityRec
H A DloadData.c637 "Line %d: Unable to allocate space for intensity table\n",
666 * 0 indicates value and intensity stored.
667 * 1 indicates only intensity stored.
670 if (sscanf(ptoken, "%lf", &pIRec->intensity) != 1) {
676 /* With tableType 1 only store the intensity. */
697 if (sscanf(ptoken, "%lf", &pIRec->intensity) != 1) {
699 "Line %d: invalid Intensity Profile intensity %s\n",
703 /* With tableType 0 only store both value & intensity */
754 **pCard8 = pIRec->intensity * 255.0;
771 **pCard8 = pIRec->intensity * 255.
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.2.2.rst137 - radv: fix DCC fast clear code for intensity formats
139 - radv: fix DCC fast clear code for intensity formats (correctly)
H A D10.0.1.rst114 - i965/gen6: Fix multisample resolve blits for luminance/intensity 32F
H A D18.2.1.rst109 - mesa/texture: Also check for LA texture when querying intensity
H A D19.3.0.rst3141 - radv: fix DCC fast clear code for intensity formats
3144 - radv: fix DCC fast clear code for intensity formats (correctly)
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dformats.rst99 colorspace where the floating-point value corresponds linearly to intensity
101 greater precision in the lower-intensity (darker) end of the spectrum. The
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_format.c699 const uint8_t intensity = fmtl->channels.i.bits; local in function:isl_format_has_color_component
704 return (fmtl->channels.r.bits + intensity + luminance) > 0;
706 return (fmtl->channels.g.bits + intensity + luminance) > 0;
708 return (fmtl->channels.b.bits + intensity + luminance) > 0;
710 return (fmtl->channels.a.bits + intensity) > 0;
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_format.c1002 const uint8_t intensity = fmtl->channels.i.bits; local in function:isl_format_has_color_component
1007 return (fmtl->channels.r.bits + intensity + luminance) > 0;
1009 return (fmtl->channels.g.bits + intensity + luminance) > 0;
1011 return (fmtl->channels.b.bits + intensity + luminance) > 0;
1013 return (fmtl->channels.a.bits + intensity) > 0;
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_texture_array.spec351 and intensity component resolutions. Proxy image arrays do not include
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_texture_array.spec351 and intensity component resolutions. Proxy image arrays do not include

Completed in 19 milliseconds