• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<waiver_list>
3
4	<!--/*     Copyright (C) 2020 The Khronos Group Inc
5 *
6 *     Licensed under the Apache License, Version 2.0 (the "License");
7 *     you may not use this file except in compliance with the License.
8 *     You may obtain a copy of the License at
9 *
10 *          http://www.apache.org/licenses/LICENSE-2.0
11 *
12 *     Unless required by applicable law or agreed to in writing, software
13 *     distributed under the License is distributed on an "AS IS" BASIS,
14 *     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 *     See the License for the specific language governing permissions and
16 *     limitations under the License.
17*/-->
18	<!--/*
19	Each <waiver> entry must contain three attributes: vendorName, vendorId and url.
20	Url should be a full path to gitlab issue(s).
21	Waiver tag should have one <description> child that describes issue.
22	Waiver tag should have one <device_list> child.
23	Device list should have one or more <d> elements containing device ids for which this waiver was created.
24	Waiver tag should contain one or more <t> elements containing test paths that should be waived.
25	String in <t> can use wildcard *.
26
27	<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
28	<xs:element name="waiver_list">
29	<xs:complexType>
30		<xs:sequence>
31			<xs:element name="waiver" maxOccurs="unbounded">
32			<xs:complexType>
33				<xs:sequence>
34					<xs:element name="description" type="xs:string"/>
35					<xs:element name="device_list">
36					<xs:complexType>
37						<xs:sequence>
38							<xs:element name="d" type="xs:integer" minOccurs="1" maxOccurs="unbounded"/>
39						</xs:sequence>
40					</xs:complexType>
41					</xs:element>
42					<xs:element name="t" type="xs:string" minOccurs="1" maxOccurs="unbounded"/>
43				</xs:sequence>
44				<xs:attribute name="vendorName" type="xs:string" use="required"/>
45				<xs:attribute name="vendorId" type="xs:string" use="required"/>
46				<xs:attribute name="url" type="xs:string" use="required"/>
47			</xs:complexType>
48			</xs:element>
49		</xs:sequence>
50	</xs:complexType>
51	</xs:element>
52	</xs:schema>
53*/-->
54
55	<waiver vendorName="Imagination Technologies" vendorId="0x1010" url="https://gitlab.khronos.org/Tracker/vk-gl-cts/issues/336">
56		<description>GPU's are unable to correctly filter CEM corners with F32 textures, this includes the ability to gather texels for texel gather instructions.</description>
57		<device_list>
58			<!--TODO: plase specify for which deviceIds this waiver should be defined -->
59			<d>6200</d>
60		</device_list>
61		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat</t>
62		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_clamp_to_edge_repeat</t>
63		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_repeat</t>
64		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_repeat_mirrored_repeat</t>
65		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_clamp_to_edge</t>
66		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_mirrored_repeat_clamp_to_edge</t>
67		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_repeat</t>
68		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_clamp_to_edge_repeat</t>
69		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_repeat</t>
70		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_repeat_mirrored_repeat</t>
71		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.mirrored_repeat_clamp_to_edge</t>
72		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_mirrored_repeat_clamp_to_edge</t>
73		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_npot.compare_less.clamp_to_edge_repeat</t>
74		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_npot.compare_less.sparse_clamp_to_edge_repeat</t>
75		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_npot.compare_less.repeat_mirrored_repeat</t>
76		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_npot.compare_less.sparse_repeat_mirrored_repeat</t>
77		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_npot.compare_less.mirrored_repeat_clamp_to_edge</t>
78		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_npot.compare_less.sparse_mirrored_repeat_clamp_to_edge</t>
79		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_repeat</t>
80		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_npot.compare_greater.sparse_clamp_to_edge_repeat</t>
81		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_npot.compare_greater.repeat_mirrored_repeat</t>
82		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_npot.compare_greater.sparse_repeat_mirrored_repeat</t>
83		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_npot.compare_greater.mirrored_repeat_clamp_to_edge</t>
84		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_npot.compare_greater.sparse_mirrored_repeat_clamp_to_edge</t>
85		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.filter_mode.min_linear_mag_linear</t>
86		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.filter_mode.sparse_min_linear_mag_linear</t>
87		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.filter_mode.min_nearest_mipmap_nearest_mag_linear</t>
88		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.filter_mode.sparse_min_nearest_mipmap_nearest_mag_linear</t>
89		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.filter_mode.min_nearest_mipmap_linear_mag_linear</t>
90		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.filter_mode.sparse_min_nearest_mipmap_linear_mag_linear</t>
91		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.filter_mode.min_linear_mipmap_nearest_mag_linear</t>
92		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.filter_mode.sparse_min_linear_mipmap_nearest_mag_linear</t>
93		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.filter_mode.min_linear_mipmap_linear_mag_linear</t>
94		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.filter_mode.sparse_min_linear_mipmap_linear_mag_linear</t>
95		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.base_level.level_1</t>
96		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.base_level.sparse_level_1</t>
97		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.base_level.level_2</t>
98		<t>dEQP-VK.glsl.texture_gather.basic.cube.depth32f.base_level.sparse_level_2</t>
99	</waiver>
100
101	<waiver vendorName="Imagination Technologies" vendorId="0x1010" url="https://gitlab.khronos.org/Tracker/vk-gl-cts/issues/229">
102		<description>Affected GPU families have a small error within the HW texture units bit replication logic for negative SNORM values prior to applying linear filtering.</description>
103		<device_list>
104			<d>0x24208504</d>
105			<d>0x6230</d>
106			<d>0x6430</d>
107			<d>0x6250</d>
108			<d>0x6450</d>
109			<d>0x6650</d>
110			<d>0x6110</d>
111			<d>0x6500</d>
112			<d>0x7400</d>
113			<d>0x15001064</d>
114			<d>0x22022025</d>
115			<d>0x22054025</d>
116			<d>0x22054030</d>
117			<d>0x22054038</d>
118			<d>0x22054330</d>
119			<d>0x22104018</d>
120			<d>0x22104218</d>
121			<d>0x22208318</d>
122		</device_list>
123
124		<t>dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_filter.linear</t>
125		<t>dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_filter.linear</t>
126		<t>dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_filter.linear</t>
127		<t>dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_filter.linear</t>
128		<t>dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_filter.linear</t>
129		<t>dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_filter.linear</t>
130		<t>dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_filter.linear</t>
131		<t>dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_filter.linear</t>
132		<t>dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_filter.linear</t>
133		<t>dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_filter.linear</t>
134		<t>dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_filter.linear</t>
135		<t>dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_filter.linear</t>
136		<t>dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_filter.linear</t>
137		<t>dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_filter.linear</t>
138		<t>dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_filter.linear</t>
139		<t>dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_filter.linear</t>
140		<t>dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_filter.linear</t>
141		<t>dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_filter.linear</t>
142		<t>dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_filter.linear</t>
143		<t>dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_filter.linear</t>
144		<t>dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_filter.linear</t>
145		<t>dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_filter.linear</t>
146		<t>dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_filter.linear</t>
147		<t>dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_filter.linear</t>
148		<t>dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_filter.linear</t>
149		<t>dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_filter.linear</t>
150		<t>dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_filter.linear</t>
151		<t>dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_filter.linear</t>
152		<t>dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_filter.linear</t>
153		<t>dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_filter.linear</t>
154		<t>dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_filter.linear</t>
155		<t>dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_filter.linear</t>
156		<t>dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_filter.linear</t>
157		<t>dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_filter.linear</t>
158		<t>dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_filter.linear</t>
159		<t>dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_filter.linear</t>
160		<t>dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_filter.linear</t>
161		<t>dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_filter.linear</t>
162		<t>dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_filter.linear</t>
163		<t>dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_filter.linear</t>
164		<t>dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_filter.linear</t>
165		<t>dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_filter.linear</t>
166
167		<t>dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.centered</t>
168		<t>dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.edge_left</t>
169		<t>dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.edge_right</t>
170		<t>dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.centered</t>
171		<t>dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.edge_left</t>
172		<t>dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.edge_right</t>
173		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.centered</t>
174		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.edge_left</t>
175		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.edge_right</t>
176		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.centered</t>
177		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.edge_left</t>
178		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.edge_right</t>
179		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.centered</t>
180		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.edge_left</t>
181		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.edge_right</t>
182		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.centered</t>
183		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.edge_left</t>
184		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.edge_right</t>
185		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.centered</t>
186		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.edge_left</t>
187		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.edge_right</t>
188		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.centered</t>
189		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.edge_left</t>
190		<t>dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.edge_right</t>
191		<t>dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.centered</t>
192		<t>dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.edge_left</t>
193		<t>dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.edge_right</t>
194		<t>dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.centered</t>
195		<t>dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.edge_left</t>
196		<t>dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.edge_right</t>
197
198		<t>dEQP-VK.texture.explicit_lod.2d.formats.r8_snorm_linear</t>
199		<t>dEQP-VK.texture.explicit_lod.2d.formats.r8g8_snorm_linear</t>
200		<t>dEQP-VK.texture.explicit_lod.2d.formats.r8g8b8a8_snorm_linear</t>
201		<t>dEQP-VK.texture.explicit_lod.2d.formats.a8b8g8r8_snorm_pack32_linear</t>
202
203		<t>dEQP-VK.texture.conversion.snorm_clamp_linear.a8b8g8r8_snorm_pack32</t>
204		<t>dEQP-VK.texture.conversion.snorm_clamp_linear.b8g8r8a8_snorm</t>
205		<t>dEQP-VK.texture.conversion.snorm_clamp_linear.r16g16b16a16_snorm</t>
206		<t>dEQP-VK.texture.conversion.snorm_clamp_linear.r16g16b16_snorm</t>
207		<t>dEQP-VK.texture.conversion.snorm_clamp_linear.r16g16_snorm</t>
208		<t>dEQP-VK.texture.conversion.snorm_clamp_linear.r16_snorm</t>
209		<t>dEQP-VK.texture.conversion.snorm_clamp_linear.r8g8b8a8_snorm</t>
210		<t>dEQP-VK.texture.conversion.snorm_clamp_linear.r8g8_snorm</t>
211		<t>dEQP-VK.texture.conversion.snorm_clamp_linear.r8_snorm</t>
212	</waiver>
213
214	<waiver vendorName="Broadcom" vendorId="0x14E4" url="https://gitlab.khronos.org/Tracker/vk-gl-cts/issues/757">
215		<description>On affected devices depth clipping is incorrectly disabled when the viewport minDepth is equal to maxDepth.</description>
216		<device_list>
217			<d>0x001E43CB</d>
218			<d>0xBE485FD3</d>
219		</device_list>
220		<t>dEQP-VK.draw.inverted_depth_ranges.nodepthclamp_deltazero</t>
221	</waiver>
222
223	<waiver vendorName="Broadcom" vendorId="0x14E4" url="https://gitlab.khronos.org/Tracker/vk-gl-cts/issues/2804">
224		<description>On affected devices depth exponent is incorrectly ignored when calculating floating-point depth bias.</description>
225		<device_list>
226			<d>0x001E43CB</d>
227			<d>0xBE485FD3</d>
228			<d>0xC8D064C2</d>
229			<d>0x7BECF276</d>
230			<d>0x1AB5C29F</d>
231		</device_list>
232		<t>dEQP-VK.rasterization.depth_bias.d32_sfloat</t>
233	</waiver>
234
235	<waiver vendorName="NVIDIA" vendorId="0x10DE" url="https://gitlab.khronos.org/Tracker/vk-gl-cts/issues/1356">
236		<description>The affected GPUs are unable to reliably synchronize memory accesses at device scope.</description>
237		<device_list>
238			<d>0x0CE0</d>
239			<d>0x0E0D</d>
240			<d>0x0E16</d>
241			<d>0x0FA0</d>
242			<d>0x0FA7</d>
243			<d>0x0FC0</d>
244			<d>0x0FC1</d>
245			<d>0x0FC2</d>
246			<d>0x0FC4</d>
247			<d>0x0FC5</d>
248			<d>0x0FC6</d>
249			<d>0x0FC7</d>
250			<d>0x0FC8</d>
251			<d>0x0FC9</d>
252			<d>0x0FCA</d>
253			<d>0x0FCB</d>
254			<d>0x0FCC</d>
255			<d>0x0FCD</d>
256			<d>0x0FCE</d>
257			<d>0x0FCF</d>
258			<d>0x0FD0</d>
259			<d>0x0FD1</d>
260			<d>0x0FD2</d>
261			<d>0x0FD3</d>
262			<d>0x0FD4</d>
263			<d>0x0FD5</d>
264			<d>0x0FD6</d>
265			<d>0x0FD7</d>
266			<d>0x0FD8</d>
267			<d>0x0FD9</d>
268			<d>0x0FDA</d>
269			<d>0x0FDB</d>
270			<d>0x0FDC</d>
271			<d>0x0FDD</d>
272			<d>0x0FDE</d>
273			<d>0x0FDF</d>
274			<d>0x0FE0</d>
275			<d>0x0FE1</d>
276			<d>0x0FE2</d>
277			<d>0x0FE3</d>
278			<d>0x0FE4</d>
279			<d>0x0FE5</d>
280			<d>0x0FE6</d>
281			<d>0x0FE7</d>
282			<d>0x0FE8</d>
283			<d>0x0FE9</d>
284			<d>0x0FEA</d>
285			<d>0x0FEC</d>
286			<d>0x0FED</d>
287			<d>0x0FEE</d>
288			<d>0x0FEF</d>
289			<d>0x0FF0</d>
290			<d>0x0FF1</d>
291			<d>0x0FF2</d>
292			<d>0x0FF3</d>
293			<d>0x0FF5</d>
294			<d>0x0FF6</d>
295			<d>0x0FF7</d>
296			<d>0x0FF8</d>
297			<d>0x0FF9</d>
298			<d>0x0FFA</d>
299			<d>0x0FFB</d>
300			<d>0x0FFC</d>
301			<d>0x0FFD</d>
302			<d>0x0FFE</d>
303			<d>0x0FFF</d>
304			<d>0x1001</d>
305			<d>0x1003</d>
306			<d>0x1004</d>
307			<d>0x1005</d>
308			<d>0x1007</d>
309			<d>0x1008</d>
310			<d>0x100A</d>
311			<d>0x100B</d>
312			<d>0x100C</d>
313			<d>0x101E</d>
314			<d>0x101F</d>
315			<d>0x1020</d>
316			<d>0x1021</d>
317			<d>0x1022</d>
318			<d>0x1023</d>
319			<d>0x1024</d>
320			<d>0x1026</d>
321			<d>0x1027</d>
322			<d>0x1028</d>
323			<d>0x1029</d>
324			<d>0x102A</d>
325			<d>0x102B</d>
326			<d>0x102C</d>
327			<d>0x102D</d>
328			<d>0x102E</d>
329			<d>0x102F</d>
330			<d>0x1030</d>
331			<d>0x103A</d>
332			<d>0x103B</d>
333			<d>0x103C</d>
334			<d>0x103F</d>
335			<d>0x1180</d>
336			<d>0x1182</d>
337			<d>0x1183</d>
338			<d>0x1184</d>
339			<d>0x1185</d>
340			<d>0x1187</d>
341			<d>0x1188</d>
342			<d>0x1189</d>
343			<d>0x118A</d>
344			<d>0x118B</d>
345			<d>0x118C</d>
346			<d>0x118D</d>
347			<d>0x118E</d>
348			<d>0x118F</d>
349			<d>0x1191</d>
350			<d>0x1192</d>
351			<d>0x1193</d>
352			<d>0x1194</d>
353			<d>0x1195</d>
354			<d>0x1198</d>
355			<d>0x1199</d>
356			<d>0x119A</d>
357			<d>0x119D</d>
358			<d>0x119E</d>
359			<d>0x119F</d>
360			<d>0x11A0</d>
361			<d>0x11A1</d>
362			<d>0x11A2</d>
363			<d>0x11A3</d>
364			<d>0x11A4</d>
365			<d>0x11A5</d>
366			<d>0x11A7</d>
367			<d>0x11AA</d>
368			<d>0x11AC</d>
369			<d>0x11AD</d>
370			<d>0x11AE</d>
371			<d>0x11AF</d>
372			<d>0x11B0</d>
373			<d>0x11B1</d>
374			<d>0x11B4</d>
375			<d>0x11B6</d>
376			<d>0x11B7</d>
377			<d>0x11B8</d>
378			<d>0x11BA</d>
379			<d>0x11BB</d>
380			<d>0x11BC</d>
381			<d>0x11BD</d>
382			<d>0x11BE</d>
383			<d>0x11BF</d>
384			<d>0x11C0</d>
385			<d>0x11C1</d>
386			<d>0x11C2</d>
387			<d>0x11C3</d>
388			<d>0x11C4</d>
389			<d>0x11C5</d>
390			<d>0x11C6</d>
391			<d>0x11C7</d>
392			<d>0x11C8</d>
393			<d>0x11CB</d>
394			<d>0x11D0</d>
395			<d>0x11D1</d>
396			<d>0x11D2</d>
397			<d>0x11D3</d>
398			<d>0x11E0</d>
399			<d>0x11E1</d>
400			<d>0x11E2</d>
401			<d>0x11E3</d>
402			<d>0x11F0</d>
403			<d>0x11F8</d>
404			<d>0x11FA</d>
405			<d>0x11FC</d>
406			<d>0x11FF</d>
407			<d>0x1280</d>
408			<d>0x1281</d>
409			<d>0x1282</d>
410			<d>0x1283</d>
411			<d>0x1284</d>
412			<d>0x1285</d>
413			<d>0x1286</d>
414			<d>0x1287</d>
415			<d>0x1288</d>
416			<d>0x1289</d>
417			<d>0x128A</d>
418			<d>0x128B</d>
419			<d>0x1290</d>
420			<d>0x1291</d>
421			<d>0x1292</d>
422			<d>0x1293</d>
423			<d>0x1294</d>
424			<d>0x1295</d>
425			<d>0x1296</d>
426			<d>0x1297</d>
427			<d>0x1298</d>
428			<d>0x1299</d>
429			<d>0x129A</d>
430			<d>0x129B</d>
431			<d>0x12A0</d>
432			<d>0x12AD</d>
433			<d>0x12AE</d>
434			<d>0x12AF</d>
435			<d>0x12B0</d>
436			<d>0x12B1</d>
437			<d>0x12B9</d>
438			<d>0x12BA</d>
439		</device_list>
440		<t>dEQP-VK.memory_model.*core11*.device.*</t>
441	</waiver>
442
443</waiver_list>
444