dawn-cmake/test
Ben Clayton 2bb45389b7 writer/hlsl: Zero initialize with (T) 0
For structures and arrays.
This behaves identically to the per-element zero-initialization, but can be significantly less verbose.

Change-Id: I380ef86f16c2b3f37a9de2820e707f368955b761
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/56764
Auto-Submit: Ben Clayton <bclayton@google.com>
Reviewed-by: David Neto <dneto@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
2021-07-02 19:27:42 +00:00
..
access validation: compute shader must include 'workgroup_size' in its attributes 2021-06-29 18:39:44 +00:00
array writer/hlsl: Zero initialize with (T) 0 2021-07-02 19:27:42 +00:00
bug writer/hlsl: Zero initialize with (T) 0 2021-07-02 19:27:42 +00:00
expressions writer/hlsl: Zero initialize with (T) 0 2021-07-02 19:27:42 +00:00
fxc_bugs/vector_assignment_in_loop Implement FXC workaround for vector access in loops resulting in failed loop unrolling 2021-06-29 22:07:44 +00:00
intrinsics writer/hlsl: Fix level packing for textureLoad() 2021-06-30 08:51:36 +00:00
loops test: Add loop test cases 2021-06-21 19:04:56 +00:00
ptr_ref writer/hlsl: Zero initialize with (T) 0 2021-07-02 19:27:42 +00:00
samples writer/hlsl: Zero initialize with (T) 0 2021-07-02 19:27:42 +00:00
shader_io writer/hlsl: Zero initialize with (T) 0 2021-07-02 19:27:42 +00:00
struct writer/hlsl: Zero initialize with (T) 0 2021-07-02 19:27:42 +00:00
types writer/hlsl: Zero initialize with (T) 0 2021-07-02 19:27:42 +00:00
var writer/hlsl: Zero initialize with (T) 0 2021-07-02 19:27:42 +00:00
BUILD.gn ast: Add ForLoopStatement node 2021-07-02 19:27:42 +00:00
extract-spvasm.py Add --dump-spirv option to tint_unittests 2021-05-05 09:46:31 +00:00
test-all.sh main: Replace --dawn-validation with --validate 2021-06-02 21:02:34 +00:00