summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/queries/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/queries/README.txt')
-rw-r--r--dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/queries/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/queries/README.txt b/dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/queries/README.txt
new file mode 100644
index 0000000000..0118a6c537
--- /dev/null
+++ b/dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/command_buffer/queries/README.txt
@@ -0,0 +1,8 @@
+TODO: test the behavior of creating/using/resolving queries.
+- occlusion
+- pipeline statistics
+ TODO: pipeline statistics queries are removed from core; consider moving tests to another suite.
+- timestamp
+- nested (e.g. timestamp or PS query inside occlusion query), if any such cases are valid. Try
+ writing to the same query set (at same or different indices), if valid. Check results make sense.
+- start a query (all types) with no draw calls