dawn-cmake/test/tint/benchmark
James Price be656f7984 tint: Implement uniformity analaysis
This implements the uniformity analysis as currently described in the
WGSL specification. Uniformity issues are presented as warnings, and
will be switched to errors in a future release.

A follow-up patch will improve the error messages, which currently
just show the point at which a uniformity was detected.

In a future release, once we have obtained initial feedback from
users, uniformity issues will become errors.

Bug: tint:880
Change-Id: I7d0b3080932c786c5d50b55720fec6d19f00d356
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88368
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Alan Baker <alanbaker@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2022-05-11 22:05:15 +00:00
..
animometer.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
bloom-vertical-blur.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
cluster-lights.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
empty.wgsl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
metaball-isosurface.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
particles.wgsl tint: Replace smoothStep with smoothstep in tests 2022-04-14 19:49:10 +00:00
particles.wgsl.expected.glsl GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL. 2022-04-22 21:25:02 +00:00
shadow-fragment.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
simple-compute.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
simple-fragment.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
simple-vertex.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
skinned-shadowed-pbr-fragment.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
skinned-shadowed-pbr-vertex.wgsl wgsl: Separate struct members with commas 2022-03-28 14:31:22 +00:00
uniformity-analysis-pointer-parameters.wgsl tint: Implement uniformity analaysis 2022-05-11 22:05:15 +00:00