Home | History | Annotate | Download | only in effects

Lines Matching refs:noiseXY

1012     const char* noiseXY     = "noiseXY";
1039 noiseCode.appendf("\tvec4 %s = vec4(floor(%s), fract(%s));", noiseXY, noiseVec, noiseVec);
1043 noiseSmooth, noiseXY, noiseXY, noiseXY);
1048 noiseXY, stitchData, noiseXY, stitchData);
1050 noiseXY, stitchData, noiseXY, stitchData);
1052 noiseXY, stitchData, noiseXY, stitchData);
1054 noiseXY, stitchData, noiseXY, stitchData);
1059 noiseXY, noiseXY);
1064 xCoords.appendf("vec2(%s.x, 0.5)", noiseXY);
1074 xCoords.appendf("vec2(fract(%s.x + %s), 0.5)", noiseXY, inc8bit);
1093 noiseCode.appendf("\n\t%s = fract(%s + %s.yy);", latticeIdx, latticeIdx, noiseXY);
1095 noiseCode.appendf("\n\tvec2 %s = %s.zw;", fractVal, noiseXY);