dawn-cmake/test/tint/bug
dan sinclair 8fd4ef26f5 Fix MSL packed_int casting.
In 104681 the vectors were cast to themselves to fixup an issue
with `packed_int`. That CL used an `as_type` which does a bit cast.
A `packed_int` can not be bitcast to an `int`. This CL changes to
a type cast, so instead of `as_type<int3>()` it does `int3()`.

Bug: tint:1677
Change-Id: I72218c06853e4e5ae1a0d34e2fc3e1ca597de993
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104682
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
2022-10-05 17:49:00 +00:00
..
chromium Limit array element count to less then 65536 elements. 2022-10-03 17:25:42 +00:00
dawn tint: Make uniformity analysis failures a hard error 2022-09-26 12:30:05 +00:00
fxc tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
tint Fix MSL packed_int casting. 2022-10-05 17:49:00 +00:00