skia2/tests/sksl/metal
John Stiles a65441b3c4 Update tests which mix int and float types without casts.
These need to change because type coercion in SkSL is about to become
more strict in a followup CL; we are disallowing expressions that mix
ints and floats without a cast.

Change-Id: I0f6c3cba53fb67078f447345338262c153236c51
Bug: skia:11164
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/353102
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2021-01-13 19:47:13 +00:00
..
golden Add support for number(boolean) and boolean(number) casts in SkSL. 2021-01-05 21:19:45 +00:00
CastHalf4ToMat2x2.sksl
CastMat2x2ToMat3x3.sksl
CastMat2x3ToMat4x4.sksl
CastMat4x4ToMat3x4.sksl
CastMat4x4ToMat4x3.sksl
InterfaceBlocksRequireBinding.sksl Enforce that layout(binding=...) is set on interface blocks in Metal. 2020-12-04 19:30:35 +00:00
NumericGlobals.sksl Update tests which mix int and float types without casts. 2021-01-13 19:47:13 +00:00
OpaqueTypeInInterfaceBlock.sksl
OpaqueTypeInStruct.sksl
OutParams.sksl Update tests which mix int and float types without casts. 2021-01-13 19:47:13 +00:00
OutVarsRequireLocation.sksl Enforce layout(location=...) on Metal out variables. 2020-12-01 20:41:15 +00:00
SamplerGlobals.sksl
SwizzleHelper.sksl Improve Metal support for out parameters. 2020-12-09 21:13:57 +00:00