You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/GradientSignal/Code/Tests
Mike Balfour 2b43ad8029
FastNoise GetValues() specialization (#7009)
* Add comparison operator for use from unit tests.

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>

* First version of FastNoise benchmarks.

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>

* Simplified unit tests and added initial benchmarks.

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>

* Add GetValue vs GetValues unit test.

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>

* Moved Gradient test code into helper files for use from FastNoise.
Also added benchmarks for each type of FastNoise so that we can have some comparative values handy.

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>

* Specialization for GetValues().

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>
4 years ago
..
EditorGradientSignalPreviewTests.cpp Switched GradientSignal to use GemTestEnvironment. (#6886) 4 years ago
GradientSignalBenchmarks.cpp FastNoise GetValues() specialization (#7009) 4 years ago
GradientSignalGetValuesTests.cpp FastNoise GetValues() specialization (#7009) 4 years ago
GradientSignalImageTests.cpp Switched GradientSignal to use GemTestEnvironment. (#6886) 4 years ago
GradientSignalReferencesTests.cpp Switched GradientSignal to use GemTestEnvironment. (#6886) 4 years ago
GradientSignalServicesTests.cpp More GetValues() overrides (#6896) 4 years ago
GradientSignalSurfaceTests.cpp Switched GradientSignal to use GemTestEnvironment. (#6886) 4 years ago
GradientSignalTest.cpp Switched GradientSignal to use GemTestEnvironment. (#6886) 4 years ago
GradientSignalTestFixtures.cpp Switched GradientSignal to use GemTestEnvironment. (#6886) 4 years ago
GradientSignalTestFixtures.h Switched GradientSignal to use GemTestEnvironment. (#6886) 4 years ago
GradientSignalTestHelpers.cpp FastNoise GetValues() specialization (#7009) 4 years ago
GradientSignalTestHelpers.h FastNoise GetValues() specialization (#7009) 4 years ago
GradientSignalTestMocks.cpp Naive GetValues() implementation. (#6741) 4 years ago
GradientSignalTestMocks.h Naive GetValues() implementation. (#6741) 4 years ago
GradientSignalTransformTests.cpp Moved GradientSignal component headers to Include directory. 4 years ago
ImageAssetTests.cpp Switched GradientSignal to use GemTestEnvironment. (#6886) 4 years ago