Searched refs:simplex (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_noise.c140 * (The simplex noise functions as such also have different scaling.)
187 * A lookup table to traverse the simplex around a given point in 4D.
191 static const unsigned char simplex[64][4] = { variable in typeref:typename:const unsigned char[64][4]
211 /** 1D simplex noise */
237 /** 2D simplex noise */
246 /* Skew the input space to determine which simplex cell we're in */
263 /* For the 2D case, the simplex shape is an equilateral triangle. */
264 /* Determine which simplex we are in. */
265 unsigned int i1, j1; /* Offsets for second (middle) corner of simplex in (i,j) coords */
319 /** 3D simplex nois
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_noise.c140 * (The simplex noise functions as such also have different scaling.)
187 * A lookup table to traverse the simplex around a given point in 4D.
191 static const unsigned char simplex[64][4] = { variable in typeref:typename:const unsigned char[64][4]
211 /** 1D simplex noise */
237 /** 2D simplex noise */
246 /* Skew the input space to determine which simplex cell we're in */
263 /* For the 2D case, the simplex shape is an equilateral triangle. */
264 /* Determine which simplex we are in. */
265 unsigned int i1, j1; /* Offsets for second (middle) corner of simplex in (i,j) coords */
319 /** 3D simplex nois
[all...]
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A DMakefile.am68 simplex-noise \
H A DMakefile.in132 @HAVE_GLUT_TRUE@ simplex-noise$(EXEEXT) skinning$(EXEEXT) \
246 simplex_noise_SOURCES = simplex-noise.c
247 simplex_noise_OBJECTS = simplex-noise.$(OBJEXT)
335 simplex-noise.c skinning.c texaaline.c texdemo1.c toyball.c \
345 simplex-noise.c skinning.c texaaline.c texdemo1.c toyball.c \
806 simplex-noise$(EXEEXT): $(simplex_noise_OBJECTS) $(simplex_noise_DEPENDENCIES) $(EXTRA_simplex_noise_DEPENDENCIES)
807 @rm -f simplex-noise$(EXEEXT)
881 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simplex-noise.Po@am__quote@

Completed in 9 milliseconds