Searched refs:fact (Results 1 - 25 of 224) sorted by relevance

123456789

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dterrain.c518 GLfloat fact; local in function:calccolor
530 fact = (height - 0.7) * 5.0;
531 c[0] = fact * color[0][0] + (1.0 - fact) * color[1][0];
532 c[1] = fact * color[0][1] + (1.0 - fact) * color[1][1];
533 c[2] = fact * color[0][2] + (1.0 - fact) * color[1][2];
538 fact = (height - 0.6) * 10.0;
539 c[0] = fact * colo
[all...]
H A Dfire.c186 float fact; local in function:setpart
207 fact = 1.0 / maxage;
208 vadds(p->c[0], fact, blu2);
210 p->c[0][3] = fact * (maxage - p->age);
212 vadds(p->c[1], fact, blu2);
214 p->c[1][3] = fact * (maxage - p->age);
216 vadds(p->c[2], fact, blu2);
218 p->c[2][3] = fact * (maxage - p->age);
H A Dipers.c146 GLfloat fact; local in function:inittextures
174 fact = y / (GLfloat) (TEX_SKY_HEIGHT / 2);
176 (GLubyte) (255.0f * (0.1f * fact + 0.3f * (1.0f - fact)));
178 (GLubyte) (255.0f * (0.2f * fact + 1.0f * (1.0f - fact)));
H A Dfbo_firecube.c18 * and the fact that software fallbacks for glBitMap makes the driver
297 float fact; local in function:setpart
318 fact = 1.0 / maxage;
319 vadds(p->c[0], fact, blu2);
321 p->c[0][3] = fact * (maxage - p->age);
323 vadds(p->c[1], fact, blu2);
325 p->c[1][3] = fact * (maxage - p->age);
327 vadds(p->c[2], fact, blu2);
329 p->c[2][3] = fact * (maxage - p->age);
/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A DREADME.md15 (ulimit -c unlimited and doing gdb on the core after the fact can
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dformats.rst119 so much a conversion operation as a fact of how the hardware works. All
126 display verbatim without doing any conversions. (Fun fact: When dealing with
150 problems with blending because GL was blind to the fact that the output was
H A Dtiling.rst233 This seems to stem from the fact that the hardware seems to implement W-tiling
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dax_compare_version.m412 # minor-version numbers that can exist, and the fact that string
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dresources.rst32 coordinate normalization and wrap modes, and in fact efficient OpenCL
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dresources.rst32 coordinate normalization and wrap modes, and in fact efficient OpenCL
/xsrc/external/mit/xcb-util/dist/
H A Dacinclude.m412 # minor-version numbers that can exist, and the fact that string
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown183 This may look a bit too complicated, but in fact this allows more simple
289 value::rel is AR, value::maydef is empty (in fact it always contain the
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown183 This may look a bit too complicated, but in fact this allows more simple
289 value::rel is AR, value::maydef is empty (in fact it always contain the
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A DREADME.rst20 The setup is similar to radeon, in fact Adreno 2xx thru 4xx used
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dindex.rst157 report to mesa-dev@lists.freedesktop.org after the fact explaining
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dlima.rst203 By the fact that Lima is a fully open source driver and leverages a lot
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_texture_array.spec134 reflects the fact that the R coordinate is not always used.)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/
H A Dir3-notes.rst367 Note that there would in fact be ``fanout`` nodes generated for each array element (although only the reachable ones will be scheduled, etc).
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A DREADME.md149 From a HW perspective the "GS copy" shader is in fact VS (it runs on the HW VS stage),
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_texture_array.spec134 reflects the fact that the R coordinate is not always used.)
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dfunctions.adoc237 considered variants of the same thing. And in fact, they both wind up
/xsrc/external/mit/util-macros/dist/
H A Daclocal.m4639 # There is notably a 21 bits limit for the UID and the GID. In fact,
/xsrc/external/mit/libpthread-stubs/dist/
H A Daclocal.m41054 # There is notably a 21 bits limit for the UID and the GID. In fact,
/xsrc/external/mit/xcb-proto/dist/
H A Daclocal.m41051 # There is notably a 21 bits limit for the UID and the GID. In fact,
/xsrc/external/mit/mesa-demos/dist/
H A Daclocal.m41332 # There is notably a 21 bits limit for the UID and the GID. In fact,

Completed in 23 milliseconds

123456789