summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/call/builtin/atomics/cts.https.html.ini
blob: 52c29a58d12c77ead4d89a2fdc3b779c09ef08bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[cts.https.html?q=webgpu:shader,validation,expression,call,builtin,atomics:stage:*]
  [:stage="compute";atomicOp="add"]

  [:stage="compute";atomicOp="and"]

  [:stage="compute";atomicOp="compareexchangeweak"]

  [:stage="compute";atomicOp="exchange"]

  [:stage="compute";atomicOp="load"]

  [:stage="compute";atomicOp="max"]

  [:stage="compute";atomicOp="min"]

  [:stage="compute";atomicOp="or"]

  [:stage="compute";atomicOp="store"]

  [:stage="compute";atomicOp="sub"]

  [:stage="compute";atomicOp="xor"]

  [:stage="fragment";atomicOp="add"]

  [:stage="fragment";atomicOp="and"]

  [:stage="fragment";atomicOp="compareexchangeweak"]

  [:stage="fragment";atomicOp="exchange"]

  [:stage="fragment";atomicOp="load"]

  [:stage="fragment";atomicOp="max"]

  [:stage="fragment";atomicOp="min"]

  [:stage="fragment";atomicOp="or"]

  [:stage="fragment";atomicOp="store"]

  [:stage="fragment";atomicOp="sub"]

  [:stage="fragment";atomicOp="xor"]

  [:stage="vertex";atomicOp="add"]
    expected: FAIL

  [:stage="vertex";atomicOp="and"]
    expected: FAIL

  [:stage="vertex";atomicOp="compareexchangeweak"]
    expected: FAIL

  [:stage="vertex";atomicOp="exchange"]
    expected: FAIL

  [:stage="vertex";atomicOp="load"]
    expected: FAIL

  [:stage="vertex";atomicOp="max"]
    expected: FAIL

  [:stage="vertex";atomicOp="min"]
    expected: FAIL

  [:stage="vertex";atomicOp="or"]
    expected: FAIL

  [:stage="vertex";atomicOp="store"]
    expected: FAIL

  [:stage="vertex";atomicOp="sub"]
    expected: FAIL

  [:stage="vertex";atomicOp="xor"]
    expected: FAIL