gpuweb / cts

WebGPU Conformance Test Suite
https://gpuweb.github.io/cts/
BSD 3-Clause "New" or "Revised" License
128 stars 80 forks source link

Refactor WGSL textureLoad tests to test more texels #3877

Closed greggman closed 2 months ago

greggman commented 2 months ago

This CL tests 50 texels per subcase where as before it was testing 1 texel per subcase. This is more inline with the original design for texture_utils.ts doTextureCalls and checkCallResults and means more tests but less subcases which is usually faster.

Issue: #3871


Requirements for PR author:

Requirements for reviewer sign-off:

When landing this PR, be sure to make any necessary issue status updates.