Searched refs:n4 (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_noise.c | 484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ local in function:_mesa_noise4 627 n4 = 0.0f; 630 n4 = 637 return 27.0f * (n0 + n1 + n2 + n3 + n4); /* TODO: The scale factor is preliminary! */
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_noise.c | 484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ local in function:_mesa_noise4 627 n4 = 0.0f; 630 n4 = 637 return 27.0f * (n0 + n1 + n2 + n3 + n4); /* TODO: The scale factor is preliminary! */
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | create-rootfs.sh | 95 xargs -0r -P4 -n4 xz -T1 -C crc32
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | tv_fs450.c | 3005 unsigned short n4[nMVModes]; member in struct:config_macrovision::mvparms 3047 , /*n4 */ 3159 houston_WriteReg(MV_N4, mvsetup.n4[nMode], 1);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | tv_fs450.c | 2769 unsigned short n4[nMVModes]; member in struct:config_macrovision::mvparms 2804 0x11, 0x11, 0x11, 0x15, 0x22, 0x22}, /*n4 */ 2901 houston_WriteReg(MV_N4, mvsetup.n4[nMode], 1);
|
Completed in 12 milliseconds