Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits)
Update:
- expectations.txt
- ts_sources.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88
- d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache.
- ea0cfe Add a DataCache & expression CaseCache
- c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984)
- da9eeb operation,rendering,blending nits (#1986)
- 9c990c Implement `refract` f32 tests (#1962)
- 6b5a1f transferControlToOffscreen nits
- 9eb57d Implement `fma` f32 tests (#1967)
- aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980)
- 7fbc3b Update rg11b10ufloat_renderable.spec.ts
- 473ddf Add rg11b10ufloat-renderable validation test plan (#1937)
- e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974)
- 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973)
- 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969)
- 60769d Add f16 test ranges to quantizeToF16
- 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source
- f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961)
- f3375a Add support to load cross origin resources (#1951)
- 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963)
Created with './tools/run cts roll'
Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/109765
Auto-Submit: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Kokoro: Ben Clayton <bclayton@google.com>
Reviewed-by: James Price <jrprice@google.com>
2022-11-16 23:09:02 +00:00
|
|
|
src/common/framework/data_cache.ts
|
2022-08-26 19:48:25 +00:00
|
|
|
src/common/framework/test_config.ts
|
2022-09-14 16:01:37 +00:00
|
|
|
src/external/petamoriken/float16/float16.d.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/common/internal/version.ts
|
|
|
|
src/common/internal/stack.ts
|
|
|
|
src/common/internal/logging/log_message.ts
|
|
|
|
src/common/internal/logging/result.ts
|
|
|
|
src/common/internal/logging/logger.ts
|
2022-04-11 18:38:51 +00:00
|
|
|
src/common/util/types.ts
|
|
|
|
src/common/util/data_tables.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/common/util/timeout.ts
|
|
|
|
src/common/util/util.ts
|
|
|
|
src/common/internal/logging/test_case_recorder.ts
|
|
|
|
src/common/runtime/helper/options.ts
|
|
|
|
src/common/internal/query/encode_selectively.ts
|
|
|
|
src/common/internal/query/json_param_value.ts
|
|
|
|
src/common/internal/query/separators.ts
|
|
|
|
src/common/internal/query/validQueryPart.ts
|
|
|
|
src/common/internal/query/parseQuery.ts
|
|
|
|
src/common/internal/query/stringify_params.ts
|
|
|
|
src/common/internal/query/query.ts
|
|
|
|
src/common/internal/query/compare.ts
|
|
|
|
src/common/internal/params_utils.ts
|
|
|
|
src/common/framework/fixture.ts
|
|
|
|
src/common/framework/params_builder.ts
|
|
|
|
src/common/framework/resources.ts
|
|
|
|
src/common/internal/test_group.ts
|
|
|
|
src/common/framework/test_group.ts
|
|
|
|
src/common/internal/test_suite_listing.ts
|
|
|
|
src/common/internal/util.ts
|
|
|
|
src/common/internal/tree.ts
|
|
|
|
src/common/internal/file_loader.ts
|
2022-05-03 22:07:16 +00:00
|
|
|
src/common/util/colors.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/common/util/navigator_gpu.ts
|
|
|
|
src/common/runtime/helper/sys.ts
|
|
|
|
src/common/runtime/cmdline.ts
|
|
|
|
src/common/runtime/server.ts
|
|
|
|
src/common/runtime/helper/test_worker.ts
|
|
|
|
src/common/runtime/standalone.ts
|
|
|
|
src/common/runtime/wpt.ts
|
|
|
|
src/common/runtime/helper/test_worker-worker.ts
|
|
|
|
src/common/tools/checklist.ts
|
|
|
|
src/common/tools/crawl.ts
|
|
|
|
src/common/tools/dev_server.ts
|
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits)
Update:
- expectations.txt
- ts_sources.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88
- d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache.
- ea0cfe Add a DataCache & expression CaseCache
- c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984)
- da9eeb operation,rendering,blending nits (#1986)
- 9c990c Implement `refract` f32 tests (#1962)
- 6b5a1f transferControlToOffscreen nits
- 9eb57d Implement `fma` f32 tests (#1967)
- aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980)
- 7fbc3b Update rg11b10ufloat_renderable.spec.ts
- 473ddf Add rg11b10ufloat-renderable validation test plan (#1937)
- e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974)
- 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973)
- 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969)
- 60769d Add f16 test ranges to quantizeToF16
- 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source
- f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961)
- f3375a Add support to load cross origin resources (#1951)
- 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963)
Created with './tools/run cts roll'
Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/109765
Auto-Submit: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Kokoro: Ben Clayton <bclayton@google.com>
Reviewed-by: James Price <jrprice@google.com>
2022-11-16 23:09:02 +00:00
|
|
|
src/common/tools/gen_cache.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/common/tools/gen_listings.ts
|
|
|
|
src/common/tools/gen_wpt_cts_html.ts
|
2023-01-17 12:45:58 +00:00
|
|
|
src/common/tools/image_utils.ts
|
2022-04-14 14:54:30 +00:00
|
|
|
src/common/tools/presubmit.ts
|
2023-01-12 16:44:49 +00:00
|
|
|
src/common/tools/run_wpt_ref_tests.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/common/tools/version.ts
|
|
|
|
src/common/util/collect_garbage.ts
|
|
|
|
src/common/util/preprocessor.ts
|
2023-01-12 16:44:49 +00:00
|
|
|
src/common/util/wpt_reftest_wait.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/unittests/unit_test.ts
|
|
|
|
src/demo/a.spec.ts
|
|
|
|
src/demo/json.spec.ts
|
2023-01-05 10:59:39 +00:00
|
|
|
src/demo/subcases.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/demo/a/b.spec.ts
|
|
|
|
src/demo/a/b/c.spec.ts
|
|
|
|
src/demo/a/b/d.spec.ts
|
|
|
|
src/demo/file_depth_2/in_single_child_dir/r.spec.ts
|
|
|
|
src/stress/listing.ts
|
|
|
|
src/webgpu/constants.ts
|
|
|
|
src/webgpu/util/constants.ts
|
|
|
|
src/webgpu/util/conversion.ts
|
|
|
|
src/webgpu/util/math.ts
|
|
|
|
src/webgpu/util/unions.ts
|
|
|
|
src/webgpu/util/texture/base.ts
|
|
|
|
src/webgpu/util/texture/layout.ts
|
|
|
|
src/webgpu/capability_info.ts
|
2022-04-11 18:38:51 +00:00
|
|
|
src/stress/adapter/device_allocation.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/util/buffer.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/util/pretty_diff_tables.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/util/check_contents.ts
|
|
|
|
src/webgpu/util/command_buffer_maker.ts
|
|
|
|
src/webgpu/util/device_pool.ts
|
|
|
|
src/webgpu/util/texture/texel_data.ts
|
Roll third_party/webgpu-cts/ dcba3ac6b..5e83d8349 (25 commits)
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dcba3ac6b819..5e83d8349be1
$ git log dcba3ac6b..5e83d8349 --date=short --no-merges --format='%ad %ae %s'
2022-04-13 cwallez Reduce the length of subresource test names (#1164)
2022-04-13 cwallez zero_init: add constant zero to prevent driver unrolling loops. (#1163)
2022-04-13 jiawei.shao Add validation,resource_usages,texture,in_render_misc:* - Part II (#1161)
2022-04-13 jiawei.shao Add validation,resource_usages,texture,in_render_misc:* - Part I (#1157)
2022-04-11 enga Test view format reinterpretation (#1126)
2022-04-11 litherum Only 2D textures can be marked as render targets (#1155)
2022-04-08 cwallez operation,image_copy: Add support for depth16unorm (#1154)
2022-04-08 cwallez image_copy,mip_levels: reduce the mip level count. (#1151)
2022-04-08 cwallez depth_compare_func: Don't use 0.5 as depth16unorm rounds either way (#1152)
2022-04-08 cwallez Fix tests trying to copy aspects of depth-stencil textures. (#1146)
2022-04-08 cwallez depth_clip_clamp: only set stencilLoadOp and friends when needed. (#1153)
2022-04-08 cwallez Fix validation errors with depth/StencilLoad/StoreOp set when not allowed. (#1145)
2022-04-08 enga Shorten test and param lengths in resource_usages,texture,in_render_common:* (#1144)
2022-04-08 jiawei.shao Add validation,resource_usages,texture,in_render_common:* - Part V (#1150)
2022-04-06 cwallez val,buffer,create: Buffer sizes don't have to be multiple of 4. (#1140)
2022-04-06 cwallez image_copy: Ensure bufferOffset % 4 == 0 for depth-stencil. (#1139)
2022-04-06 jiawei.shao Add validation,resource_usages,texture,in_render_common:* - Part IV (#1132)
2022-04-05 enga Fix infinite recursion in CopyExternalImageToTexture.spec.ts (#1143)
2022-04-05 cwallez Use globalThis instead of self. (#1141)
2022-04-05 cwallez val/copyT2T,format_compat: Don't assume compressed is always 4x4 (#1134)
2022-04-05 cwallez Fix DSAttachment load/store ops being specified when disallowed. (#1136)
2022-04-05 cwallez Fix test of BGL binding limits to correctly check limits (#1137)
2022-04-04 cwallez Fix a validation error caused by WriteTexture bytesPerRow: t.width (#1133)
2022-04-04 cwallez Add unicode tests for entryPoint matching. (#1131)
2022-04-04 cwallez writeBuffer: an unaligned bufferOffset is a validation error. (#1129)
Created with:
roll-dep third_party/webgpu-cts
Change-Id: I048afcaf3d33bcd67401412bf235181013ebf6d2
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86533
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
2022-04-13 18:52:46 +00:00
|
|
|
src/webgpu/util/texture/texel_view.ts
|
|
|
|
src/webgpu/util/texture.ts
|
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8
- 631d87 Add `f32` matrix subtraction tests (#2279)
- 07f15b Add f32 matrix addition tests (#2278)
- 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275)
- 5dc0ec Add max vertex / max attribute limit / max stride tests
- 763d0b Upgrade gpuweb/types to 0.1.27 (#2273)
- 0dff1a Cleanup Validate maxBindGroups
- d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup
- 2be5a7 Add getGPUBindingCommandsMixin to limits_utils
- 8c190e Split GPUTest into GPUTest and GPUTestBase
- b365b1 Implement `transpose` f32 tests (#2249)
- 977a54 Add more tests for end twice (#2251)
- feb07c Update to use `keysOf` helper. (#2243)
- 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246)
- 432aad [wgsl] Add placement tests for @builtin. (#2248)
- 363837 Add validation tests for unary not and binary and/or (#2247)
- 61b6ad Update builtin parse test to not use code as URL. (#2245)
- 6e62ce Update `align` parsing tests. (#2244)
- 534fb6 [wgsl] Add validation tests for `break` placement (#2240)
- 991a57 add maxTextureArrayLayers limit test (#2234)
- c7293f add maxBufferSize limit test (#2236)
- 07216f [wgsl] Add validation of `discard` placement. (#2239)
- cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237)
- d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233)
- 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227)
- d9199d Avoid writable storage buffer binding aliasing (#2230)
- 6c7083 [wgsl] Validate expressions passed to attributes. (#2229)
- 748ec9 Add a few more constant/override tests
- 9300ec [wgsl] Alignment attribute tests. (#2180)
- b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226)
- 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223)
- efcb12 Fix a few spelling errors
- 221d30 CSS, make button colors match (#2221)
- 992b58 Culling: Test triangle-strips, depth, and stencil results
- ae3c5e Add tests for i32 binary scalar-vector ops (#2219)
- 6afbd0 Implement Matrix type for numeric testing (#2204)
- e2248b Texture utility refactoring. (#2184)
- b62579 op,render_pipeline,alpha_to_coverage (#2202)
- 5a17b9 Add test for u32 scalar-vector remainder (#2216)
- bd8450 Allow bgra8unorm as storage textures (#2212)
- 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- cf980a Fix package-lock.json (#2214)
- 19fc83 Add tests for u32 scalar-vector division (#2215)
- 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test
- 458788 Make labels pass new eslint rules
- 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208)
- 7324ba Test labels in descriptors appear on objects created.
- a0822b Add a few more debug markers (#2197)
- 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207)
- 73a99f Adds val,buffer,create,limit tests (#2192)
- 454253 Add a `--coverage` flag to cmdline.ts
- 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181)
- a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200)
Created with './tools/run cts roll'
Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-18 01:15:46 +00:00
|
|
|
src/webgpu/util/texture/texture_ok.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/gpu_test.ts
|
|
|
|
src/stress/compute/compute_pass.spec.ts
|
|
|
|
src/stress/device/bind_group_allocation.spec.ts
|
|
|
|
src/stress/device/bind_group_layout_allocation.spec.ts
|
|
|
|
src/stress/device/buffer_allocation.spec.ts
|
|
|
|
src/stress/device/command_encoder_allocation.spec.ts
|
|
|
|
src/stress/device/compute_pipeline_allocation.spec.ts
|
|
|
|
src/stress/device/pipeline_layout_allocation.spec.ts
|
|
|
|
src/stress/device/query_set_allocation.spec.ts
|
|
|
|
src/stress/device/render_bundle_allocation.spec.ts
|
|
|
|
src/stress/device/render_pipeline_allocation.spec.ts
|
|
|
|
src/stress/device/sampler_allocation.spec.ts
|
|
|
|
src/stress/device/shader_module_allocation.spec.ts
|
|
|
|
src/stress/device/texture_allocation.spec.ts
|
|
|
|
src/stress/memory/churn.spec.ts
|
|
|
|
src/webgpu/util/memory.ts
|
|
|
|
src/stress/memory/oom.spec.ts
|
|
|
|
src/stress/queries/occlusion.spec.ts
|
|
|
|
src/stress/queries/pipeline_statistics.spec.ts
|
|
|
|
src/stress/queries/resolve.spec.ts
|
|
|
|
src/stress/queries/timestamps.spec.ts
|
|
|
|
src/stress/queue/submit.spec.ts
|
|
|
|
src/stress/render/render_pass.spec.ts
|
|
|
|
src/stress/render/vertex_buffers.spec.ts
|
|
|
|
src/stress/shaders/entry_points.spec.ts
|
|
|
|
src/stress/shaders/non_halting.spec.ts
|
|
|
|
src/stress/shaders/slow.spec.ts
|
|
|
|
src/stress/texture/large.spec.ts
|
|
|
|
src/unittests/test_group_test.ts
|
|
|
|
src/unittests/async_expectations.spec.ts
|
|
|
|
src/unittests/basic.spec.ts
|
|
|
|
src/unittests/check_contents.spec.ts
|
|
|
|
src/unittests/conversion.spec.ts
|
Roll third_party/webgpu-cts/ fee6d96eb..5a30cb44c (7 commits)
Update expectations and ts_sources
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/fee6d96eb34b..5a30cb44c56a
- 5a30cb [wgsl] use subcases in texture tests (#1514)
- edd275 Add api,validation,resource_usages,buffer,in_pass_misc:* - Part II (#1511)
- 484ae3 Update @stage attributes. (#1512)
- 6ff559 Remove references to depth24unorm-stencil8 (#1513)
- 9474c0 Implement new F32Interval class for floating point tests (#1500)
- 3ebdea Add api,validation,resource_usages,buffer,in_pass_misc:* - Part I (#1509)
- f19f0c Specify RENDER_ATTACHMENT usage when creating multisampled texture (#1507)
Created with './tools/run cts roll'
Change-Id: Icc2d66e8367ef58a35817afdce6ec87d6373c79c
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93143
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
2022-06-09 14:07:34 +00:00
|
|
|
src/webgpu/util/f32_interval.ts
|
|
|
|
src/unittests/f32_interval.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/unittests/getStackTrace.spec.ts
|
|
|
|
src/unittests/listing.ts
|
|
|
|
src/unittests/loaders_and_trees.spec.ts
|
|
|
|
src/unittests/logger.spec.ts
|
|
|
|
src/unittests/maths.spec.ts
|
|
|
|
src/unittests/params_builder_and_utils.spec.ts
|
|
|
|
src/unittests/params_builder_toplevel.spec.ts
|
|
|
|
src/unittests/preprocessor.spec.ts
|
|
|
|
src/unittests/query_compare.spec.ts
|
|
|
|
src/unittests/query_string.spec.ts
|
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits)
Update:
- expectations.txt
- ts_sources.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88
- d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache.
- ea0cfe Add a DataCache & expression CaseCache
- c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984)
- da9eeb operation,rendering,blending nits (#1986)
- 9c990c Implement `refract` f32 tests (#1962)
- 6b5a1f transferControlToOffscreen nits
- 9eb57d Implement `fma` f32 tests (#1967)
- aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980)
- 7fbc3b Update rg11b10ufloat_renderable.spec.ts
- 473ddf Add rg11b10ufloat-renderable validation test plan (#1937)
- e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974)
- 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973)
- 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969)
- 60769d Add f16 test ranges to quantizeToF16
- 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source
- f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961)
- f3375a Add support to load cross origin resources (#1951)
- 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963)
Created with './tools/run cts roll'
Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/109765
Auto-Submit: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Kokoro: Ben Clayton <bclayton@google.com>
Reviewed-by: James Price <jrprice@google.com>
2022-11-16 23:09:02 +00:00
|
|
|
src/webgpu/shader/execution/expression/expression.ts
|
|
|
|
src/webgpu/util/compare.ts
|
|
|
|
src/webgpu/shader/execution/expression/case_cache.ts
|
|
|
|
src/unittests/serialization.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/unittests/test_group.spec.ts
|
|
|
|
src/unittests/test_query.spec.ts
|
|
|
|
src/webgpu/examples.spec.ts
|
|
|
|
src/webgpu/listing.ts
|
|
|
|
src/webgpu/api/operation/labels.spec.ts
|
|
|
|
src/webgpu/api/operation/onSubmittedWorkDone.spec.ts
|
2022-06-30 19:42:54 +00:00
|
|
|
src/webgpu/api/operation/reflection.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/operation/uncapturederror.spec.ts
|
2023-01-05 10:59:39 +00:00
|
|
|
src/webgpu/api/operation/adapter/requestAdapter.spec.ts
|
2022-06-24 08:10:29 +00:00
|
|
|
src/webgpu/api/operation/adapter/requestAdapterInfo.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/operation/adapter/requestDevice.spec.ts
|
|
|
|
src/webgpu/api/operation/buffers/mapping_test.ts
|
|
|
|
src/webgpu/api/operation/buffers/map.spec.ts
|
|
|
|
src/webgpu/api/operation/buffers/map_ArrayBuffer.spec.ts
|
|
|
|
src/webgpu/api/operation/buffers/map_detach.spec.ts
|
|
|
|
src/webgpu/api/operation/buffers/map_oom.spec.ts
|
|
|
|
src/webgpu/api/operation/buffers/threading.spec.ts
|
|
|
|
src/webgpu/api/operation/command_buffer/basic.spec.ts
|
|
|
|
src/webgpu/api/operation/command_buffer/clearBuffer.spec.ts
|
|
|
|
src/webgpu/api/operation/command_buffer/copyBufferToBuffer.spec.ts
|
2022-08-26 19:48:25 +00:00
|
|
|
src/webgpu/util/texture/data_generation.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/operation/command_buffer/copyTextureToTexture.spec.ts
|
|
|
|
src/webgpu/api/operation/command_buffer/image_copy.spec.ts
|
|
|
|
src/webgpu/api/operation/command_buffer/programmable/programmable_state_test.ts
|
|
|
|
src/webgpu/api/operation/command_buffer/programmable/state_tracking.spec.ts
|
|
|
|
src/webgpu/api/operation/command_buffer/render/dynamic_state.spec.ts
|
|
|
|
src/webgpu/api/operation/command_buffer/render/state_tracking.spec.ts
|
|
|
|
src/webgpu/api/operation/compute/basic.spec.ts
|
|
|
|
src/webgpu/api/operation/compute_pipeline/entry_point_name.spec.ts
|
2022-09-19 15:00:01 +00:00
|
|
|
src/webgpu/api/operation/compute_pipeline/overrides.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/operation/device/lost.spec.ts
|
2022-04-11 18:38:51 +00:00
|
|
|
src/webgpu/api/operation/memory_sync/operation_context_helper.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/operation/memory_sync/buffer/buffer_sync_test.ts
|
2022-04-14 14:54:30 +00:00
|
|
|
src/webgpu/api/operation/memory_sync/buffer/multiple_buffers.spec.ts
|
|
|
|
src/webgpu/api/operation/memory_sync/buffer/single_buffer.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/operation/memory_sync/texture/texture_sync_test.ts
|
|
|
|
src/webgpu/api/operation/memory_sync/texture/same_subresource.spec.ts
|
|
|
|
src/webgpu/api/operation/pipeline/default_layout.spec.ts
|
|
|
|
src/webgpu/api/operation/queue/writeBuffer.spec.ts
|
|
|
|
src/webgpu/api/operation/render_pass/clear_value.spec.ts
|
|
|
|
src/webgpu/api/operation/render_pass/resolve.spec.ts
|
|
|
|
src/webgpu/api/operation/render_pass/storeOp.spec.ts
|
|
|
|
src/webgpu/api/operation/render_pass/storeop2.spec.ts
|
|
|
|
src/webgpu/api/operation/render_pipeline/culling_tests.spec.ts
|
2022-09-19 15:00:01 +00:00
|
|
|
src/webgpu/api/operation/render_pipeline/overrides.spec.ts
|
2022-05-19 16:57:40 +00:00
|
|
|
src/webgpu/util/shader.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/operation/render_pipeline/pipeline_output_targets.spec.ts
|
|
|
|
src/webgpu/api/operation/render_pipeline/primitive_topology.spec.ts
|
|
|
|
src/webgpu/api/operation/render_pipeline/sample_mask.spec.ts
|
|
|
|
src/webgpu/api/operation/render_pipeline/vertex_only_render_pipeline.spec.ts
|
|
|
|
src/webgpu/api/operation/rendering/basic.spec.ts
|
2022-11-23 22:44:21 +00:00
|
|
|
src/webgpu/api/operation/rendering/color_target_state.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/operation/rendering/depth.spec.ts
|
2023-01-05 10:59:39 +00:00
|
|
|
src/webgpu/api/operation/rendering/depth_bias.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts
|
|
|
|
src/webgpu/api/operation/rendering/draw.spec.ts
|
|
|
|
src/webgpu/api/operation/rendering/indirect_draw.spec.ts
|
|
|
|
src/webgpu/api/operation/rendering/robust_access_index.spec.ts
|
2023-01-05 10:59:39 +00:00
|
|
|
src/webgpu/api/operation/rendering/stencil.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/operation/resource_init/buffer.spec.ts
|
|
|
|
src/webgpu/util/texture/subresource.ts
|
|
|
|
src/webgpu/api/operation/resource_init/check_texture/by_copy.ts
|
|
|
|
src/webgpu/api/operation/resource_init/check_texture/by_ds_test.ts
|
|
|
|
src/webgpu/api/operation/resource_init/check_texture/by_sampling.ts
|
|
|
|
src/webgpu/api/operation/resource_init/texture_zero.spec.ts
|
|
|
|
src/webgpu/api/operation/sampling/anisotropy.spec.ts
|
|
|
|
src/webgpu/api/operation/sampling/filter_mode.spec.ts
|
|
|
|
src/webgpu/api/operation/sampling/lod_clamp.spec.ts
|
|
|
|
src/webgpu/api/operation/shader_module/compilation_info.spec.ts
|
Roll third_party/webgpu-cts/ dcba3ac6b..5e83d8349 (25 commits)
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dcba3ac6b819..5e83d8349be1
$ git log dcba3ac6b..5e83d8349 --date=short --no-merges --format='%ad %ae %s'
2022-04-13 cwallez Reduce the length of subresource test names (#1164)
2022-04-13 cwallez zero_init: add constant zero to prevent driver unrolling loops. (#1163)
2022-04-13 jiawei.shao Add validation,resource_usages,texture,in_render_misc:* - Part II (#1161)
2022-04-13 jiawei.shao Add validation,resource_usages,texture,in_render_misc:* - Part I (#1157)
2022-04-11 enga Test view format reinterpretation (#1126)
2022-04-11 litherum Only 2D textures can be marked as render targets (#1155)
2022-04-08 cwallez operation,image_copy: Add support for depth16unorm (#1154)
2022-04-08 cwallez image_copy,mip_levels: reduce the mip level count. (#1151)
2022-04-08 cwallez depth_compare_func: Don't use 0.5 as depth16unorm rounds either way (#1152)
2022-04-08 cwallez Fix tests trying to copy aspects of depth-stencil textures. (#1146)
2022-04-08 cwallez depth_clip_clamp: only set stencilLoadOp and friends when needed. (#1153)
2022-04-08 cwallez Fix validation errors with depth/StencilLoad/StoreOp set when not allowed. (#1145)
2022-04-08 enga Shorten test and param lengths in resource_usages,texture,in_render_common:* (#1144)
2022-04-08 jiawei.shao Add validation,resource_usages,texture,in_render_common:* - Part V (#1150)
2022-04-06 cwallez val,buffer,create: Buffer sizes don't have to be multiple of 4. (#1140)
2022-04-06 cwallez image_copy: Ensure bufferOffset % 4 == 0 for depth-stencil. (#1139)
2022-04-06 jiawei.shao Add validation,resource_usages,texture,in_render_common:* - Part IV (#1132)
2022-04-05 enga Fix infinite recursion in CopyExternalImageToTexture.spec.ts (#1143)
2022-04-05 cwallez Use globalThis instead of self. (#1141)
2022-04-05 cwallez val/copyT2T,format_compat: Don't assume compressed is always 4x4 (#1134)
2022-04-05 cwallez Fix DSAttachment load/store ops being specified when disallowed. (#1136)
2022-04-05 cwallez Fix test of BGL binding limits to correctly check limits (#1137)
2022-04-04 cwallez Fix a validation error caused by WriteTexture bytesPerRow: t.width (#1133)
2022-04-04 cwallez Add unicode tests for entryPoint matching. (#1131)
2022-04-04 cwallez writeBuffer: an unaligned bufferOffset is a validation error. (#1129)
Created with:
roll-dep third_party/webgpu-cts
Change-Id: I048afcaf3d33bcd67401412bf235181013ebf6d2
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86533
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
2022-04-13 18:52:46 +00:00
|
|
|
src/webgpu/api/operation/texture_view/format_reinterpretation.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/operation/texture_view/read.spec.ts
|
|
|
|
src/webgpu/api/operation/texture_view/write.spec.ts
|
|
|
|
src/webgpu/api/operation/vertex_state/correctness.spec.ts
|
|
|
|
src/webgpu/api/operation/vertex_state/index_format.spec.ts
|
|
|
|
src/webgpu/api/validation/validation_test.ts
|
2022-06-24 08:10:29 +00:00
|
|
|
src/webgpu/api/validation/compute_pipeline.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/validation/createBindGroup.spec.ts
|
|
|
|
src/webgpu/api/validation/createBindGroupLayout.spec.ts
|
|
|
|
src/webgpu/api/validation/createPipelineLayout.spec.ts
|
|
|
|
src/webgpu/api/validation/createSampler.spec.ts
|
|
|
|
src/webgpu/api/validation/createTexture.spec.ts
|
|
|
|
src/webgpu/api/validation/createView.spec.ts
|
2022-10-25 14:02:02 +00:00
|
|
|
src/webgpu/api/validation/debugMarker.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/validation/error_scope.spec.ts
|
2022-10-25 14:02:02 +00:00
|
|
|
src/webgpu/api/validation/getBindGroupLayout.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/validation/layout_shader_compat.spec.ts
|
|
|
|
src/webgpu/api/validation/buffer/create.spec.ts
|
|
|
|
src/webgpu/api/validation/buffer/destroy.spec.ts
|
|
|
|
src/webgpu/api/validation/buffer/mapping.spec.ts
|
|
|
|
src/webgpu/api/validation/buffer/threading.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/features/query_types.spec.ts
|
2022-06-24 08:10:29 +00:00
|
|
|
src/webgpu/util/create_elements.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/validation/capability_checks/features/texture_formats.spec.ts
|
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8
- 631d87 Add `f32` matrix subtraction tests (#2279)
- 07f15b Add f32 matrix addition tests (#2278)
- 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275)
- 5dc0ec Add max vertex / max attribute limit / max stride tests
- 763d0b Upgrade gpuweb/types to 0.1.27 (#2273)
- 0dff1a Cleanup Validate maxBindGroups
- d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup
- 2be5a7 Add getGPUBindingCommandsMixin to limits_utils
- 8c190e Split GPUTest into GPUTest and GPUTestBase
- b365b1 Implement `transpose` f32 tests (#2249)
- 977a54 Add more tests for end twice (#2251)
- feb07c Update to use `keysOf` helper. (#2243)
- 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246)
- 432aad [wgsl] Add placement tests for @builtin. (#2248)
- 363837 Add validation tests for unary not and binary and/or (#2247)
- 61b6ad Update builtin parse test to not use code as URL. (#2245)
- 6e62ce Update `align` parsing tests. (#2244)
- 534fb6 [wgsl] Add validation tests for `break` placement (#2240)
- 991a57 add maxTextureArrayLayers limit test (#2234)
- c7293f add maxBufferSize limit test (#2236)
- 07216f [wgsl] Add validation of `discard` placement. (#2239)
- cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237)
- d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233)
- 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227)
- d9199d Avoid writable storage buffer binding aliasing (#2230)
- 6c7083 [wgsl] Validate expressions passed to attributes. (#2229)
- 748ec9 Add a few more constant/override tests
- 9300ec [wgsl] Alignment attribute tests. (#2180)
- b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226)
- 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223)
- efcb12 Fix a few spelling errors
- 221d30 CSS, make button colors match (#2221)
- 992b58 Culling: Test triangle-strips, depth, and stencil results
- ae3c5e Add tests for i32 binary scalar-vector ops (#2219)
- 6afbd0 Implement Matrix type for numeric testing (#2204)
- e2248b Texture utility refactoring. (#2184)
- b62579 op,render_pipeline,alpha_to_coverage (#2202)
- 5a17b9 Add test for u32 scalar-vector remainder (#2216)
- bd8450 Allow bgra8unorm as storage textures (#2212)
- 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- cf980a Fix package-lock.json (#2214)
- 19fc83 Add tests for u32 scalar-vector division (#2215)
- 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test
- 458788 Make labels pass new eslint rules
- 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208)
- 7324ba Test labels in descriptors appear on objects created.
- a0822b Add a few more debug markers (#2197)
- 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207)
- 73a99f Adds val,buffer,create,limit tests (#2192)
- 454253 Add a `--coverage` flag to cmdline.ts
- 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181)
- a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200)
Created with './tools/run cts roll'
Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-18 01:15:46 +00:00
|
|
|
src/webgpu/api/validation/capability_checks/limits/limit_utils.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxBindGroups.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxBindingsPerBindGroup.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxBufferSize.spec.ts
|
2023-02-25 18:13:43 +00:00
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxSampledTexturesPerShaderStage.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxSamplersPerShaderStage.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxStorageBufferBindingSize.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxStorageBuffersPerShaderStage.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxStorageTexturesPerShaderStage.spec.ts
|
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8
- 631d87 Add `f32` matrix subtraction tests (#2279)
- 07f15b Add f32 matrix addition tests (#2278)
- 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275)
- 5dc0ec Add max vertex / max attribute limit / max stride tests
- 763d0b Upgrade gpuweb/types to 0.1.27 (#2273)
- 0dff1a Cleanup Validate maxBindGroups
- d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup
- 2be5a7 Add getGPUBindingCommandsMixin to limits_utils
- 8c190e Split GPUTest into GPUTest and GPUTestBase
- b365b1 Implement `transpose` f32 tests (#2249)
- 977a54 Add more tests for end twice (#2251)
- feb07c Update to use `keysOf` helper. (#2243)
- 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246)
- 432aad [wgsl] Add placement tests for @builtin. (#2248)
- 363837 Add validation tests for unary not and binary and/or (#2247)
- 61b6ad Update builtin parse test to not use code as URL. (#2245)
- 6e62ce Update `align` parsing tests. (#2244)
- 534fb6 [wgsl] Add validation tests for `break` placement (#2240)
- 991a57 add maxTextureArrayLayers limit test (#2234)
- c7293f add maxBufferSize limit test (#2236)
- 07216f [wgsl] Add validation of `discard` placement. (#2239)
- cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237)
- d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233)
- 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227)
- d9199d Avoid writable storage buffer binding aliasing (#2230)
- 6c7083 [wgsl] Validate expressions passed to attributes. (#2229)
- 748ec9 Add a few more constant/override tests
- 9300ec [wgsl] Alignment attribute tests. (#2180)
- b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226)
- 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223)
- efcb12 Fix a few spelling errors
- 221d30 CSS, make button colors match (#2221)
- 992b58 Culling: Test triangle-strips, depth, and stencil results
- ae3c5e Add tests for i32 binary scalar-vector ops (#2219)
- 6afbd0 Implement Matrix type for numeric testing (#2204)
- e2248b Texture utility refactoring. (#2184)
- b62579 op,render_pipeline,alpha_to_coverage (#2202)
- 5a17b9 Add test for u32 scalar-vector remainder (#2216)
- bd8450 Allow bgra8unorm as storage textures (#2212)
- 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- cf980a Fix package-lock.json (#2214)
- 19fc83 Add tests for u32 scalar-vector division (#2215)
- 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test
- 458788 Make labels pass new eslint rules
- 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208)
- 7324ba Test labels in descriptors appear on objects created.
- a0822b Add a few more debug markers (#2197)
- 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207)
- 73a99f Adds val,buffer,create,limit tests (#2192)
- 454253 Add a `--coverage` flag to cmdline.ts
- 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181)
- a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200)
Created with './tools/run cts roll'
Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-18 01:15:46 +00:00
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxTextureArrayLayers.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxTextureDimension1D.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxTextureDimension2D.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxTextureDimension3D.spec.ts
|
2023-02-25 18:13:43 +00:00
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxUniformBufferBindingSize.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxUniformBuffersPerShaderStage.spec.ts
|
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8
- 631d87 Add `f32` matrix subtraction tests (#2279)
- 07f15b Add f32 matrix addition tests (#2278)
- 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275)
- 5dc0ec Add max vertex / max attribute limit / max stride tests
- 763d0b Upgrade gpuweb/types to 0.1.27 (#2273)
- 0dff1a Cleanup Validate maxBindGroups
- d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup
- 2be5a7 Add getGPUBindingCommandsMixin to limits_utils
- 8c190e Split GPUTest into GPUTest and GPUTestBase
- b365b1 Implement `transpose` f32 tests (#2249)
- 977a54 Add more tests for end twice (#2251)
- feb07c Update to use `keysOf` helper. (#2243)
- 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246)
- 432aad [wgsl] Add placement tests for @builtin. (#2248)
- 363837 Add validation tests for unary not and binary and/or (#2247)
- 61b6ad Update builtin parse test to not use code as URL. (#2245)
- 6e62ce Update `align` parsing tests. (#2244)
- 534fb6 [wgsl] Add validation tests for `break` placement (#2240)
- 991a57 add maxTextureArrayLayers limit test (#2234)
- c7293f add maxBufferSize limit test (#2236)
- 07216f [wgsl] Add validation of `discard` placement. (#2239)
- cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237)
- d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233)
- 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227)
- d9199d Avoid writable storage buffer binding aliasing (#2230)
- 6c7083 [wgsl] Validate expressions passed to attributes. (#2229)
- 748ec9 Add a few more constant/override tests
- 9300ec [wgsl] Alignment attribute tests. (#2180)
- b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226)
- 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223)
- efcb12 Fix a few spelling errors
- 221d30 CSS, make button colors match (#2221)
- 992b58 Culling: Test triangle-strips, depth, and stencil results
- ae3c5e Add tests for i32 binary scalar-vector ops (#2219)
- 6afbd0 Implement Matrix type for numeric testing (#2204)
- e2248b Texture utility refactoring. (#2184)
- b62579 op,render_pipeline,alpha_to_coverage (#2202)
- 5a17b9 Add test for u32 scalar-vector remainder (#2216)
- bd8450 Allow bgra8unorm as storage textures (#2212)
- 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- cf980a Fix package-lock.json (#2214)
- 19fc83 Add tests for u32 scalar-vector division (#2215)
- 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test
- 458788 Make labels pass new eslint rules
- 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208)
- 7324ba Test labels in descriptors appear on objects created.
- a0822b Add a few more debug markers (#2197)
- 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207)
- 73a99f Adds val,buffer,create,limit tests (#2192)
- 454253 Add a `--coverage` flag to cmdline.ts
- 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181)
- a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200)
Created with './tools/run cts roll'
Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-18 01:15:46 +00:00
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxVertexAttributes.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxVertexBufferArrayStride.spec.ts
|
|
|
|
src/webgpu/api/validation/capability_checks/limits/maxVertexBuffers.spec.ts
|
Roll third_party/webgpu-cts/ ed11c6ba3..e204a3c37 (24 commits)
Update:
- expectations.txt
- ts_sources.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ed11c6ba3557..e204a3c37754
- e204a3 Add visibility,VERTEX_shader_stage_buffer_type test to createBindGroupLayout.spec.ts (#1767)
- 2d7291 Change sourceOrigin in GPUImageCopyTexture from 3D to 2D (#1768)
- fef5f1 Fix f16 and u32 testcases in webgpu:shader,validation,parse,literal:* (#1769)
- 32bacf Add timestamp_query_set,device_mismatch test to beginRenderPass tests (#1761)
- c48887 Add _mimeType for input videos in external_texture cases (#1759)
- 8bd50a Use common `sparseF32Range` instead of defining it multiple different places (#1754)
- 4e8df0 Add timestamp_query_set,device_mismatch test to beginComputePass tests (#1760)
- 168bc9 Refactor *SubnormalNumber functions to not depends on *SubnormalScalar functions (#1755)
- 581498 Implementing dot f32 tests (#1748)
- 30e9e0 Add indirect_dispatch_buffer,usage validation test (#1756)
- dd0150 Update compositingAlphaMode -> alphaMode (#1667)
- 8a9afc Add a query_set_type test to beginComputePass tests (#1751)
- 19aecd Track all the resources with trackForCleanup in copy and resource ini… (#1753)
- 147d16 Add more texture usages to image_copy,texture_related:usage test (#1742)
- 78ba78 Add beginComputePass validation test (#1744)
- 2fe73f Implement `asinh` f32 tests (#1746)
- 727a39 Implement `atanh` f32 tests (#1741)
- e1795b Implement `acosh` f32 tests (#1737)
- 583eaa Implementat `tanh` f32 tests (#1736)
- b36ce1 Use containerss for alternate interval generators (#1740)
- 242105 Update val:CopyExternalImageToTexture:OOB,source (#1739)
- 40e52d upgrade typescript to 4.7.4 (#1713)
- 2c9134 Implement GPURenderPassDescriptor.maxDrawCount test (#1693)
- 05b229 Add 'VideoFrame' in 'SourceType' for external_texture cts (#1733)
Created with './tools/run cts roll'
Change-Id: Ib8bb7e412fd597ed7d56c493b40a227223f23765
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/100040
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2022-08-23 13:32:24 +00:00
|
|
|
src/webgpu/api/validation/encoding/beginComputePass.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/validation/encoding/beginRenderPass.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/api/validation/encoding/createRenderBundleEncoder.spec.ts
|
2022-11-03 10:15:02 +00:00
|
|
|
src/webgpu/api/validation/encoding/queries/common.ts
|
|
|
|
src/webgpu/api/validation/encoding/encoder_open_state.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/validation/encoding/encoder_state.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/render_bundle.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/clearBuffer.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/compute_pass.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/copyBufferToBuffer.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/copyTextureToTexture.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/debug.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/index_access.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/render_pass.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/setBindGroup.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/render/draw.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/render/dynamic_state.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/render/render.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/render/indirect_draw.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/render/setIndexBuffer.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/render/setPipeline.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/render/setVertexBuffer.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/cmds/render/state_tracking.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/programmable/pipeline_bind_group_compat.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/queries/begin_end.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/queries/general.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/queries/pipeline_statistics.spec.ts
|
|
|
|
src/webgpu/api/validation/encoding/queries/resolveQuerySet.spec.ts
|
|
|
|
src/webgpu/api/validation/image_copy/image_copy.ts
|
|
|
|
src/webgpu/api/validation/image_copy/buffer_related.spec.ts
|
2022-06-30 19:42:54 +00:00
|
|
|
src/webgpu/api/validation/image_copy/buffer_texture_copies.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/validation/image_copy/layout_related.spec.ts
|
|
|
|
src/webgpu/api/validation/image_copy/texture_related.spec.ts
|
|
|
|
src/webgpu/api/validation/query_set/create.spec.ts
|
|
|
|
src/webgpu/api/validation/query_set/destroy.spec.ts
|
|
|
|
src/webgpu/api/validation/queue/buffer_mapped.spec.ts
|
|
|
|
src/webgpu/api/validation/queue/submit.spec.ts
|
|
|
|
src/webgpu/api/validation/queue/writeBuffer.spec.ts
|
2022-07-22 01:13:15 +00:00
|
|
|
src/webgpu/api/validation/queue/writeTexture.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/validation/queue/copyToTexture/CopyExternalImageToTexture.spec.ts
|
|
|
|
src/webgpu/api/validation/queue/destroyed/query_set.spec.ts
|
2022-06-24 08:10:29 +00:00
|
|
|
src/webgpu/api/validation/render_pass/attachment_compatibility.spec.ts
|
|
|
|
src/webgpu/api/validation/render_pass/render_pass_descriptor.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/validation/render_pass/resolve.spec.ts
|
|
|
|
src/webgpu/api/validation/render_pass/storeOp.spec.ts
|
2022-06-24 08:10:29 +00:00
|
|
|
src/webgpu/api/validation/render_pipeline/common.ts
|
|
|
|
src/webgpu/api/validation/render_pipeline/depth_stencil_state.spec.ts
|
|
|
|
src/webgpu/api/validation/render_pipeline/fragment_state.spec.ts
|
|
|
|
src/webgpu/api/validation/render_pipeline/inter_stage.spec.ts
|
|
|
|
src/webgpu/api/validation/render_pipeline/misc.spec.ts
|
|
|
|
src/webgpu/api/validation/render_pipeline/multisample_state.spec.ts
|
2022-09-19 15:00:01 +00:00
|
|
|
src/webgpu/api/validation/render_pipeline/overrides.spec.ts
|
2022-06-24 08:10:29 +00:00
|
|
|
src/webgpu/api/validation/render_pipeline/primitive_state.spec.ts
|
|
|
|
src/webgpu/api/validation/render_pipeline/shader_module.spec.ts
|
|
|
|
src/webgpu/api/validation/render_pipeline/vertex_state.spec.ts
|
2022-04-19 18:08:34 +00:00
|
|
|
src/webgpu/api/validation/resource_usages/buffer/in_pass_encoder.spec.ts
|
Roll third_party/webgpu-cts/ fee6d96eb..5a30cb44c (7 commits)
Update expectations and ts_sources
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/fee6d96eb34b..5a30cb44c56a
- 5a30cb [wgsl] use subcases in texture tests (#1514)
- edd275 Add api,validation,resource_usages,buffer,in_pass_misc:* - Part II (#1511)
- 484ae3 Update @stage attributes. (#1512)
- 6ff559 Remove references to depth24unorm-stencil8 (#1513)
- 9474c0 Implement new F32Interval class for floating point tests (#1500)
- 3ebdea Add api,validation,resource_usages,buffer,in_pass_misc:* - Part I (#1509)
- f19f0c Specify RENDER_ATTACHMENT usage when creating multisampled texture (#1507)
Created with './tools/run cts roll'
Change-Id: Icc2d66e8367ef58a35817afdce6ec87d6373c79c
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93143
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
2022-06-09 14:07:34 +00:00
|
|
|
src/webgpu/api/validation/resource_usages/buffer/in_pass_misc.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/validation/resource_usages/texture/in_pass_encoder.spec.ts
|
|
|
|
src/webgpu/api/validation/resource_usages/texture/in_render_common.spec.ts
|
|
|
|
src/webgpu/api/validation/resource_usages/texture/in_render_misc.spec.ts
|
2022-06-24 08:10:29 +00:00
|
|
|
src/webgpu/api/validation/shader_module/entry_point.spec.ts
|
2022-09-19 15:00:01 +00:00
|
|
|
src/webgpu/api/validation/shader_module/overrides.spec.ts
|
2022-04-11 18:38:51 +00:00
|
|
|
src/webgpu/api/validation/state/device_lost/destroy.spec.ts
|
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8
- 631d87 Add `f32` matrix subtraction tests (#2279)
- 07f15b Add f32 matrix addition tests (#2278)
- 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275)
- 5dc0ec Add max vertex / max attribute limit / max stride tests
- 763d0b Upgrade gpuweb/types to 0.1.27 (#2273)
- 0dff1a Cleanup Validate maxBindGroups
- d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup
- 2be5a7 Add getGPUBindingCommandsMixin to limits_utils
- 8c190e Split GPUTest into GPUTest and GPUTestBase
- b365b1 Implement `transpose` f32 tests (#2249)
- 977a54 Add more tests for end twice (#2251)
- feb07c Update to use `keysOf` helper. (#2243)
- 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246)
- 432aad [wgsl] Add placement tests for @builtin. (#2248)
- 363837 Add validation tests for unary not and binary and/or (#2247)
- 61b6ad Update builtin parse test to not use code as URL. (#2245)
- 6e62ce Update `align` parsing tests. (#2244)
- 534fb6 [wgsl] Add validation tests for `break` placement (#2240)
- 991a57 add maxTextureArrayLayers limit test (#2234)
- c7293f add maxBufferSize limit test (#2236)
- 07216f [wgsl] Add validation of `discard` placement. (#2239)
- cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237)
- d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233)
- 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227)
- d9199d Avoid writable storage buffer binding aliasing (#2230)
- 6c7083 [wgsl] Validate expressions passed to attributes. (#2229)
- 748ec9 Add a few more constant/override tests
- 9300ec [wgsl] Alignment attribute tests. (#2180)
- b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226)
- 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223)
- efcb12 Fix a few spelling errors
- 221d30 CSS, make button colors match (#2221)
- 992b58 Culling: Test triangle-strips, depth, and stencil results
- ae3c5e Add tests for i32 binary scalar-vector ops (#2219)
- 6afbd0 Implement Matrix type for numeric testing (#2204)
- e2248b Texture utility refactoring. (#2184)
- b62579 op,render_pipeline,alpha_to_coverage (#2202)
- 5a17b9 Add test for u32 scalar-vector remainder (#2216)
- bd8450 Allow bgra8unorm as storage textures (#2212)
- 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- cf980a Fix package-lock.json (#2214)
- 19fc83 Add tests for u32 scalar-vector division (#2215)
- 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test
- 458788 Make labels pass new eslint rules
- 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208)
- 7324ba Test labels in descriptors appear on objects created.
- a0822b Add a few more debug markers (#2197)
- 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207)
- 73a99f Adds val,buffer,create,limit tests (#2192)
- 454253 Add a `--coverage` flag to cmdline.ts
- 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181)
- a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200)
Created with './tools/run cts roll'
Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-18 01:15:46 +00:00
|
|
|
src/webgpu/api/validation/texture/bgra8unorm_storage.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/api/validation/texture/destroy.spec.ts
|
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits)
Update:
- expectations.txt
- ts_sources.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88
- d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache.
- ea0cfe Add a DataCache & expression CaseCache
- c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984)
- da9eeb operation,rendering,blending nits (#1986)
- 9c990c Implement `refract` f32 tests (#1962)
- 6b5a1f transferControlToOffscreen nits
- 9eb57d Implement `fma` f32 tests (#1967)
- aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980)
- 7fbc3b Update rg11b10ufloat_renderable.spec.ts
- 473ddf Add rg11b10ufloat-renderable validation test plan (#1937)
- e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974)
- 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973)
- 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969)
- 60769d Add f16 test ranges to quantizeToF16
- 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source
- f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961)
- f3375a Add support to load cross origin resources (#1951)
- 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963)
Created with './tools/run cts roll'
Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/109765
Auto-Submit: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Kokoro: Ben Clayton <bclayton@google.com>
Reviewed-by: James Price <jrprice@google.com>
2022-11-16 23:09:02 +00:00
|
|
|
src/webgpu/api/validation/texture/rg11b10ufloat_renderable.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/idl/exposed.html.ts
|
|
|
|
src/webgpu/idl/idl_test.ts
|
|
|
|
src/webgpu/idl/constants/flags.spec.ts
|
|
|
|
src/webgpu/shader/types.ts
|
|
|
|
src/webgpu/shader/values.ts
|
2022-04-11 18:38:51 +00:00
|
|
|
src/webgpu/shader/execution/evaluation_order.spec.ts
|
2023-01-05 10:59:39 +00:00
|
|
|
src/webgpu/shader/execution/padding.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/shader/execution/robust_access.spec.ts
|
|
|
|
src/webgpu/shader/execution/robust_access_vertex.spec.ts
|
|
|
|
src/webgpu/shader/execution/zero_init.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/binary/binary.ts
|
|
|
|
src/webgpu/shader/execution/expression/binary/bitwise.spec.ts
|
2022-10-25 14:02:02 +00:00
|
|
|
src/webgpu/shader/execution/expression/binary/bool_logical.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/binary/f32_arithmetic.spec.ts
|
2022-04-11 18:38:51 +00:00
|
|
|
src/webgpu/shader/execution/expression/binary/f32_logical.spec.ts
|
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8
- 631d87 Add `f32` matrix subtraction tests (#2279)
- 07f15b Add f32 matrix addition tests (#2278)
- 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275)
- 5dc0ec Add max vertex / max attribute limit / max stride tests
- 763d0b Upgrade gpuweb/types to 0.1.27 (#2273)
- 0dff1a Cleanup Validate maxBindGroups
- d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup
- 2be5a7 Add getGPUBindingCommandsMixin to limits_utils
- 8c190e Split GPUTest into GPUTest and GPUTestBase
- b365b1 Implement `transpose` f32 tests (#2249)
- 977a54 Add more tests for end twice (#2251)
- feb07c Update to use `keysOf` helper. (#2243)
- 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246)
- 432aad [wgsl] Add placement tests for @builtin. (#2248)
- 363837 Add validation tests for unary not and binary and/or (#2247)
- 61b6ad Update builtin parse test to not use code as URL. (#2245)
- 6e62ce Update `align` parsing tests. (#2244)
- 534fb6 [wgsl] Add validation tests for `break` placement (#2240)
- 991a57 add maxTextureArrayLayers limit test (#2234)
- c7293f add maxBufferSize limit test (#2236)
- 07216f [wgsl] Add validation of `discard` placement. (#2239)
- cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237)
- d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233)
- 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227)
- d9199d Avoid writable storage buffer binding aliasing (#2230)
- 6c7083 [wgsl] Validate expressions passed to attributes. (#2229)
- 748ec9 Add a few more constant/override tests
- 9300ec [wgsl] Alignment attribute tests. (#2180)
- b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226)
- 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223)
- efcb12 Fix a few spelling errors
- 221d30 CSS, make button colors match (#2221)
- 992b58 Culling: Test triangle-strips, depth, and stencil results
- ae3c5e Add tests for i32 binary scalar-vector ops (#2219)
- 6afbd0 Implement Matrix type for numeric testing (#2204)
- e2248b Texture utility refactoring. (#2184)
- b62579 op,render_pipeline,alpha_to_coverage (#2202)
- 5a17b9 Add test for u32 scalar-vector remainder (#2216)
- bd8450 Allow bgra8unorm as storage textures (#2212)
- 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- cf980a Fix package-lock.json (#2214)
- 19fc83 Add tests for u32 scalar-vector division (#2215)
- 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test
- 458788 Make labels pass new eslint rules
- 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208)
- 7324ba Test labels in descriptors appear on objects created.
- a0822b Add a few more debug markers (#2197)
- 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207)
- 73a99f Adds val,buffer,create,limit tests (#2192)
- 454253 Add a `--coverage` flag to cmdline.ts
- 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181)
- a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200)
Created with './tools/run cts roll'
Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-18 01:15:46 +00:00
|
|
|
src/webgpu/shader/execution/expression/binary/f32_matrix_arithmetic.spec.ts
|
2023-01-19 15:10:33 +00:00
|
|
|
src/webgpu/shader/execution/expression/binary/i32_arithmetic.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/binary/u32_arithmetic.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/builtin.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/abs.spec.ts
|
2022-04-27 14:23:43 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/acos.spec.ts
|
2022-04-28 13:32:23 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/acosh.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/all.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/any.spec.ts
|
2022-04-27 14:23:43 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/arrayLength.spec.ts
|
2022-04-28 13:32:23 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/asin.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/asinh.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atan.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atan2.spec.ts
|
2022-04-28 13:32:23 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atanh.spec.ts
|
2022-05-19 16:57:40 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atomicAdd.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atomicAnd.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atomicCompareExchangeWeak.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atomicExchange.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atomicLoad.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atomicMax.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atomicMin.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atomicOr.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atomicStore.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atomicSub.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/atomicXor.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/ceil.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/clamp.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/cos.spec.ts
|
2022-04-27 14:23:43 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/cosh.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/countLeadingZeros.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/countOneBits.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/countTrailingZeros.spec.ts
|
2022-04-27 14:23:43 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/cross.spec.ts
|
2022-05-02 21:21:45 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/degrees.spec.ts
|
2022-05-04 16:00:39 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/determinant.spec.ts
|
2022-04-28 13:32:23 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/distance.spec.ts
|
2022-05-04 16:00:39 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/dot.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/dpdx.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/dpdxCoarse.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/dpdxFine.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/dpdy.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/dpdyCoarse.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/dpdyFine.spec.ts
|
2022-04-27 14:23:43 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/exp.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/exp2.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/extractBits.spec.ts
|
2022-04-27 14:23:43 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/faceForward.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/firstLeadingBit.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/firstTrailingBit.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/floor.spec.ts
|
2022-04-27 14:23:43 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/fma.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/fract.spec.ts
|
2022-04-27 14:23:43 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/frexp.spec.ts
|
2022-05-04 16:00:39 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/fwidth.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/fwidthCoarse.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/fwidthFine.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/insertBits.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/inversesqrt.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/ldexp.spec.ts
|
2022-04-28 13:32:23 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/length.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/log.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/log2.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/max.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/min.spec.ts
|
2022-05-02 21:21:45 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/mix.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/modf.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/normalize.spec.ts
|
2022-05-19 16:57:40 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/pack2x16float.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/pack2x16snorm.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/pack2x16unorm.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/pack4x8snorm.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/pack4x8unorm.spec.ts
|
2022-05-02 21:21:45 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/pow.spec.ts
|
2022-04-27 14:23:43 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/quantizeToF16.spec.ts
|
2022-05-02 21:21:45 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/radians.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/reflect.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/refract.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/reverseBits.spec.ts
|
2022-05-02 21:21:45 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/round.spec.ts
|
2022-07-28 19:43:01 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/saturate.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/select.spec.ts
|
2022-05-04 16:00:39 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/sign.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/sin.spec.ts
|
2022-05-04 16:00:39 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/sinh.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/smoothstep.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/sqrt.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/step.spec.ts
|
2022-05-19 16:57:40 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/storageBarrier.spec.ts
|
2022-05-04 16:00:39 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/tan.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/tanh.spec.ts
|
2022-05-11 09:53:45 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureDimension.spec.ts
|
2022-05-19 16:57:40 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/utils.ts
|
2022-05-11 09:53:45 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureGather.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureGatherCompare.spec.ts
|
2022-05-16 09:01:01 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureLoad.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureNumLayers.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureNumLevels.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureNumSamples.spec.ts
|
2022-05-19 16:57:40 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureSample.spec.ts
|
2022-05-12 16:18:36 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureSampleBias.spec.ts
|
2022-05-19 16:57:40 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureSampleCompare.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureSampleCompareLevel.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureSampleGrad.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureSampleLevel.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/textureStore.spec.ts
|
2022-05-04 16:00:39 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/transpose.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/trunc.spec.ts
|
2022-05-19 16:57:40 +00:00
|
|
|
src/webgpu/shader/execution/expression/call/builtin/unpack2x16float.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/unpack2x16snorm.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/unpack2x16unorm.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/unpack4x8snorm.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/unpack4x8unorm.spec.ts
|
|
|
|
src/webgpu/shader/execution/expression/call/builtin/workgroupBarrier.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/unary/unary.ts
|
2022-10-25 14:02:02 +00:00
|
|
|
src/webgpu/shader/execution/expression/unary/bool_logical.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/shader/execution/expression/unary/f32_arithmetic.spec.ts
|
2023-01-19 15:10:33 +00:00
|
|
|
src/webgpu/shader/execution/expression/unary/i32_arithmetic.spec.ts
|
2023-02-25 18:13:43 +00:00
|
|
|
src/webgpu/shader/execution/flow_control/harness.ts
|
|
|
|
src/webgpu/shader/execution/flow_control/call.spec.ts
|
|
|
|
src/webgpu/shader/execution/flow_control/for.spec.ts
|
|
|
|
src/webgpu/shader/execution/flow_control/if.spec.ts
|
|
|
|
src/webgpu/shader/execution/flow_control/loop.spec.ts
|
|
|
|
src/webgpu/shader/execution/flow_control/return.spec.ts
|
|
|
|
src/webgpu/shader/execution/flow_control/switch.spec.ts
|
|
|
|
src/webgpu/shader/execution/flow_control/while.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/shader/execution/memory_model/memory_model_setup.ts
|
|
|
|
src/webgpu/shader/execution/memory_model/atomicity.spec.ts
|
|
|
|
src/webgpu/shader/execution/memory_model/barrier.spec.ts
|
|
|
|
src/webgpu/shader/execution/memory_model/coherence.spec.ts
|
|
|
|
src/webgpu/shader/execution/memory_model/weak.spec.ts
|
|
|
|
src/webgpu/shader/execution/shader_io/compute_builtins.spec.ts
|
|
|
|
src/webgpu/shader/execution/shader_io/shared_structs.spec.ts
|
|
|
|
src/webgpu/shader/validation/shader_validation_test.ts
|
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8
- 631d87 Add `f32` matrix subtraction tests (#2279)
- 07f15b Add f32 matrix addition tests (#2278)
- 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275)
- 5dc0ec Add max vertex / max attribute limit / max stride tests
- 763d0b Upgrade gpuweb/types to 0.1.27 (#2273)
- 0dff1a Cleanup Validate maxBindGroups
- d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup
- 2be5a7 Add getGPUBindingCommandsMixin to limits_utils
- 8c190e Split GPUTest into GPUTest and GPUTestBase
- b365b1 Implement `transpose` f32 tests (#2249)
- 977a54 Add more tests for end twice (#2251)
- feb07c Update to use `keysOf` helper. (#2243)
- 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246)
- 432aad [wgsl] Add placement tests for @builtin. (#2248)
- 363837 Add validation tests for unary not and binary and/or (#2247)
- 61b6ad Update builtin parse test to not use code as URL. (#2245)
- 6e62ce Update `align` parsing tests. (#2244)
- 534fb6 [wgsl] Add validation tests for `break` placement (#2240)
- 991a57 add maxTextureArrayLayers limit test (#2234)
- c7293f add maxBufferSize limit test (#2236)
- 07216f [wgsl] Add validation of `discard` placement. (#2239)
- cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237)
- d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233)
- 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227)
- d9199d Avoid writable storage buffer binding aliasing (#2230)
- 6c7083 [wgsl] Validate expressions passed to attributes. (#2229)
- 748ec9 Add a few more constant/override tests
- 9300ec [wgsl] Alignment attribute tests. (#2180)
- b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226)
- 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223)
- efcb12 Fix a few spelling errors
- 221d30 CSS, make button colors match (#2221)
- 992b58 Culling: Test triangle-strips, depth, and stencil results
- ae3c5e Add tests for i32 binary scalar-vector ops (#2219)
- 6afbd0 Implement Matrix type for numeric testing (#2204)
- e2248b Texture utility refactoring. (#2184)
- b62579 op,render_pipeline,alpha_to_coverage (#2202)
- 5a17b9 Add test for u32 scalar-vector remainder (#2216)
- bd8450 Allow bgra8unorm as storage textures (#2212)
- 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- cf980a Fix package-lock.json (#2214)
- 19fc83 Add tests for u32 scalar-vector division (#2215)
- 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test
- 458788 Make labels pass new eslint rules
- 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208)
- 7324ba Test labels in descriptors appear on objects created.
- a0822b Add a few more debug markers (#2197)
- 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207)
- 73a99f Adds val,buffer,create,limit tests (#2192)
- 454253 Add a `--coverage` flag to cmdline.ts
- 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181)
- a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200)
Created with './tools/run cts roll'
Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-18 01:15:46 +00:00
|
|
|
src/webgpu/shader/validation/const_assert/const_assert.spec.ts
|
2022-07-28 19:43:01 +00:00
|
|
|
src/webgpu/shader/validation/parse/align.spec.ts
|
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8
- 631d87 Add `f32` matrix subtraction tests (#2279)
- 07f15b Add f32 matrix addition tests (#2278)
- 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275)
- 5dc0ec Add max vertex / max attribute limit / max stride tests
- 763d0b Upgrade gpuweb/types to 0.1.27 (#2273)
- 0dff1a Cleanup Validate maxBindGroups
- d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup
- 2be5a7 Add getGPUBindingCommandsMixin to limits_utils
- 8c190e Split GPUTest into GPUTest and GPUTestBase
- b365b1 Implement `transpose` f32 tests (#2249)
- 977a54 Add more tests for end twice (#2251)
- feb07c Update to use `keysOf` helper. (#2243)
- 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246)
- 432aad [wgsl] Add placement tests for @builtin. (#2248)
- 363837 Add validation tests for unary not and binary and/or (#2247)
- 61b6ad Update builtin parse test to not use code as URL. (#2245)
- 6e62ce Update `align` parsing tests. (#2244)
- 534fb6 [wgsl] Add validation tests for `break` placement (#2240)
- 991a57 add maxTextureArrayLayers limit test (#2234)
- c7293f add maxBufferSize limit test (#2236)
- 07216f [wgsl] Add validation of `discard` placement. (#2239)
- cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237)
- d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233)
- 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227)
- d9199d Avoid writable storage buffer binding aliasing (#2230)
- 6c7083 [wgsl] Validate expressions passed to attributes. (#2229)
- 748ec9 Add a few more constant/override tests
- 9300ec [wgsl] Alignment attribute tests. (#2180)
- b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226)
- 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223)
- efcb12 Fix a few spelling errors
- 221d30 CSS, make button colors match (#2221)
- 992b58 Culling: Test triangle-strips, depth, and stencil results
- ae3c5e Add tests for i32 binary scalar-vector ops (#2219)
- 6afbd0 Implement Matrix type for numeric testing (#2204)
- e2248b Texture utility refactoring. (#2184)
- b62579 op,render_pipeline,alpha_to_coverage (#2202)
- 5a17b9 Add test for u32 scalar-vector remainder (#2216)
- bd8450 Allow bgra8unorm as storage textures (#2212)
- 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- cf980a Fix package-lock.json (#2214)
- 19fc83 Add tests for u32 scalar-vector division (#2215)
- 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test
- 458788 Make labels pass new eslint rules
- 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208)
- 7324ba Test labels in descriptors appear on objects created.
- a0822b Add a few more debug markers (#2197)
- 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207)
- 73a99f Adds val,buffer,create,limit tests (#2192)
- 454253 Add a `--coverage` flag to cmdline.ts
- 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181)
- a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200)
Created with './tools/run cts roll'
Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-18 01:15:46 +00:00
|
|
|
src/webgpu/shader/validation/parse/attribute.spec.ts
|
|
|
|
src/webgpu/shader/validation/parse/binary_ops.spec.ts
|
2022-04-23 01:11:22 +00:00
|
|
|
src/webgpu/shader/validation/parse/blankspace.spec.ts
|
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8
- 631d87 Add `f32` matrix subtraction tests (#2279)
- 07f15b Add f32 matrix addition tests (#2278)
- 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275)
- 5dc0ec Add max vertex / max attribute limit / max stride tests
- 763d0b Upgrade gpuweb/types to 0.1.27 (#2273)
- 0dff1a Cleanup Validate maxBindGroups
- d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup
- 2be5a7 Add getGPUBindingCommandsMixin to limits_utils
- 8c190e Split GPUTest into GPUTest and GPUTestBase
- b365b1 Implement `transpose` f32 tests (#2249)
- 977a54 Add more tests for end twice (#2251)
- feb07c Update to use `keysOf` helper. (#2243)
- 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246)
- 432aad [wgsl] Add placement tests for @builtin. (#2248)
- 363837 Add validation tests for unary not and binary and/or (#2247)
- 61b6ad Update builtin parse test to not use code as URL. (#2245)
- 6e62ce Update `align` parsing tests. (#2244)
- 534fb6 [wgsl] Add validation tests for `break` placement (#2240)
- 991a57 add maxTextureArrayLayers limit test (#2234)
- c7293f add maxBufferSize limit test (#2236)
- 07216f [wgsl] Add validation of `discard` placement. (#2239)
- cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237)
- d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233)
- 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227)
- d9199d Avoid writable storage buffer binding aliasing (#2230)
- 6c7083 [wgsl] Validate expressions passed to attributes. (#2229)
- 748ec9 Add a few more constant/override tests
- 9300ec [wgsl] Alignment attribute tests. (#2180)
- b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226)
- 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223)
- efcb12 Fix a few spelling errors
- 221d30 CSS, make button colors match (#2221)
- 992b58 Culling: Test triangle-strips, depth, and stencil results
- ae3c5e Add tests for i32 binary scalar-vector ops (#2219)
- 6afbd0 Implement Matrix type for numeric testing (#2204)
- e2248b Texture utility refactoring. (#2184)
- b62579 op,render_pipeline,alpha_to_coverage (#2202)
- 5a17b9 Add test for u32 scalar-vector remainder (#2216)
- bd8450 Allow bgra8unorm as storage textures (#2212)
- 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- cf980a Fix package-lock.json (#2214)
- 19fc83 Add tests for u32 scalar-vector division (#2215)
- 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test
- 458788 Make labels pass new eslint rules
- 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208)
- 7324ba Test labels in descriptors appear on objects created.
- a0822b Add a few more debug markers (#2197)
- 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207)
- 73a99f Adds val,buffer,create,limit tests (#2192)
- 454253 Add a `--coverage` flag to cmdline.ts
- 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181)
- a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200)
Created with './tools/run cts roll'
Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-18 01:15:46 +00:00
|
|
|
src/webgpu/shader/validation/parse/break.spec.ts
|
2022-08-02 00:49:14 +00:00
|
|
|
src/webgpu/shader/validation/parse/builtin.spec.ts
|
2022-04-23 01:11:22 +00:00
|
|
|
src/webgpu/shader/validation/parse/comments.spec.ts
|
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8
- 631d87 Add `f32` matrix subtraction tests (#2279)
- 07f15b Add f32 matrix addition tests (#2278)
- 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275)
- 5dc0ec Add max vertex / max attribute limit / max stride tests
- 763d0b Upgrade gpuweb/types to 0.1.27 (#2273)
- 0dff1a Cleanup Validate maxBindGroups
- d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup
- 2be5a7 Add getGPUBindingCommandsMixin to limits_utils
- 8c190e Split GPUTest into GPUTest and GPUTestBase
- b365b1 Implement `transpose` f32 tests (#2249)
- 977a54 Add more tests for end twice (#2251)
- feb07c Update to use `keysOf` helper. (#2243)
- 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246)
- 432aad [wgsl] Add placement tests for @builtin. (#2248)
- 363837 Add validation tests for unary not and binary and/or (#2247)
- 61b6ad Update builtin parse test to not use code as URL. (#2245)
- 6e62ce Update `align` parsing tests. (#2244)
- 534fb6 [wgsl] Add validation tests for `break` placement (#2240)
- 991a57 add maxTextureArrayLayers limit test (#2234)
- c7293f add maxBufferSize limit test (#2236)
- 07216f [wgsl] Add validation of `discard` placement. (#2239)
- cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237)
- d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233)
- 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227)
- d9199d Avoid writable storage buffer binding aliasing (#2230)
- 6c7083 [wgsl] Validate expressions passed to attributes. (#2229)
- 748ec9 Add a few more constant/override tests
- 9300ec [wgsl] Alignment attribute tests. (#2180)
- b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226)
- 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223)
- efcb12 Fix a few spelling errors
- 221d30 CSS, make button colors match (#2221)
- 992b58 Culling: Test triangle-strips, depth, and stencil results
- ae3c5e Add tests for i32 binary scalar-vector ops (#2219)
- 6afbd0 Implement Matrix type for numeric testing (#2204)
- e2248b Texture utility refactoring. (#2184)
- b62579 op,render_pipeline,alpha_to_coverage (#2202)
- 5a17b9 Add test for u32 scalar-vector remainder (#2216)
- bd8450 Allow bgra8unorm as storage textures (#2212)
- 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- cf980a Fix package-lock.json (#2214)
- 19fc83 Add tests for u32 scalar-vector division (#2215)
- 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test
- 458788 Make labels pass new eslint rules
- 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208)
- 7324ba Test labels in descriptors appear on objects created.
- a0822b Add a few more debug markers (#2197)
- 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207)
- 73a99f Adds val,buffer,create,limit tests (#2192)
- 454253 Add a `--coverage` flag to cmdline.ts
- 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181)
- a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200)
Created with './tools/run cts roll'
Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-18 01:15:46 +00:00
|
|
|
src/webgpu/shader/validation/parse/const.spec.ts
|
|
|
|
src/webgpu/shader/validation/parse/const_assert.spec.ts
|
|
|
|
src/webgpu/shader/validation/parse/discard.spec.ts
|
2022-04-23 01:11:22 +00:00
|
|
|
src/webgpu/shader/validation/parse/identifiers.spec.ts
|
2022-05-02 21:21:45 +00:00
|
|
|
src/webgpu/shader/validation/parse/literal.spec.ts
|
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8
- 631d87 Add `f32` matrix subtraction tests (#2279)
- 07f15b Add f32 matrix addition tests (#2278)
- 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275)
- 5dc0ec Add max vertex / max attribute limit / max stride tests
- 763d0b Upgrade gpuweb/types to 0.1.27 (#2273)
- 0dff1a Cleanup Validate maxBindGroups
- d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup
- 2be5a7 Add getGPUBindingCommandsMixin to limits_utils
- 8c190e Split GPUTest into GPUTest and GPUTestBase
- b365b1 Implement `transpose` f32 tests (#2249)
- 977a54 Add more tests for end twice (#2251)
- feb07c Update to use `keysOf` helper. (#2243)
- 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246)
- 432aad [wgsl] Add placement tests for @builtin. (#2248)
- 363837 Add validation tests for unary not and binary and/or (#2247)
- 61b6ad Update builtin parse test to not use code as URL. (#2245)
- 6e62ce Update `align` parsing tests. (#2244)
- 534fb6 [wgsl] Add validation tests for `break` placement (#2240)
- 991a57 add maxTextureArrayLayers limit test (#2234)
- c7293f add maxBufferSize limit test (#2236)
- 07216f [wgsl] Add validation of `discard` placement. (#2239)
- cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237)
- d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233)
- 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227)
- d9199d Avoid writable storage buffer binding aliasing (#2230)
- 6c7083 [wgsl] Validate expressions passed to attributes. (#2229)
- 748ec9 Add a few more constant/override tests
- 9300ec [wgsl] Alignment attribute tests. (#2180)
- b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226)
- 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223)
- efcb12 Fix a few spelling errors
- 221d30 CSS, make button colors match (#2221)
- 992b58 Culling: Test triangle-strips, depth, and stencil results
- ae3c5e Add tests for i32 binary scalar-vector ops (#2219)
- 6afbd0 Implement Matrix type for numeric testing (#2204)
- e2248b Texture utility refactoring. (#2184)
- b62579 op,render_pipeline,alpha_to_coverage (#2202)
- 5a17b9 Add test for u32 scalar-vector remainder (#2216)
- bd8450 Allow bgra8unorm as storage textures (#2212)
- 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- cf980a Fix package-lock.json (#2214)
- 19fc83 Add tests for u32 scalar-vector division (#2215)
- 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test
- 458788 Make labels pass new eslint rules
- 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208)
- 7324ba Test labels in descriptors appear on objects created.
- a0822b Add a few more debug markers (#2197)
- 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207)
- 73a99f Adds val,buffer,create,limit tests (#2192)
- 454253 Add a `--coverage` flag to cmdline.ts
- 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181)
- a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200)
Created with './tools/run cts roll'
Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-18 01:15:46 +00:00
|
|
|
src/webgpu/shader/validation/parse/pipeline_stage.spec.ts
|
2023-01-17 12:45:58 +00:00
|
|
|
src/webgpu/shader/validation/parse/semicolon.spec.ts
|
2022-04-23 01:11:22 +00:00
|
|
|
src/webgpu/shader/validation/parse/source.spec.ts
|
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8
- 631d87 Add `f32` matrix subtraction tests (#2279)
- 07f15b Add f32 matrix addition tests (#2278)
- 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275)
- 5dc0ec Add max vertex / max attribute limit / max stride tests
- 763d0b Upgrade gpuweb/types to 0.1.27 (#2273)
- 0dff1a Cleanup Validate maxBindGroups
- d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup
- 2be5a7 Add getGPUBindingCommandsMixin to limits_utils
- 8c190e Split GPUTest into GPUTest and GPUTestBase
- b365b1 Implement `transpose` f32 tests (#2249)
- 977a54 Add more tests for end twice (#2251)
- feb07c Update to use `keysOf` helper. (#2243)
- 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246)
- 432aad [wgsl] Add placement tests for @builtin. (#2248)
- 363837 Add validation tests for unary not and binary and/or (#2247)
- 61b6ad Update builtin parse test to not use code as URL. (#2245)
- 6e62ce Update `align` parsing tests. (#2244)
- 534fb6 [wgsl] Add validation tests for `break` placement (#2240)
- 991a57 add maxTextureArrayLayers limit test (#2234)
- c7293f add maxBufferSize limit test (#2236)
- 07216f [wgsl] Add validation of `discard` placement. (#2239)
- cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237)
- d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233)
- 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227)
- d9199d Avoid writable storage buffer binding aliasing (#2230)
- 6c7083 [wgsl] Validate expressions passed to attributes. (#2229)
- 748ec9 Add a few more constant/override tests
- 9300ec [wgsl] Alignment attribute tests. (#2180)
- b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226)
- 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223)
- efcb12 Fix a few spelling errors
- 221d30 CSS, make button colors match (#2221)
- 992b58 Culling: Test triangle-strips, depth, and stencil results
- ae3c5e Add tests for i32 binary scalar-vector ops (#2219)
- 6afbd0 Implement Matrix type for numeric testing (#2204)
- e2248b Texture utility refactoring. (#2184)
- b62579 op,render_pipeline,alpha_to_coverage (#2202)
- 5a17b9 Add test for u32 scalar-vector remainder (#2216)
- bd8450 Allow bgra8unorm as storage textures (#2212)
- 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- cf980a Fix package-lock.json (#2214)
- 19fc83 Add tests for u32 scalar-vector division (#2215)
- 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test
- 458788 Make labels pass new eslint rules
- 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208)
- 7324ba Test labels in descriptors appear on objects created.
- a0822b Add a few more debug markers (#2197)
- 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207)
- 73a99f Adds val,buffer,create,limit tests (#2192)
- 454253 Add a `--coverage` flag to cmdline.ts
- 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181)
- a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200)
Created with './tools/run cts roll'
Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-18 01:15:46 +00:00
|
|
|
src/webgpu/shader/validation/parse/unary_ops.spec.ts
|
2022-04-23 01:11:22 +00:00
|
|
|
src/webgpu/shader/validation/parse/var_and_let.spec.ts
|
2023-01-17 12:45:58 +00:00
|
|
|
src/webgpu/shader/validation/resource_interface/util.ts
|
|
|
|
src/webgpu/shader/validation/resource_interface/bindings.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/shader/validation/shader_io/util.ts
|
|
|
|
src/webgpu/shader/validation/shader_io/builtins.spec.ts
|
2022-07-05 21:20:42 +00:00
|
|
|
src/webgpu/shader/validation/shader_io/entry_point.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/shader/validation/shader_io/interpolate.spec.ts
|
|
|
|
src/webgpu/shader/validation/shader_io/invariant.spec.ts
|
|
|
|
src/webgpu/shader/validation/shader_io/locations.spec.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/util/color_space_conversion.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/util/copy_to_texture.ts
|
|
|
|
src/webgpu/util/texture/texel_data.spec.ts
|
2022-04-11 18:38:51 +00:00
|
|
|
src/webgpu/util/texture/texture_ok.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/web_platform/util.ts
|
|
|
|
src/webgpu/web_platform/canvas/configure.spec.ts
|
|
|
|
src/webgpu/web_platform/canvas/context_creation.spec.ts
|
|
|
|
src/webgpu/web_platform/canvas/getCurrentTexture.spec.ts
|
Roll third_party/webgpu-cts/ 8cfc317e2..a41bc407a (23 commits)
Update:
- expectations.txt
- ts_sources.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/8cfc317e23c7..a41bc407a83a
- a41bc4 Implement val:render_pass_descriptor:timestampWrite,same_query_index (#1656)
- 167076 Implement val:render_pass_descriptor:timestamp_writes_query_set_type (#1653)
- 06954d Implement val:render_pass_descriptor:timestampWrite,query_index (#1654)
- deec4f Implement val:render_pass_descriptor:occlusion_query_set_type (#1652)
- 3bef26 Succinct the test names of render_pass_descriptor.spec.ts (3/3) (#1651)
- 425fc8 Convert `clamp` f32 tests to use interval framework (#1645)
- 46fce2 Add support for multiple intervals to FP testing framework (#1643)
- 09c7fb Address feedback from Kai
- f803ff Add context configuration tests
- d620a1 Address feedback from Kai
- 77633d Add tests for getCurrentTexture and getPreferredCanvasFormat
- 781ad8 Succinct the test names of render_pass_descriptor.spec.ts (2/n) (#1639)
- d7ca02 Implement val:render_pass_descriptor:timestamp_writes_location (#1630)
- 09793f Test zero levels or layers is invalid in render_pass,resolve:resolve_attachment (#1600)
- daf0da Split shader_stages_and_visibility and add control cases
- 496182 Rewrite usage validation scope tests
- f4e9a3 refactor: split out makeConflictingBindGroups from testValidationScope
- bc278d nits: simplify a few things in this file
- a65914 Implement val:render_pass_descriptor:depth_stencil_attachment_depth_clear_value (#1640)
- a6bab7 Implement api,validation,capability_checks,features,texture_formats:canvas_configuration_view_formats (#1593)
- e7f8fe Succinct the test names of render_pass_descriptor.spec.ts (1/n) (#1619)
- 7f3683 Convert `fract` tests to use interval framework (#1612)
- d8009f Correct logInterval & log2Interval handling of out of bounds inputs (#1629)
Created with './tools/run cts roll'
Change-Id: I10d895c4a11252317619f7ea480c97d821cbf81c
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/96200
Commit-Queue: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
Auto-Submit: Ben Clayton <bclayton@google.com>
2022-07-15 16:25:39 +00:00
|
|
|
src/webgpu/web_platform/canvas/getPreferredCanvasFormat.spec.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/web_platform/canvas/readbackFromWebGPUCanvas.spec.ts
|
|
|
|
src/webgpu/web_platform/copyToTexture/ImageBitmap.spec.ts
|
|
|
|
src/webgpu/web_platform/copyToTexture/canvas.spec.ts
|
|
|
|
src/webgpu/web_platform/copyToTexture/video.spec.ts
|
|
|
|
src/webgpu/web_platform/external_texture/video.spec.ts
|
|
|
|
src/webgpu/web_platform/reftests/gpu_ref_test.ts
|
|
|
|
src/webgpu/web_platform/reftests/canvas_clear.html.ts
|
2023-01-24 20:32:05 +00:00
|
|
|
src/webgpu/web_platform/reftests/canvas_colorspace.html.ts
|
2022-03-17 21:43:17 +00:00
|
|
|
src/webgpu/web_platform/reftests/canvas_complex.html.ts
|
|
|
|
src/webgpu/web_platform/reftests/canvas_composite_alpha.html.ts
|
2023-01-07 23:10:08 +00:00
|
|
|
src/webgpu/web_platform/reftests/canvas_image_rendering.html.ts
|
2023-01-11 02:00:12 +00:00
|
|
|
src/webgpu/web_platform/reftests/create-pattern-data-url.ts
|
|
|
|
src/webgpu/web_platform/reftests/resize_observer.html.ts
|
2023-01-24 20:32:05 +00:00
|
|
|
src/webgpu/web_platform/reftests/ref/canvas_colorspace-ref.html.ts
|
2022-03-19 00:50:18 +00:00
|
|
|
src/webgpu/web_platform/worker/worker.spec.ts
|
|
|
|
src/webgpu/web_platform/worker/worker.ts
|
|
|
|
src/webgpu/web_platform/worker/worker_launcher.ts
|
2022-09-14 16:01:37 +00:00
|
|
|
src/external/petamoriken/float16/float16.js
|