summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/queue/README.txt
blob: a46a0e3d1cd6fd15cd3b8a5f2438fb599c918a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.