dawn-cmake/test
Ben Clayton 1c4f8de30b reader/spirv: Optimize MakeNullValue()
Constructing a null vector, matrix or array does not need to provide an explicit list of null elements. `T()` is a more efficient and readable equivalent.

Fuzzers like to generate enormous pathological composite types, which has been triggering OOM failures.

Bug: oss-fuzz:38095
Bug: oss-fuzz:39235
Bug: oss-fuzz:39246
Bug: oss-fuzz:39874
Change-Id: I910bb04bdd0e80532c09fc038be895ec37d3d380
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/75426
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: David Neto <dneto@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
2022-01-05 20:24:22 +00:00
..
access reader/spirv: Optimize MakeNullValue() 2022-01-05 20:24:22 +00:00
array tests: Stop using the [[block]] attribute 2021-12-09 15:45:03 +00:00
buffer tests: Stop using the [[block]] attribute 2021-12-09 15:45:03 +00:00
bug reader/spirv: Optimize MakeNullValue() 2022-01-05 20:24:22 +00:00
expressions Fix FXC compile errors on modulo by zero 2021-12-22 15:02:09 +00:00
identifiers/underscore IntrinsicTable: remove double underscores 2021-11-22 15:24:16 +00:00
intrinsics reader/spirv: Optimize MakeNullValue() 2022-01-05 20:24:22 +00:00
layout/storage/mat2x2 tests: Stop using the [[block]] attribute 2021-12-09 15:45:03 +00:00
let GLSL: implement atomics. 2021-11-19 17:46:13 +00:00
loops Manually generate HLSL skip files for vk-gl-cts e2e tests 2021-12-08 04:26:58 +00:00
ptr_ref reader/spirv: Optimize MakeNullValue() 2022-01-05 20:24:22 +00:00
samples tests: Stop using the [[block]] attribute 2021-12-09 15:45:03 +00:00
shader_io Update GLSL expected results. 2021-12-21 01:48:13 +00:00
shadowing resolver: Support shadowing 2021-11-23 20:45:51 +00:00
statements e2e tests: generate missing expected files 2021-12-18 21:28:23 +00:00
struct GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
types GLSL: fix single-valued vector init. 2021-11-22 16:14:16 +00:00
unittest/reader/spirv Roll SPIRV-Tools and SPIRV-Headers, fix spvasm 2021-12-17 20:45:22 +00:00
var Reland "HLSL: force FXC to never unroll loops" 2021-11-25 18:44:50 +00:00
vk-gl-cts Fix FXC compile errors on modulo by zero 2021-12-22 15:02:09 +00:00
BUILD.gn wgsl: Replace 'elseif' with 'else if' 2022-01-04 20:06:49 +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