dawn-cmake/test/tint/builtins/gen
dan sinclair 7092786f31 Fixup return of HLSL sign to match WGSL.
The HLSL `sign` method returns an `int` result (scalar or vector). The
WGSL `sign` expects the result to be the same type as the argument. This
CL injects a cast to the correct type after the `sign` call in the HLSL
generated source.

Bug: tint:1795
Change-Id: I51fed24b5b8b752b6b27fdfb5dd47eb803902793
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116692
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2023-01-11 13:18:29 +00:00
..
literal Fixup return of HLSL sign to match WGSL. 2023-01-11 13:18:29 +00:00
var Fixup return of HLSL sign to match WGSL. 2023-01-11 13:18:29 +00:00
gen.wgsl.tmpl Fix generation of f16 values. 2022-11-10 00:32:12 +00:00