| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | tkmap.c | 48 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 D | samplers.c | 28 * 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 D | LRGB.c | 31 * 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 D | Xcmsint.h | 88 * Intensity Record (i.e., value / intensity tuple) 92 XcmsFloat intensity; member in struct:_IntensityRec
|
| /xsrc/external/mit/xcmsdb/dist/ |
| H A D | SCCDFile.h | 111 * Intensity Record (i.e., value / intensity tuple) 115 XcmsFloat intensity; member in struct:_IntensityRec
|
| H A D | loadData.c | 637 "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 D | 19.2.2.rst | 137 - radv: fix DCC fast clear code for intensity formats 139 - radv: fix DCC fast clear code for intensity formats (correctly)
|
| H A D | 10.0.1.rst | 114 - i965/gen6: Fix multisample resolve blits for luminance/intensity 32F
|
| H A D | 18.2.1.rst | 109 - mesa/texture: Also check for LA texture when querying intensity
|
| H A D | 19.3.0.rst | 3141 - 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 D | formats.rst | 99 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 D | isl_format.c | 699 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 D | isl_format.c | 1002 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 D | MESA_texture_array.spec | 351 and intensity component resolutions. Proxy image arrays do not include
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_texture_array.spec | 351 and intensity component resolutions. Proxy image arrays do not include
|