commit | c36417343fe1c2a526dc83cc378d96a6db3ce5e5 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Tue Nov 08 11:42:07 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 08 11:42:07 2022 +0000 |
tree | 2d0a49fa61d25a3c4023286b7f134e53d29d7a28 | |
parent | eb949c87ee5aaa819faae6252dd36bfeda649070 [diff] [blame] |
tint: const eval of cross Bug: tint:1581 Change-Id: I63ebb7de3a7d719f2c149715295492f561311579 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/108544 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
diff --git a/test/tint/builtins/gen/literal/cross/9857cb.wgsl.expected.dxc.hlsl b/test/tint/builtins/gen/literal/cross/9857cb.wgsl.expected.dxc.hlsl index 32fcd70..792f65b 100644 --- a/test/tint/builtins/gen/literal/cross/9857cb.wgsl.expected.dxc.hlsl +++ b/test/tint/builtins/gen/literal/cross/9857cb.wgsl.expected.dxc.hlsl
@@ -1,5 +1,5 @@ void cross_9857cb() { - vector<float16_t, 3> res = cross((float16_t(0.0h)).xxx, (float16_t(0.0h)).xxx); + vector<float16_t, 3> res = (float16_t(0.0h)).xxx; } struct tint_symbol {