Skip to content

Commit

Permalink
Add WGSL textureLoad tests for storage formats (#3890)
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman authored Aug 6, 2024
1 parent c5ab6ed commit f3c4e19
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 316 deletions.
5 changes: 4 additions & 1 deletion src/webgpu/listing_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,10 @@
"webgpu:shader,execution,expression,call,builtin,textureLoad:sampled_1d:*": { "subcaseMS": 83.312 },
"webgpu:shader,execution,expression,call,builtin,textureLoad:sampled_2d:*": { "subcaseMS": 96.737 },
"webgpu:shader,execution,expression,call,builtin,textureLoad:sampled_3d:*": { "subcaseMS": 158.534 },
"webgpu:shader,execution,expression,call,builtin,textureLoad:storage_texel_formats:*": { "subcaseMS": 471.569 },
"webgpu:shader,execution,expression,call,builtin,textureLoad:storage_textures_1d:*": { "subcaseMS": 41.569 },
"webgpu:shader,execution,expression,call,builtin,textureLoad:storage_textures_2d:*": { "subcaseMS": 41.569 },
"webgpu:shader,execution,expression,call,builtin,textureLoad:storage_textures_2d_array:*": { "subcaseMS": 41.569 },
"webgpu:shader,execution,expression,call,builtin,textureLoad:storage_textures_3d:*": { "subcaseMS": 41.569 },
"webgpu:shader,execution,expression,call,builtin,textureNumLayers:arrayed:*": { "subcaseMS": 8.102 },
"webgpu:shader,execution,expression,call,builtin,textureNumLayers:sampled:*": { "subcaseMS": 2.101 },
"webgpu:shader,execution,expression,call,builtin,textureNumLayers:storage:*": { "subcaseMS": 8.000 },
Expand Down
Loading

0 comments on commit f3c4e19

Please sign in to comment.