dawn-cmake/test
Ben Clayton 5e35864c1b writer/spirv: Fix abs() on unsigned integers
GLSLstd450SAbs expects a *signed* integer.
abs() of an unsigned number is now a no-op.

Fixes WebGPU CTS tests:
webgpu:shader,execution,robust_access_vertex:vertex_buffer_access:*

Bug: tint:1194
Change-Id: I65c5e9f2f03aac0b788b9ba88c383cbec136d7c6
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/65620
Commit-Queue: Ben Clayton <bclayton@chromium.org>
Kokoro: Ben Clayton <bclayton@chromium.org>
Reviewed-by: David Neto <dneto@google.com>
2021-10-01 08:41:55 +00:00
..
access
array Allow array size to be a module-scope constant 2021-09-02 13:49:59 +00:00
buffer msl: Overload matrix-vector arithmetic operators 2021-08-23 21:45:23 +00:00
bug transform: Avoid symbol collision in Canonicalize IO 2021-09-27 21:40:33 +00:00
expressions msl: Overload matrix-vector arithmetic operators 2021-08-23 21:45:23 +00:00
intrinsics writer/spirv: Fix abs() on unsigned integers 2021-10-01 08:41:55 +00:00
layout/storage/mat2x2 Allow array size to be a module-scope constant 2021-09-02 13:49:59 +00:00
loops
ptr_ref
samples msl: Only emit packed vectors when the width is 3 2021-08-23 21:45:23 +00:00
shader_io Implement and test num_workgroups for all backends 2021-09-13 17:11:58 +00:00
statements/for
struct
switch
types spirv backend: do not generate a load for ignored expressions 2021-09-16 13:32:57 +00:00
unittest/reader/spirv Add more SPIR-V reader unit test samples 2021-09-27 20:55:53 +00:00
var msl: Use a struct for threadgroup memory arguments 2021-09-29 18:56:17 +00:00
vk-gl-cts test: Remove many expected files 2021-08-24 22:49:42 +00:00
BUILD.gn transform: Add NumWorkgroupsFromUniform transform 2021-09-13 17:11:58 +00:00
extract-spvasm.py
test-all.sh