skia2/tests/sksl/metal/golden
John Stiles bf282c05e5 Replace array indexing on vector types with swizzles.
Our optimizer ignores index expressions, but has a few simplifications
that it can perform on swizzles. (Added extra code to SwizzleByIndex
which demonstrates this.)

Change-Id: If3c85a0456d98749008d796e422944b602ee6933
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/341460
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2020-12-07 21:16:40 +00:00
..
CastHalf4ToMat2x2.metal Flatten out constructors nested inside constructors. 2020-11-23 21:29:53 +00:00
CastMat2x2ToMat3x3.metal Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00
CastMat2x3ToMat4x4.metal Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00
CastMat4x4ToMat3x4.metal Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00
CastMat4x4ToMat4x3.metal Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00
InterfaceBlocksRequireBinding.metal Enforce that layout(binding=...) is set on interface blocks in Metal. 2020-12-04 19:30:35 +00:00
NumericGlobals.metal Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00
OpaqueTypeInInterfaceBlock.metal Disallow opaque types in structs and interface blocks. 2020-11-17 15:25:43 +00:00
OpaqueTypeInStruct.metal Disallow opaque types in structs and interface blocks. 2020-11-17 15:25:43 +00:00
OutParams.metal Replace array indexing on vector types with swizzles. 2020-12-07 21:16:40 +00:00
OutVarsRequireLocation.metal Enforce layout(location=...) on Metal out variables. 2020-12-01 20:41:15 +00:00
SamplerGlobals.metal Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00