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.
* Add RoundUpToMultiple and DivideAndRoundUp functions to MathUtils.h Signed-off-by: Tommy Walton <waltont@amazon.com> * Rename DivideByMultiple2 back to DivideByMultiple, now that I've confirmed it's not in use in the codebase. RHI::DivideByMultiple can be fully deprecated in favor of AZ::DivideAndRoundUp at a later date, once the deprecation strategy has been finalized. Signed-off-by: Tommy Walton <waltont@amazon.com> * Update based on PR feedback Signed-off-by: Tommy Walton <waltont@amazon.com> * Switched from std::numeric_limits to AZStd::numeric_limits and updated the header to indicate it works for non-power of two alignments, but that SizeAlignUp is more efficient if the alignment is a power of 2 Signed-off-by: Tommy Walton <waltont@amazon.com> * Added missing arguments to the assert, and a missing namespace and include that failed to compile on non-unity builds Signed-off-by: Tommy Walton <waltont@amazon.com> |
4 years ago | |
|---|---|---|
| .. | ||
| AabbTests.cpp | 4 years ago | |
| ColorTests.cpp | 4 years ago | |
| CrcTests.cpp | 4 years ago | |
| CrcTestsCompileTimeLiterals.h | 4 years ago | |
| FrustumPerformanceTests.cpp | 4 years ago | |
| FrustumTests.cpp | 4 years ago | |
| IntersectionTests.cpp | 4 years ago | |
| MathIntrinsicsTests.cpp | 4 years ago | |
| MathStringsTests.cpp | 4 years ago | |
| MathTest.h | 4 years ago | |
| MathTestData.h | 4 years ago | |
| MathUtilsTests.cpp | 4 years ago | |
| Matrix3x3PerformanceTests.cpp | 4 years ago | |
| Matrix3x3Tests.cpp | 4 years ago | |
| Matrix3x4PerformanceTests.cpp | 4 years ago | |
| Matrix3x4Tests.cpp | 4 years ago | |
| Matrix4x4PerformanceTests.cpp | 4 years ago | |
| Matrix4x4Tests.cpp | 4 years ago | |
| MatrixUtilsTests.cpp | 4 years ago | |
| ObbPerformanceTests.cpp | 4 years ago | |
| ObbTests.cpp | 4 years ago | |
| PlanePerformanceTests.cpp | 4 years ago | |
| PlaneTests.cpp | 4 years ago | |
| QuaternionPerformanceTests.cpp | 4 years ago | |
| QuaternionTests.cpp | 4 years ago | |
| RandomTests.cpp | 4 years ago | |
| SfmtTests.cpp | 4 years ago | |
| ShapeIntersectionPerformanceTests.cpp | 4 years ago | |
| ShapeIntersectionTests.cpp | 4 years ago | |
| SimdMathTests.cpp | 4 years ago | |
| SphereTests.cpp | 4 years ago | |
| SplineTests.cpp | 4 years ago | |
| TransformPerformanceTests.cpp | 4 years ago | |
| TransformTests.cpp | 4 years ago | |
| Vector2PerformanceTests.cpp | 4 years ago | |
| Vector2Tests.cpp | 4 years ago | |
| Vector3PerformanceTests.cpp | 4 years ago | |
| Vector3Tests.cpp | 4 years ago | |
| Vector4PerformanceTests.cpp | 4 years ago | |
| Vector4Tests.cpp | 4 years ago | |