skia2/tests/sksl/intrinsics
John Stiles 4a3ec173b3 Add tests to demonstrate SPIR-V error with intrinsics.
When SPIR-V generates function calls to an intrinsic, it assumes that
it can get a pointer to out-parameters referenced by the intrinsic.
This does not account for swizzled out-parameters; these are valid
lvalues, but do not work with getPointer().

The two intrinsics supported by SkSL which have an out-parameter are
frexp and modf, so these tests were fleshed out to trigger the error.
Neither of these are supported in ES2, though, so we cannot test them
via Runtime Effects.

Change-Id: Ib92707a28ba6d1c282d20e29a2a387bddf74ad23
Bug: skia:11052
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/370116
Auto-Submit: John Stiles <johnstiles@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
2021-02-16 15:46:01 +00:00
..
AbsFloat.asm.frag Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
AbsFloat.glsl Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
AbsFloat.metal Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
AbsInt.asm.frag Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
AbsInt.glsl Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
AbsInt.metal Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
Acos.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Acos.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Acos.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Acosh.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Acosh.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Acosh.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
All.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
All.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
All.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Any.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Any.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Any.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Asin.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Asin.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Asin.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Asinh.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Asinh.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Asinh.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Atan.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Atan.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Atan.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Atanh.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Atanh.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Atanh.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
BitCount.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
BitCount.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
BitCount.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Ceil.asm.frag Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
Ceil.glsl Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
Ceil.metal Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
ClampFloat.asm.frag Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
ClampFloat.glsl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
ClampFloat.metal Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
ClampInt.asm.frag Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
ClampInt.glsl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
ClampInt.metal Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
Cos.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Cos.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Cos.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Cosh.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Cosh.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Cosh.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Cross.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Cross.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Cross.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Degrees.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Degrees.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Degrees.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Determinant.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Determinant.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Determinant.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
DFdx.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
DFdx.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
DFdx.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
DFdy.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
DFdy.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
DFdy.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Distance.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Distance.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Distance.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Dot.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Dot.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Dot.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Equal.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Equal.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Equal.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Exp2.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Exp2.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Exp2.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Exp.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Exp.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Exp.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FaceForward.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FaceForward.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FaceForward.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FindLSB.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FindLSB.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FindLSB.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FindMSB.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FindMSB.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FindMSB.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FloatBitsToInt.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FloatBitsToInt.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FloatBitsToInt.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FloatBitsToUint.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FloatBitsToUint.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
FloatBitsToUint.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Floor.asm.frag Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
Floor.glsl Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
Floor.metal Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
Fma.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Fma.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Fma.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Fract.asm.frag Revert "Add intrinsic tests for mod() and fract()." 2021-01-30 13:38:31 +00:00
Fract.glsl Revert "Add intrinsic tests for mod() and fract()." 2021-01-30 13:38:31 +00:00
Fract.metal Revert "Add intrinsic tests for mod() and fract()." 2021-01-30 13:38:31 +00:00
Frexp.asm.frag Add tests to demonstrate SPIR-V error with intrinsics. 2021-02-16 15:46:01 +00:00
Frexp.glsl Add tests to demonstrate SPIR-V error with intrinsics. 2021-02-16 15:46:01 +00:00
Frexp.metal Add tests to demonstrate SPIR-V error with intrinsics. 2021-02-16 15:46:01 +00:00
Fwidth.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Fwidth.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Fwidth.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
GreaterThan.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
GreaterThan.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
GreaterThan.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
GreaterThanEqual.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
GreaterThanEqual.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
GreaterThanEqual.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
IntBitsToFloat.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
IntBitsToFloat.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
IntBitsToFloat.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Inverse.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Inverse.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Inverse.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Inversesqrt.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Inversesqrt.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Inversesqrt.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
IsInf.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
IsInf.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
IsInf.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
IsNan.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
IsNan.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
IsNan.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Ldexp.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Ldexp.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Ldexp.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Length.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Length.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Length.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
LessThan.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
LessThan.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
LessThan.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
LessThanEqual.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
LessThanEqual.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
LessThanEqual.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Log2.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Log2.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Log2.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Log.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Log.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Log.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
MatrixCompMult.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
MatrixCompMult.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
MatrixCompMult.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
MaxFloat.asm.frag Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MaxFloat.glsl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MaxFloat.metal Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MaxInt.asm.frag Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MaxInt.glsl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MaxInt.metal Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MinFloat.asm.frag Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MinFloat.glsl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MinFloat.metal Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MinInt.asm.frag Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MinInt.glsl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MinInt.metal Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MixBool.asm.frag Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MixBool.glsl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MixBool.metal Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MixFloat.asm.frag Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MixFloat.glsl Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
MixFloat.metal Implement additional Runtime Effect intrinsic tests. 2021-01-29 18:23:48 +00:00
Mod.asm.frag Revert "Add intrinsic tests for mod() and fract()." 2021-01-30 13:38:31 +00:00
Mod.glsl Revert "Add intrinsic tests for mod() and fract()." 2021-01-30 13:38:31 +00:00
Mod.metal Revert "Add intrinsic tests for mod() and fract()." 2021-01-30 13:38:31 +00:00
Modf.asm.frag Add tests to demonstrate SPIR-V error with intrinsics. 2021-02-16 15:46:01 +00:00
Modf.glsl Add tests to demonstrate SPIR-V error with intrinsics. 2021-02-16 15:46:01 +00:00
Modf.metal Add tests to demonstrate SPIR-V error with intrinsics. 2021-02-16 15:46:01 +00:00
Normalize.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Normalize.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Normalize.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Not.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Not.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Not.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
NotEqual.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
NotEqual.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
NotEqual.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
OuterProduct.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
OuterProduct.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
OuterProduct.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Pack.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Pack.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Pack.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Pow.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Pow.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Pow.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Radians.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Radians.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Radians.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Reflect.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Reflect.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Reflect.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Refract.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Refract.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Refract.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Round.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Round.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Round.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
RoundEven.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
RoundEven.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
RoundEven.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Saturate.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Saturate.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Saturate.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
SignFloat.asm.frag Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
SignFloat.glsl Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
SignFloat.metal Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
SignInt.asm.frag Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
SignInt.glsl Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
SignInt.metal Reland "Add some SkSL intrinsics to our dm tests." 2021-01-29 17:58:18 +00:00
Sin.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Sin.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Sin.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Sinh.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Sinh.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Sinh.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Smoothstep.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Smoothstep.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Smoothstep.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Sqrt.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Sqrt.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Sqrt.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Step.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Step.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Step.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Tan.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Tan.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Tan.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Tanh.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Tanh.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Tanh.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Transpose.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Transpose.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Transpose.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Trunc.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Trunc.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Trunc.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
UintBitsToFloat.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
UintBitsToFloat.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
UintBitsToFloat.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Unpack.asm.frag Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Unpack.glsl Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
Unpack.metal Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00