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