This website requires JavaScript.
Explore
Help
Sign In
encounter
/
dawn-cmake
mirror of
https://github.com/encounter/dawn-cmake.git
Watch
1
Star
0
Fork
You've already forked dawn-cmake
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
18204a71c3
dawn-cmake
/
test
/
tint
/
expressions
/
binary
/
add
/
scalar-scalar
/
i32.wgsl.expected.dxc.hlsl
8 lines
108 B
HLSL
Raw
Normal View
History
Unescape
Escape
test: Split binary_expressions into separate tests Tests should be as fine-grained as possible. Not all the permutations were covered. Not all the backends were actually generating anything useful, as the functions were not called by an entry point. Change-Id: I76658533d3112d202f7482a19531079550e66f83 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/58392 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: David Neto <dneto@google.com>
2021-07-17 17:38:46 +00:00
[
numthreads
(
1
,
1
,
1
)
]
void
f
(
)
{
tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL Change-Id: I18c807b2449dc2842cb9dbfaeba98dae640d2355 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/102621 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com>
2022-09-19 14:05:21 +00:00
const
int
a
=
1
;
const
int
b
=
2
;
const
int
r
=
(
a
+
b
)
;
test: Split binary_expressions into separate tests Tests should be as fine-grained as possible. Not all the permutations were covered. Not all the backends were actually generating anything useful, as the functions were not called by an entry point. Change-Id: I76658533d3112d202f7482a19531079550e66f83 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/58392 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: David Neto <dneto@google.com>
2021-07-17 17:38:46 +00:00
return
;
}