Home
last modified time | relevance | path

Searched refs:ix (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtexture.cpp288 byte_t ix, iy, iz; in Noise() local
301 ix = ((int)x) % (NMAX - 1); in Noise()
309 p000 = NoiseMatrix[ix][iy][iz]; in Noise()
310 p001 = NoiseMatrix[ix][iy][iz + 1]; in Noise()
311 p010 = NoiseMatrix[ix][iy + 1][iz]; in Noise()
312 p011 = NoiseMatrix[ix][iy + 1][iz + 1]; in Noise()
313 p100 = NoiseMatrix[ix + 1][iy][iz]; in Noise()
314 p101 = NoiseMatrix[ix + 1][iy][iz + 1]; in Noise()
315 p110 = NoiseMatrix[ix + 1][iy + 1][iz]; in Noise()
316 p111 = NoiseMatrix[ix + 1][iy + 1][iz + 1]; in Noise()