summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/queue/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/queue/README.txt')
-rw-r--r--dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/queue/README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/queue/README.txt b/dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/queue/README.txt
new file mode 100644
index 0000000000..a46a0e3d1c
--- /dev/null
+++ b/dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/queue/README.txt
@@ -0,0 +1,13 @@
+Tests for validation that occurs inside queued operations
+(submit, writeBuffer, writeTexture, copyExternalImageToTexture).
+
+BufferMapStatesToTest = {
+ mapped -> unmapped,
+ mapped at creation -> unmapped,
+ mapping pending -> unmapped,
+ pending -> mapped (await map),
+ unmapped -> pending (noawait map),
+ created mapped-at-creation,
+}
+
+Note writeTexture is tested in image_copy.