..
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
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Acosh.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
All.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Any.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Asin.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Asinh.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Atan.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Atanh.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
BitCount.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
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
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Cosh.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Cross.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Degrees.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Determinant.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
DFdx.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
DFdy.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Distance.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Dot.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Equal.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Exp2.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Exp.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
FaceForward.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
FindLSB.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
FindMSB.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
FloatBitsToInt.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
FloatBitsToUint.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Floor.sksl
Reland "Add some SkSL intrinsics to our dm tests."
2021-01-29 17:58:18 +00:00
Fma.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Fract.sksl
Revert "Add intrinsic tests for mod() and fract()."
2021-01-30 13:38:31 +00:00
Frexp.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Fwidth.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
GreaterThan.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
GreaterThanEqual.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
IntBitsToFloat.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Inverse.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Inversesqrt.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
IsInf.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
IsNan.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Ldexp.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Length.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
LessThan.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
LessThanEqual.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Log2.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Log.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
MatrixCompMult.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
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
Revert "Add intrinsic tests for mod() and fract()."
2021-01-30 13:38:31 +00:00
Modf.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Normalize.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Not.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
NotEqual.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
OuterProduct.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Pack.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Pow.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Radians.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Reflect.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Refract.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Round.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
RoundEven.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Saturate.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
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
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Sinh.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Smoothstep.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Sqrt.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Step.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Tan.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Tanh.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Transpose.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Trunc.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
UintBitsToFloat.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00
Unpack.sksl
Migrate SkSL test inputs to the resources/ directory.
2021-01-22 18:57:29 +00:00