skia2/resources/sksl/intrinsics
John Stiles f06aeedcf1 Add intrinsic tests for mod() and fract().
These are fully supported by ES2 and will be covered by dm tests.

Change-Id: Iebf4effe8ab928662b55c0bb5b09e8b2a61487ca
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/362460
Commit-Queue: John Stiles <johnstiles@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
2021-01-29 21:51:54 +00:00
..
AbsFloat.sksl Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
AbsInt.sksl Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
Acos.sksl
Acosh.sksl
All.sksl
Any.sksl
Asin.sksl
Asinh.sksl
Atan.sksl
Atanh.sksl
BitCount.sksl
Ceil.sksl Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
ClampFloat.sksl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
ClampInt.sksl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
Cos.sksl
Cosh.sksl
Cross.sksl
Degrees.sksl
Determinant.sksl
DFdx.sksl
DFdy.sksl
Distance.sksl
Dot.sksl
Equal.sksl
Exp2.sksl
Exp.sksl
FaceForward.sksl
FindLSB.sksl
FindMSB.sksl
FloatBitsToInt.sksl
FloatBitsToUint.sksl
Floor.sksl Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
Fma.sksl
Fract.sksl Add intrinsic tests for mod() and fract(). 2021-01-29 21:51:54 +00:00
Frexp.sksl
Fwidth.sksl
GreaterThan.sksl
GreaterThanEqual.sksl
IntBitsToFloat.sksl
Inverse.sksl
Inversesqrt.sksl
IsInf.sksl
IsNan.sksl
Ldexp.sksl
Length.sksl
LessThan.sksl
LessThanEqual.sksl
Log2.sksl
Log.sksl
MatrixCompMult.sksl
MaxFloat.sksl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MaxInt.sksl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MinFloat.sksl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MinInt.sksl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MixBool.sksl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MixFloat.sksl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
Mod.sksl Add intrinsic tests for mod() and fract(). 2021-01-29 21:51:54 +00:00
Modf.sksl
Normalize.sksl
Not.sksl
NotEqual.sksl
OuterProduct.sksl
Pack.sksl
Pow.sksl
Radians.sksl
Reflect.sksl
Refract.sksl
Round.sksl
RoundEven.sksl
Saturate.sksl
SignFloat.sksl Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
SignInt.sksl Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
Sin.sksl
Sinh.sksl
Smoothstep.sksl
Sqrt.sksl
Step.sksl
Tan.sksl
Tanh.sksl
Transpose.sksl
Trunc.sksl
UintBitsToFloat.sksl
Unpack.sksl