summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/execution/expression/call/builtin/textureDimension/cts.https.html.ini
blob: d103da989759bc30f4bbf9e7699ed9067099e116 (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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureDimension:depth:*]
  [:texture_type="texture_depth_2d"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texture_type="texture_depth_2d_array"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texture_type="texture_depth_cube"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texture_type="texture_depth_cube_array"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texture_type="texture_depth_multisampled_2d"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL


[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureDimension:external:*]
  [:]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL


[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureDimension:sampled:*]
  [:texture_type="texture_1d"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texture_type="texture_2d"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texture_type="texture_2d_array"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texture_type="texture_3d"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texture_type="texture_cube"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texture_type="texture_cube_array"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texture_type="texture_multisampled_2d"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL


[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureDimension:storage:*]
  [:texel_format="r32float"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="r32sint"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="r32uint"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rg32float"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rg32sint"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rg32uint"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rgba16float"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rgba16sint"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rgba16uint"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rgba32float"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rgba32sint"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rgba32uint"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rgba8sint"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rgba8snorm"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rgba8uint"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL

  [:texel_format="rgba8unorm"]
    expected:
      if os == "win": [PASS, FAIL]
      if os == "mac": FAIL