com.drawelements.deqp.gles3.xml revision e688e4206c9eafc896e7dcd78c0951549a97ad7a
1<?xml version="1.0" encoding="UTF-8"?>
2<TestPackage name="dEQP-GLES3" targetBinaryName="com.drawelements.deqp" appPackageName="com.drawelements.deqp.gles3" testType="deqpTest">
3<TestSuite name="dEQP-GLES3">
4<TestSuite name="functional">
5<TestCase name="prerequisite">
6<Test name="clear_color" />
7<Test name="read_pixels" />
8</TestCase>
9<TestCase name="implementation_limits">
10<Test name="max_element_index" />
11<Test name="subpixel_bits" />
12<Test name="max_3d_texture_size" />
13<Test name="max_texture_size" />
14<Test name="max_array_texture_layers" />
15<Test name="max_texture_lod_bias" />
16<Test name="max_cube_map_texture_size" />
17<Test name="max_renderbuffer_size" />
18<Test name="max_draw_buffers" />
19<Test name="max_color_attachments" />
20<Test name="aliased_point_size_range" />
21<Test name="aliased_line_width_range" />
22<Test name="max_elements_indices" />
23<Test name="max_elements_vertices" />
24<Test name="num_compressed_texture_formats" />
25<Test name="compressed_texture_formats" />
26<Test name="num_program_binary_formats" />
27<Test name="num_shader_binary_formats" />
28<Test name="shader_compiler" />
29<Test name="max_server_wait_timeout" />
30<Test name="num_extensions" />
31<Test name="major_version" />
32<Test name="minor_version" />
33<Test name="max_vertex_attribs" />
34<Test name="max_vertex_uniform_components" />
35<Test name="max_vertex_uniform_vectors" />
36<Test name="max_vertex_uniform_blocks" />
37<Test name="max_vertex_output_components" />
38<Test name="max_vertex_texture_image_units" />
39<Test name="max_fragment_uniform_components" />
40<Test name="max_fragment_uniform_vectors" />
41<Test name="max_fragment_uniform_blocks" />
42<Test name="max_fragment_input_components" />
43<Test name="max_texture_image_units" />
44<Test name="min_program_texel_offset" />
45<Test name="max_program_texel_offset" />
46<Test name="max_uniform_buffer_bindings" />
47<Test name="max_uniform_block_size" />
48<Test name="uniform_buffer_offset_alignment" />
49<Test name="max_combined_uniform_blocks" />
50<Test name="max_combined_vertex_uniform_components" />
51<Test name="max_combined_fragment_uniform_components" />
52<Test name="max_varying_components" />
53<Test name="max_varying_vectors" />
54<Test name="max_combined_texture_image_units" />
55<Test name="max_transform_feedback_interleaved_components" />
56<Test name="max_transform_feedback_separate_attribs" />
57<Test name="max_transform_feedback_separate_components" />
58</TestCase>
59<TestCase name="color_clear">
60<Test name="single_rgb" />
61<Test name="single_rgba" />
62<Test name="multiple_rgb" />
63<Test name="multiple_rgba" />
64<Test name="long_rgb" />
65<Test name="long_rgba" />
66<Test name="subclears_rgb" />
67<Test name="subclears_rgba" />
68<Test name="short_scissored_rgb" />
69<Test name="scissored_rgb" />
70<Test name="scissored_rgba" />
71<Test name="masked_rgb" />
72<Test name="masked_rgba" />
73<Test name="masked_scissored_rgb" />
74<Test name="masked_scissored_rgba" />
75<Test name="complex_rgb" />
76<Test name="complex_rgba" />
77<Test name="long_masked_rgb" />
78<Test name="long_masked_rgba" />
79</TestCase>
80<TestCase name="depth_stencil_clear">
81<Test name="depth" />
82<Test name="depth_scissored" />
83<Test name="depth_scissored_masked" />
84<Test name="stencil" />
85<Test name="stencil_scissored" />
86<Test name="depth_stencil" />
87<Test name="depth_stencil_scissored" />
88</TestCase>
89<TestSuite name="buffer">
90<TestSuite name="write">
91<TestCase name="basic">
92<Test name="array_stream_draw" />
93<Test name="array_stream_read" />
94<Test name="array_stream_copy" />
95<Test name="array_static_draw" />
96<Test name="array_static_read" />
97<Test name="array_static_copy" />
98<Test name="array_dynamic_draw" />
99<Test name="array_dynamic_read" />
100<Test name="array_dynamic_copy" />
101<Test name="copy_read_stream_draw" />
102<Test name="copy_read_stream_read" />
103<Test name="copy_read_stream_copy" />
104<Test name="copy_read_static_draw" />
105<Test name="copy_read_static_read" />
106<Test name="copy_read_static_copy" />
107<Test name="copy_read_dynamic_draw" />
108<Test name="copy_read_dynamic_read" />
109<Test name="copy_read_dynamic_copy" />
110<Test name="copy_write_stream_draw" />
111<Test name="copy_write_stream_read" />
112<Test name="copy_write_stream_copy" />
113<Test name="copy_write_static_draw" />
114<Test name="copy_write_static_read" />
115<Test name="copy_write_static_copy" />
116<Test name="copy_write_dynamic_draw" />
117<Test name="copy_write_dynamic_read" />
118<Test name="copy_write_dynamic_copy" />
119<Test name="element_array_stream_draw" />
120<Test name="element_array_stream_read" />
121<Test name="element_array_stream_copy" />
122<Test name="element_array_static_draw" />
123<Test name="element_array_static_read" />
124<Test name="element_array_static_copy" />
125<Test name="element_array_dynamic_draw" />
126<Test name="element_array_dynamic_read" />
127<Test name="element_array_dynamic_copy" />
128<Test name="pixel_pack_stream_draw" />
129<Test name="pixel_pack_stream_read" />
130<Test name="pixel_pack_stream_copy" />
131<Test name="pixel_pack_static_draw" />
132<Test name="pixel_pack_static_read" />
133<Test name="pixel_pack_static_copy" />
134<Test name="pixel_pack_dynamic_draw" />
135<Test name="pixel_pack_dynamic_read" />
136<Test name="pixel_pack_dynamic_copy" />
137<Test name="pixel_unpack_stream_draw" />
138<Test name="pixel_unpack_stream_read" />
139<Test name="pixel_unpack_stream_copy" />
140<Test name="pixel_unpack_static_draw" />
141<Test name="pixel_unpack_static_read" />
142<Test name="pixel_unpack_static_copy" />
143<Test name="pixel_unpack_dynamic_draw" />
144<Test name="pixel_unpack_dynamic_read" />
145<Test name="pixel_unpack_dynamic_copy" />
146<Test name="transform_feedback_stream_draw" />
147<Test name="transform_feedback_stream_read" />
148<Test name="transform_feedback_stream_copy" />
149<Test name="transform_feedback_static_draw" />
150<Test name="transform_feedback_static_read" />
151<Test name="transform_feedback_static_copy" />
152<Test name="transform_feedback_dynamic_draw" />
153<Test name="transform_feedback_dynamic_read" />
154<Test name="transform_feedback_dynamic_copy" />
155<Test name="uniform_stream_draw" />
156<Test name="uniform_stream_read" />
157<Test name="uniform_stream_copy" />
158<Test name="uniform_static_draw" />
159<Test name="uniform_static_read" />
160<Test name="uniform_static_copy" />
161<Test name="uniform_dynamic_draw" />
162<Test name="uniform_dynamic_read" />
163<Test name="uniform_dynamic_copy" />
164</TestCase>
165<TestCase name="recreate_store">
166<Test name="identical_1" />
167<Test name="identical_2" />
168<Test name="different_target" />
169<Test name="different_usage" />
170<Test name="different_size" />
171<Test name="random_1" />
172<Test name="random_2" />
173<Test name="random_3" />
174<Test name="random_4" />
175</TestCase>
176<TestCase name="basic_subdata">
177<Test name="array_stream_draw" />
178<Test name="array_stream_read" />
179<Test name="array_stream_copy" />
180<Test name="array_static_draw" />
181<Test name="array_static_read" />
182<Test name="array_static_copy" />
183<Test name="array_dynamic_draw" />
184<Test name="array_dynamic_read" />
185<Test name="array_dynamic_copy" />
186<Test name="copy_read_stream_draw" />
187<Test name="copy_read_stream_read" />
188<Test name="copy_read_stream_copy" />
189<Test name="copy_read_static_draw" />
190<Test name="copy_read_static_read" />
191<Test name="copy_read_static_copy" />
192<Test name="copy_read_dynamic_draw" />
193<Test name="copy_read_dynamic_read" />
194<Test name="copy_read_dynamic_copy" />
195<Test name="copy_write_stream_draw" />
196<Test name="copy_write_stream_read" />
197<Test name="copy_write_stream_copy" />
198<Test name="copy_write_static_draw" />
199<Test name="copy_write_static_read" />
200<Test name="copy_write_static_copy" />
201<Test name="copy_write_dynamic_draw" />
202<Test name="copy_write_dynamic_read" />
203<Test name="copy_write_dynamic_copy" />
204<Test name="element_array_stream_draw" />
205<Test name="element_array_stream_read" />
206<Test name="element_array_stream_copy" />
207<Test name="element_array_static_draw" />
208<Test name="element_array_static_read" />
209<Test name="element_array_static_copy" />
210<Test name="element_array_dynamic_draw" />
211<Test name="element_array_dynamic_read" />
212<Test name="element_array_dynamic_copy" />
213<Test name="pixel_pack_stream_draw" />
214<Test name="pixel_pack_stream_read" />
215<Test name="pixel_pack_stream_copy" />
216<Test name="pixel_pack_static_draw" />
217<Test name="pixel_pack_static_read" />
218<Test name="pixel_pack_static_copy" />
219<Test name="pixel_pack_dynamic_draw" />
220<Test name="pixel_pack_dynamic_read" />
221<Test name="pixel_pack_dynamic_copy" />
222<Test name="pixel_unpack_stream_draw" />
223<Test name="pixel_unpack_stream_read" />
224<Test name="pixel_unpack_stream_copy" />
225<Test name="pixel_unpack_static_draw" />
226<Test name="pixel_unpack_static_read" />
227<Test name="pixel_unpack_static_copy" />
228<Test name="pixel_unpack_dynamic_draw" />
229<Test name="pixel_unpack_dynamic_read" />
230<Test name="pixel_unpack_dynamic_copy" />
231<Test name="transform_feedback_stream_draw" />
232<Test name="transform_feedback_stream_read" />
233<Test name="transform_feedback_stream_copy" />
234<Test name="transform_feedback_static_draw" />
235<Test name="transform_feedback_static_read" />
236<Test name="transform_feedback_static_copy" />
237<Test name="transform_feedback_dynamic_draw" />
238<Test name="transform_feedback_dynamic_read" />
239<Test name="transform_feedback_dynamic_copy" />
240<Test name="uniform_stream_draw" />
241<Test name="uniform_stream_read" />
242<Test name="uniform_stream_copy" />
243<Test name="uniform_static_draw" />
244<Test name="uniform_static_read" />
245<Test name="uniform_static_copy" />
246<Test name="uniform_dynamic_draw" />
247<Test name="uniform_dynamic_read" />
248<Test name="uniform_dynamic_copy" />
249</TestCase>
250<TestCase name="partial_specify">
251<Test name="whole_1" />
252<Test name="whole_2" />
253<Test name="whole_3" />
254<Test name="whole_4" />
255<Test name="low_1" />
256<Test name="low_2" />
257<Test name="low_3" />
258<Test name="high_1" />
259<Test name="high_2" />
260<Test name="high_3" />
261<Test name="middle_1" />
262<Test name="middle_2" />
263<Test name="middle_3" />
264</TestCase>
265<TestCase name="random">
266<Test name="0" />
267<Test name="1" />
268<Test name="2" />
269<Test name="3" />
270<Test name="4" />
271<Test name="5" />
272<Test name="6" />
273<Test name="7" />
274<Test name="8" />
275<Test name="9" />
276</TestCase>
277</TestSuite>
278<TestSuite name="map">
279<TestSuite name="read">
280<TestCase name="sub_data">
281<Test name="array_full" />
282<Test name="array_partial" />
283<Test name="copy_read_full" />
284<Test name="copy_read_partial" />
285<Test name="copy_write_full" />
286<Test name="copy_write_partial" />
287<Test name="element_array_full" />
288<Test name="element_array_partial" />
289<Test name="pixel_pack_full" />
290<Test name="pixel_pack_partial" />
291<Test name="pixel_unpack_full" />
292<Test name="pixel_unpack_partial" />
293<Test name="transform_feedback_full" />
294<Test name="transform_feedback_partial" />
295<Test name="uniform_full" />
296<Test name="uniform_partial" />
297</TestCase>
298<TestCase name="map_write">
299<Test name="array_full" />
300<Test name="array_partial" />
301<Test name="copy_read_full" />
302<Test name="copy_read_partial" />
303<Test name="copy_write_full" />
304<Test name="copy_write_partial" />
305<Test name="element_array_full" />
306<Test name="element_array_partial" />
307<Test name="pixel_pack_full" />
308<Test name="pixel_pack_partial" />
309<Test name="pixel_unpack_full" />
310<Test name="pixel_unpack_partial" />
311<Test name="transform_feedback_full" />
312<Test name="transform_feedback_partial" />
313<Test name="uniform_full" />
314<Test name="uniform_partial" />
315</TestCase>
316<TestCase name="usage_hints">
317<Test name="array_stream_draw" />
318<Test name="array_stream_read" />
319<Test name="array_stream_copy" />
320<Test name="array_static_draw" />
321<Test name="array_static_read" />
322<Test name="array_static_copy" />
323<Test name="array_dynamic_draw" />
324<Test name="array_dynamic_read" />
325<Test name="array_dynamic_copy" />
326<Test name="copy_read_stream_draw" />
327<Test name="copy_read_stream_read" />
328<Test name="copy_read_stream_copy" />
329<Test name="copy_read_static_draw" />
330<Test name="copy_read_static_read" />
331<Test name="copy_read_static_copy" />
332<Test name="copy_read_dynamic_draw" />
333<Test name="copy_read_dynamic_read" />
334<Test name="copy_read_dynamic_copy" />
335<Test name="copy_write_stream_draw" />
336<Test name="copy_write_stream_read" />
337<Test name="copy_write_stream_copy" />
338<Test name="copy_write_static_draw" />
339<Test name="copy_write_static_read" />
340<Test name="copy_write_static_copy" />
341<Test name="copy_write_dynamic_draw" />
342<Test name="copy_write_dynamic_read" />
343<Test name="copy_write_dynamic_copy" />
344<Test name="element_array_stream_draw" />
345<Test name="element_array_stream_read" />
346<Test name="element_array_stream_copy" />
347<Test name="element_array_static_draw" />
348<Test name="element_array_static_read" />
349<Test name="element_array_static_copy" />
350<Test name="element_array_dynamic_draw" />
351<Test name="element_array_dynamic_read" />
352<Test name="element_array_dynamic_copy" />
353<Test name="pixel_pack_stream_draw" />
354<Test name="pixel_pack_stream_read" />
355<Test name="pixel_pack_stream_copy" />
356<Test name="pixel_pack_static_draw" />
357<Test name="pixel_pack_static_read" />
358<Test name="pixel_pack_static_copy" />
359<Test name="pixel_pack_dynamic_draw" />
360<Test name="pixel_pack_dynamic_read" />
361<Test name="pixel_pack_dynamic_copy" />
362<Test name="pixel_unpack_stream_draw" />
363<Test name="pixel_unpack_stream_read" />
364<Test name="pixel_unpack_stream_copy" />
365<Test name="pixel_unpack_static_draw" />
366<Test name="pixel_unpack_static_read" />
367<Test name="pixel_unpack_static_copy" />
368<Test name="pixel_unpack_dynamic_draw" />
369<Test name="pixel_unpack_dynamic_read" />
370<Test name="pixel_unpack_dynamic_copy" />
371<Test name="transform_feedback_stream_draw" />
372<Test name="transform_feedback_stream_read" />
373<Test name="transform_feedback_stream_copy" />
374<Test name="transform_feedback_static_draw" />
375<Test name="transform_feedback_static_read" />
376<Test name="transform_feedback_static_copy" />
377<Test name="transform_feedback_dynamic_draw" />
378<Test name="transform_feedback_dynamic_read" />
379<Test name="transform_feedback_dynamic_copy" />
380<Test name="uniform_stream_draw" />
381<Test name="uniform_stream_read" />
382<Test name="uniform_stream_copy" />
383<Test name="uniform_static_draw" />
384<Test name="uniform_static_read" />
385<Test name="uniform_static_copy" />
386<Test name="uniform_dynamic_draw" />
387<Test name="uniform_dynamic_read" />
388<Test name="uniform_dynamic_copy" />
389</TestCase>
390</TestSuite>
391<TestSuite name="write">
392<TestCase name="map_read">
393<Test name="array_full" />
394<Test name="array_partial" />
395<Test name="copy_read_full" />
396<Test name="copy_read_partial" />
397<Test name="copy_write_full" />
398<Test name="copy_write_partial" />
399<Test name="element_array_full" />
400<Test name="element_array_partial" />
401<Test name="pixel_pack_full" />
402<Test name="pixel_pack_partial" />
403<Test name="pixel_unpack_full" />
404<Test name="pixel_unpack_partial" />
405<Test name="transform_feedback_full" />
406<Test name="transform_feedback_partial" />
407<Test name="uniform_full" />
408<Test name="uniform_partial" />
409</TestCase>
410<TestCase name="render_as_vertex_array">
411<Test name="array_full" />
412<Test name="array_partial" />
413<Test name="copy_read_full" />
414<Test name="copy_read_partial" />
415<Test name="copy_write_full" />
416<Test name="copy_write_partial" />
417<Test name="element_array_full" />
418<Test name="element_array_partial" />
419<Test name="pixel_pack_full" />
420<Test name="pixel_pack_partial" />
421<Test name="pixel_unpack_full" />
422<Test name="pixel_unpack_partial" />
423<Test name="transform_feedback_full" />
424<Test name="transform_feedback_partial" />
425<Test name="uniform_full" />
426<Test name="uniform_partial" />
427</TestCase>
428<TestCase name="render_as_index_array">
429<Test name="array_full" />
430<Test name="array_partial" />
431<Test name="copy_read_full" />
432<Test name="copy_read_partial" />
433<Test name="copy_write_full" />
434<Test name="copy_write_partial" />
435<Test name="element_array_full" />
436<Test name="element_array_partial" />
437<Test name="pixel_pack_full" />
438<Test name="pixel_pack_partial" />
439<Test name="pixel_unpack_full" />
440<Test name="pixel_unpack_partial" />
441<Test name="transform_feedback_full" />
442<Test name="transform_feedback_partial" />
443<Test name="uniform_full" />
444<Test name="uniform_partial" />
445</TestCase>
446<TestCase name="usage_hints">
447<Test name="array_stream_draw" />
448<Test name="array_stream_read" />
449<Test name="array_stream_copy" />
450<Test name="array_static_draw" />
451<Test name="array_static_read" />
452<Test name="array_static_copy" />
453<Test name="array_dynamic_draw" />
454<Test name="array_dynamic_read" />
455<Test name="array_dynamic_copy" />
456<Test name="copy_read_stream_draw" />
457<Test name="copy_read_stream_read" />
458<Test name="copy_read_stream_copy" />
459<Test name="copy_read_static_draw" />
460<Test name="copy_read_static_read" />
461<Test name="copy_read_static_copy" />
462<Test name="copy_read_dynamic_draw" />
463<Test name="copy_read_dynamic_read" />
464<Test name="copy_read_dynamic_copy" />
465<Test name="copy_write_stream_draw" />
466<Test name="copy_write_stream_read" />
467<Test name="copy_write_stream_copy" />
468<Test name="copy_write_static_draw" />
469<Test name="copy_write_static_read" />
470<Test name="copy_write_static_copy" />
471<Test name="copy_write_dynamic_draw" />
472<Test name="copy_write_dynamic_read" />
473<Test name="copy_write_dynamic_copy" />
474<Test name="element_array_stream_draw" />
475<Test name="element_array_stream_read" />
476<Test name="element_array_stream_copy" />
477<Test name="element_array_static_draw" />
478<Test name="element_array_static_read" />
479<Test name="element_array_static_copy" />
480<Test name="element_array_dynamic_draw" />
481<Test name="element_array_dynamic_read" />
482<Test name="element_array_dynamic_copy" />
483<Test name="pixel_pack_stream_draw" />
484<Test name="pixel_pack_stream_read" />
485<Test name="pixel_pack_stream_copy" />
486<Test name="pixel_pack_static_draw" />
487<Test name="pixel_pack_static_read" />
488<Test name="pixel_pack_static_copy" />
489<Test name="pixel_pack_dynamic_draw" />
490<Test name="pixel_pack_dynamic_read" />
491<Test name="pixel_pack_dynamic_copy" />
492<Test name="pixel_unpack_stream_draw" />
493<Test name="pixel_unpack_stream_read" />
494<Test name="pixel_unpack_stream_copy" />
495<Test name="pixel_unpack_static_draw" />
496<Test name="pixel_unpack_static_read" />
497<Test name="pixel_unpack_static_copy" />
498<Test name="pixel_unpack_dynamic_draw" />
499<Test name="pixel_unpack_dynamic_read" />
500<Test name="pixel_unpack_dynamic_copy" />
501<Test name="transform_feedback_stream_draw" />
502<Test name="transform_feedback_stream_read" />
503<Test name="transform_feedback_stream_copy" />
504<Test name="transform_feedback_static_draw" />
505<Test name="transform_feedback_static_read" />
506<Test name="transform_feedback_static_copy" />
507<Test name="transform_feedback_dynamic_draw" />
508<Test name="transform_feedback_dynamic_read" />
509<Test name="transform_feedback_dynamic_copy" />
510<Test name="uniform_stream_draw" />
511<Test name="uniform_stream_read" />
512<Test name="uniform_stream_copy" />
513<Test name="uniform_static_draw" />
514<Test name="uniform_static_read" />
515<Test name="uniform_static_copy" />
516<Test name="uniform_dynamic_draw" />
517<Test name="uniform_dynamic_read" />
518<Test name="uniform_dynamic_copy" />
519</TestCase>
520<TestCase name="invalidate">
521<Test name="array_write_all" />
522<Test name="array_write_partial" />
523<Test name="copy_read_write_all" />
524<Test name="copy_read_write_partial" />
525<Test name="copy_write_write_all" />
526<Test name="copy_write_write_partial" />
527<Test name="element_array_write_all" />
528<Test name="element_array_write_partial" />
529<Test name="pixel_pack_write_all" />
530<Test name="pixel_pack_write_partial" />
531<Test name="pixel_unpack_write_all" />
532<Test name="pixel_unpack_write_partial" />
533<Test name="transform_feedback_write_all" />
534<Test name="transform_feedback_write_partial" />
535<Test name="uniform_write_all" />
536<Test name="uniform_write_partial" />
537</TestCase>
538<TestCase name="partial_invalidate">
539<Test name="array_write_all" />
540<Test name="array_write_partial" />
541<Test name="copy_read_write_all" />
542<Test name="copy_read_write_partial" />
543<Test name="copy_write_write_all" />
544<Test name="copy_write_write_partial" />
545<Test name="element_array_write_all" />
546<Test name="element_array_write_partial" />
547<Test name="pixel_pack_write_all" />
548<Test name="pixel_pack_write_partial" />
549<Test name="pixel_unpack_write_all" />
550<Test name="pixel_unpack_write_partial" />
551<Test name="transform_feedback_write_all" />
552<Test name="transform_feedback_write_partial" />
553<Test name="uniform_write_all" />
554<Test name="uniform_write_partial" />
555</TestCase>
556<TestCase name="explicit_flush">
557<Test name="array_all" />
558<Test name="array_partial" />
559<Test name="copy_read_all" />
560<Test name="copy_read_partial" />
561<Test name="copy_write_all" />
562<Test name="copy_write_partial" />
563<Test name="element_array_all" />
564<Test name="element_array_partial" />
565<Test name="pixel_pack_all" />
566<Test name="pixel_pack_partial" />
567<Test name="pixel_unpack_all" />
568<Test name="pixel_unpack_partial" />
569<Test name="transform_feedback_all" />
570<Test name="transform_feedback_partial" />
571<Test name="uniform_all" />
572<Test name="uniform_partial" />
573</TestCase>
574<TestCase name="unsynchronized">
575<Test name="array" />
576<Test name="copy_read" />
577<Test name="copy_write" />
578<Test name="element_array" />
579<Test name="pixel_pack" />
580<Test name="pixel_unpack" />
581<Test name="transform_feedback" />
582<Test name="uniform" />
583</TestCase>
584</TestSuite>
585<TestSuite name="read_write">
586<TestCase name="map_read">
587<Test name="array_full" />
588<Test name="array_partial" />
589<Test name="copy_read_full" />
590<Test name="copy_read_partial" />
591<Test name="copy_write_full" />
592<Test name="copy_write_partial" />
593<Test name="element_array_full" />
594<Test name="element_array_partial" />
595<Test name="pixel_pack_full" />
596<Test name="pixel_pack_partial" />
597<Test name="pixel_unpack_full" />
598<Test name="pixel_unpack_partial" />
599<Test name="transform_feedback_full" />
600<Test name="transform_feedback_partial" />
601<Test name="uniform_full" />
602<Test name="uniform_partial" />
603</TestCase>
604<TestCase name="render_as_vertex_array">
605<Test name="array_full" />
606<Test name="array_partial" />
607<Test name="copy_read_full" />
608<Test name="copy_read_partial" />
609<Test name="copy_write_full" />
610<Test name="copy_write_partial" />
611<Test name="element_array_full" />
612<Test name="element_array_partial" />
613<Test name="pixel_pack_full" />
614<Test name="pixel_pack_partial" />
615<Test name="pixel_unpack_full" />
616<Test name="pixel_unpack_partial" />
617<Test name="transform_feedback_full" />
618<Test name="transform_feedback_partial" />
619<Test name="uniform_full" />
620<Test name="uniform_partial" />
621</TestCase>
622<TestCase name="render_as_index_array">
623<Test name="array_full" />
624<Test name="array_partial" />
625<Test name="copy_read_full" />
626<Test name="copy_read_partial" />
627<Test name="copy_write_full" />
628<Test name="copy_write_partial" />
629<Test name="element_array_full" />
630<Test name="element_array_partial" />
631<Test name="pixel_pack_full" />
632<Test name="pixel_pack_partial" />
633<Test name="pixel_unpack_full" />
634<Test name="pixel_unpack_partial" />
635<Test name="transform_feedback_full" />
636<Test name="transform_feedback_partial" />
637<Test name="uniform_full" />
638<Test name="uniform_partial" />
639</TestCase>
640<TestCase name="usage_hints">
641<Test name="array_stream_draw" />
642<Test name="array_stream_read" />
643<Test name="array_stream_copy" />
644<Test name="array_static_draw" />
645<Test name="array_static_read" />
646<Test name="array_static_copy" />
647<Test name="array_dynamic_draw" />
648<Test name="array_dynamic_read" />
649<Test name="array_dynamic_copy" />
650<Test name="copy_read_stream_draw" />
651<Test name="copy_read_stream_read" />
652<Test name="copy_read_stream_copy" />
653<Test name="copy_read_static_draw" />
654<Test name="copy_read_static_read" />
655<Test name="copy_read_static_copy" />
656<Test name="copy_read_dynamic_draw" />
657<Test name="copy_read_dynamic_read" />
658<Test name="copy_read_dynamic_copy" />
659<Test name="copy_write_stream_draw" />
660<Test name="copy_write_stream_read" />
661<Test name="copy_write_stream_copy" />
662<Test name="copy_write_static_draw" />
663<Test name="copy_write_static_read" />
664<Test name="copy_write_static_copy" />
665<Test name="copy_write_dynamic_draw" />
666<Test name="copy_write_dynamic_read" />
667<Test name="copy_write_dynamic_copy" />
668<Test name="element_array_stream_draw" />
669<Test name="element_array_stream_read" />
670<Test name="element_array_stream_copy" />
671<Test name="element_array_static_draw" />
672<Test name="element_array_static_read" />
673<Test name="element_array_static_copy" />
674<Test name="element_array_dynamic_draw" />
675<Test name="element_array_dynamic_read" />
676<Test name="element_array_dynamic_copy" />
677<Test name="pixel_pack_stream_draw" />
678<Test name="pixel_pack_stream_read" />
679<Test name="pixel_pack_stream_copy" />
680<Test name="pixel_pack_static_draw" />
681<Test name="pixel_pack_static_read" />
682<Test name="pixel_pack_static_copy" />
683<Test name="pixel_pack_dynamic_draw" />
684<Test name="pixel_pack_dynamic_read" />
685<Test name="pixel_pack_dynamic_copy" />
686<Test name="pixel_unpack_stream_draw" />
687<Test name="pixel_unpack_stream_read" />
688<Test name="pixel_unpack_stream_copy" />
689<Test name="pixel_unpack_static_draw" />
690<Test name="pixel_unpack_static_read" />
691<Test name="pixel_unpack_static_copy" />
692<Test name="pixel_unpack_dynamic_draw" />
693<Test name="pixel_unpack_dynamic_read" />
694<Test name="pixel_unpack_dynamic_copy" />
695<Test name="transform_feedback_stream_draw" />
696<Test name="transform_feedback_stream_read" />
697<Test name="transform_feedback_stream_copy" />
698<Test name="transform_feedback_static_draw" />
699<Test name="transform_feedback_static_read" />
700<Test name="transform_feedback_static_copy" />
701<Test name="transform_feedback_dynamic_draw" />
702<Test name="transform_feedback_dynamic_read" />
703<Test name="transform_feedback_dynamic_copy" />
704<Test name="uniform_stream_draw" />
705<Test name="uniform_stream_read" />
706<Test name="uniform_stream_copy" />
707<Test name="uniform_static_draw" />
708<Test name="uniform_static_read" />
709<Test name="uniform_static_copy" />
710<Test name="uniform_dynamic_draw" />
711<Test name="uniform_dynamic_read" />
712<Test name="uniform_dynamic_copy" />
713</TestCase>
714</TestSuite>
715</TestSuite>
716<TestSuite name="copy">
717<TestCase name="basic">
718<Test name="array_copy_read" />
719<Test name="array_copy_write" />
720<Test name="array_element_array" />
721<Test name="array_pixel_pack" />
722<Test name="array_pixel_unpack" />
723<Test name="array_transform_feedback" />
724<Test name="array_uniform" />
725<Test name="copy_read_array" />
726<Test name="copy_read_copy_write" />
727<Test name="copy_read_element_array" />
728<Test name="copy_read_pixel_pack" />
729<Test name="copy_read_pixel_unpack" />
730<Test name="copy_read_transform_feedback" />
731<Test name="copy_read_uniform" />
732<Test name="copy_write_array" />
733<Test name="copy_write_copy_read" />
734<Test name="copy_write_element_array" />
735<Test name="copy_write_pixel_pack" />
736<Test name="copy_write_pixel_unpack" />
737<Test name="copy_write_transform_feedback" />
738<Test name="copy_write_uniform" />
739<Test name="element_array_array" />
740<Test name="element_array_copy_read" />
741<Test name="element_array_copy_write" />
742<Test name="element_array_pixel_pack" />
743<Test name="element_array_pixel_unpack" />
744<Test name="element_array_transform_feedback" />
745<Test name="element_array_uniform" />
746<Test name="pixel_pack_array" />
747<Test name="pixel_pack_copy_read" />
748<Test name="pixel_pack_copy_write" />
749<Test name="pixel_pack_element_array" />
750<Test name="pixel_pack_pixel_unpack" />
751<Test name="pixel_pack_transform_feedback" />
752<Test name="pixel_pack_uniform" />
753<Test name="pixel_unpack_array" />
754<Test name="pixel_unpack_copy_read" />
755<Test name="pixel_unpack_copy_write" />
756<Test name="pixel_unpack_element_array" />
757<Test name="pixel_unpack_pixel_pack" />
758<Test name="pixel_unpack_transform_feedback" />
759<Test name="pixel_unpack_uniform" />
760<Test name="transform_feedback_array" />
761<Test name="transform_feedback_copy_read" />
762<Test name="transform_feedback_copy_write" />
763<Test name="transform_feedback_element_array" />
764<Test name="transform_feedback_pixel_pack" />
765<Test name="transform_feedback_pixel_unpack" />
766<Test name="transform_feedback_uniform" />
767<Test name="uniform_array" />
768<Test name="uniform_copy_read" />
769<Test name="uniform_copy_write" />
770<Test name="uniform_element_array" />
771<Test name="uniform_pixel_pack" />
772<Test name="uniform_pixel_unpack" />
773<Test name="uniform_transform_feedback" />
774</TestCase>
775<TestCase name="subrange">
776<Test name="middle" />
777<Test name="small_to_large" />
778<Test name="large_to_small" />
779<Test name="low_to_high_1" />
780<Test name="low_to_high_2" />
781<Test name="high_to_low_1" />
782<Test name="high_to_low_2" />
783</TestCase>
784<TestCase name="single_buffer">
785<Test name="array_copy_read" />
786<Test name="array_copy_write" />
787<Test name="array_element_array" />
788<Test name="array_pixel_pack" />
789<Test name="array_pixel_unpack" />
790<Test name="array_transform_feedback" />
791<Test name="array_uniform" />
792<Test name="copy_read_array" />
793<Test name="copy_read_copy_write" />
794<Test name="copy_read_element_array" />
795<Test name="copy_read_pixel_pack" />
796<Test name="copy_read_pixel_unpack" />
797<Test name="copy_read_transform_feedback" />
798<Test name="copy_read_uniform" />
799<Test name="copy_write_array" />
800<Test name="copy_write_copy_read" />
801<Test name="copy_write_element_array" />
802<Test name="copy_write_pixel_pack" />
803<Test name="copy_write_pixel_unpack" />
804<Test name="copy_write_transform_feedback" />
805<Test name="copy_write_uniform" />
806<Test name="element_array_array" />
807<Test name="element_array_copy_read" />
808<Test name="element_array_copy_write" />
809<Test name="element_array_pixel_pack" />
810<Test name="element_array_pixel_unpack" />
811<Test name="element_array_transform_feedback" />
812<Test name="element_array_uniform" />
813<Test name="pixel_pack_array" />
814<Test name="pixel_pack_copy_read" />
815<Test name="pixel_pack_copy_write" />
816<Test name="pixel_pack_element_array" />
817<Test name="pixel_pack_pixel_unpack" />
818<Test name="pixel_pack_transform_feedback" />
819<Test name="pixel_pack_uniform" />
820<Test name="pixel_unpack_array" />
821<Test name="pixel_unpack_copy_read" />
822<Test name="pixel_unpack_copy_write" />
823<Test name="pixel_unpack_element_array" />
824<Test name="pixel_unpack_pixel_pack" />
825<Test name="pixel_unpack_transform_feedback" />
826<Test name="pixel_unpack_uniform" />
827<Test name="transform_feedback_array" />
828<Test name="transform_feedback_copy_read" />
829<Test name="transform_feedback_copy_write" />
830<Test name="transform_feedback_element_array" />
831<Test name="transform_feedback_pixel_pack" />
832<Test name="transform_feedback_pixel_unpack" />
833<Test name="transform_feedback_uniform" />
834<Test name="uniform_array" />
835<Test name="uniform_copy_read" />
836<Test name="uniform_copy_write" />
837<Test name="uniform_element_array" />
838<Test name="uniform_pixel_pack" />
839<Test name="uniform_pixel_unpack" />
840<Test name="uniform_transform_feedback" />
841</TestCase>
842</TestSuite>
843</TestSuite>
844<TestSuite name="shaders">
845<TestSuite name="preprocessor">
846<TestCase name="basic">
847<Test name="correct_phases_vertex" />
848<Test name="correct_phases_fragment" />
849<Test name="invalid_identifier_vertex" />
850<Test name="invalid_identifier_fragment" />
851<Test name="null_directive_vertex" />
852<Test name="null_directive_fragment" />
853<Test name="invalid_directive_vertex" />
854<Test name="invalid_directive_fragment" />
855<Test name="missing_identifier_vertex" />
856<Test name="missing_identifier_fragment" />
857<Test name="empty_object_vertex" />
858<Test name="empty_object_fragment" />
859<Test name="empty_function_vertex" />
860<Test name="empty_function_fragment" />
861<Test name="empty_directive_vertex" />
862<Test name="empty_directive_fragment" />
863</TestCase>
864<TestCase name="definitions">
865<Test name="define_value_and_function_vertex" />
866<Test name="define_value_and_function_fragment" />
867<Test name="undefine_object_invalid_syntax_vertex" />
868<Test name="undefine_object_invalid_syntax_fragment" />
869<Test name="undefine_invalid_object_1_vertex" />
870<Test name="undefine_invalid_object_1_fragment" />
871<Test name="undefine_invalid_object_2_vertex" />
872<Test name="undefine_invalid_object_2_fragment" />
873<Test name="undefine_invalid_object_3_vertex" />
874<Test name="undefine_invalid_object_3_fragment" />
875<Test name="undefine_invalid_object_4_vertex" />
876<Test name="undefine_invalid_object_4_fragment" />
877<Test name="undefine_function_vertex" />
878<Test name="undefine_function_fragment" />
879</TestCase>
880<TestCase name="invalid_definitions">
881<Test name="define_non_identifier_vertex" />
882<Test name="define_non_identifier_fragment" />
883<Test name="undef_non_identifier_1_vertex" />
884<Test name="undef_non_identifier_1_fragment" />
885<Test name="undef_non_identifier_2_vertex" />
886<Test name="undef_non_identifier_2_fragment" />
887</TestCase>
888<TestCase name="object_redefinitions">
889<Test name="invalid_object_ident_vertex" />
890<Test name="invalid_object_ident_fragment" />
891<Test name="invalid_object_whitespace_vertex" />
892<Test name="invalid_object_whitespace_fragment" />
893<Test name="invalid_object_op_vertex" />
894<Test name="invalid_object_op_fragment" />
895<Test name="invalid_object_floatval_1_vertex" />
896<Test name="invalid_object_floatval_1_fragment" />
897<Test name="invalid_object_floatval_2_vertex" />
898<Test name="invalid_object_floatval_2_fragment" />
899<Test name="invalid_object_intval_1_vertex" />
900<Test name="invalid_object_intval_1_fragment" />
901<Test name="invalid_object_intval_2_vertex" />
902<Test name="invalid_object_intval_2_fragment" />
903<Test name="redefine_object_1_vertex" />
904<Test name="redefine_object_1_fragment" />
905<Test name="redefine_object_ifdef_vertex" />
906<Test name="redefine_object_ifdef_fragment" />
907<Test name="redefine_object_undef_ifdef_vertex" />
908<Test name="redefine_object_undef_ifdef_fragment" />
909<Test name="redefine_object_ifndef_vertex" />
910<Test name="redefine_object_ifndef_fragment" />
911<Test name="redefine_object_defined_1_vertex" />
912<Test name="redefine_object_defined_1_fragment" />
913<Test name="redefine_object_defined_2_vertex" />
914<Test name="redefine_object_defined_2_fragment" />
915<Test name="redefine_object_comment_vertex" />
916<Test name="redefine_object_comment_fragment" />
917<Test name="redefine_object_multiline_comment_vertex" />
918<Test name="redefine_object_multiline_comment_fragment" />
919</TestCase>
920<TestCase name="invalid_redefinitions">
921<Test name="invalid_identifier_2_vertex" />
922<Test name="invalid_identifier_2_fragment" />
923</TestCase>
924<TestCase name="comments">
925<Test name="multiline_comment_define_vertex" />
926<Test name="multiline_comment_define_fragment" />
927<Test name="nested_comment_vertex" />
928<Test name="nested_comment_fragment" />
929<Test name="comment_trick_1_vertex" />
930<Test name="comment_trick_1_fragment" />
931<Test name="comment_trick_2_vertex" />
932<Test name="comment_trick_2_fragment" />
933<Test name="invalid_comment_vertex" />
934<Test name="invalid_comment_fragment" />
935<Test name="unterminated_comment_1_vertex" />
936<Test name="unterminated_comment_1_fragment" />
937<Test name="unterminated_comment_2_vertex" />
938<Test name="unterminated_comment_2_fragment" />
939</TestCase>
940<TestCase name="line_continuation">
941<Test name="comment_vertex" />
942<Test name="comment_fragment" />
943<Test name="define_vertex" />
944<Test name="define_fragment" />
945<Test name="preprocessing_token_vertex" />
946<Test name="preprocessing_token_fragment" />
947<Test name="token_vertex" />
948<Test name="token_fragment" />
949<Test name="middle_of_line_vertex" />
950<Test name="middle_of_line_fragment" />
951</TestCase>
952<TestCase name="function_definitions">
953<Test name="same_object_and_function_param_vertex" />
954<Test name="same_object_and_function_param_fragment" />
955<Test name="complex_func_vertex" />
956<Test name="complex_func_fragment" />
957<Test name="function_definition_with_comments_vertex" />
958<Test name="function_definition_with_comments_fragment" />
959</TestCase>
960<TestCase name="recursion">
961<Test name="recursion_1_vertex" />
962<Test name="recursion_1_fragment" />
963<Test name="recursion_2_vertex" />
964<Test name="recursion_2_fragment" />
965<Test name="recursion_3_vertex" />
966<Test name="recursion_3_fragment" />
967<Test name="recursion_4_vertex" />
968<Test name="recursion_4_fragment" />
969<Test name="recursion_5_vertex" />
970<Test name="recursion_5_fragment" />
971</TestCase>
972<TestCase name="function_redefinitions">
973<Test name="function_redefinition_1_vertex" />
974<Test name="function_redefinition_1_fragment" />
975<Test name="function_redefinition_2_vertex" />
976<Test name="function_redefinition_2_fragment" />
977<Test name="function_redefinition_3_vertex" />
978<Test name="function_redefinition_3_fragment" />
979<Test name="invalid_function_redefinition_param_1_vertex" />
980<Test name="invalid_function_redefinition_param_1_fragment" />
981<Test name="invalid_function_redefinition_param_2_vertex" />
982<Test name="invalid_function_redefinition_param_2_fragment" />
983<Test name="invalid_function_redefinition_param_3_vertex" />
984<Test name="invalid_function_redefinition_param_3_fragment" />
985</TestCase>
986<TestCase name="invalid_function_definitions">
987<Test name="arguments_1_vertex" />
988<Test name="arguments_1_fragment" />
989<Test name="arguments_2_vertex" />
990<Test name="arguments_2_fragment" />
991<Test name="arguments_3_vertex" />
992<Test name="arguments_3_fragment" />
993<Test name="arguments_4_vertex" />
994<Test name="arguments_4_fragment" />
995<Test name="arguments_5_vertex" />
996<Test name="arguments_5_fragment" />
997<Test name="arguments_6_vertex" />
998<Test name="arguments_6_fragment" />
999<Test name="arguments_7_vertex" />
1000<Test name="arguments_7_fragment" />
1001<Test name="arguments_8_vertex" />
1002<Test name="arguments_8_fragment" />
1003<Test name="unique_param_name_vertex" />
1004<Test name="unique_param_name_fragment" />
1005<Test name="argument_list_1_vertex" />
1006<Test name="argument_list_1_fragment" />
1007<Test name="argument_list_2_vertex" />
1008<Test name="argument_list_2_fragment" />
1009<Test name="argument_list_3_vertex" />
1010<Test name="argument_list_3_fragment" />
1011<Test name="no_closing_parenthesis_1_vertex" />
1012<Test name="no_closing_parenthesis_1_fragment" />
1013<Test name="no_closing_parenthesis_2_vertex" />
1014<Test name="no_closing_parenthesis_2_fragment" />
1015<Test name="no_closing_parenthesis_3_vertex" />
1016<Test name="no_closing_parenthesis_3_fragment" />
1017<Test name="no_closing_parenthesis_4_vertex" />
1018<Test name="no_closing_parenthesis_4_fragment" />
1019</TestCase>
1020<TestCase name="semantic">
1021<Test name="ops_as_arguments_vertex" />
1022<Test name="ops_as_arguments_fragment" />
1023<Test name="correct_order_vertex" />
1024<Test name="correct_order_fragment" />
1025</TestCase>
1026<TestCase name="predefined_macros">
1027<Test name="version_vertex" />
1028<Test name="version_fragment" />
1029<Test name="gl_es_1_vertex" />
1030<Test name="gl_es_1_fragment" />
1031<Test name="gl_es_2_vertex" />
1032<Test name="gl_es_2_fragment" />
1033<Test name="line_1_vertex" />
1034<Test name="line_1_fragment" />
1035<Test name="file_vertex" />
1036<Test name="file_fragment" />
1037<Test name="if_gl_es_vertex" />
1038<Test name="if_gl_es_fragment" />
1039<Test name="if_version_vertex" />
1040<Test name="if_version_fragment" />
1041</TestCase>
1042<TestCase name="conditional_inclusion">
1043<Test name="basic_1_vertex" />
1044<Test name="basic_1_fragment" />
1045<Test name="basic_2_vertex" />
1046<Test name="basic_2_fragment" />
1047<Test name="basic_3_vertex" />
1048<Test name="basic_3_fragment" />
1049<Test name="basic_4_vertex" />
1050<Test name="basic_4_fragment" />
1051<Test name="basic_5_vertex" />
1052<Test name="basic_5_fragment" />
1053<Test name="unary_ops_1_vertex" />
1054<Test name="unary_ops_1_fragment" />
1055<Test name="unary_ops_2_vertex" />
1056<Test name="unary_ops_2_fragment" />
1057</TestCase>
1058<TestCase name="invalid_ops">
1059<Test name="invalid_op_1_vertex" />
1060<Test name="invalid_op_1_fragment" />
1061<Test name="invalid_op_2_vertex" />
1062<Test name="invalid_op_2_fragment" />
1063<Test name="invalid_defined_expected_identifier_1_vertex" />
1064<Test name="invalid_defined_expected_identifier_1_fragment" />
1065<Test name="invalid_defined_expected_identifier_2_vertex" />
1066<Test name="invalid_defined_expected_identifier_2_fragment" />
1067<Test name="invalid_defined_expected_identifier_3_vertex" />
1068<Test name="invalid_defined_expected_identifier_3_fragment" />
1069<Test name="invalid_defined_expected_identifier_4_vertex" />
1070<Test name="invalid_defined_expected_identifier_4_fragment" />
1071<Test name="invalid_defined_expected_identifier_5_vertex" />
1072<Test name="invalid_defined_expected_identifier_5_fragment" />
1073<Test name="invalid_defined_expected_rparen_vertex" />
1074<Test name="invalid_defined_expected_rparen_fragment" />
1075<Test name="defined_define_vertex" />
1076<Test name="defined_define_fragment" />
1077</TestCase>
1078<TestCase name="undefined_identifiers">
1079<Test name="valid_undefined_identifier_1_vertex" />
1080<Test name="valid_undefined_identifier_1_fragment" />
1081<Test name="valid_undefined_identifier_2_vertex" />
1082<Test name="valid_undefined_identifier_2_fragment" />
1083<Test name="undefined_identifier_1_vertex" />
1084<Test name="undefined_identifier_1_fragment" />
1085<Test name="undefined_identifier_2_vertex" />
1086<Test name="undefined_identifier_2_fragment" />
1087<Test name="undefined_identifier_3_vertex" />
1088<Test name="undefined_identifier_3_fragment" />
1089<Test name="undefined_identifier_4_vertex" />
1090<Test name="undefined_identifier_4_fragment" />
1091<Test name="undefined_identifier_5_vertex" />
1092<Test name="undefined_identifier_5_fragment" />
1093<Test name="undefined_identifier_6_vertex" />
1094<Test name="undefined_identifier_6_fragment" />
1095<Test name="undefined_identifier_7_vertex" />
1096<Test name="undefined_identifier_7_fragment" />
1097<Test name="undefined_identifier_8_vertex" />
1098<Test name="undefined_identifier_8_fragment" />
1099<Test name="undefined_identifier_9_vertex" />
1100<Test name="undefined_identifier_9_fragment" />
1101<Test name="undefined_identifier_10_vertex" />
1102<Test name="undefined_identifier_10_fragment" />
1103<Test name="undefined_identifier_11_vertex" />
1104<Test name="undefined_identifier_11_fragment" />
1105<Test name="undefined_identifier_12_vertex" />
1106<Test name="undefined_identifier_12_fragment" />
1107</TestCase>
1108<TestCase name="invalid_conditionals">
1109<Test name="empty_if_vertex" />
1110<Test name="empty_if_fragment" />
1111<Test name="empty_ifdef_vertex" />
1112<Test name="empty_ifdef_fragment" />
1113<Test name="empty_ifndef_vertex" />
1114<Test name="empty_ifndef_fragment" />
1115<Test name="invalid_ifdef_vertex" />
1116<Test name="invalid_ifdef_fragment" />
1117<Test name="invalid_ifndef_vertex" />
1118<Test name="invalid_ifndef_fragment" />
1119<Test name="empty_if_defined_vertex" />
1120<Test name="empty_if_defined_fragment" />
1121<Test name="unterminated_if_1_vertex" />
1122<Test name="unterminated_if_1_fragment" />
1123<Test name="unterminated_if_2_vertex" />
1124<Test name="unterminated_if_2_fragment" />
1125<Test name="unterminated_ifdef_vertex" />
1126<Test name="unterminated_ifdef_fragment" />
1127<Test name="unterminated_ifndef_vertex" />
1128<Test name="unterminated_ifndef_fragment" />
1129<Test name="unterminated_else_1_vertex" />
1130<Test name="unterminated_else_1_fragment" />
1131<Test name="unterminated_else_2_vertex" />
1132<Test name="unterminated_else_2_fragment" />
1133<Test name="unterminated_elif_1_vertex" />
1134<Test name="unterminated_elif_1_fragment" />
1135<Test name="unterminated_elif_2_vertex" />
1136<Test name="unterminated_elif_2_fragment" />
1137<Test name="unterminated_elif_3_vertex" />
1138<Test name="unterminated_elif_3_fragment" />
1139<Test name="elif_after_else_vertex" />
1140<Test name="elif_after_else_fragment" />
1141<Test name="else_without_if_vertex" />
1142<Test name="else_without_if_fragment" />
1143<Test name="elif_without_if_vertex" />
1144<Test name="elif_without_if_fragment" />
1145<Test name="endif_without_if_vertex" />
1146<Test name="endif_without_if_fragment" />
1147<Test name="else_after_else_vertex" />
1148<Test name="else_after_else_fragment" />
1149<Test name="nested_elif_without_if_vertex" />
1150<Test name="nested_elif_without_if_fragment" />
1151<Test name="if_float_vertex" />
1152<Test name="if_float_fragment" />
1153<Test name="tokens_after_if_vertex" />
1154<Test name="tokens_after_if_fragment" />
1155<Test name="tokens_after_elif_vertex" />
1156<Test name="tokens_after_elif_fragment" />
1157<Test name="tokens_after_else_vertex" />
1158<Test name="tokens_after_else_fragment" />
1159<Test name="tokens_after_endif_vertex" />
1160<Test name="tokens_after_endif_fragment" />
1161<Test name="tokens_after_ifdef_vertex" />
1162<Test name="tokens_after_ifdef_fragment" />
1163<Test name="tokens_after_ifndef_vertex" />
1164<Test name="tokens_after_ifndef_fragment" />
1165<Test name="unterminated_nested_blocks_vertex" />
1166<Test name="unterminated_nested_blocks_fragment" />
1167</TestCase>
1168<TestCase name="conditionals">
1169<Test name="ifdef_1_vertex" />
1170<Test name="ifdef_1_fragment" />
1171<Test name="ifdef_2_vertex" />
1172<Test name="ifdef_2_fragment" />
1173<Test name="ifdef_3_vertex" />
1174<Test name="ifdef_3_fragment" />
1175<Test name="ifndef_1_vertex" />
1176<Test name="ifndef_1_fragment" />
1177<Test name="ifndef_2_vertex" />
1178<Test name="ifndef_2_fragment" />
1179<Test name="mixed_conditional_inclusion_vertex" />
1180<Test name="mixed_conditional_inclusion_fragment" />
1181<Test name="nested_if_1_vertex" />
1182<Test name="nested_if_1_fragment" />
1183<Test name="nested_if_2_vertex" />
1184<Test name="nested_if_2_fragment" />
1185<Test name="nested_if_3_vertex" />
1186<Test name="nested_if_3_fragment" />
1187</TestCase>
1188<TestCase name="directive">
1189<Test name="version_is_less_vertex" />
1190<Test name="version_is_less_fragment" />
1191<Test name="version_is_more_vertex" />
1192<Test name="version_is_more_fragment" />
1193<Test name="version_missing_es_vertex" />
1194<Test name="version_missing_es_fragment" />
1195<Test name="version_missing_vertex" />
1196<Test name="version_missing_fragment" />
1197<Test name="version_not_first_statement_1_vertex" />
1198<Test name="version_not_first_statement_1_fragment" />
1199<Test name="version_not_first_statement_2_vertex" />
1200<Test name="version_not_first_statement_2_fragment" />
1201<Test name="version_invalid_token_1_vertex" />
1202<Test name="version_invalid_token_1_fragment" />
1203<Test name="version_invalid_token_2_vertex" />
1204<Test name="version_invalid_token_2_fragment" />
1205<Test name="invalid_version_vertex" />
1206<Test name="invalid_version_fragment" />
1207<Test name="additional_tokens_vertex" />
1208<Test name="additional_tokens_fragment" />
1209<Test name="error_with_no_tokens_vertex" />
1210<Test name="error_with_no_tokens_fragment" />
1211<Test name="error_vertex" />
1212<Test name="error_fragment" />
1213</TestCase>
1214<TestCase name="builtin">
1215<Test name="line_vertex" />
1216<Test name="line_fragment" />
1217<Test name="line_and_file_vertex" />
1218<Test name="line_and_file_fragment" />
1219<Test name="line_defined_1_vertex" />
1220<Test name="line_defined_1_fragment" />
1221<Test name="empty_line_vertex" />
1222<Test name="empty_line_fragment" />
1223<Test name="invalid_line_file_4_vertex" />
1224<Test name="invalid_line_file_4_fragment" />
1225</TestCase>
1226<TestCase name="pragmas">
1227<Test name="pragma_vertex" />
1228<Test name="pragma_fragment" />
1229<Test name="pragma_macro_exp_vertex" />
1230<Test name="pragma_macro_exp_fragment" />
1231</TestCase>
1232<TestCase name="extensions">
1233<Test name="basic_vertex" />
1234<Test name="basic_fragment" />
1235<Test name="macro_exp_vertex" />
1236<Test name="macro_exp_fragment" />
1237<Test name="missing_extension_name_vertex" />
1238<Test name="missing_extension_name_fragment" />
1239<Test name="invalid_extension_name_vertex" />
1240<Test name="invalid_extension_name_fragment" />
1241<Test name="missing_colon_vertex" />
1242<Test name="missing_colon_fragment" />
1243<Test name="expected_colon_vertex" />
1244<Test name="expected_colon_fragment" />
1245<Test name="missing_behavior_vertex" />
1246<Test name="missing_behavior_fragment" />
1247<Test name="invalid_behavior_1_vertex" />
1248<Test name="invalid_behavior_1_fragment" />
1249<Test name="invalid_behavior_2_vertex" />
1250<Test name="invalid_behavior_2_fragment" />
1251<Test name="invalid_char_in_name_vertex" />
1252<Test name="invalid_char_in_name_fragment" />
1253<Test name="invalid_char_in_behavior_vertex" />
1254<Test name="invalid_char_in_behavior_fragment" />
1255<Test name="unterminated_comment_vertex" />
1256<Test name="unterminated_comment_fragment" />
1257</TestCase>
1258<TestCase name="expressions">
1259<Test name="shift_left_vertex" />
1260<Test name="shift_left_fragment" />
1261<Test name="shift_right_vertex" />
1262<Test name="shift_right_fragment" />
1263<Test name="cmp_less_than_vertex" />
1264<Test name="cmp_less_than_fragment" />
1265<Test name="less_or_equal_vertex" />
1266<Test name="less_or_equal_fragment" />
1267<Test name="or_vertex" />
1268<Test name="or_fragment" />
1269<Test name="and_vertex" />
1270<Test name="and_fragment" />
1271<Test name="xor_vertex" />
1272<Test name="xor_fragment" />
1273<Test name="mod_vertex" />
1274<Test name="mod_fragment" />
1275<Test name="parenthesis_value_vertex" />
1276<Test name="parenthesis_value_fragment" />
1277<Test name="parenthesis_tricky_vertex" />
1278<Test name="parenthesis_tricky_fragment" />
1279<Test name="parenthesis_if_no_vertex" />
1280<Test name="parenthesis_if_no_fragment" />
1281<Test name="parenthesis_if_vertex" />
1282<Test name="parenthesis_if_fragment" />
1283<Test name="parenthesis_multi_if_vertex" />
1284<Test name="parenthesis_multi_if_fragment" />
1285<Test name="parenthesis_single_if_vertex" />
1286<Test name="parenthesis_single_if_fragment" />
1287<Test name="parenthesis_ifelse_true_vertex" />
1288<Test name="parenthesis_ifelse_true_fragment" />
1289<Test name="parenthesis_ifelse_false_vertex" />
1290<Test name="parenthesis_ifelse_false_fragment" />
1291<Test name="eval_basic_0_vertex" />
1292<Test name="eval_basic_0_fragment" />
1293<Test name="eval_basic_1_vertex" />
1294<Test name="eval_basic_1_fragment" />
1295<Test name="eval_simple_precedence_0_vertex" />
1296<Test name="eval_simple_precedence_0_fragment" />
1297<Test name="eval_simple_precedence_1_vertex" />
1298<Test name="eval_simple_precedence_1_fragment" />
1299<Test name="defined_1_vertex" />
1300<Test name="defined_1_fragment" />
1301<Test name="defined_2_vertex" />
1302<Test name="defined_2_fragment" />
1303<Test name="defined_3_vertex" />
1304<Test name="defined_3_fragment" />
1305<Test name="defined_4_vertex" />
1306<Test name="defined_4_fragment" />
1307<Test name="defined_5_vertex" />
1308<Test name="defined_5_fragment" />
1309<Test name="defined_6_vertex" />
1310<Test name="defined_6_fragment" />
1311</TestCase>
1312<TestCase name="invalid_expressions">
1313<Test name="invalid_unary_expr_vertex" />
1314<Test name="invalid_unary_expr_fragment" />
1315<Test name="invalid_binary_expr_vertex" />
1316<Test name="invalid_binary_expr_fragment" />
1317<Test name="missing_expr_vertex" />
1318<Test name="missing_expr_fragment" />
1319<Test name="invalid_expr_1_vertex" />
1320<Test name="invalid_expr_1_fragment" />
1321<Test name="invalid_expr_2_vertex" />
1322<Test name="invalid_expr_2_fragment" />
1323<Test name="invalid_expr_3_vertex" />
1324<Test name="invalid_expr_3_fragment" />
1325<Test name="unopened_parenthesis_vertex" />
1326<Test name="unopened_parenthesis_fragment" />
1327<Test name="unclosed_parenthesis_vertex" />
1328<Test name="unclosed_parenthesis_fragment" />
1329</TestCase>
1330<TestCase name="operator_precedence">
1331<Test name="modulo_vs_not_vertex" />
1332<Test name="modulo_vs_not_fragment" />
1333<Test name="div_vs_not_vertex" />
1334<Test name="div_vs_not_fragment" />
1335<Test name="mul_vs_not_vertex" />
1336<Test name="mul_vs_not_fragment" />
1337<Test name="modulo_vs_bit_invert_vertex" />
1338<Test name="modulo_vs_bit_invert_fragment" />
1339<Test name="modulo_vs_minus_vertex" />
1340<Test name="modulo_vs_minus_fragment" />
1341<Test name="modulo_vs_plus_vertex" />
1342<Test name="modulo_vs_plus_fragment" />
1343<Test name="div_vs_bit_invert_vertex" />
1344<Test name="div_vs_bit_invert_fragment" />
1345<Test name="div_vs_minus_vertex" />
1346<Test name="div_vs_minus_fragment" />
1347<Test name="div_vs_plus_vertex" />
1348<Test name="div_vs_plus_fragment" />
1349<Test name="mul_vs_bit_invert_vertex" />
1350<Test name="mul_vs_bit_invert_fragment" />
1351<Test name="mul_vs_minus_vertex" />
1352<Test name="mul_vs_minus_fragment" />
1353<Test name="mul_vs_plus_vertex" />
1354<Test name="mul_vs_plus_fragment" />
1355<Test name="sub_vs_modulo_vertex" />
1356<Test name="sub_vs_modulo_fragment" />
1357<Test name="sub_vs_div_vertex" />
1358<Test name="sub_vs_div_fragment" />
1359<Test name="sub_vs_mul_vertex" />
1360<Test name="sub_vs_mul_fragment" />
1361<Test name="add_vs_modulo_vertex" />
1362<Test name="add_vs_modulo_fragment" />
1363<Test name="add_vs_div_vertex" />
1364<Test name="add_vs_div_fragment" />
1365<Test name="add_vs_mul_vertex" />
1366<Test name="add_vs_mul_fragment" />
1367<Test name="rshift_vs_sub_vertex" />
1368<Test name="rshift_vs_sub_fragment" />
1369<Test name="rshift_vs_add_vertex" />
1370<Test name="rshift_vs_add_fragment" />
1371<Test name="lshift_vs_sub_vertex" />
1372<Test name="lshift_vs_sub_fragment" />
1373<Test name="lshift_vs_add_vertex" />
1374<Test name="lshift_vs_add_fragment" />
1375<Test name="greater_or_equal_vs_rshift_vertex" />
1376<Test name="greater_or_equal_vs_rshift_fragment" />
1377<Test name="greater_or_equal_vs_lshift_vertex" />
1378<Test name="greater_or_equal_vs_lshift_fragment" />
1379<Test name="less_or_equal_vs_rshift_vertex" />
1380<Test name="less_or_equal_vs_rshift_fragment" />
1381<Test name="less_or_equal_vs_lshift_vertex" />
1382<Test name="less_or_equal_vs_lshift_fragment" />
1383<Test name="greater_vs_rshift_vertex" />
1384<Test name="greater_vs_rshift_fragment" />
1385<Test name="greater_vs_lshift_vertex" />
1386<Test name="greater_vs_lshift_fragment" />
1387<Test name="less_vs_rshift_vertex" />
1388<Test name="less_vs_rshift_fragment" />
1389<Test name="less_vs_lshift_vertex" />
1390<Test name="less_vs_lshift_fragment" />
1391<Test name="not_equal_vs_greater_or_equal_vertex" />
1392<Test name="not_equal_vs_greater_or_equal_fragment" />
1393<Test name="not_equal_vs_less_or_equal_vertex" />
1394<Test name="not_equal_vs_less_or_equal_fragment" />
1395<Test name="not_equal_vs_greater_vertex" />
1396<Test name="not_equal_vs_greater_fragment" />
1397<Test name="not_equal_vs_less_vertex" />
1398<Test name="not_equal_vs_less_fragment" />
1399<Test name="equal_vs_greater_or_equal_vertex" />
1400<Test name="equal_vs_greater_or_equal_fragment" />
1401<Test name="equal_vs_less_or_equal_vertex" />
1402<Test name="equal_vs_less_or_equal_fragment" />
1403<Test name="equal_vs_greater_vertex" />
1404<Test name="equal_vs_greater_fragment" />
1405<Test name="equal_vs_less_vertex" />
1406<Test name="equal_vs_less_fragment" />
1407<Test name="bitwise_and_vs_not_equal_vertex" />
1408<Test name="bitwise_and_vs_not_equal_fragment" />
1409<Test name="bitwise_and_vs_equal_vertex" />
1410<Test name="bitwise_and_vs_equal_fragment" />
1411<Test name="xor_vs_bitwise_and_vertex" />
1412<Test name="xor_vs_bitwise_and_fragment" />
1413<Test name="bitwise_or_vs_xor_vertex" />
1414<Test name="bitwise_or_vs_xor_fragment" />
1415<Test name="logical_and_vs_bitwise_or_vertex" />
1416<Test name="logical_and_vs_bitwise_or_fragment" />
1417<Test name="logical_and_vs_bitwise_and_vertex" />
1418<Test name="logical_and_vs_bitwise_and_fragment" />
1419<Test name="logical_or_vs_logical_and_vertex" />
1420<Test name="logical_or_vs_logical_and_fragment" />
1421</TestCase>
1422</TestSuite>
1423<TestCase name="constants">
1424<Test name="float_input_vertex" />
1425<Test name="float_input_fragment" />
1426<Test name="float_uniform_vertex" />
1427<Test name="float_uniform_fragment" />
1428<Test name="float_0_vertex" />
1429<Test name="float_0_fragment" />
1430<Test name="float_1_vertex" />
1431<Test name="float_1_fragment" />
1432<Test name="float_2_vertex" />
1433<Test name="float_2_fragment" />
1434<Test name="float_3_vertex" />
1435<Test name="float_3_fragment" />
1436<Test name="float_4_vertex" />
1437<Test name="float_4_fragment" />
1438<Test name="float_5_vertex" />
1439<Test name="float_5_fragment" />
1440<Test name="float_6_vertex" />
1441<Test name="float_6_fragment" />
1442<Test name="float_7_vertex" />
1443<Test name="float_7_fragment" />
1444<Test name="float_8_vertex" />
1445<Test name="float_8_fragment" />
1446<Test name="float_f_suffix_0_vertex" />
1447<Test name="float_f_suffix_0_fragment" />
1448<Test name="float_f_suffix_1_vertex" />
1449<Test name="float_f_suffix_1_fragment" />
1450<Test name="int_0_vertex" />
1451<Test name="int_0_fragment" />
1452<Test name="int_1_vertex" />
1453<Test name="int_1_fragment" />
1454<Test name="int_2_vertex" />
1455<Test name="int_2_fragment" />
1456<Test name="int_3_vertex" />
1457<Test name="int_3_fragment" />
1458<Test name="int_4_vertex" />
1459<Test name="int_4_fragment" />
1460<Test name="bool_0_vertex" />
1461<Test name="bool_0_fragment" />
1462<Test name="bool_1_vertex" />
1463<Test name="bool_1_fragment" />
1464<Test name="const_float_global_vertex" />
1465<Test name="const_float_global_fragment" />
1466<Test name="const_float_main_vertex" />
1467<Test name="const_float_main_fragment" />
1468<Test name="const_float_function_vertex" />
1469<Test name="const_float_function_fragment" />
1470<Test name="const_float_scope_vertex" />
1471<Test name="const_float_scope_fragment" />
1472<Test name="const_float_scope_shawdowing_1_vertex" />
1473<Test name="const_float_scope_shawdowing_1_fragment" />
1474<Test name="const_float_scope_shawdowing_2_vertex" />
1475<Test name="const_float_scope_shawdowing_2_fragment" />
1476<Test name="const_float_scope_shawdowing_3_vertex" />
1477<Test name="const_float_scope_shawdowing_3_fragment" />
1478<Test name="const_float_scope_shawdowing_4_vertex" />
1479<Test name="const_float_scope_shawdowing_4_fragment" />
1480<Test name="const_float_operations_with_const_vertex" />
1481<Test name="const_float_operations_with_const_fragment" />
1482<Test name="const_float_assignment_1_vertex" />
1483<Test name="const_float_assignment_1_fragment" />
1484<Test name="const_float_assignment_2_vertex" />
1485<Test name="const_float_assignment_2_fragment" />
1486<Test name="const_float_assignment_3_vertex" />
1487<Test name="const_float_assignment_3_fragment" />
1488<Test name="const_float_assignment_4_vertex" />
1489<Test name="const_float_assignment_4_fragment" />
1490<Test name="const_float_assign_uniform_vertex" />
1491<Test name="const_float_assign_uniform_fragment" />
1492<Test name="const_float_assign_varying" />
1493<Test name="const_float_from_int_vertex" />
1494<Test name="const_float_from_int_fragment" />
1495<Test name="const_float_from_vec2_vertex" />
1496<Test name="const_float_from_vec2_fragment" />
1497<Test name="const_float_from_vec3_vertex" />
1498<Test name="const_float_from_vec3_fragment" />
1499<Test name="const_float_from_vec4_vertex" />
1500<Test name="const_float_from_vec4_fragment" />
1501<Test name="const_float_assign_variable_1_vertex" />
1502<Test name="const_float_assign_variable_1_fragment" />
1503<Test name="const_float_assign_variable_2_vertex" />
1504<Test name="const_float_assign_variable_2_fragment" />
1505<Test name="const_float_assign_user_func_vertex" />
1506<Test name="const_float_assign_user_func_fragment" />
1507<Test name="int_decimal_vertex" />
1508<Test name="int_decimal_fragment" />
1509<Test name="int_octal_vertex" />
1510<Test name="int_octal_fragment" />
1511<Test name="int_hexadecimal_0_vertex" />
1512<Test name="int_hexadecimal_0_fragment" />
1513<Test name="int_hexadecimal_1_vertex" />
1514<Test name="int_hexadecimal_1_fragment" />
1515<Test name="uint_decimal_0_vertex" />
1516<Test name="uint_decimal_0_fragment" />
1517<Test name="uint_decimal_1_vertex" />
1518<Test name="uint_decimal_1_fragment" />
1519<Test name="uint_octal_0_vertex" />
1520<Test name="uint_octal_0_fragment" />
1521<Test name="uint_octal_1_vertex" />
1522<Test name="uint_octal_1_fragment" />
1523<Test name="uint_hexadecimal_0_vertex" />
1524<Test name="uint_hexadecimal_0_fragment" />
1525<Test name="uint_hexadecimal_1_vertex" />
1526<Test name="uint_hexadecimal_1_fragment" />
1527<Test name="int_from_uint_vertex" />
1528<Test name="int_from_uint_fragment" />
1529<Test name="uint_from_int_vertex" />
1530<Test name="uint_from_int_fragment" />
1531<Test name="int_from_float_vertex" />
1532<Test name="int_from_float_fragment" />
1533<Test name="uint_from_float_vertex" />
1534<Test name="uint_from_float_fragment" />
1535<Test name="bool_from_int_vertex" />
1536<Test name="bool_from_int_fragment" />
1537<Test name="bool_from_uint_vertex" />
1538<Test name="bool_from_uint_fragment" />
1539<Test name="bool_from_float_vertex" />
1540<Test name="bool_from_float_fragment" />
1541<Test name="invalid_octal_0_vertex" />
1542<Test name="invalid_octal_0_fragment" />
1543<Test name="invalid_hexadecimal_0_vertex" />
1544<Test name="invalid_hexadecimal_0_fragment" />
1545<Test name="invalid_hexadecimal_1_vertex" />
1546<Test name="invalid_hexadecimal_1_fragment" />
1547</TestCase>
1548<TestSuite name="linkage">
1549<TestSuite name="varying">
1550<TestCase name="rules">
1551<Test name="fragment_declare" />
1552<Test name="vertex_declare" />
1553<Test name="both_declare" />
1554<Test name="vertex_declare_fragment_use" />
1555<Test name="vertex_use_fragment_declare" />
1556<Test name="vertex_use_declare_fragment" />
1557<Test name="vertex_use_fragment_use" />
1558<Test name="differing_precision_1" />
1559<Test name="differing_precision_2" />
1560<Test name="differing_precision_3" />
1561<Test name="type_mismatch_2" />
1562<Test name="type_mismatch_3" />
1563<Test name="invalid_type_bool" />
1564</TestCase>
1565<TestCase name="basic_types">
1566<Test name="float" />
1567<Test name="vec2" />
1568<Test name="vec3" />
1569<Test name="vec4" />
1570<Test name="mat2" />
1571<Test name="mat2x3" />
1572<Test name="mat2x4" />
1573<Test name="mat3x2" />
1574<Test name="mat3" />
1575<Test name="mat3x4" />
1576<Test name="mat4x2" />
1577<Test name="mat4x3" />
1578<Test name="mat4" />
1579<Test name="int" />
1580<Test name="ivec2" />
1581<Test name="ivec3" />
1582<Test name="ivec4" />
1583<Test name="uint" />
1584<Test name="uvec2" />
1585<Test name="uvec3" />
1586<Test name="uvec4" />
1587</TestCase>
1588<TestCase name="struct">
1589<Test name="float" />
1590<Test name="vec2" />
1591<Test name="vec3" />
1592<Test name="vec4" />
1593<Test name="mat2" />
1594<Test name="mat2x3" />
1595<Test name="mat2x4" />
1596<Test name="mat3x2" />
1597<Test name="mat3" />
1598<Test name="mat3x4" />
1599<Test name="mat4x2" />
1600<Test name="mat4x3" />
1601<Test name="mat4" />
1602<Test name="int" />
1603<Test name="ivec2" />
1604<Test name="ivec3" />
1605<Test name="ivec4" />
1606<Test name="uint" />
1607<Test name="uvec2" />
1608<Test name="uvec3" />
1609<Test name="uvec4" />
1610<Test name="float_vec3" />
1611</TestCase>
1612<TestCase name="interpolation">
1613<Test name="smooth" />
1614<Test name="centroid" />
1615<Test name="flat" />
1616</TestCase>
1617<TestCase name="usage">
1618<Test name="readback_1" />
1619<Test name="writeback_1" />
1620</TestCase>
1621</TestSuite>
1622<TestSuite name="uniform">
1623<TestCase name="struct">
1624<Test name="basic" />
1625<Test name="vertex_only" />
1626<Test name="fragment_only" />
1627<Test name="partial" />
1628<Test name="vec4" />
1629<Test name="vertex_only_vec4" />
1630<Test name="fragment_only_vec4" />
1631<Test name="partial_vec4" />
1632<Test name="vec4_vec3" />
1633<Test name="vertex_only_vec4_vec3" />
1634<Test name="fragment_only_vec4_vec3" />
1635<Test name="partial_vec4_vec3" />
1636<Test name="vec4_float" />
1637<Test name="vertex_only_vec4_float" />
1638<Test name="fragment_only_vec4_float" />
1639<Test name="partial_vec4_float" />
1640<Test name="partial_vec4_struct" />
1641<Test name="partial_vec4_vec3_struct" />
1642<Test name="partial_vec2_vec3" />
1643<Test name="partial_vec2_int" />
1644<Test name="partial_int_float" />
1645<Test name="partial_bvec2_vec2" />
1646<Test name="partial_ivec2_vec2" />
1647<Test name="partial_ivec2_ivec2" />
1648<Test name="light_struct_highp" />
1649<Test name="light_struct_mediump" />
1650</TestCase>
1651<TestCase name="block">
1652<Test name="type_mismatch" />
1653<Test name="members_mismatch" />
1654<Test name="layout_qualifier_mismatch_4" />
1655<Test name="layout_qualifier_mismatch_5" />
1656</TestCase>
1657</TestSuite>
1658</TestSuite>
1659<TestSuite name="conversions">
1660<TestCase name="scalar_to_scalar">
1661<Test name="float_to_float_vertex" />
1662<Test name="float_to_float_fragment" />
1663<Test name="float_to_int_vertex" />
1664<Test name="float_to_int_fragment" />
1665<Test name="float_to_bool_vertex" />
1666<Test name="float_to_bool_fragment" />
1667<Test name="int_to_float_vertex" />
1668<Test name="int_to_float_fragment" />
1669<Test name="int_to_int_vertex" />
1670<Test name="int_to_int_fragment" />
1671<Test name="int_to_bool_vertex" />
1672<Test name="int_to_bool_fragment" />
1673<Test name="uint_to_float_vertex" />
1674<Test name="uint_to_float_fragment" />
1675<Test name="uint_to_int_vertex" />
1676<Test name="uint_to_int_fragment" />
1677<Test name="uint_to_bool_vertex" />
1678<Test name="uint_to_bool_fragment" />
1679<Test name="bool_to_float_vertex" />
1680<Test name="bool_to_float_fragment" />
1681<Test name="bool_to_int_vertex" />
1682<Test name="bool_to_int_fragment" />
1683<Test name="bool_to_bool_vertex" />
1684<Test name="bool_to_bool_fragment" />
1685<Test name="float_to_uint_vertex" />
1686<Test name="float_to_uint_fragment" />
1687<Test name="int_to_uint_vertex" />
1688<Test name="int_to_uint_fragment" />
1689<Test name="uint_to_uint_vertex" />
1690<Test name="uint_to_uint_fragment" />
1691<Test name="bool_to_uint_vertex" />
1692<Test name="bool_to_uint_fragment" />
1693</TestCase>
1694<TestCase name="scalar_to_vector">
1695<Test name="float_to_vec2_vertex" />
1696<Test name="float_to_vec2_fragment" />
1697<Test name="float_to_vec3_vertex" />
1698<Test name="float_to_vec3_fragment" />
1699<Test name="float_to_vec4_vertex" />
1700<Test name="float_to_vec4_fragment" />
1701<Test name="float_to_ivec2_vertex" />
1702<Test name="float_to_ivec2_fragment" />
1703<Test name="float_to_ivec3_vertex" />
1704<Test name="float_to_ivec3_fragment" />
1705<Test name="float_to_ivec4_vertex" />
1706<Test name="float_to_ivec4_fragment" />
1707<Test name="float_to_bvec2_vertex" />
1708<Test name="float_to_bvec2_fragment" />
1709<Test name="float_to_bvec3_vertex" />
1710<Test name="float_to_bvec3_fragment" />
1711<Test name="float_to_bvec4_vertex" />
1712<Test name="float_to_bvec4_fragment" />
1713<Test name="int_to_vec2_vertex" />
1714<Test name="int_to_vec2_fragment" />
1715<Test name="int_to_vec3_vertex" />
1716<Test name="int_to_vec3_fragment" />
1717<Test name="int_to_vec4_vertex" />
1718<Test name="int_to_vec4_fragment" />
1719<Test name="int_to_ivec2_vertex" />
1720<Test name="int_to_ivec2_fragment" />
1721<Test name="int_to_ivec3_vertex" />
1722<Test name="int_to_ivec3_fragment" />
1723<Test name="int_to_ivec4_vertex" />
1724<Test name="int_to_ivec4_fragment" />
1725<Test name="int_to_bvec2_vertex" />
1726<Test name="int_to_bvec2_fragment" />
1727<Test name="int_to_bvec3_vertex" />
1728<Test name="int_to_bvec3_fragment" />
1729<Test name="int_to_bvec4_vertex" />
1730<Test name="int_to_bvec4_fragment" />
1731<Test name="uint_to_vec2_vertex" />
1732<Test name="uint_to_vec2_fragment" />
1733<Test name="uint_to_vec3_vertex" />
1734<Test name="uint_to_vec3_fragment" />
1735<Test name="uint_to_vec4_vertex" />
1736<Test name="uint_to_vec4_fragment" />
1737<Test name="uint_to_ivec2_vertex" />
1738<Test name="uint_to_ivec2_fragment" />
1739<Test name="uint_to_ivec3_vertex" />
1740<Test name="uint_to_ivec3_fragment" />
1741<Test name="uint_to_ivec4_vertex" />
1742<Test name="uint_to_ivec4_fragment" />
1743<Test name="uint_to_bvec2_vertex" />
1744<Test name="uint_to_bvec2_fragment" />
1745<Test name="uint_to_bvec3_vertex" />
1746<Test name="uint_to_bvec3_fragment" />
1747<Test name="uint_to_bvec4_vertex" />
1748<Test name="uint_to_bvec4_fragment" />
1749<Test name="bool_to_vec2_vertex" />
1750<Test name="bool_to_vec2_fragment" />
1751<Test name="bool_to_vec3_vertex" />
1752<Test name="bool_to_vec3_fragment" />
1753<Test name="bool_to_vec4_vertex" />
1754<Test name="bool_to_vec4_fragment" />
1755<Test name="bool_to_ivec2_vertex" />
1756<Test name="bool_to_ivec2_fragment" />
1757<Test name="bool_to_ivec3_vertex" />
1758<Test name="bool_to_ivec3_fragment" />
1759<Test name="bool_to_ivec4_vertex" />
1760<Test name="bool_to_ivec4_fragment" />
1761<Test name="bool_to_bvec2_vertex" />
1762<Test name="bool_to_bvec2_fragment" />
1763<Test name="bool_to_bvec3_vertex" />
1764<Test name="bool_to_bvec3_fragment" />
1765<Test name="bool_to_bvec4_vertex" />
1766<Test name="bool_to_bvec4_fragment" />
1767<Test name="float_to_uvec2_vertex" />
1768<Test name="float_to_uvec2_fragment" />
1769<Test name="float_to_uvec3_vertex" />
1770<Test name="float_to_uvec3_fragment" />
1771<Test name="float_to_uvec4_vertex" />
1772<Test name="float_to_uvec4_fragment" />
1773<Test name="int_to_uvec2_vertex" />
1774<Test name="int_to_uvec2_fragment" />
1775<Test name="int_to_uvec3_vertex" />
1776<Test name="int_to_uvec3_fragment" />
1777<Test name="int_to_uvec4_vertex" />
1778<Test name="int_to_uvec4_fragment" />
1779<Test name="uint_to_uvec2_vertex" />
1780<Test name="uint_to_uvec2_fragment" />
1781<Test name="uint_to_uvec3_vertex" />
1782<Test name="uint_to_uvec3_fragment" />
1783<Test name="uint_to_uvec4_vertex" />
1784<Test name="uint_to_uvec4_fragment" />
1785<Test name="bool_to_uvec2_vertex" />
1786<Test name="bool_to_uvec2_fragment" />
1787<Test name="bool_to_uvec3_vertex" />
1788<Test name="bool_to_uvec3_fragment" />
1789<Test name="bool_to_uvec4_vertex" />
1790<Test name="bool_to_uvec4_fragment" />
1791</TestCase>
1792<TestCase name="vector_to_scalar">
1793<Test name="vec2_to_float_vertex" />
1794<Test name="vec2_to_float_fragment" />
1795<Test name="vec2_to_int_vertex" />
1796<Test name="vec2_to_int_fragment" />
1797<Test name="vec2_to_bool_vertex" />
1798<Test name="vec2_to_bool_fragment" />
1799<Test name="vec3_to_float_vertex" />
1800<Test name="vec3_to_float_fragment" />
1801<Test name="vec3_to_int_vertex" />
1802<Test name="vec3_to_int_fragment" />
1803<Test name="vec3_to_bool_vertex" />
1804<Test name="vec3_to_bool_fragment" />
1805<Test name="vec4_to_float_vertex" />
1806<Test name="vec4_to_float_fragment" />
1807<Test name="vec4_to_int_vertex" />
1808<Test name="vec4_to_int_fragment" />
1809<Test name="vec4_to_bool_vertex" />
1810<Test name="vec4_to_bool_fragment" />
1811<Test name="ivec2_to_float_vertex" />
1812<Test name="ivec2_to_float_fragment" />
1813<Test name="ivec2_to_int_vertex" />
1814<Test name="ivec2_to_int_fragment" />
1815<Test name="ivec2_to_bool_vertex" />
1816<Test name="ivec2_to_bool_fragment" />
1817<Test name="ivec3_to_float_vertex" />
1818<Test name="ivec3_to_float_fragment" />
1819<Test name="ivec3_to_int_vertex" />
1820<Test name="ivec3_to_int_fragment" />
1821<Test name="ivec3_to_bool_vertex" />
1822<Test name="ivec3_to_bool_fragment" />
1823<Test name="ivec4_to_float_vertex" />
1824<Test name="ivec4_to_float_fragment" />
1825<Test name="ivec4_to_int_vertex" />
1826<Test name="ivec4_to_int_fragment" />
1827<Test name="ivec4_to_bool_vertex" />
1828<Test name="ivec4_to_bool_fragment" />
1829<Test name="uvec2_to_float_vertex" />
1830<Test name="uvec2_to_float_fragment" />
1831<Test name="uvec2_to_int_vertex" />
1832<Test name="uvec2_to_int_fragment" />
1833<Test name="uvec2_to_bool_vertex" />
1834<Test name="uvec2_to_bool_fragment" />
1835<Test name="uvec3_to_float_vertex" />
1836<Test name="uvec3_to_float_fragment" />
1837<Test name="uvec3_to_int_vertex" />
1838<Test name="uvec3_to_int_fragment" />
1839<Test name="uvec3_to_bool_vertex" />
1840<Test name="uvec3_to_bool_fragment" />
1841<Test name="uvec4_to_float_vertex" />
1842<Test name="uvec4_to_float_fragment" />
1843<Test name="uvec4_to_int_vertex" />
1844<Test name="uvec4_to_int_fragment" />
1845<Test name="uvec4_to_bool_vertex" />
1846<Test name="uvec4_to_bool_fragment" />
1847<Test name="bvec2_to_float_vertex" />
1848<Test name="bvec2_to_float_fragment" />
1849<Test name="bvec2_to_int_vertex" />
1850<Test name="bvec2_to_int_fragment" />
1851<Test name="bvec2_to_bool_vertex" />
1852<Test name="bvec2_to_bool_fragment" />
1853<Test name="bvec3_to_float_vertex" />
1854<Test name="bvec3_to_float_fragment" />
1855<Test name="bvec3_to_int_vertex" />
1856<Test name="bvec3_to_int_fragment" />
1857<Test name="bvec3_to_bool_vertex" />
1858<Test name="bvec3_to_bool_fragment" />
1859<Test name="bvec4_to_float_vertex" />
1860<Test name="bvec4_to_float_fragment" />
1861<Test name="bvec4_to_int_vertex" />
1862<Test name="bvec4_to_int_fragment" />
1863<Test name="bvec4_to_bool_vertex" />
1864<Test name="bvec4_to_bool_fragment" />
1865<Test name="vec2_to_uint_vertex" />
1866<Test name="vec2_to_uint_fragment" />
1867<Test name="vec3_to_uint_vertex" />
1868<Test name="vec3_to_uint_fragment" />
1869<Test name="vec4_to_uint_vertex" />
1870<Test name="vec4_to_uint_fragment" />
1871<Test name="ivec2_to_uint_vertex" />
1872<Test name="ivec2_to_uint_fragment" />
1873<Test name="ivec3_to_uint_vertex" />
1874<Test name="ivec3_to_uint_fragment" />
1875<Test name="ivec4_to_uint_vertex" />
1876<Test name="ivec4_to_uint_fragment" />
1877<Test name="uvec2_to_uint_vertex" />
1878<Test name="uvec2_to_uint_fragment" />
1879<Test name="uvec3_to_uint_vertex" />
1880<Test name="uvec3_to_uint_fragment" />
1881<Test name="uvec4_to_uint_vertex" />
1882<Test name="uvec4_to_uint_fragment" />
1883<Test name="bvec2_to_uint_vertex" />
1884<Test name="bvec2_to_uint_fragment" />
1885<Test name="bvec3_to_uint_vertex" />
1886<Test name="bvec3_to_uint_fragment" />
1887<Test name="bvec4_to_uint_vertex" />
1888<Test name="bvec4_to_uint_fragment" />
1889</TestCase>
1890<TestCase name="vector_illegal">
1891<Test name="vec2_to_vec3_vertex" />
1892<Test name="vec2_to_vec3_fragment" />
1893<Test name="vec2_to_ivec3_vertex" />
1894<Test name="vec2_to_ivec3_fragment" />
1895<Test name="vec2_to_uvec3_vertex" />
1896<Test name="vec2_to_uvec3_fragment" />
1897<Test name="vec2_to_bvec3_vertex" />
1898<Test name="vec2_to_bvec3_fragment" />
1899<Test name="vec2_to_vec4_vertex" />
1900<Test name="vec2_to_vec4_fragment" />
1901<Test name="vec2_to_ivec4_vertex" />
1902<Test name="vec2_to_ivec4_fragment" />
1903<Test name="vec2_to_uvec4_vertex" />
1904<Test name="vec2_to_uvec4_fragment" />
1905<Test name="vec2_to_bvec4_vertex" />
1906<Test name="vec2_to_bvec4_fragment" />
1907<Test name="ivec2_to_vec3_vertex" />
1908<Test name="ivec2_to_vec3_fragment" />
1909<Test name="ivec2_to_ivec3_vertex" />
1910<Test name="ivec2_to_ivec3_fragment" />
1911<Test name="ivec2_to_uvec3_vertex" />
1912<Test name="ivec2_to_uvec3_fragment" />
1913<Test name="ivec2_to_bvec3_vertex" />
1914<Test name="ivec2_to_bvec3_fragment" />
1915<Test name="ivec2_to_vec4_vertex" />
1916<Test name="ivec2_to_vec4_fragment" />
1917<Test name="ivec2_to_ivec4_vertex" />
1918<Test name="ivec2_to_ivec4_fragment" />
1919<Test name="ivec2_to_uvec4_vertex" />
1920<Test name="ivec2_to_uvec4_fragment" />
1921<Test name="ivec2_to_bvec4_vertex" />
1922<Test name="ivec2_to_bvec4_fragment" />
1923<Test name="uvec2_to_vec3_vertex" />
1924<Test name="uvec2_to_vec3_fragment" />
1925<Test name="uvec2_to_ivec3_vertex" />
1926<Test name="uvec2_to_ivec3_fragment" />
1927<Test name="uvec2_to_uvec3_vertex" />
1928<Test name="uvec2_to_uvec3_fragment" />
1929<Test name="uvec2_to_bvec3_vertex" />
1930<Test name="uvec2_to_bvec3_fragment" />
1931<Test name="uvec2_to_vec4_vertex" />
1932<Test name="uvec2_to_vec4_fragment" />
1933<Test name="uvec2_to_ivec4_vertex" />
1934<Test name="uvec2_to_ivec4_fragment" />
1935<Test name="uvec2_to_uvec4_vertex" />
1936<Test name="uvec2_to_uvec4_fragment" />
1937<Test name="uvec2_to_bvec4_vertex" />
1938<Test name="uvec2_to_bvec4_fragment" />
1939<Test name="bvec2_to_vec3_vertex" />
1940<Test name="bvec2_to_vec3_fragment" />
1941<Test name="bvec2_to_ivec3_vertex" />
1942<Test name="bvec2_to_ivec3_fragment" />
1943<Test name="bvec2_to_uvec3_vertex" />
1944<Test name="bvec2_to_uvec3_fragment" />
1945<Test name="bvec2_to_bvec3_vertex" />
1946<Test name="bvec2_to_bvec3_fragment" />
1947<Test name="bvec2_to_vec4_vertex" />
1948<Test name="bvec2_to_vec4_fragment" />
1949<Test name="bvec2_to_ivec4_vertex" />
1950<Test name="bvec2_to_ivec4_fragment" />
1951<Test name="bvec2_to_uvec4_vertex" />
1952<Test name="bvec2_to_uvec4_fragment" />
1953<Test name="bvec2_to_bvec4_vertex" />
1954<Test name="bvec2_to_bvec4_fragment" />
1955<Test name="vec3_to_vec4_vertex" />
1956<Test name="vec3_to_vec4_fragment" />
1957<Test name="vec3_to_ivec4_vertex" />
1958<Test name="vec3_to_ivec4_fragment" />
1959<Test name="vec3_to_uvec4_vertex" />
1960<Test name="vec3_to_uvec4_fragment" />
1961<Test name="vec3_to_bvec4_vertex" />
1962<Test name="vec3_to_bvec4_fragment" />
1963<Test name="ivec3_to_vec4_vertex" />
1964<Test name="ivec3_to_vec4_fragment" />
1965<Test name="ivec3_to_ivec4_vertex" />
1966<Test name="ivec3_to_ivec4_fragment" />
1967<Test name="ivec3_to_uvec4_vertex" />
1968<Test name="ivec3_to_uvec4_fragment" />
1969<Test name="ivec3_to_bvec4_vertex" />
1970<Test name="ivec3_to_bvec4_fragment" />
1971<Test name="uvec3_to_vec4_vertex" />
1972<Test name="uvec3_to_vec4_fragment" />
1973<Test name="uvec3_to_ivec4_vertex" />
1974<Test name="uvec3_to_ivec4_fragment" />
1975<Test name="uvec3_to_uvec4_vertex" />
1976<Test name="uvec3_to_uvec4_fragment" />
1977<Test name="uvec3_to_bvec4_vertex" />
1978<Test name="uvec3_to_bvec4_fragment" />
1979<Test name="bvec3_to_vec4_vertex" />
1980<Test name="bvec3_to_vec4_fragment" />
1981<Test name="bvec3_to_ivec4_vertex" />
1982<Test name="bvec3_to_ivec4_fragment" />
1983<Test name="bvec3_to_uvec4_vertex" />
1984<Test name="bvec3_to_uvec4_fragment" />
1985<Test name="bvec3_to_bvec4_vertex" />
1986<Test name="bvec3_to_bvec4_fragment" />
1987</TestCase>
1988<TestCase name="vector_to_vector">
1989<Test name="vec4_to_vec4_vertex" />
1990<Test name="vec4_to_vec4_fragment" />
1991<Test name="vec4_to_vec3_vertex" />
1992<Test name="vec4_to_vec3_fragment" />
1993<Test name="vec4_to_vec2_vertex" />
1994<Test name="vec4_to_vec2_fragment" />
1995<Test name="vec4_to_ivec4_vertex" />
1996<Test name="vec4_to_ivec4_fragment" />
1997<Test name="vec4_to_ivec3_vertex" />
1998<Test name="vec4_to_ivec3_fragment" />
1999<Test name="vec4_to_ivec2_vertex" />
2000<Test name="vec4_to_ivec2_fragment" />
2001<Test name="vec4_to_bvec4_vertex" />
2002<Test name="vec4_to_bvec4_fragment" />
2003<Test name="vec4_to_bvec3_vertex" />
2004<Test name="vec4_to_bvec3_fragment" />
2005<Test name="vec4_to_bvec2_vertex" />
2006<Test name="vec4_to_bvec2_fragment" />
2007<Test name="ivec4_to_vec4_vertex" />
2008<Test name="ivec4_to_vec4_fragment" />
2009<Test name="ivec4_to_vec3_vertex" />
2010<Test name="ivec4_to_vec3_fragment" />
2011<Test name="ivec4_to_vec2_vertex" />
2012<Test name="ivec4_to_vec2_fragment" />
2013<Test name="ivec4_to_ivec4_vertex" />
2014<Test name="ivec4_to_ivec4_fragment" />
2015<Test name="ivec4_to_ivec3_vertex" />
2016<Test name="ivec4_to_ivec3_fragment" />
2017<Test name="ivec4_to_ivec2_vertex" />
2018<Test name="ivec4_to_ivec2_fragment" />
2019<Test name="ivec4_to_bvec4_vertex" />
2020<Test name="ivec4_to_bvec4_fragment" />
2021<Test name="ivec4_to_bvec3_vertex" />
2022<Test name="ivec4_to_bvec3_fragment" />
2023<Test name="ivec4_to_bvec2_vertex" />
2024<Test name="ivec4_to_bvec2_fragment" />
2025<Test name="uvec4_to_vec4_vertex" />
2026<Test name="uvec4_to_vec4_fragment" />
2027<Test name="uvec4_to_vec3_vertex" />
2028<Test name="uvec4_to_vec3_fragment" />
2029<Test name="uvec4_to_vec2_vertex" />
2030<Test name="uvec4_to_vec2_fragment" />
2031<Test name="uvec4_to_ivec4_vertex" />
2032<Test name="uvec4_to_ivec4_fragment" />
2033<Test name="uvec4_to_ivec3_vertex" />
2034<Test name="uvec4_to_ivec3_fragment" />
2035<Test name="uvec4_to_ivec2_vertex" />
2036<Test name="uvec4_to_ivec2_fragment" />
2037<Test name="uvec4_to_bvec4_vertex" />
2038<Test name="uvec4_to_bvec4_fragment" />
2039<Test name="uvec4_to_bvec3_vertex" />
2040<Test name="uvec4_to_bvec3_fragment" />
2041<Test name="uvec4_to_bvec2_vertex" />
2042<Test name="uvec4_to_bvec2_fragment" />
2043<Test name="bvec4_to_vec4_vertex" />
2044<Test name="bvec4_to_vec4_fragment" />
2045<Test name="bvec4_to_vec3_vertex" />
2046<Test name="bvec4_to_vec3_fragment" />
2047<Test name="bvec4_to_vec2_vertex" />
2048<Test name="bvec4_to_vec2_fragment" />
2049<Test name="bvec4_to_ivec4_vertex" />
2050<Test name="bvec4_to_ivec4_fragment" />
2051<Test name="bvec4_to_ivec3_vertex" />
2052<Test name="bvec4_to_ivec3_fragment" />
2053<Test name="bvec4_to_ivec2_vertex" />
2054<Test name="bvec4_to_ivec2_fragment" />
2055<Test name="bvec4_to_bvec4_vertex" />
2056<Test name="bvec4_to_bvec4_fragment" />
2057<Test name="bvec4_to_bvec3_vertex" />
2058<Test name="bvec4_to_bvec3_fragment" />
2059<Test name="bvec4_to_bvec2_vertex" />
2060<Test name="bvec4_to_bvec2_fragment" />
2061<Test name="vec4_to_uvec4_vertex" />
2062<Test name="vec4_to_uvec4_fragment" />
2063<Test name="vec4_to_uvec3_vertex" />
2064<Test name="vec4_to_uvec3_fragment" />
2065<Test name="vec4_to_uvec2_vertex" />
2066<Test name="vec4_to_uvec2_fragment" />
2067<Test name="ivec4_to_uvec4_vertex" />
2068<Test name="ivec4_to_uvec4_fragment" />
2069<Test name="ivec4_to_uvec3_vertex" />
2070<Test name="ivec4_to_uvec3_fragment" />
2071<Test name="ivec4_to_uvec2_vertex" />
2072<Test name="ivec4_to_uvec2_fragment" />
2073<Test name="uvec4_to_uvec4_vertex" />
2074<Test name="uvec4_to_uvec4_fragment" />
2075<Test name="uvec4_to_uvec3_vertex" />
2076<Test name="uvec4_to_uvec3_fragment" />
2077<Test name="uvec4_to_uvec2_vertex" />
2078<Test name="uvec4_to_uvec2_fragment" />
2079<Test name="bvec4_to_uvec4_vertex" />
2080<Test name="bvec4_to_uvec4_fragment" />
2081<Test name="bvec4_to_uvec3_vertex" />
2082<Test name="bvec4_to_uvec3_fragment" />
2083<Test name="bvec4_to_uvec2_vertex" />
2084<Test name="bvec4_to_uvec2_fragment" />
2085<Test name="vec3_to_vec3_vertex" />
2086<Test name="vec3_to_vec3_fragment" />
2087<Test name="vec3_to_vec2_vertex" />
2088<Test name="vec3_to_vec2_fragment" />
2089<Test name="vec3_to_ivec3_vertex" />
2090<Test name="vec3_to_ivec3_fragment" />
2091<Test name="vec3_to_ivec2_vertex" />
2092<Test name="vec3_to_ivec2_fragment" />
2093<Test name="vec3_to_bvec3_vertex" />
2094<Test name="vec3_to_bvec3_fragment" />
2095<Test name="vec3_to_bvec2_vertex" />
2096<Test name="vec3_to_bvec2_fragment" />
2097<Test name="ivec3_to_vec3_vertex" />
2098<Test name="ivec3_to_vec3_fragment" />
2099<Test name="ivec3_to_vec2_vertex" />
2100<Test name="ivec3_to_vec2_fragment" />
2101<Test name="ivec3_to_ivec3_vertex" />
2102<Test name="ivec3_to_ivec3_fragment" />
2103<Test name="ivec3_to_ivec2_vertex" />
2104<Test name="ivec3_to_ivec2_fragment" />
2105<Test name="ivec3_to_bvec3_vertex" />
2106<Test name="ivec3_to_bvec3_fragment" />
2107<Test name="ivec3_to_bvec2_vertex" />
2108<Test name="ivec3_to_bvec2_fragment" />
2109<Test name="uvec3_to_vec3_vertex" />
2110<Test name="uvec3_to_vec3_fragment" />
2111<Test name="uvec3_to_vec2_vertex" />
2112<Test name="uvec3_to_vec2_fragment" />
2113<Test name="uvec3_to_ivec3_vertex" />
2114<Test name="uvec3_to_ivec3_fragment" />
2115<Test name="uvec3_to_ivec2_vertex" />
2116<Test name="uvec3_to_ivec2_fragment" />
2117<Test name="uvec3_to_bvec3_vertex" />
2118<Test name="uvec3_to_bvec3_fragment" />
2119<Test name="uvec3_to_bvec2_vertex" />
2120<Test name="uvec3_to_bvec2_fragment" />
2121<Test name="bvec3_to_vec3_vertex" />
2122<Test name="bvec3_to_vec3_fragment" />
2123<Test name="bvec3_to_vec2_vertex" />
2124<Test name="bvec3_to_vec2_fragment" />
2125<Test name="bvec3_to_ivec3_vertex" />
2126<Test name="bvec3_to_ivec3_fragment" />
2127<Test name="bvec3_to_ivec2_vertex" />
2128<Test name="bvec3_to_ivec2_fragment" />
2129<Test name="bvec3_to_bvec3_vertex" />
2130<Test name="bvec3_to_bvec3_fragment" />
2131<Test name="bvec3_to_bvec2_vertex" />
2132<Test name="bvec3_to_bvec2_fragment" />
2133<Test name="vec3_to_uvec3_vertex" />
2134<Test name="vec3_to_uvec3_fragment" />
2135<Test name="vec3_to_uvec2_vertex" />
2136<Test name="vec3_to_uvec2_fragment" />
2137<Test name="ivec3_to_uvec3_vertex" />
2138<Test name="ivec3_to_uvec3_fragment" />
2139<Test name="ivec3_to_uvec2_vertex" />
2140<Test name="ivec3_to_uvec2_fragment" />
2141<Test name="uvec3_to_uvec3_vertex" />
2142<Test name="uvec3_to_uvec3_fragment" />
2143<Test name="uvec3_to_uvec2_vertex" />
2144<Test name="uvec3_to_uvec2_fragment" />
2145<Test name="bvec3_to_uvec3_vertex" />
2146<Test name="bvec3_to_uvec3_fragment" />
2147<Test name="bvec3_to_uvec2_vertex" />
2148<Test name="bvec3_to_uvec2_fragment" />
2149<Test name="vec2_to_vec2_vertex" />
2150<Test name="vec2_to_vec2_fragment" />
2151<Test name="vec2_to_ivec2_vertex" />
2152<Test name="vec2_to_ivec2_fragment" />
2153<Test name="vec2_to_bvec2_vertex" />
2154<Test name="vec2_to_bvec2_fragment" />
2155<Test name="ivec2_to_vec2_vertex" />
2156<Test name="ivec2_to_vec2_fragment" />
2157<Test name="ivec2_to_ivec2_vertex" />
2158<Test name="ivec2_to_ivec2_fragment" />
2159<Test name="ivec2_to_bvec2_vertex" />
2160<Test name="ivec2_to_bvec2_fragment" />
2161<Test name="uvec2_to_vec2_vertex" />
2162<Test name="uvec2_to_vec2_fragment" />
2163<Test name="uvec2_to_ivec2_vertex" />
2164<Test name="uvec2_to_ivec2_fragment" />
2165<Test name="uvec2_to_bvec2_vertex" />
2166<Test name="uvec2_to_bvec2_fragment" />
2167<Test name="bvec2_to_vec2_vertex" />
2168<Test name="bvec2_to_vec2_fragment" />
2169<Test name="bvec2_to_ivec2_vertex" />
2170<Test name="bvec2_to_ivec2_fragment" />
2171<Test name="bvec2_to_bvec2_vertex" />
2172<Test name="bvec2_to_bvec2_fragment" />
2173<Test name="vec2_to_uvec2_vertex" />
2174<Test name="vec2_to_uvec2_fragment" />
2175<Test name="ivec2_to_uvec2_vertex" />
2176<Test name="ivec2_to_uvec2_fragment" />
2177<Test name="uvec2_to_uvec2_vertex" />
2178<Test name="uvec2_to_uvec2_fragment" />
2179<Test name="bvec2_to_uvec2_vertex" />
2180<Test name="bvec2_to_uvec2_fragment" />
2181</TestCase>
2182<TestCase name="scalar_to_matrix">
2183<Test name="float_to_mat4_vertex" />
2184<Test name="float_to_mat4_fragment" />
2185<Test name="float_to_mat4x3_vertex" />
2186<Test name="float_to_mat4x3_fragment" />
2187<Test name="float_to_mat4x2_vertex" />
2188<Test name="float_to_mat4x2_fragment" />
2189<Test name="float_to_mat3x4_vertex" />
2190<Test name="float_to_mat3x4_fragment" />
2191<Test name="float_to_mat3_vertex" />
2192<Test name="float_to_mat3_fragment" />
2193<Test name="float_to_mat3x2_vertex" />
2194<Test name="float_to_mat3x2_fragment" />
2195<Test name="float_to_mat2x4_vertex" />
2196<Test name="float_to_mat2x4_fragment" />
2197<Test name="float_to_mat2x3_vertex" />
2198<Test name="float_to_mat2x3_fragment" />
2199<Test name="float_to_mat2_vertex" />
2200<Test name="float_to_mat2_fragment" />
2201<Test name="int_to_mat4_vertex" />
2202<Test name="int_to_mat4_fragment" />
2203<Test name="int_to_mat4x3_vertex" />
2204<Test name="int_to_mat4x3_fragment" />
2205<Test name="int_to_mat4x2_vertex" />
2206<Test name="int_to_mat4x2_fragment" />
2207<Test name="int_to_mat3x4_vertex" />
2208<Test name="int_to_mat3x4_fragment" />
2209<Test name="int_to_mat3_vertex" />
2210<Test name="int_to_mat3_fragment" />
2211<Test name="int_to_mat3x2_vertex" />
2212<Test name="int_to_mat3x2_fragment" />
2213<Test name="int_to_mat2x4_vertex" />
2214<Test name="int_to_mat2x4_fragment" />
2215<Test name="int_to_mat2x3_vertex" />
2216<Test name="int_to_mat2x3_fragment" />
2217<Test name="int_to_mat2_vertex" />
2218<Test name="int_to_mat2_fragment" />
2219<Test name="uint_to_mat4_vertex" />
2220<Test name="uint_to_mat4_fragment" />
2221<Test name="uint_to_mat4x3_vertex" />
2222<Test name="uint_to_mat4x3_fragment" />
2223<Test name="uint_to_mat4x2_vertex" />
2224<Test name="uint_to_mat4x2_fragment" />
2225<Test name="uint_to_mat3x4_vertex" />
2226<Test name="uint_to_mat3x4_fragment" />
2227<Test name="uint_to_mat3_vertex" />
2228<Test name="uint_to_mat3_fragment" />
2229<Test name="uint_to_mat3x2_vertex" />
2230<Test name="uint_to_mat3x2_fragment" />
2231<Test name="uint_to_mat2x4_vertex" />
2232<Test name="uint_to_mat2x4_fragment" />
2233<Test name="uint_to_mat2x3_vertex" />
2234<Test name="uint_to_mat2x3_fragment" />
2235<Test name="uint_to_mat2_vertex" />
2236<Test name="uint_to_mat2_fragment" />
2237<Test name="bool_to_mat4_vertex" />
2238<Test name="bool_to_mat4_fragment" />
2239<Test name="bool_to_mat4x3_vertex" />
2240<Test name="bool_to_mat4x3_fragment" />
2241<Test name="bool_to_mat4x2_vertex" />
2242<Test name="bool_to_mat4x2_fragment" />
2243<Test name="bool_to_mat3x4_vertex" />
2244<Test name="bool_to_mat3x4_fragment" />
2245<Test name="bool_to_mat3_vertex" />
2246<Test name="bool_to_mat3_fragment" />
2247<Test name="bool_to_mat3x2_vertex" />
2248<Test name="bool_to_mat3x2_fragment" />
2249<Test name="bool_to_mat2x4_vertex" />
2250<Test name="bool_to_mat2x4_fragment" />
2251<Test name="bool_to_mat2x3_vertex" />
2252<Test name="bool_to_mat2x3_fragment" />
2253<Test name="bool_to_mat2_vertex" />
2254<Test name="bool_to_mat2_fragment" />
2255</TestCase>
2256<TestCase name="matrix_to_matrix">
2257<Test name="mat4_to_mat4_vertex" />
2258<Test name="mat4_to_mat4_fragment" />
2259<Test name="mat4_to_mat4x3_vertex" />
2260<Test name="mat4_to_mat4x3_fragment" />
2261<Test name="mat4_to_mat4x2_vertex" />
2262<Test name="mat4_to_mat4x2_fragment" />
2263<Test name="mat4_to_mat3x4_vertex" />
2264<Test name="mat4_to_mat3x4_fragment" />
2265<Test name="mat4_to_mat3_vertex" />
2266<Test name="mat4_to_mat3_fragment" />
2267<Test name="mat4_to_mat3x2_vertex" />
2268<Test name="mat4_to_mat3x2_fragment" />
2269<Test name="mat4_to_mat2x4_vertex" />
2270<Test name="mat4_to_mat2x4_fragment" />
2271<Test name="mat4_to_mat2x3_vertex" />
2272<Test name="mat4_to_mat2x3_fragment" />
2273<Test name="mat4_to_mat2_vertex" />
2274<Test name="mat4_to_mat2_fragment" />
2275<Test name="mat4x3_to_mat4_vertex" />
2276<Test name="mat4x3_to_mat4_fragment" />
2277<Test name="mat4x3_to_mat4x3_vertex" />
2278<Test name="mat4x3_to_mat4x3_fragment" />
2279<Test name="mat4x3_to_mat4x2_vertex" />
2280<Test name="mat4x3_to_mat4x2_fragment" />
2281<Test name="mat4x3_to_mat3x4_vertex" />
2282<Test name="mat4x3_to_mat3x4_fragment" />
2283<Test name="mat4x3_to_mat3_vertex" />
2284<Test name="mat4x3_to_mat3_fragment" />
2285<Test name="mat4x3_to_mat3x2_vertex" />
2286<Test name="mat4x3_to_mat3x2_fragment" />
2287<Test name="mat4x3_to_mat2x4_vertex" />
2288<Test name="mat4x3_to_mat2x4_fragment" />
2289<Test name="mat4x3_to_mat2x3_vertex" />
2290<Test name="mat4x3_to_mat2x3_fragment" />
2291<Test name="mat4x3_to_mat2_vertex" />
2292<Test name="mat4x3_to_mat2_fragment" />
2293<Test name="mat4x2_to_mat4_vertex" />
2294<Test name="mat4x2_to_mat4_fragment" />
2295<Test name="mat4x2_to_mat4x3_vertex" />
2296<Test name="mat4x2_to_mat4x3_fragment" />
2297<Test name="mat4x2_to_mat4x2_vertex" />
2298<Test name="mat4x2_to_mat4x2_fragment" />
2299<Test name="mat4x2_to_mat3x4_vertex" />
2300<Test name="mat4x2_to_mat3x4_fragment" />
2301<Test name="mat4x2_to_mat3_vertex" />
2302<Test name="mat4x2_to_mat3_fragment" />
2303<Test name="mat4x2_to_mat3x2_vertex" />
2304<Test name="mat4x2_to_mat3x2_fragment" />
2305<Test name="mat4x2_to_mat2x4_vertex" />
2306<Test name="mat4x2_to_mat2x4_fragment" />
2307<Test name="mat4x2_to_mat2x3_vertex" />
2308<Test name="mat4x2_to_mat2x3_fragment" />
2309<Test name="mat4x2_to_mat2_vertex" />
2310<Test name="mat4x2_to_mat2_fragment" />
2311<Test name="mat3x4_to_mat4_vertex" />
2312<Test name="mat3x4_to_mat4_fragment" />
2313<Test name="mat3x4_to_mat4x3_vertex" />
2314<Test name="mat3x4_to_mat4x3_fragment" />
2315<Test name="mat3x4_to_mat4x2_vertex" />
2316<Test name="mat3x4_to_mat4x2_fragment" />
2317<Test name="mat3x4_to_mat3x4_vertex" />
2318<Test name="mat3x4_to_mat3x4_fragment" />
2319<Test name="mat3x4_to_mat3_vertex" />
2320<Test name="mat3x4_to_mat3_fragment" />
2321<Test name="mat3x4_to_mat3x2_vertex" />
2322<Test name="mat3x4_to_mat3x2_fragment" />
2323<Test name="mat3x4_to_mat2x4_vertex" />
2324<Test name="mat3x4_to_mat2x4_fragment" />
2325<Test name="mat3x4_to_mat2x3_vertex" />
2326<Test name="mat3x4_to_mat2x3_fragment" />
2327<Test name="mat3x4_to_mat2_vertex" />
2328<Test name="mat3x4_to_mat2_fragment" />
2329<Test name="mat3_to_mat4_vertex" />
2330<Test name="mat3_to_mat4_fragment" />
2331<Test name="mat3_to_mat4x3_vertex" />
2332<Test name="mat3_to_mat4x3_fragment" />
2333<Test name="mat3_to_mat4x2_vertex" />
2334<Test name="mat3_to_mat4x2_fragment" />
2335<Test name="mat3_to_mat3x4_vertex" />
2336<Test name="mat3_to_mat3x4_fragment" />
2337<Test name="mat3_to_mat3_vertex" />
2338<Test name="mat3_to_mat3_fragment" />
2339<Test name="mat3_to_mat3x2_vertex" />
2340<Test name="mat3_to_mat3x2_fragment" />
2341<Test name="mat3_to_mat2x4_vertex" />
2342<Test name="mat3_to_mat2x4_fragment" />
2343<Test name="mat3_to_mat2x3_vertex" />
2344<Test name="mat3_to_mat2x3_fragment" />
2345<Test name="mat3_to_mat2_vertex" />
2346<Test name="mat3_to_mat2_fragment" />
2347<Test name="mat3x2_to_mat4_vertex" />
2348<Test name="mat3x2_to_mat4_fragment" />
2349<Test name="mat3x2_to_mat4x3_vertex" />
2350<Test name="mat3x2_to_mat4x3_fragment" />
2351<Test name="mat3x2_to_mat4x2_vertex" />
2352<Test name="mat3x2_to_mat4x2_fragment" />
2353<Test name="mat3x2_to_mat3x4_vertex" />
2354<Test name="mat3x2_to_mat3x4_fragment" />
2355<Test name="mat3x2_to_mat3_vertex" />
2356<Test name="mat3x2_to_mat3_fragment" />
2357<Test name="mat3x2_to_mat3x2_vertex" />
2358<Test name="mat3x2_to_mat3x2_fragment" />
2359<Test name="mat3x2_to_mat2x4_vertex" />
2360<Test name="mat3x2_to_mat2x4_fragment" />
2361<Test name="mat3x2_to_mat2x3_vertex" />
2362<Test name="mat3x2_to_mat2x3_fragment" />
2363<Test name="mat3x2_to_mat2_vertex" />
2364<Test name="mat3x2_to_mat2_fragment" />
2365<Test name="mat2x4_to_mat4_vertex" />
2366<Test name="mat2x4_to_mat4_fragment" />
2367<Test name="mat2x4_to_mat4x3_vertex" />
2368<Test name="mat2x4_to_mat4x3_fragment" />
2369<Test name="mat2x4_to_mat4x2_vertex" />
2370<Test name="mat2x4_to_mat4x2_fragment" />
2371<Test name="mat2x4_to_mat3x4_vertex" />
2372<Test name="mat2x4_to_mat3x4_fragment" />
2373<Test name="mat2x4_to_mat3_vertex" />
2374<Test name="mat2x4_to_mat3_fragment" />
2375<Test name="mat2x4_to_mat3x2_vertex" />
2376<Test name="mat2x4_to_mat3x2_fragment" />
2377<Test name="mat2x4_to_mat2x4_vertex" />
2378<Test name="mat2x4_to_mat2x4_fragment" />
2379<Test name="mat2x4_to_mat2x3_vertex" />
2380<Test name="mat2x4_to_mat2x3_fragment" />
2381<Test name="mat2x4_to_mat2_vertex" />
2382<Test name="mat2x4_to_mat2_fragment" />
2383<Test name="mat2x3_to_mat4_vertex" />
2384<Test name="mat2x3_to_mat4_fragment" />
2385<Test name="mat2x3_to_mat4x3_vertex" />
2386<Test name="mat2x3_to_mat4x3_fragment" />
2387<Test name="mat2x3_to_mat4x2_vertex" />
2388<Test name="mat2x3_to_mat4x2_fragment" />
2389<Test name="mat2x3_to_mat3x4_vertex" />
2390<Test name="mat2x3_to_mat3x4_fragment" />
2391<Test name="mat2x3_to_mat3_vertex" />
2392<Test name="mat2x3_to_mat3_fragment" />
2393<Test name="mat2x3_to_mat3x2_vertex" />
2394<Test name="mat2x3_to_mat3x2_fragment" />
2395<Test name="mat2x3_to_mat2x4_vertex" />
2396<Test name="mat2x3_to_mat2x4_fragment" />
2397<Test name="mat2x3_to_mat2x3_vertex" />
2398<Test name="mat2x3_to_mat2x3_fragment" />
2399<Test name="mat2x3_to_mat2_vertex" />
2400<Test name="mat2x3_to_mat2_fragment" />
2401<Test name="mat2_to_mat4_vertex" />
2402<Test name="mat2_to_mat4_fragment" />
2403<Test name="mat2_to_mat4x3_vertex" />
2404<Test name="mat2_to_mat4x3_fragment" />
2405<Test name="mat2_to_mat4x2_vertex" />
2406<Test name="mat2_to_mat4x2_fragment" />
2407<Test name="mat2_to_mat3x4_vertex" />
2408<Test name="mat2_to_mat3x4_fragment" />
2409<Test name="mat2_to_mat3_vertex" />
2410<Test name="mat2_to_mat3_fragment" />
2411<Test name="mat2_to_mat3x2_vertex" />
2412<Test name="mat2_to_mat3x2_fragment" />
2413<Test name="mat2_to_mat2x4_vertex" />
2414<Test name="mat2_to_mat2x4_fragment" />
2415<Test name="mat2_to_mat2x3_vertex" />
2416<Test name="mat2_to_mat2x3_fragment" />
2417<Test name="mat2_to_mat2_vertex" />
2418<Test name="mat2_to_mat2_fragment" />
2419</TestCase>
2420<TestCase name="vector_combine">
2421<Test name="vec2_vec2_to_vec4_vertex" />
2422<Test name="vec2_vec2_to_vec4_fragment" />
2423<Test name="vec2_vec2_to_ivec4_vertex" />
2424<Test name="vec2_vec2_to_ivec4_fragment" />
2425<Test name="vec2_vec2_to_bvec4_vertex" />
2426<Test name="vec2_vec2_to_bvec4_fragment" />
2427<Test name="bvec2_bvec2_to_vec4_vertex" />
2428<Test name="bvec2_bvec2_to_vec4_fragment" />
2429<Test name="bvec2_bvec2_to_ivec4_vertex" />
2430<Test name="bvec2_bvec2_to_ivec4_fragment" />
2431<Test name="bvec2_bvec2_to_bvec4_vertex" />
2432<Test name="bvec2_bvec2_to_bvec4_fragment" />
2433<Test name="float_float_float_float_to_vec4_vertex" />
2434<Test name="float_float_float_float_to_vec4_fragment" />
2435<Test name="float_float_float_float_to_ivec4_vertex" />
2436<Test name="float_float_float_float_to_ivec4_fragment" />
2437<Test name="float_float_float_float_to_bvec4_vertex" />
2438<Test name="float_float_float_float_to_bvec4_fragment" />
2439<Test name="int_int_int_int_to_vec4_vertex" />
2440<Test name="int_int_int_int_to_vec4_fragment" />
2441<Test name="int_int_int_int_to_ivec4_vertex" />
2442<Test name="int_int_int_int_to_ivec4_fragment" />
2443<Test name="int_int_int_int_to_bvec4_vertex" />
2444<Test name="int_int_int_int_to_bvec4_fragment" />
2445<Test name="uint_uint_uint_uint_to_vec4_vertex" />
2446<Test name="uint_uint_uint_uint_to_vec4_fragment" />
2447<Test name="uint_uint_uint_uint_to_ivec4_vertex" />
2448<Test name="uint_uint_uint_uint_to_ivec4_fragment" />
2449<Test name="uint_uint_uint_uint_to_bvec4_vertex" />
2450<Test name="uint_uint_uint_uint_to_bvec4_fragment" />
2451<Test name="bool_bool_bool_bool_to_vec4_vertex" />
2452<Test name="bool_bool_bool_bool_to_vec4_fragment" />
2453<Test name="bool_bool_bool_bool_to_ivec4_vertex" />
2454<Test name="bool_bool_bool_bool_to_ivec4_fragment" />
2455<Test name="bool_bool_bool_bool_to_bvec4_vertex" />
2456<Test name="bool_bool_bool_bool_to_bvec4_fragment" />
2457<Test name="bool_float_int_bool_to_vec4_vertex" />
2458<Test name="bool_float_int_bool_to_vec4_fragment" />
2459<Test name="bool_float_int_bool_to_ivec4_vertex" />
2460<Test name="bool_float_int_bool_to_ivec4_fragment" />
2461<Test name="bool_float_int_bool_to_bvec4_vertex" />
2462<Test name="bool_float_int_bool_to_bvec4_fragment" />
2463<Test name="vec2_ivec2_to_vec4_vertex" />
2464<Test name="vec2_ivec2_to_vec4_fragment" />
2465<Test name="vec2_ivec2_to_ivec4_vertex" />
2466<Test name="vec2_ivec2_to_ivec4_fragment" />
2467<Test name="vec2_ivec2_to_bvec4_vertex" />
2468<Test name="vec2_ivec2_to_bvec4_fragment" />
2469<Test name="vec2_bvec2_to_vec4_vertex" />
2470<Test name="vec2_bvec2_to_vec4_fragment" />
2471<Test name="vec2_bvec2_to_ivec4_vertex" />
2472<Test name="vec2_bvec2_to_ivec4_fragment" />
2473<Test name="vec2_bvec2_to_bvec4_vertex" />
2474<Test name="vec2_bvec2_to_bvec4_fragment" />
2475<Test name="bvec3_float_to_vec4_vertex" />
2476<Test name="bvec3_float_to_vec4_fragment" />
2477<Test name="bvec3_float_to_ivec4_vertex" />
2478<Test name="bvec3_float_to_ivec4_fragment" />
2479<Test name="bvec3_float_to_bvec4_vertex" />
2480<Test name="bvec3_float_to_bvec4_fragment" />
2481<Test name="vec3_float_to_vec4_vertex" />
2482<Test name="vec3_float_to_vec4_fragment" />
2483<Test name="vec3_float_to_ivec4_vertex" />
2484<Test name="vec3_float_to_ivec4_fragment" />
2485<Test name="vec3_float_to_bvec4_vertex" />
2486<Test name="vec3_float_to_bvec4_fragment" />
2487<Test name="int_ivec2_int_to_vec4_vertex" />
2488<Test name="int_ivec2_int_to_vec4_fragment" />
2489<Test name="int_ivec2_int_to_ivec4_vertex" />
2490<Test name="int_ivec2_int_to_ivec4_fragment" />
2491<Test name="int_ivec2_int_to_bvec4_vertex" />
2492<Test name="int_ivec2_int_to_bvec4_fragment" />
2493<Test name="bool_float_ivec2_to_vec4_vertex" />
2494<Test name="bool_float_ivec2_to_vec4_fragment" />
2495<Test name="bool_float_ivec2_to_ivec4_vertex" />
2496<Test name="bool_float_ivec2_to_ivec4_fragment" />
2497<Test name="bool_float_ivec2_to_bvec4_vertex" />
2498<Test name="bool_float_ivec2_to_bvec4_fragment" />
2499<Test name="float_uvec3_to_vec4_vertex" />
2500<Test name="float_uvec3_to_vec4_fragment" />
2501<Test name="float_uvec3_to_ivec4_vertex" />
2502<Test name="float_uvec3_to_ivec4_fragment" />
2503<Test name="float_uvec3_to_bvec4_vertex" />
2504<Test name="float_uvec3_to_bvec4_fragment" />
2505<Test name="int_uvec2_bool_to_vec4_vertex" />
2506<Test name="int_uvec2_bool_to_vec4_fragment" />
2507<Test name="int_uvec2_bool_to_ivec4_vertex" />
2508<Test name="int_uvec2_bool_to_ivec4_fragment" />
2509<Test name="int_uvec2_bool_to_bvec4_vertex" />
2510<Test name="int_uvec2_bool_to_bvec4_fragment" />
2511<Test name="vec2_vec2_to_uvec4_vertex" />
2512<Test name="vec2_vec2_to_uvec4_fragment" />
2513<Test name="bvec2_bvec2_to_uvec4_vertex" />
2514<Test name="bvec2_bvec2_to_uvec4_fragment" />
2515<Test name="float_float_float_float_to_uvec4_vertex" />
2516<Test name="float_float_float_float_to_uvec4_fragment" />
2517<Test name="int_int_int_int_to_uvec4_vertex" />
2518<Test name="int_int_int_int_to_uvec4_fragment" />
2519<Test name="uint_uint_uint_uint_to_uvec4_vertex" />
2520<Test name="uint_uint_uint_uint_to_uvec4_fragment" />
2521<Test name="bool_bool_bool_bool_to_uvec4_vertex" />
2522<Test name="bool_bool_bool_bool_to_uvec4_fragment" />
2523<Test name="bool_float_int_bool_to_uvec4_vertex" />
2524<Test name="bool_float_int_bool_to_uvec4_fragment" />
2525<Test name="vec2_ivec2_to_uvec4_vertex" />
2526<Test name="vec2_ivec2_to_uvec4_fragment" />
2527<Test name="vec2_bvec2_to_uvec4_vertex" />
2528<Test name="vec2_bvec2_to_uvec4_fragment" />
2529<Test name="bvec3_float_to_uvec4_vertex" />
2530<Test name="bvec3_float_to_uvec4_fragment" />
2531<Test name="vec3_float_to_uvec4_vertex" />
2532<Test name="vec3_float_to_uvec4_fragment" />
2533<Test name="int_ivec2_int_to_uvec4_vertex" />
2534<Test name="int_ivec2_int_to_uvec4_fragment" />
2535<Test name="bool_float_ivec2_to_uvec4_vertex" />
2536<Test name="bool_float_ivec2_to_uvec4_fragment" />
2537<Test name="float_uvec3_to_uvec4_vertex" />
2538<Test name="float_uvec3_to_uvec4_fragment" />
2539<Test name="int_uvec2_bool_to_uvec4_vertex" />
2540<Test name="int_uvec2_bool_to_uvec4_fragment" />
2541<Test name="float_float_float_to_vec3_vertex" />
2542<Test name="float_float_float_to_vec3_fragment" />
2543<Test name="float_float_float_to_ivec3_vertex" />
2544<Test name="float_float_float_to_ivec3_fragment" />
2545<Test name="float_float_float_to_bvec3_vertex" />
2546<Test name="float_float_float_to_bvec3_fragment" />
2547<Test name="int_int_int_to_vec3_vertex" />
2548<Test name="int_int_int_to_vec3_fragment" />
2549<Test name="int_int_int_to_ivec3_vertex" />
2550<Test name="int_int_int_to_ivec3_fragment" />
2551<Test name="int_int_int_to_bvec3_vertex" />
2552<Test name="int_int_int_to_bvec3_fragment" />
2553<Test name="uint_uint_uint_to_vec3_vertex" />
2554<Test name="uint_uint_uint_to_vec3_fragment" />
2555<Test name="uint_uint_uint_to_ivec3_vertex" />
2556<Test name="uint_uint_uint_to_ivec3_fragment" />
2557<Test name="uint_uint_uint_to_bvec3_vertex" />
2558<Test name="uint_uint_uint_to_bvec3_fragment" />
2559<Test name="bool_bool_bool_to_vec3_vertex" />
2560<Test name="bool_bool_bool_to_vec3_fragment" />
2561<Test name="bool_bool_bool_to_ivec3_vertex" />
2562<Test name="bool_bool_bool_to_ivec3_fragment" />
2563<Test name="bool_bool_bool_to_bvec3_vertex" />
2564<Test name="bool_bool_bool_to_bvec3_fragment" />
2565<Test name="bool_float_int_to_vec3_vertex" />
2566<Test name="bool_float_int_to_vec3_fragment" />
2567<Test name="bool_float_int_to_ivec3_vertex" />
2568<Test name="bool_float_int_to_ivec3_fragment" />
2569<Test name="bool_float_int_to_bvec3_vertex" />
2570<Test name="bool_float_int_to_bvec3_fragment" />
2571<Test name="vec2_bool_to_vec3_vertex" />
2572<Test name="vec2_bool_to_vec3_fragment" />
2573<Test name="vec2_bool_to_ivec3_vertex" />
2574<Test name="vec2_bool_to_ivec3_fragment" />
2575<Test name="vec2_bool_to_bvec3_vertex" />
2576<Test name="vec2_bool_to_bvec3_fragment" />
2577<Test name="bvec2_float_to_vec3_vertex" />
2578<Test name="bvec2_float_to_vec3_fragment" />
2579<Test name="bvec2_float_to_ivec3_vertex" />
2580<Test name="bvec2_float_to_ivec3_fragment" />
2581<Test name="bvec2_float_to_bvec3_vertex" />
2582<Test name="bvec2_float_to_bvec3_fragment" />
2583<Test name="bvec2_int_to_vec3_vertex" />
2584<Test name="bvec2_int_to_vec3_fragment" />
2585<Test name="bvec2_int_to_ivec3_vertex" />
2586<Test name="bvec2_int_to_ivec3_fragment" />
2587<Test name="bvec2_int_to_bvec3_vertex" />
2588<Test name="bvec2_int_to_bvec3_fragment" />
2589<Test name="bool_ivec2_to_vec3_vertex" />
2590<Test name="bool_ivec2_to_vec3_fragment" />
2591<Test name="bool_ivec2_to_ivec3_vertex" />
2592<Test name="bool_ivec2_to_ivec3_fragment" />
2593<Test name="bool_ivec2_to_bvec3_vertex" />
2594<Test name="bool_ivec2_to_bvec3_fragment" />
2595<Test name="float_uvec2_to_vec3_vertex" />
2596<Test name="float_uvec2_to_vec3_fragment" />
2597<Test name="float_uvec2_to_ivec3_vertex" />
2598<Test name="float_uvec2_to_ivec3_fragment" />
2599<Test name="float_uvec2_to_bvec3_vertex" />
2600<Test name="float_uvec2_to_bvec3_fragment" />
2601<Test name="float_float_float_to_uvec3_vertex" />
2602<Test name="float_float_float_to_uvec3_fragment" />
2603<Test name="int_int_int_to_uvec3_vertex" />
2604<Test name="int_int_int_to_uvec3_fragment" />
2605<Test name="uint_uint_uint_to_uvec3_vertex" />
2606<Test name="uint_uint_uint_to_uvec3_fragment" />
2607<Test name="bool_bool_bool_to_uvec3_vertex" />
2608<Test name="bool_bool_bool_to_uvec3_fragment" />
2609<Test name="bool_float_int_to_uvec3_vertex" />
2610<Test name="bool_float_int_to_uvec3_fragment" />
2611<Test name="vec2_bool_to_uvec3_vertex" />
2612<Test name="vec2_bool_to_uvec3_fragment" />
2613<Test name="bvec2_float_to_uvec3_vertex" />
2614<Test name="bvec2_float_to_uvec3_fragment" />
2615<Test name="bvec2_int_to_uvec3_vertex" />
2616<Test name="bvec2_int_to_uvec3_fragment" />
2617<Test name="bool_ivec2_to_uvec3_vertex" />
2618<Test name="bool_ivec2_to_uvec3_fragment" />
2619<Test name="float_uvec2_to_uvec3_vertex" />
2620<Test name="float_uvec2_to_uvec3_fragment" />
2621<Test name="float_float_to_vec2_vertex" />
2622<Test name="float_float_to_vec2_fragment" />
2623<Test name="float_float_to_ivec2_vertex" />
2624<Test name="float_float_to_ivec2_fragment" />
2625<Test name="float_float_to_bvec2_vertex" />
2626<Test name="float_float_to_bvec2_fragment" />
2627<Test name="int_int_to_vec2_vertex" />
2628<Test name="int_int_to_vec2_fragment" />
2629<Test name="int_int_to_ivec2_vertex" />
2630<Test name="int_int_to_ivec2_fragment" />
2631<Test name="int_int_to_bvec2_vertex" />
2632<Test name="int_int_to_bvec2_fragment" />
2633<Test name="uint_uint_to_vec2_vertex" />
2634<Test name="uint_uint_to_vec2_fragment" />
2635<Test name="uint_uint_to_ivec2_vertex" />
2636<Test name="uint_uint_to_ivec2_fragment" />
2637<Test name="uint_uint_to_bvec2_vertex" />
2638<Test name="uint_uint_to_bvec2_fragment" />
2639<Test name="bool_bool_to_vec2_vertex" />
2640<Test name="bool_bool_to_vec2_fragment" />
2641<Test name="bool_bool_to_ivec2_vertex" />
2642<Test name="bool_bool_to_ivec2_fragment" />
2643<Test name="bool_bool_to_bvec2_vertex" />
2644<Test name="bool_bool_to_bvec2_fragment" />
2645<Test name="float_int_to_vec2_vertex" />
2646<Test name="float_int_to_vec2_fragment" />
2647<Test name="float_int_to_ivec2_vertex" />
2648<Test name="float_int_to_ivec2_fragment" />
2649<Test name="float_int_to_bvec2_vertex" />
2650<Test name="float_int_to_bvec2_fragment" />
2651<Test name="float_bool_to_vec2_vertex" />
2652<Test name="float_bool_to_vec2_fragment" />
2653<Test name="float_bool_to_ivec2_vertex" />
2654<Test name="float_bool_to_ivec2_fragment" />
2655<Test name="float_bool_to_bvec2_vertex" />
2656<Test name="float_bool_to_bvec2_fragment" />
2657<Test name="int_bool_to_vec2_vertex" />
2658<Test name="int_bool_to_vec2_fragment" />
2659<Test name="int_bool_to_ivec2_vertex" />
2660<Test name="int_bool_to_ivec2_fragment" />
2661<Test name="int_bool_to_bvec2_vertex" />
2662<Test name="int_bool_to_bvec2_fragment" />
2663<Test name="int_uint_to_vec2_vertex" />
2664<Test name="int_uint_to_vec2_fragment" />
2665<Test name="int_uint_to_ivec2_vertex" />
2666<Test name="int_uint_to_ivec2_fragment" />
2667<Test name="int_uint_to_bvec2_vertex" />
2668<Test name="int_uint_to_bvec2_fragment" />
2669<Test name="uint_float_to_vec2_vertex" />
2670<Test name="uint_float_to_vec2_fragment" />
2671<Test name="uint_float_to_ivec2_vertex" />
2672<Test name="uint_float_to_ivec2_fragment" />
2673<Test name="uint_float_to_bvec2_vertex" />
2674<Test name="uint_float_to_bvec2_fragment" />
2675<Test name="float_float_to_uvec2_vertex" />
2676<Test name="float_float_to_uvec2_fragment" />
2677<Test name="int_int_to_uvec2_vertex" />
2678<Test name="int_int_to_uvec2_fragment" />
2679<Test name="uint_uint_to_uvec2_vertex" />
2680<Test name="uint_uint_to_uvec2_fragment" />
2681<Test name="bool_bool_to_uvec2_vertex" />
2682<Test name="bool_bool_to_uvec2_fragment" />
2683<Test name="float_int_to_uvec2_vertex" />
2684<Test name="float_int_to_uvec2_fragment" />
2685<Test name="float_bool_to_uvec2_vertex" />
2686<Test name="float_bool_to_uvec2_fragment" />
2687<Test name="int_bool_to_uvec2_vertex" />
2688<Test name="int_bool_to_uvec2_fragment" />
2689<Test name="int_uint_to_uvec2_vertex" />
2690<Test name="int_uint_to_uvec2_fragment" />
2691<Test name="uint_float_to_uvec2_vertex" />
2692<Test name="uint_float_to_uvec2_fragment" />
2693</TestCase>
2694<TestCase name="matrix_combine">
2695<Test name="vec2_vec2_to_mat2_vertex" />
2696<Test name="vec2_vec2_to_mat2_fragment" />
2697<Test name="bvec2_bvec2_to_mat2_vertex" />
2698<Test name="bvec2_bvec2_to_mat2_fragment" />
2699<Test name="float_float_float_float_to_mat2_vertex" />
2700<Test name="float_float_float_float_to_mat2_fragment" />
2701<Test name="int_int_int_int_to_mat2_vertex" />
2702<Test name="int_int_int_int_to_mat2_fragment" />
2703<Test name="uint_uint_uint_uint_to_mat2_vertex" />
2704<Test name="uint_uint_uint_uint_to_mat2_fragment" />
2705<Test name="bool_bool_bool_bool_to_mat2_vertex" />
2706<Test name="bool_bool_bool_bool_to_mat2_fragment" />
2707<Test name="bool_float_int_bool_to_mat2_vertex" />
2708<Test name="bool_float_int_bool_to_mat2_fragment" />
2709<Test name="vec2_ivec2_to_mat2_vertex" />
2710<Test name="vec2_ivec2_to_mat2_fragment" />
2711<Test name="vec2_bvec2_to_mat2_vertex" />
2712<Test name="vec2_bvec2_to_mat2_fragment" />
2713<Test name="bvec3_float_to_mat2_vertex" />
2714<Test name="bvec3_float_to_mat2_fragment" />
2715<Test name="vec3_float_to_mat2_vertex" />
2716<Test name="vec3_float_to_mat2_fragment" />
2717<Test name="int_ivec2_int_to_mat2_vertex" />
2718<Test name="int_ivec2_int_to_mat2_fragment" />
2719<Test name="bool_float_ivec2_to_mat2_vertex" />
2720<Test name="bool_float_ivec2_to_mat2_fragment" />
2721<Test name="float_uvec3_to_mat2_vertex" />
2722<Test name="float_uvec3_to_mat2_fragment" />
2723<Test name="int_uvec2_bool_to_mat2_vertex" />
2724<Test name="int_uvec2_bool_to_mat2_fragment" />
2725<Test name="vec3_vec3_to_mat2x3_vertex" />
2726<Test name="vec3_vec3_to_mat2x3_fragment" />
2727<Test name="bvec3_bvec3_to_mat2x3_vertex" />
2728<Test name="bvec3_bvec3_to_mat2x3_fragment" />
2729<Test name="float_float_float_float_float_float_to_mat2x3_vertex" />
2730<Test name="float_float_float_float_float_float_to_mat2x3_fragment" />
2731<Test name="int_int_int_int_int_int_to_mat2x3_vertex" />
2732<Test name="int_int_int_int_int_int_to_mat2x3_fragment" />
2733<Test name="bool_bool_bool_bool_bool_bool_to_mat2x3_vertex" />
2734<Test name="bool_bool_bool_bool_bool_bool_to_mat2x3_fragment" />
2735<Test name="bool_float_int_bool_float_int_to_mat2x3_vertex" />
2736<Test name="bool_float_int_bool_float_int_to_mat2x3_fragment" />
2737<Test name="vec3_ivec3_to_mat2x3_vertex" />
2738<Test name="vec3_ivec3_to_mat2x3_fragment" />
2739<Test name="vec2_bvec4_to_mat2x3_vertex" />
2740<Test name="vec2_bvec4_to_mat2x3_fragment" />
2741<Test name="bvec3_float_ivec2_to_mat2x3_vertex" />
2742<Test name="bvec3_float_ivec2_to_mat2x3_fragment" />
2743<Test name="vec3_float_bvec2_to_mat2x3_vertex" />
2744<Test name="vec3_float_bvec2_to_mat2x3_fragment" />
2745<Test name="vec3_vec3_vec2_to_mat2x4_vertex" />
2746<Test name="vec3_vec3_vec2_to_mat2x4_fragment" />
2747<Test name="ivec3_ivec3_ivec2_to_mat2x4_vertex" />
2748<Test name="ivec3_ivec3_ivec2_to_mat2x4_fragment" />
2749<Test name="vec2_ivec2_float_float_int_bool_to_mat2x4_vertex" />
2750<Test name="vec2_ivec2_float_float_int_bool_to_mat2x4_fragment" />
2751<Test name="bool_float_int_vec2_bool_bvec2_to_mat2x4_vertex" />
2752<Test name="bool_float_int_vec2_bool_bvec2_to_mat2x4_fragment" />
2753<Test name="bool_bvec2_int_vec4_to_mat2x4_vertex" />
2754<Test name="bool_bvec2_int_vec4_to_mat2x4_fragment" />
2755<Test name="float_bvec4_ivec2_bool_to_mat2x4_vertex" />
2756<Test name="float_bvec4_ivec2_bool_to_mat2x4_fragment" />
2757<Test name="vec3_vec3_to_mat3x2_vertex" />
2758<Test name="vec3_vec3_to_mat3x2_fragment" />
2759<Test name="bvec3_bvec3_to_mat3x2_vertex" />
2760<Test name="bvec3_bvec3_to_mat3x2_fragment" />
2761<Test name="float_float_float_float_float_float_to_mat3x2_vertex" />
2762<Test name="float_float_float_float_float_float_to_mat3x2_fragment" />
2763<Test name="int_int_int_int_int_int_to_mat3x2_vertex" />
2764<Test name="int_int_int_int_int_int_to_mat3x2_fragment" />
2765<Test name="bool_bool_bool_bool_bool_bool_to_mat3x2_vertex" />
2766<Test name="bool_bool_bool_bool_bool_bool_to_mat3x2_fragment" />
2767<Test name="bool_float_int_bool_float_int_to_mat3x2_vertex" />
2768<Test name="bool_float_int_bool_float_int_to_mat3x2_fragment" />
2769<Test name="vec3_ivec3_to_mat3x2_vertex" />
2770<Test name="vec3_ivec3_to_mat3x2_fragment" />
2771<Test name="vec2_bvec4_to_mat3x2_vertex" />
2772<Test name="vec2_bvec4_to_mat3x2_fragment" />
2773<Test name="bvec3_float_ivec2_to_mat3x2_vertex" />
2774<Test name="bvec3_float_ivec2_to_mat3x2_fragment" />
2775<Test name="vec3_float_bvec2_to_mat3x2_vertex" />
2776<Test name="vec3_float_bvec2_to_mat3x2_fragment" />
2777<Test name="vec3_vec3_vec3_to_mat3_vertex" />
2778<Test name="vec3_vec3_vec3_to_mat3_fragment" />
2779<Test name="ivec3_ivec3_ivec3_to_mat3_vertex" />
2780<Test name="ivec3_ivec3_ivec3_to_mat3_fragment" />
2781<Test name="vec2_ivec2_float_float_int_bool_bool_to_mat3_vertex" />
2782<Test name="vec2_ivec2_float_float_int_bool_bool_to_mat3_fragment" />
2783<Test name="bool_float_int_vec2_bool_bvec2_float_to_mat3_vertex" />
2784<Test name="bool_float_int_vec2_bool_bvec2_float_to_mat3_fragment" />
2785<Test name="bool_bvec2_int_vec4_bool_to_mat3_vertex" />
2786<Test name="bool_bvec2_int_vec4_bool_to_mat3_fragment" />
2787<Test name="float_bvec4_ivec2_bool_bool_to_mat3_vertex" />
2788<Test name="float_bvec4_ivec2_bool_bool_to_mat3_fragment" />
2789<Test name="vec4_vec4_vec4_to_mat3x4_vertex" />
2790<Test name="vec4_vec4_vec4_to_mat3x4_fragment" />
2791<Test name="ivec4_ivec4_ivec4_to_mat3x4_vertex" />
2792<Test name="ivec4_ivec4_ivec4_to_mat3x4_fragment" />
2793<Test name="vec2_ivec2_float_float_float_int_int_bool_bool_bool_to_mat3x4_vertex" />
2794<Test name="vec2_ivec2_float_float_float_int_int_bool_bool_bool_to_mat3x4_fragment" />
2795<Test name="bool_float_int_vec3_bool_bvec3_float_bool_to_mat3x4_vertex" />
2796<Test name="bool_float_int_vec3_bool_bvec3_float_bool_to_mat3x4_fragment" />
2797<Test name="bool_bvec4_int_vec4_bool_float_to_mat3x4_vertex" />
2798<Test name="bool_bvec4_int_vec4_bool_float_to_mat3x4_fragment" />
2799<Test name="float_bvec4_ivec4_bool_bool_int_to_mat3x4_vertex" />
2800<Test name="float_bvec4_ivec4_bool_bool_int_to_mat3x4_fragment" />
2801<Test name="vec3_vec3_vec2_to_mat4x2_vertex" />
2802<Test name="vec3_vec3_vec2_to_mat4x2_fragment" />
2803<Test name="ivec3_ivec3_ivec2_to_mat4x2_vertex" />
2804<Test name="ivec3_ivec3_ivec2_to_mat4x2_fragment" />
2805<Test name="vec2_ivec2_float_float_int_bool_to_mat4x2_vertex" />
2806<Test name="vec2_ivec2_float_float_int_bool_to_mat4x2_fragment" />
2807<Test name="bool_float_int_vec2_bool_bvec2_to_mat4x2_vertex" />
2808<Test name="bool_float_int_vec2_bool_bvec2_to_mat4x2_fragment" />
2809<Test name="bool_bvec2_int_vec4_to_mat4x2_vertex" />
2810<Test name="bool_bvec2_int_vec4_to_mat4x2_fragment" />
2811<Test name="float_bvec4_ivec2_bool_to_mat4x2_vertex" />
2812<Test name="float_bvec4_ivec2_bool_to_mat4x2_fragment" />
2813<Test name="vec4_vec4_vec4_to_mat4x3_vertex" />
2814<Test name="vec4_vec4_vec4_to_mat4x3_fragment" />
2815<Test name="ivec4_ivec4_ivec4_to_mat4x3_vertex" />
2816<Test name="ivec4_ivec4_ivec4_to_mat4x3_fragment" />
2817<Test name="vec2_ivec2_float_float_float_int_int_bool_bool_bool_to_mat4x3_vertex" />
2818<Test name="vec2_ivec2_float_float_float_int_int_bool_bool_bool_to_mat4x3_fragment" />
2819<Test name="bool_float_int_vec3_bool_bvec3_float_bool_to_mat4x3_vertex" />
2820<Test name="bool_float_int_vec3_bool_bvec3_float_bool_to_mat4x3_fragment" />
2821<Test name="bool_bvec4_int_vec4_bool_float_to_mat4x3_vertex" />
2822<Test name="bool_bvec4_int_vec4_bool_float_to_mat4x3_fragment" />
2823<Test name="float_bvec4_ivec4_bool_bool_int_to_mat4x3_vertex" />
2824<Test name="float_bvec4_ivec4_bool_bool_int_to_mat4x3_fragment" />
2825<Test name="vec4_vec4_vec4_vec4_to_mat4_vertex" />
2826<Test name="vec4_vec4_vec4_vec4_to_mat4_fragment" />
2827<Test name="ivec4_ivec4_ivec4_ivec4_to_mat4_vertex" />
2828<Test name="ivec4_ivec4_ivec4_ivec4_to_mat4_fragment" />
2829<Test name="bvec4_bvec4_bvec4_bvec4_to_mat4_vertex" />
2830<Test name="bvec4_bvec4_bvec4_bvec4_to_mat4_fragment" />
2831<Test name="float_ivec3_bvec3_vec4_ivec2_float_vec2_to_mat4_vertex" />
2832<Test name="float_ivec3_bvec3_vec4_ivec2_float_vec2_to_mat4_fragment" />
2833</TestCase>
2834</TestSuite>
2835<TestSuite name="conditionals">
2836<TestCase name="if">
2837<Test name="single_statement_vertex" />
2838<Test name="single_statement_fragment" />
2839<Test name="compound_statement_vertex" />
2840<Test name="compound_statement_fragment" />
2841<Test name="sequence_statements_vertex" />
2842<Test name="sequence_statements_fragment" />
2843<Test name="sequence_condition_vertex" />
2844<Test name="sequence_condition_fragment" />
2845<Test name="complex_condition_vertex" />
2846<Test name="complex_condition_fragment" />
2847<Test name="if_else_vertex" />
2848<Test name="if_else_fragment" />
2849<Test name="if_elseif_vertex" />
2850<Test name="if_elseif_fragment" />
2851<Test name="if_elseif_else_vertex" />
2852<Test name="if_elseif_else_fragment" />
2853<Test name="mixed_if_elseif_else_vertex" />
2854<Test name="mixed_if_elseif_else_fragment" />
2855</TestCase>
2856<TestCase name="invalid_if">
2857<Test name="missing_parenthesis_vertex" />
2858<Test name="missing_parenthesis_fragment" />
2859<Test name="unclosed_parenthesis_vertex" />
2860<Test name="unclosed_parenthesis_fragment" />
2861<Test name="int_condition_vertex" />
2862<Test name="int_condition_fragment" />
2863<Test name="int_zero_condition_vertex" />
2864<Test name="int_zero_condition_fragment" />
2865<Test name="int_one_condition_vertex" />
2866<Test name="int_one_condition_fragment" />
2867<Test name="int_uniform_condition_vertex" />
2868<Test name="int_uniform_condition_fragment" />
2869<Test name="float_condition_vertex" />
2870<Test name="float_condition_fragment" />
2871<Test name="float_zero_condition_vertex" />
2872<Test name="float_zero_condition_fragment" />
2873<Test name="float_one_condition_vertex" />
2874<Test name="float_one_condition_fragment" />
2875<Test name="sampler_condition_vertex" />
2876<Test name="sampler_condition_fragment" />
2877</TestCase>
2878</TestSuite>
2879<TestSuite name="declarations">
2880<TestCase name="invalid_declarations">
2881<Test name="in_in_vertex_main" />
2882<Test name="out_in_vertex_main" />
2883<Test name="in_in_fragment_main" />
2884<Test name="out_in_fragment_main" />
2885<Test name="uniform_in_vertex_main" />
2886<Test name="uniform_in_fragment_main" />
2887<Test name="uniform_block_in_main_vertex" />
2888<Test name="uniform_block_in_main_fragment" />
2889<Test name="invariant_uniform_block_1_vertex" />
2890<Test name="invariant_uniform_block_1_fragment" />
2891<Test name="uniform_block_layout_qualifier_vertex" />
2892<Test name="uniform_block_layout_qualifier_fragment" />
2893<Test name="uniform_block_member_layout_qualifier_vertex" />
2894<Test name="uniform_block_member_layout_qualifier_fragment" />
2895<Test name="uniform_block_nested_struct_definition_vertex" />
2896<Test name="uniform_block_nested_struct_definition_fragment" />
2897<Test name="nested_uniform_block_vertex" />
2898<Test name="nested_uniform_block_fragment" />
2899<Test name="uniform_block_missing_member_semicolon_vertex" />
2900<Test name="uniform_block_missing_member_semicolon_fragment" />
2901<Test name="uniform_block_missing_end_semicolon_vertex" />
2902<Test name="uniform_block_missing_end_semicolon_fragment" />
2903<Test name="uniform_block_duplicate_member_name_1_vertex" />
2904<Test name="uniform_block_duplicate_member_name_1_fragment" />
2905<Test name="uniform_block_duplicate_member_name_2_vertex" />
2906<Test name="uniform_block_duplicate_member_name_2_fragment" />
2907<Test name="uniform_block_duplicate_member_name_3_vertex" />
2908<Test name="uniform_block_duplicate_member_name_3_fragment" />
2909<Test name="uniform_block_duplicate_instance_name_1_vertex" />
2910<Test name="uniform_block_duplicate_instance_name_1_fragment" />
2911<Test name="uniform_block_duplicate_instance_name_2_vertex" />
2912<Test name="uniform_block_duplicate_instance_name_2_fragment" />
2913<Test name="uniform_block_duplicate_instance_name_3_vertex" />
2914<Test name="uniform_block_duplicate_instance_name_3_fragment" />
2915<Test name="uniform_block_array_without_instance_name_1_vertex" />
2916<Test name="uniform_block_array_without_instance_name_1_fragment" />
2917<Test name="uniform_block_array_without_instance_name_2_vertex" />
2918<Test name="uniform_block_array_without_instance_name_2_fragment" />
2919</TestCase>
2920</TestSuite>
2921<TestSuite name="swizzles">
2922<TestCase name="vector_swizzles">
2923<Test name="mediump_vec2_x_vertex" />
2924<Test name="mediump_vec2_x_fragment" />
2925<Test name="mediump_vec2_xx_vertex" />
2926<Test name="mediump_vec2_xx_fragment" />
2927<Test name="mediump_vec2_xy_vertex" />
2928<Test name="mediump_vec2_xy_fragment" />
2929<Test name="mediump_vec2_yx_vertex" />
2930<Test name="mediump_vec2_yx_fragment" />
2931<Test name="mediump_vec2_yxy_vertex" />
2932<Test name="mediump_vec2_yxy_fragment" />
2933<Test name="mediump_vec2_xyxx_vertex" />
2934<Test name="mediump_vec2_xyxx_fragment" />
2935<Test name="mediump_vec2_yyyy_vertex" />
2936<Test name="mediump_vec2_yyyy_fragment" />
2937<Test name="mediump_vec2_s_vertex" />
2938<Test name="mediump_vec2_s_fragment" />
2939<Test name="mediump_vec2_ss_vertex" />
2940<Test name="mediump_vec2_ss_fragment" />
2941<Test name="mediump_vec2_st_vertex" />
2942<Test name="mediump_vec2_st_fragment" />
2943<Test name="mediump_vec2_ts_vertex" />
2944<Test name="mediump_vec2_ts_fragment" />
2945<Test name="mediump_vec2_tst_vertex" />
2946<Test name="mediump_vec2_tst_fragment" />
2947<Test name="mediump_vec2_stss_vertex" />
2948<Test name="mediump_vec2_stss_fragment" />
2949<Test name="mediump_vec2_tttt_vertex" />
2950<Test name="mediump_vec2_tttt_fragment" />
2951<Test name="mediump_vec2_r_vertex" />
2952<Test name="mediump_vec2_r_fragment" />
2953<Test name="mediump_vec2_rr_vertex" />
2954<Test name="mediump_vec2_rr_fragment" />
2955<Test name="mediump_vec2_rg_vertex" />
2956<Test name="mediump_vec2_rg_fragment" />
2957<Test name="mediump_vec2_gr_vertex" />
2958<Test name="mediump_vec2_gr_fragment" />
2959<Test name="mediump_vec2_grg_vertex" />
2960<Test name="mediump_vec2_grg_fragment" />
2961<Test name="mediump_vec2_rgrr_vertex" />
2962<Test name="mediump_vec2_rgrr_fragment" />
2963<Test name="mediump_vec2_gggg_vertex" />
2964<Test name="mediump_vec2_gggg_fragment" />
2965<Test name="mediump_vec3_x_vertex" />
2966<Test name="mediump_vec3_x_fragment" />
2967<Test name="mediump_vec3_z_vertex" />
2968<Test name="mediump_vec3_z_fragment" />
2969<Test name="mediump_vec3_xz_vertex" />
2970<Test name="mediump_vec3_xz_fragment" />
2971<Test name="mediump_vec3_zz_vertex" />
2972<Test name="mediump_vec3_zz_fragment" />
2973<Test name="mediump_vec3_xyz_vertex" />
2974<Test name="mediump_vec3_xyz_fragment" />
2975<Test name="mediump_vec3_zyx_vertex" />
2976<Test name="mediump_vec3_zyx_fragment" />
2977<Test name="mediump_vec3_xxx_vertex" />
2978<Test name="mediump_vec3_xxx_fragment" />
2979<Test name="mediump_vec3_zzz_vertex" />
2980<Test name="mediump_vec3_zzz_fragment" />
2981<Test name="mediump_vec3_zzy_vertex" />
2982<Test name="mediump_vec3_zzy_fragment" />
2983<Test name="mediump_vec3_yxy_vertex" />
2984<Test name="mediump_vec3_yxy_fragment" />
2985<Test name="mediump_vec3_xzx_vertex" />
2986<Test name="mediump_vec3_xzx_fragment" />
2987<Test name="mediump_vec3_xyyx_vertex" />
2988<Test name="mediump_vec3_xyyx_fragment" />
2989<Test name="mediump_vec3_zzzz_vertex" />
2990<Test name="mediump_vec3_zzzz_fragment" />
2991<Test name="mediump_vec3_s_vertex" />
2992<Test name="mediump_vec3_s_fragment" />
2993<Test name="mediump_vec3_p_vertex" />
2994<Test name="mediump_vec3_p_fragment" />
2995<Test name="mediump_vec3_sp_vertex" />
2996<Test name="mediump_vec3_sp_fragment" />
2997<Test name="mediump_vec3_pp_vertex" />
2998<Test name="mediump_vec3_pp_fragment" />
2999<Test name="mediump_vec3_stp_vertex" />
3000<Test name="mediump_vec3_stp_fragment" />
3001<Test name="mediump_vec3_pts_vertex" />
3002<Test name="mediump_vec3_pts_fragment" />
3003<Test name="mediump_vec3_sss_vertex" />
3004<Test name="mediump_vec3_sss_fragment" />
3005<Test name="mediump_vec3_ppp_vertex" />
3006<Test name="mediump_vec3_ppp_fragment" />
3007<Test name="mediump_vec3_ppt_vertex" />
3008<Test name="mediump_vec3_ppt_fragment" />
3009<Test name="mediump_vec3_tst_vertex" />
3010<Test name="mediump_vec3_tst_fragment" />
3011<Test name="mediump_vec3_sps_vertex" />
3012<Test name="mediump_vec3_sps_fragment" />
3013<Test name="mediump_vec3_stts_vertex" />
3014<Test name="mediump_vec3_stts_fragment" />
3015<Test name="mediump_vec3_pppp_vertex" />
3016<Test name="mediump_vec3_pppp_fragment" />
3017<Test name="mediump_vec3_r_vertex" />
3018<Test name="mediump_vec3_r_fragment" />
3019<Test name="mediump_vec3_b_vertex" />
3020<Test name="mediump_vec3_b_fragment" />
3021<Test name="mediump_vec3_rb_vertex" />
3022<Test name="mediump_vec3_rb_fragment" />
3023<Test name="mediump_vec3_bb_vertex" />
3024<Test name="mediump_vec3_bb_fragment" />
3025<Test name="mediump_vec3_rgb_vertex" />
3026<Test name="mediump_vec3_rgb_fragment" />
3027<Test name="mediump_vec3_bgr_vertex" />
3028<Test name="mediump_vec3_bgr_fragment" />
3029<Test name="mediump_vec3_rrr_vertex" />
3030<Test name="mediump_vec3_rrr_fragment" />
3031<Test name="mediump_vec3_bbb_vertex" />
3032<Test name="mediump_vec3_bbb_fragment" />
3033<Test name="mediump_vec3_bbg_vertex" />
3034<Test name="mediump_vec3_bbg_fragment" />
3035<Test name="mediump_vec3_grg_vertex" />
3036<Test name="mediump_vec3_grg_fragment" />
3037<Test name="mediump_vec3_rbr_vertex" />
3038<Test name="mediump_vec3_rbr_fragment" />
3039<Test name="mediump_vec3_rggr_vertex" />
3040<Test name="mediump_vec3_rggr_fragment" />
3041<Test name="mediump_vec3_bbbb_vertex" />
3042<Test name="mediump_vec3_bbbb_fragment" />
3043<Test name="mediump_vec4_x_vertex" />
3044<Test name="mediump_vec4_x_fragment" />
3045<Test name="mediump_vec4_w_vertex" />
3046<Test name="mediump_vec4_w_fragment" />
3047<Test name="mediump_vec4_wx_vertex" />
3048<Test name="mediump_vec4_wx_fragment" />
3049<Test name="mediump_vec4_wz_vertex" />
3050<Test name="mediump_vec4_wz_fragment" />
3051<Test name="mediump_vec4_www_vertex" />
3052<Test name="mediump_vec4_www_fragment" />
3053<Test name="mediump_vec4_yyw_vertex" />
3054<Test name="mediump_vec4_yyw_fragment" />
3055<Test name="mediump_vec4_wzy_vertex" />
3056<Test name="mediump_vec4_wzy_fragment" />
3057<Test name="mediump_vec4_xyzw_vertex" />
3058<Test name="mediump_vec4_xyzw_fragment" />
3059<Test name="mediump_vec4_wzyx_vertex" />
3060<Test name="mediump_vec4_wzyx_fragment" />
3061<Test name="mediump_vec4_xxxx_vertex" />
3062<Test name="mediump_vec4_xxxx_fragment" />
3063<Test name="mediump_vec4_yyyy_vertex" />
3064<Test name="mediump_vec4_yyyy_fragment" />
3065<Test name="mediump_vec4_wwww_vertex" />
3066<Test name="mediump_vec4_wwww_fragment" />
3067<Test name="mediump_vec4_wzzw_vertex" />
3068<Test name="mediump_vec4_wzzw_fragment" />
3069<Test name="mediump_vec4_wwwy_vertex" />
3070<Test name="mediump_vec4_wwwy_fragment" />
3071<Test name="mediump_vec4_xyxx_vertex" />
3072<Test name="mediump_vec4_xyxx_fragment" />
3073<Test name="mediump_vec4_zzwz_vertex" />
3074<Test name="mediump_vec4_zzwz_fragment" />
3075<Test name="mediump_vec4_s_vertex" />
3076<Test name="mediump_vec4_s_fragment" />
3077<Test name="mediump_vec4_q_vertex" />
3078<Test name="mediump_vec4_q_fragment" />
3079<Test name="mediump_vec4_qs_vertex" />
3080<Test name="mediump_vec4_qs_fragment" />
3081<Test name="mediump_vec4_qp_vertex" />
3082<Test name="mediump_vec4_qp_fragment" />
3083<Test name="mediump_vec4_qqq_vertex" />
3084<Test name="mediump_vec4_qqq_fragment" />
3085<Test name="mediump_vec4_ttq_vertex" />
3086<Test name="mediump_vec4_ttq_fragment" />
3087<Test name="mediump_vec4_qpt_vertex" />
3088<Test name="mediump_vec4_qpt_fragment" />
3089<Test name="mediump_vec4_stpq_vertex" />
3090<Test name="mediump_vec4_stpq_fragment" />
3091<Test name="mediump_vec4_qpts_vertex" />
3092<Test name="mediump_vec4_qpts_fragment" />
3093<Test name="mediump_vec4_ssss_vertex" />
3094<Test name="mediump_vec4_ssss_fragment" />
3095<Test name="mediump_vec4_tttt_vertex" />
3096<Test name="mediump_vec4_tttt_fragment" />
3097<Test name="mediump_vec4_qqqq_vertex" />
3098<Test name="mediump_vec4_qqqq_fragment" />
3099<Test name="mediump_vec4_qppq_vertex" />
3100<Test name="mediump_vec4_qppq_fragment" />
3101<Test name="mediump_vec4_qqqt_vertex" />
3102<Test name="mediump_vec4_qqqt_fragment" />
3103<Test name="mediump_vec4_stss_vertex" />
3104<Test name="mediump_vec4_stss_fragment" />
3105<Test name="mediump_vec4_ppqp_vertex" />
3106<Test name="mediump_vec4_ppqp_fragment" />
3107<Test name="mediump_vec4_r_vertex" />
3108<Test name="mediump_vec4_r_fragment" />
3109<Test name="mediump_vec4_a_vertex" />
3110<Test name="mediump_vec4_a_fragment" />
3111<Test name="mediump_vec4_ar_vertex" />
3112<Test name="mediump_vec4_ar_fragment" />
3113<Test name="mediump_vec4_ab_vertex" />
3114<Test name="mediump_vec4_ab_fragment" />
3115<Test name="mediump_vec4_aaa_vertex" />
3116<Test name="mediump_vec4_aaa_fragment" />
3117<Test name="mediump_vec4_gga_vertex" />
3118<Test name="mediump_vec4_gga_fragment" />
3119<Test name="mediump_vec4_abg_vertex" />
3120<Test name="mediump_vec4_abg_fragment" />
3121<Test name="mediump_vec4_rgba_vertex" />
3122<Test name="mediump_vec4_rgba_fragment" />
3123<Test name="mediump_vec4_abgr_vertex" />
3124<Test name="mediump_vec4_abgr_fragment" />
3125<Test name="mediump_vec4_rrrr_vertex" />
3126<Test name="mediump_vec4_rrrr_fragment" />
3127<Test name="mediump_vec4_gggg_vertex" />
3128<Test name="mediump_vec4_gggg_fragment" />
3129<Test name="mediump_vec4_aaaa_vertex" />
3130<Test name="mediump_vec4_aaaa_fragment" />
3131<Test name="mediump_vec4_abba_vertex" />
3132<Test name="mediump_vec4_abba_fragment" />
3133<Test name="mediump_vec4_aaag_vertex" />
3134<Test name="mediump_vec4_aaag_fragment" />
3135<Test name="mediump_vec4_rgrr_vertex" />
3136<Test name="mediump_vec4_rgrr_fragment" />
3137<Test name="mediump_vec4_bbab_vertex" />
3138<Test name="mediump_vec4_bbab_fragment" />
3139<Test name="mediump_ivec2_x_vertex" />
3140<Test name="mediump_ivec2_x_fragment" />
3141<Test name="mediump_ivec2_xx_vertex" />
3142<Test name="mediump_ivec2_xx_fragment" />
3143<Test name="mediump_ivec2_xy_vertex" />
3144<Test name="mediump_ivec2_xy_fragment" />
3145<Test name="mediump_ivec2_yx_vertex" />
3146<Test name="mediump_ivec2_yx_fragment" />
3147<Test name="mediump_ivec2_yxy_vertex" />
3148<Test name="mediump_ivec2_yxy_fragment" />
3149<Test name="mediump_ivec2_xyxx_vertex" />
3150<Test name="mediump_ivec2_xyxx_fragment" />
3151<Test name="mediump_ivec2_yyyy_vertex" />
3152<Test name="mediump_ivec2_yyyy_fragment" />
3153<Test name="mediump_ivec2_s_vertex" />
3154<Test name="mediump_ivec2_s_fragment" />
3155<Test name="mediump_ivec2_ss_vertex" />
3156<Test name="mediump_ivec2_ss_fragment" />
3157<Test name="mediump_ivec2_st_vertex" />
3158<Test name="mediump_ivec2_st_fragment" />
3159<Test name="mediump_ivec2_ts_vertex" />
3160<Test name="mediump_ivec2_ts_fragment" />
3161<Test name="mediump_ivec2_tst_vertex" />
3162<Test name="mediump_ivec2_tst_fragment" />
3163<Test name="mediump_ivec2_stss_vertex" />
3164<Test name="mediump_ivec2_stss_fragment" />
3165<Test name="mediump_ivec2_tttt_vertex" />
3166<Test name="mediump_ivec2_tttt_fragment" />
3167<Test name="mediump_ivec2_r_vertex" />
3168<Test name="mediump_ivec2_r_fragment" />
3169<Test name="mediump_ivec2_rr_vertex" />
3170<Test name="mediump_ivec2_rr_fragment" />
3171<Test name="mediump_ivec2_rg_vertex" />
3172<Test name="mediump_ivec2_rg_fragment" />
3173<Test name="mediump_ivec2_gr_vertex" />
3174<Test name="mediump_ivec2_gr_fragment" />
3175<Test name="mediump_ivec2_grg_vertex" />
3176<Test name="mediump_ivec2_grg_fragment" />
3177<Test name="mediump_ivec2_rgrr_vertex" />
3178<Test name="mediump_ivec2_rgrr_fragment" />
3179<Test name="mediump_ivec2_gggg_vertex" />
3180<Test name="mediump_ivec2_gggg_fragment" />
3181<Test name="mediump_ivec3_x_vertex" />
3182<Test name="mediump_ivec3_x_fragment" />
3183<Test name="mediump_ivec3_z_vertex" />
3184<Test name="mediump_ivec3_z_fragment" />
3185<Test name="mediump_ivec3_xz_vertex" />
3186<Test name="mediump_ivec3_xz_fragment" />
3187<Test name="mediump_ivec3_zz_vertex" />
3188<Test name="mediump_ivec3_zz_fragment" />
3189<Test name="mediump_ivec3_xyz_vertex" />
3190<Test name="mediump_ivec3_xyz_fragment" />
3191<Test name="mediump_ivec3_zyx_vertex" />
3192<Test name="mediump_ivec3_zyx_fragment" />
3193<Test name="mediump_ivec3_xxx_vertex" />
3194<Test name="mediump_ivec3_xxx_fragment" />
3195<Test name="mediump_ivec3_zzz_vertex" />
3196<Test name="mediump_ivec3_zzz_fragment" />
3197<Test name="mediump_ivec3_zzy_vertex" />
3198<Test name="mediump_ivec3_zzy_fragment" />
3199<Test name="mediump_ivec3_yxy_vertex" />
3200<Test name="mediump_ivec3_yxy_fragment" />
3201<Test name="mediump_ivec3_xzx_vertex" />
3202<Test name="mediump_ivec3_xzx_fragment" />
3203<Test name="mediump_ivec3_xyyx_vertex" />
3204<Test name="mediump_ivec3_xyyx_fragment" />
3205<Test name="mediump_ivec3_zzzz_vertex" />
3206<Test name="mediump_ivec3_zzzz_fragment" />
3207<Test name="mediump_ivec3_s_vertex" />
3208<Test name="mediump_ivec3_s_fragment" />
3209<Test name="mediump_ivec3_p_vertex" />
3210<Test name="mediump_ivec3_p_fragment" />
3211<Test name="mediump_ivec3_sp_vertex" />
3212<Test name="mediump_ivec3_sp_fragment" />
3213<Test name="mediump_ivec3_pp_vertex" />
3214<Test name="mediump_ivec3_pp_fragment" />
3215<Test name="mediump_ivec3_stp_vertex" />
3216<Test name="mediump_ivec3_stp_fragment" />
3217<Test name="mediump_ivec3_pts_vertex" />
3218<Test name="mediump_ivec3_pts_fragment" />
3219<Test name="mediump_ivec3_sss_vertex" />
3220<Test name="mediump_ivec3_sss_fragment" />
3221<Test name="mediump_ivec3_ppp_vertex" />
3222<Test name="mediump_ivec3_ppp_fragment" />
3223<Test name="mediump_ivec3_ppt_vertex" />
3224<Test name="mediump_ivec3_ppt_fragment" />
3225<Test name="mediump_ivec3_tst_vertex" />
3226<Test name="mediump_ivec3_tst_fragment" />
3227<Test name="mediump_ivec3_sps_vertex" />
3228<Test name="mediump_ivec3_sps_fragment" />
3229<Test name="mediump_ivec3_stts_vertex" />
3230<Test name="mediump_ivec3_stts_fragment" />
3231<Test name="mediump_ivec3_pppp_vertex" />
3232<Test name="mediump_ivec3_pppp_fragment" />
3233<Test name="mediump_ivec3_r_vertex" />
3234<Test name="mediump_ivec3_r_fragment" />
3235<Test name="mediump_ivec3_b_vertex" />
3236<Test name="mediump_ivec3_b_fragment" />
3237<Test name="mediump_ivec3_rb_vertex" />
3238<Test name="mediump_ivec3_rb_fragment" />
3239<Test name="mediump_ivec3_bb_vertex" />
3240<Test name="mediump_ivec3_bb_fragment" />
3241<Test name="mediump_ivec3_rgb_vertex" />
3242<Test name="mediump_ivec3_rgb_fragment" />
3243<Test name="mediump_ivec3_bgr_vertex" />
3244<Test name="mediump_ivec3_bgr_fragment" />
3245<Test name="mediump_ivec3_rrr_vertex" />
3246<Test name="mediump_ivec3_rrr_fragment" />
3247<Test name="mediump_ivec3_bbb_vertex" />
3248<Test name="mediump_ivec3_bbb_fragment" />
3249<Test name="mediump_ivec3_bbg_vertex" />
3250<Test name="mediump_ivec3_bbg_fragment" />
3251<Test name="mediump_ivec3_grg_vertex" />
3252<Test name="mediump_ivec3_grg_fragment" />
3253<Test name="mediump_ivec3_rbr_vertex" />
3254<Test name="mediump_ivec3_rbr_fragment" />
3255<Test name="mediump_ivec3_rggr_vertex" />
3256<Test name="mediump_ivec3_rggr_fragment" />
3257<Test name="mediump_ivec3_bbbb_vertex" />
3258<Test name="mediump_ivec3_bbbb_fragment" />
3259<Test name="mediump_ivec4_x_vertex" />
3260<Test name="mediump_ivec4_x_fragment" />
3261<Test name="mediump_ivec4_w_vertex" />
3262<Test name="mediump_ivec4_w_fragment" />
3263<Test name="mediump_ivec4_wx_vertex" />
3264<Test name="mediump_ivec4_wx_fragment" />
3265<Test name="mediump_ivec4_wz_vertex" />
3266<Test name="mediump_ivec4_wz_fragment" />
3267<Test name="mediump_ivec4_www_vertex" />
3268<Test name="mediump_ivec4_www_fragment" />
3269<Test name="mediump_ivec4_yyw_vertex" />
3270<Test name="mediump_ivec4_yyw_fragment" />
3271<Test name="mediump_ivec4_wzy_vertex" />
3272<Test name="mediump_ivec4_wzy_fragment" />
3273<Test name="mediump_ivec4_xyzw_vertex" />
3274<Test name="mediump_ivec4_xyzw_fragment" />
3275<Test name="mediump_ivec4_wzyx_vertex" />
3276<Test name="mediump_ivec4_wzyx_fragment" />
3277<Test name="mediump_ivec4_xxxx_vertex" />
3278<Test name="mediump_ivec4_xxxx_fragment" />
3279<Test name="mediump_ivec4_yyyy_vertex" />
3280<Test name="mediump_ivec4_yyyy_fragment" />
3281<Test name="mediump_ivec4_wwww_vertex" />
3282<Test name="mediump_ivec4_wwww_fragment" />
3283<Test name="mediump_ivec4_wzzw_vertex" />
3284<Test name="mediump_ivec4_wzzw_fragment" />
3285<Test name="mediump_ivec4_wwwy_vertex" />
3286<Test name="mediump_ivec4_wwwy_fragment" />
3287<Test name="mediump_ivec4_xyxx_vertex" />
3288<Test name="mediump_ivec4_xyxx_fragment" />
3289<Test name="mediump_ivec4_zzwz_vertex" />
3290<Test name="mediump_ivec4_zzwz_fragment" />
3291<Test name="mediump_ivec4_s_vertex" />
3292<Test name="mediump_ivec4_s_fragment" />
3293<Test name="mediump_ivec4_q_vertex" />
3294<Test name="mediump_ivec4_q_fragment" />
3295<Test name="mediump_ivec4_qs_vertex" />
3296<Test name="mediump_ivec4_qs_fragment" />
3297<Test name="mediump_ivec4_qp_vertex" />
3298<Test name="mediump_ivec4_qp_fragment" />
3299<Test name="mediump_ivec4_qqq_vertex" />
3300<Test name="mediump_ivec4_qqq_fragment" />
3301<Test name="mediump_ivec4_ttq_vertex" />
3302<Test name="mediump_ivec4_ttq_fragment" />
3303<Test name="mediump_ivec4_qpt_vertex" />
3304<Test name="mediump_ivec4_qpt_fragment" />
3305<Test name="mediump_ivec4_stpq_vertex" />
3306<Test name="mediump_ivec4_stpq_fragment" />
3307<Test name="mediump_ivec4_qpts_vertex" />
3308<Test name="mediump_ivec4_qpts_fragment" />
3309<Test name="mediump_ivec4_ssss_vertex" />
3310<Test name="mediump_ivec4_ssss_fragment" />
3311<Test name="mediump_ivec4_tttt_vertex" />
3312<Test name="mediump_ivec4_tttt_fragment" />
3313<Test name="mediump_ivec4_qqqq_vertex" />
3314<Test name="mediump_ivec4_qqqq_fragment" />
3315<Test name="mediump_ivec4_qppq_vertex" />
3316<Test name="mediump_ivec4_qppq_fragment" />
3317<Test name="mediump_ivec4_qqqt_vertex" />
3318<Test name="mediump_ivec4_qqqt_fragment" />
3319<Test name="mediump_ivec4_stss_vertex" />
3320<Test name="mediump_ivec4_stss_fragment" />
3321<Test name="mediump_ivec4_ppqp_vertex" />
3322<Test name="mediump_ivec4_ppqp_fragment" />
3323<Test name="mediump_ivec4_r_vertex" />
3324<Test name="mediump_ivec4_r_fragment" />
3325<Test name="mediump_ivec4_a_vertex" />
3326<Test name="mediump_ivec4_a_fragment" />
3327<Test name="mediump_ivec4_ar_vertex" />
3328<Test name="mediump_ivec4_ar_fragment" />
3329<Test name="mediump_ivec4_ab_vertex" />
3330<Test name="mediump_ivec4_ab_fragment" />
3331<Test name="mediump_ivec4_aaa_vertex" />
3332<Test name="mediump_ivec4_aaa_fragment" />
3333<Test name="mediump_ivec4_gga_vertex" />
3334<Test name="mediump_ivec4_gga_fragment" />
3335<Test name="mediump_ivec4_abg_vertex" />
3336<Test name="mediump_ivec4_abg_fragment" />
3337<Test name="mediump_ivec4_rgba_vertex" />
3338<Test name="mediump_ivec4_rgba_fragment" />
3339<Test name="mediump_ivec4_abgr_vertex" />
3340<Test name="mediump_ivec4_abgr_fragment" />
3341<Test name="mediump_ivec4_rrrr_vertex" />
3342<Test name="mediump_ivec4_rrrr_fragment" />
3343<Test name="mediump_ivec4_gggg_vertex" />
3344<Test name="mediump_ivec4_gggg_fragment" />
3345<Test name="mediump_ivec4_aaaa_vertex" />
3346<Test name="mediump_ivec4_aaaa_fragment" />
3347<Test name="mediump_ivec4_abba_vertex" />
3348<Test name="mediump_ivec4_abba_fragment" />
3349<Test name="mediump_ivec4_aaag_vertex" />
3350<Test name="mediump_ivec4_aaag_fragment" />
3351<Test name="mediump_ivec4_rgrr_vertex" />
3352<Test name="mediump_ivec4_rgrr_fragment" />
3353<Test name="mediump_ivec4_bbab_vertex" />
3354<Test name="mediump_ivec4_bbab_fragment" />
3355<Test name="mediump_bvec2_x_vertex" />
3356<Test name="mediump_bvec2_x_fragment" />
3357<Test name="mediump_bvec2_xx_vertex" />
3358<Test name="mediump_bvec2_xx_fragment" />
3359<Test name="mediump_bvec2_xy_vertex" />
3360<Test name="mediump_bvec2_xy_fragment" />
3361<Test name="mediump_bvec2_yx_vertex" />
3362<Test name="mediump_bvec2_yx_fragment" />
3363<Test name="mediump_bvec2_yxy_vertex" />
3364<Test name="mediump_bvec2_yxy_fragment" />
3365<Test name="mediump_bvec2_xyxx_vertex" />
3366<Test name="mediump_bvec2_xyxx_fragment" />
3367<Test name="mediump_bvec2_yyyy_vertex" />
3368<Test name="mediump_bvec2_yyyy_fragment" />
3369<Test name="mediump_bvec2_s_vertex" />
3370<Test name="mediump_bvec2_s_fragment" />
3371<Test name="mediump_bvec2_ss_vertex" />
3372<Test name="mediump_bvec2_ss_fragment" />
3373<Test name="mediump_bvec2_st_vertex" />
3374<Test name="mediump_bvec2_st_fragment" />
3375<Test name="mediump_bvec2_ts_vertex" />
3376<Test name="mediump_bvec2_ts_fragment" />
3377<Test name="mediump_bvec2_tst_vertex" />
3378<Test name="mediump_bvec2_tst_fragment" />
3379<Test name="mediump_bvec2_stss_vertex" />
3380<Test name="mediump_bvec2_stss_fragment" />
3381<Test name="mediump_bvec2_tttt_vertex" />
3382<Test name="mediump_bvec2_tttt_fragment" />
3383<Test name="mediump_bvec2_r_vertex" />
3384<Test name="mediump_bvec2_r_fragment" />
3385<Test name="mediump_bvec2_rr_vertex" />
3386<Test name="mediump_bvec2_rr_fragment" />
3387<Test name="mediump_bvec2_rg_vertex" />
3388<Test name="mediump_bvec2_rg_fragment" />
3389<Test name="mediump_bvec2_gr_vertex" />
3390<Test name="mediump_bvec2_gr_fragment" />
3391<Test name="mediump_bvec2_grg_vertex" />
3392<Test name="mediump_bvec2_grg_fragment" />
3393<Test name="mediump_bvec2_rgrr_vertex" />
3394<Test name="mediump_bvec2_rgrr_fragment" />
3395<Test name="mediump_bvec2_gggg_vertex" />
3396<Test name="mediump_bvec2_gggg_fragment" />
3397<Test name="mediump_bvec3_x_vertex" />
3398<Test name="mediump_bvec3_x_fragment" />
3399<Test name="mediump_bvec3_z_vertex" />
3400<Test name="mediump_bvec3_z_fragment" />
3401<Test name="mediump_bvec3_xz_vertex" />
3402<Test name="mediump_bvec3_xz_fragment" />
3403<Test name="mediump_bvec3_zz_vertex" />
3404<Test name="mediump_bvec3_zz_fragment" />
3405<Test name="mediump_bvec3_xyz_vertex" />
3406<Test name="mediump_bvec3_xyz_fragment" />
3407<Test name="mediump_bvec3_zyx_vertex" />
3408<Test name="mediump_bvec3_zyx_fragment" />
3409<Test name="mediump_bvec3_xxx_vertex" />
3410<Test name="mediump_bvec3_xxx_fragment" />
3411<Test name="mediump_bvec3_zzz_vertex" />
3412<Test name="mediump_bvec3_zzz_fragment" />
3413<Test name="mediump_bvec3_zzy_vertex" />
3414<Test name="mediump_bvec3_zzy_fragment" />
3415<Test name="mediump_bvec3_yxy_vertex" />
3416<Test name="mediump_bvec3_yxy_fragment" />
3417<Test name="mediump_bvec3_xzx_vertex" />
3418<Test name="mediump_bvec3_xzx_fragment" />
3419<Test name="mediump_bvec3_xyyx_vertex" />
3420<Test name="mediump_bvec3_xyyx_fragment" />
3421<Test name="mediump_bvec3_zzzz_vertex" />
3422<Test name="mediump_bvec3_zzzz_fragment" />
3423<Test name="mediump_bvec3_s_vertex" />
3424<Test name="mediump_bvec3_s_fragment" />
3425<Test name="mediump_bvec3_p_vertex" />
3426<Test name="mediump_bvec3_p_fragment" />
3427<Test name="mediump_bvec3_sp_vertex" />
3428<Test name="mediump_bvec3_sp_fragment" />
3429<Test name="mediump_bvec3_pp_vertex" />
3430<Test name="mediump_bvec3_pp_fragment" />
3431<Test name="mediump_bvec3_stp_vertex" />
3432<Test name="mediump_bvec3_stp_fragment" />
3433<Test name="mediump_bvec3_pts_vertex" />
3434<Test name="mediump_bvec3_pts_fragment" />
3435<Test name="mediump_bvec3_sss_vertex" />
3436<Test name="mediump_bvec3_sss_fragment" />
3437<Test name="mediump_bvec3_ppp_vertex" />
3438<Test name="mediump_bvec3_ppp_fragment" />
3439<Test name="mediump_bvec3_ppt_vertex" />
3440<Test name="mediump_bvec3_ppt_fragment" />
3441<Test name="mediump_bvec3_tst_vertex" />
3442<Test name="mediump_bvec3_tst_fragment" />
3443<Test name="mediump_bvec3_sps_vertex" />
3444<Test name="mediump_bvec3_sps_fragment" />
3445<Test name="mediump_bvec3_stts_vertex" />
3446<Test name="mediump_bvec3_stts_fragment" />
3447<Test name="mediump_bvec3_pppp_vertex" />
3448<Test name="mediump_bvec3_pppp_fragment" />
3449<Test name="mediump_bvec3_r_vertex" />
3450<Test name="mediump_bvec3_r_fragment" />
3451<Test name="mediump_bvec3_b_vertex" />
3452<Test name="mediump_bvec3_b_fragment" />
3453<Test name="mediump_bvec3_rb_vertex" />
3454<Test name="mediump_bvec3_rb_fragment" />
3455<Test name="mediump_bvec3_bb_vertex" />
3456<Test name="mediump_bvec3_bb_fragment" />
3457<Test name="mediump_bvec3_rgb_vertex" />
3458<Test name="mediump_bvec3_rgb_fragment" />
3459<Test name="mediump_bvec3_bgr_vertex" />
3460<Test name="mediump_bvec3_bgr_fragment" />
3461<Test name="mediump_bvec3_rrr_vertex" />
3462<Test name="mediump_bvec3_rrr_fragment" />
3463<Test name="mediump_bvec3_bbb_vertex" />
3464<Test name="mediump_bvec3_bbb_fragment" />
3465<Test name="mediump_bvec3_bbg_vertex" />
3466<Test name="mediump_bvec3_bbg_fragment" />
3467<Test name="mediump_bvec3_grg_vertex" />
3468<Test name="mediump_bvec3_grg_fragment" />
3469<Test name="mediump_bvec3_rbr_vertex" />
3470<Test name="mediump_bvec3_rbr_fragment" />
3471<Test name="mediump_bvec3_rggr_vertex" />
3472<Test name="mediump_bvec3_rggr_fragment" />
3473<Test name="mediump_bvec3_bbbb_vertex" />
3474<Test name="mediump_bvec3_bbbb_fragment" />
3475<Test name="mediump_bvec4_x_vertex" />
3476<Test name="mediump_bvec4_x_fragment" />
3477<Test name="mediump_bvec4_w_vertex" />
3478<Test name="mediump_bvec4_w_fragment" />
3479<Test name="mediump_bvec4_wx_vertex" />
3480<Test name="mediump_bvec4_wx_fragment" />
3481<Test name="mediump_bvec4_wz_vertex" />
3482<Test name="mediump_bvec4_wz_fragment" />
3483<Test name="mediump_bvec4_www_vertex" />
3484<Test name="mediump_bvec4_www_fragment" />
3485<Test name="mediump_bvec4_yyw_vertex" />
3486<Test name="mediump_bvec4_yyw_fragment" />
3487<Test name="mediump_bvec4_wzy_vertex" />
3488<Test name="mediump_bvec4_wzy_fragment" />
3489<Test name="mediump_bvec4_xyzw_vertex" />
3490<Test name="mediump_bvec4_xyzw_fragment" />
3491<Test name="mediump_bvec4_wzyx_vertex" />
3492<Test name="mediump_bvec4_wzyx_fragment" />
3493<Test name="mediump_bvec4_xxxx_vertex" />
3494<Test name="mediump_bvec4_xxxx_fragment" />
3495<Test name="mediump_bvec4_yyyy_vertex" />
3496<Test name="mediump_bvec4_yyyy_fragment" />
3497<Test name="mediump_bvec4_wwww_vertex" />
3498<Test name="mediump_bvec4_wwww_fragment" />
3499<Test name="mediump_bvec4_wzzw_vertex" />
3500<Test name="mediump_bvec4_wzzw_fragment" />
3501<Test name="mediump_bvec4_wwwy_vertex" />
3502<Test name="mediump_bvec4_wwwy_fragment" />
3503<Test name="mediump_bvec4_xyxx_vertex" />
3504<Test name="mediump_bvec4_xyxx_fragment" />
3505<Test name="mediump_bvec4_zzwz_vertex" />
3506<Test name="mediump_bvec4_zzwz_fragment" />
3507<Test name="mediump_bvec4_s_vertex" />
3508<Test name="mediump_bvec4_s_fragment" />
3509<Test name="mediump_bvec4_q_vertex" />
3510<Test name="mediump_bvec4_q_fragment" />
3511<Test name="mediump_bvec4_qs_vertex" />
3512<Test name="mediump_bvec4_qs_fragment" />
3513<Test name="mediump_bvec4_qp_vertex" />
3514<Test name="mediump_bvec4_qp_fragment" />
3515<Test name="mediump_bvec4_qqq_vertex" />
3516<Test name="mediump_bvec4_qqq_fragment" />
3517<Test name="mediump_bvec4_ttq_vertex" />
3518<Test name="mediump_bvec4_ttq_fragment" />
3519<Test name="mediump_bvec4_qpt_vertex" />
3520<Test name="mediump_bvec4_qpt_fragment" />
3521<Test name="mediump_bvec4_stpq_vertex" />
3522<Test name="mediump_bvec4_stpq_fragment" />
3523<Test name="mediump_bvec4_qpts_vertex" />
3524<Test name="mediump_bvec4_qpts_fragment" />
3525<Test name="mediump_bvec4_ssss_vertex" />
3526<Test name="mediump_bvec4_ssss_fragment" />
3527<Test name="mediump_bvec4_tttt_vertex" />
3528<Test name="mediump_bvec4_tttt_fragment" />
3529<Test name="mediump_bvec4_qqqq_vertex" />
3530<Test name="mediump_bvec4_qqqq_fragment" />
3531<Test name="mediump_bvec4_qppq_vertex" />
3532<Test name="mediump_bvec4_qppq_fragment" />
3533<Test name="mediump_bvec4_qqqt_vertex" />
3534<Test name="mediump_bvec4_qqqt_fragment" />
3535<Test name="mediump_bvec4_stss_vertex" />
3536<Test name="mediump_bvec4_stss_fragment" />
3537<Test name="mediump_bvec4_ppqp_vertex" />
3538<Test name="mediump_bvec4_ppqp_fragment" />
3539<Test name="mediump_bvec4_r_vertex" />
3540<Test name="mediump_bvec4_r_fragment" />
3541<Test name="mediump_bvec4_a_vertex" />
3542<Test name="mediump_bvec4_a_fragment" />
3543<Test name="mediump_bvec4_ar_vertex" />
3544<Test name="mediump_bvec4_ar_fragment" />
3545<Test name="mediump_bvec4_ab_vertex" />
3546<Test name="mediump_bvec4_ab_fragment" />
3547<Test name="mediump_bvec4_aaa_vertex" />
3548<Test name="mediump_bvec4_aaa_fragment" />
3549<Test name="mediump_bvec4_gga_vertex" />
3550<Test name="mediump_bvec4_gga_fragment" />
3551<Test name="mediump_bvec4_abg_vertex" />
3552<Test name="mediump_bvec4_abg_fragment" />
3553<Test name="mediump_bvec4_rgba_vertex" />
3554<Test name="mediump_bvec4_rgba_fragment" />
3555<Test name="mediump_bvec4_abgr_vertex" />
3556<Test name="mediump_bvec4_abgr_fragment" />
3557<Test name="mediump_bvec4_rrrr_vertex" />
3558<Test name="mediump_bvec4_rrrr_fragment" />
3559<Test name="mediump_bvec4_gggg_vertex" />
3560<Test name="mediump_bvec4_gggg_fragment" />
3561<Test name="mediump_bvec4_aaaa_vertex" />
3562<Test name="mediump_bvec4_aaaa_fragment" />
3563<Test name="mediump_bvec4_abba_vertex" />
3564<Test name="mediump_bvec4_abba_fragment" />
3565<Test name="mediump_bvec4_aaag_vertex" />
3566<Test name="mediump_bvec4_aaag_fragment" />
3567<Test name="mediump_bvec4_rgrr_vertex" />
3568<Test name="mediump_bvec4_rgrr_fragment" />
3569<Test name="mediump_bvec4_bbab_vertex" />
3570<Test name="mediump_bvec4_bbab_fragment" />
3571</TestCase>
3572</TestSuite>
3573<TestSuite name="functions">
3574<TestCase name="datatypes">
3575<Test name="float_float_vertex" />
3576<Test name="float_float_fragment" />
3577<Test name="float_vec2_vertex" />
3578<Test name="float_vec2_fragment" />
3579<Test name="float_vec3_vertex" />
3580<Test name="float_vec3_fragment" />
3581<Test name="float_vec4_vertex" />
3582<Test name="float_vec4_fragment" />
3583<Test name="float_mat2_vertex" />
3584<Test name="float_mat2_fragment" />
3585<Test name="float_mat3_vertex" />
3586<Test name="float_mat3_fragment" />
3587<Test name="float_mat4_vertex" />
3588<Test name="float_mat4_fragment" />
3589<Test name="int_int_vertex" />
3590<Test name="int_int_fragment" />
3591<Test name="int_ivec2_vertex" />
3592<Test name="int_ivec2_fragment" />
3593<Test name="int_ivec3_vertex" />
3594<Test name="int_ivec3_fragment" />
3595<Test name="int_ivec4_vertex" />
3596<Test name="int_ivec4_fragment" />
3597<Test name="uint_uint_vertex" />
3598<Test name="uint_uint_fragment" />
3599<Test name="uint_uvec2_vertex" />
3600<Test name="uint_uvec2_fragment" />
3601<Test name="uint_uvec3_vertex" />
3602<Test name="uint_uvec3_fragment" />
3603<Test name="uint_uvec4_vertex" />
3604<Test name="uint_uvec4_fragment" />
3605<Test name="bool_bool_vertex" />
3606<Test name="bool_bool_fragment" />
3607<Test name="mat2_vertex" />
3608<Test name="mat2_fragment" />
3609<Test name="mat2x3_vertex" />
3610<Test name="mat2x3_fragment" />
3611<Test name="mat2x4_vertex" />
3612<Test name="mat2x4_fragment" />
3613<Test name="mat3x2_vertex" />
3614<Test name="mat3x2_fragment" />
3615<Test name="mat3_vertex" />
3616<Test name="mat3_fragment" />
3617<Test name="mat3x4_vertex" />
3618<Test name="mat3x4_fragment" />
3619<Test name="mat4x2_vertex" />
3620<Test name="mat4x2_fragment" />
3621<Test name="mat4x3_vertex" />
3622<Test name="mat4x3_fragment" />
3623<Test name="mat4_vertex" />
3624<Test name="mat4_fragment" />
3625<Test name="float_struct_vertex" />
3626<Test name="float_struct_fragment" />
3627<Test name="struct_struct_vertex" />
3628<Test name="struct_struct_fragment" />
3629<Test name="struct_nested_struct_vertex" />
3630<Test name="struct_nested_struct_fragment" />
3631</TestCase>
3632<TestCase name="qualifiers">
3633<Test name="in_float_vertex" />
3634<Test name="in_float_fragment" />
3635<Test name="out_float_vertex" />
3636<Test name="out_float_fragment" />
3637<Test name="inout_float_vertex" />
3638<Test name="inout_float_fragment" />
3639<Test name="in_lowp_float_vertex" />
3640<Test name="in_lowp_float_fragment" />
3641<Test name="out_lowp_float_vertex" />
3642<Test name="out_lowp_float_fragment" />
3643<Test name="inout_lowp_float_vertex" />
3644<Test name="inout_lowp_float_fragment" />
3645<Test name="in_highp_float_vertex" />
3646<Test name="out_highp_float_vertex" />
3647<Test name="out_highp_float_fragment" />
3648<Test name="inout_highp_float_vertex" />
3649<Test name="const_float_vertex" />
3650<Test name="const_float_fragment" />
3651<Test name="const_in_float_vertex" />
3652<Test name="const_in_float_fragment" />
3653<Test name="in_int_vertex" />
3654<Test name="in_int_fragment" />
3655<Test name="out_int_vertex" />
3656<Test name="out_int_fragment" />
3657<Test name="inout_int_vertex" />
3658<Test name="inout_int_fragment" />
3659<Test name="in_lowp_int_vertex" />
3660<Test name="in_lowp_int_fragment" />
3661<Test name="out_lowp_int_vertex" />
3662<Test name="out_lowp_int_fragment" />
3663<Test name="inout_lowp_int_vertex" />
3664<Test name="inout_lowp_int_fragment" />
3665<Test name="in_highp_int_vertex" />
3666<Test name="in_highp_int_fragment" />
3667<Test name="out_highp_int_vertex" />
3668<Test name="out_highp_int_fragment" />
3669<Test name="inout_highp_int_vertex" />
3670<Test name="inout_highp_int_fragment" />
3671<Test name="const_int_vertex" />
3672<Test name="const_int_fragment" />
3673<Test name="const_in_int_vertex" />
3674<Test name="const_in_int_fragment" />
3675<Test name="in_bool_vertex" />
3676<Test name="in_bool_fragment" />
3677<Test name="out_bool_vertex" />
3678<Test name="out_bool_fragment" />
3679<Test name="inout_bool_vertex" />
3680<Test name="inout_bool_fragment" />
3681<Test name="const_bool_vertex" />
3682<Test name="const_bool_fragment" />
3683</TestCase>
3684<TestCase name="declarations">
3685<Test name="basic_vertex" />
3686<Test name="basic_fragment" />
3687<Test name="basic_arg_vertex" />
3688<Test name="basic_arg_fragment" />
3689<Test name="define_after_use_vertex" />
3690<Test name="define_after_use_fragment" />
3691<Test name="double_declare_vertex" />
3692<Test name="double_declare_fragment" />
3693<Test name="declare_after_define_vertex" />
3694<Test name="declare_after_define_fragment" />
3695<Test name="void_vs_no_void_vertex" />
3696<Test name="void_vs_no_void_fragment" />
3697<Test name="in_vs_no_in_vertex" />
3698<Test name="in_vs_no_in_fragment" />
3699<Test name="default_vs_explicit_precision_vertex" />
3700<Test name="default_vs_explicit_precision_fragment" />
3701</TestCase>
3702<TestCase name="overloading">
3703<Test name="user_func_arg_type_simple_vertex" />
3704<Test name="user_func_arg_type_simple_fragment" />
3705<Test name="user_func_arg_float_types_vertex" />
3706<Test name="user_func_arg_float_types_fragment" />
3707<Test name="user_func_arg_int_types_vertex" />
3708<Test name="user_func_arg_int_types_fragment" />
3709<Test name="user_func_arg_bool_types_vertex" />
3710<Test name="user_func_arg_bool_types_fragment" />
3711<Test name="user_func_arg_basic_types_vertex" />
3712<Test name="user_func_arg_basic_types_fragment" />
3713<Test name="user_func_arg_complex_types_vertex" />
3714<Test name="user_func_arg_complex_types_fragment" />
3715<Test name="user_func_arguments_vertex" />
3716<Test name="user_func_arguments_fragment" />
3717<Test name="array_size_vertex" />
3718<Test name="array_size_fragment" />
3719</TestCase>
3720<TestCase name="array_arguments">
3721<Test name="local_in_float_vertex" />
3722<Test name="local_in_float_fragment" />
3723<Test name="global_in_float_vertex" />
3724<Test name="global_in_float_fragment" />
3725<Test name="local_in_int_vertex" />
3726<Test name="local_in_int_fragment" />
3727<Test name="global_in_int_vertex" />
3728<Test name="global_in_int_fragment" />
3729<Test name="local_in_bool_vertex" />
3730<Test name="local_in_bool_fragment" />
3731<Test name="global_in_bool_vertex" />
3732<Test name="global_in_bool_fragment" />
3733<Test name="test_helpers_vertex" />
3734<Test name="test_helpers_fragment" />
3735<Test name="copy_local_in_on_call_vertex" />
3736<Test name="copy_local_in_on_call_fragment" />
3737<Test name="copy_global_in_on_call_vertex" />
3738<Test name="copy_global_in_on_call_fragment" />
3739<Test name="copy_local_inout_on_call_vertex" />
3740<Test name="copy_local_inout_on_call_fragment" />
3741</TestCase>
3742<TestCase name="control_flow">
3743<Test name="simple_return_vertex" />
3744<Test name="simple_return_fragment" />
3745<Test name="return_in_if_vertex" />
3746<Test name="return_in_if_fragment" />
3747<Test name="return_in_else_vertex" />
3748<Test name="return_in_else_fragment" />
3749<Test name="return_in_loop_vertex" />
3750<Test name="return_in_loop_fragment" />
3751<Test name="return_in_loop_if_vertex" />
3752<Test name="return_in_loop_if_fragment" />
3753<Test name="return_after_loop_vertex" />
3754<Test name="return_after_loop_fragment" />
3755<Test name="return_after_break_vertex" />
3756<Test name="return_after_break_fragment" />
3757<Test name="return_after_continue_vertex" />
3758<Test name="return_after_continue_fragment" />
3759<Test name="return_in_nested_loop_vertex" />
3760<Test name="return_in_nested_loop_fragment" />
3761<Test name="return_after_loop_sequence_vertex" />
3762<Test name="return_after_loop_sequence_fragment" />
3763<Test name="mixed_return_break_continue_vertex" />
3764<Test name="mixed_return_break_continue_fragment" />
3765</TestCase>
3766<TestCase name="misc">
3767<Test name="multi_arg_float_vertex" />
3768<Test name="multi_arg_float_fragment" />
3769<Test name="multi_arg_int_vertex" />
3770<Test name="multi_arg_int_fragment" />
3771<Test name="argument_eval_order_1_vertex" />
3772<Test name="argument_eval_order_1_fragment" />
3773<Test name="argument_eval_order_2_vertex" />
3774<Test name="argument_eval_order_2_fragment" />
3775</TestCase>
3776<TestCase name="invalid">
3777<Test name="break_in_body_vertex" />
3778<Test name="break_in_body_fragment" />
3779<Test name="continue_in_body_vertex" />
3780<Test name="continue_in_body_fragment" />
3781<Test name="return_value_from_void_function_vertex" />
3782<Test name="return_value_from_void_function_fragment" />
3783<Test name="extra_arguments_vertex" />
3784<Test name="extra_arguments_fragment" />
3785<Test name="missing_arguments_vertex" />
3786<Test name="missing_arguments_fragment" />
3787<Test name="missing_argument_type_vertex" />
3788<Test name="missing_argument_type_fragment" />
3789<Test name="argument_basetype_mismatch_vertex" />
3790<Test name="argument_basetype_mismatch_fragment" />
3791<Test name="argument_scalar_vector_mismatch_vertex" />
3792<Test name="argument_scalar_vector_mismatch_fragment" />
3793<Test name="argument_vector_size_mismatch_vertex" />
3794<Test name="argument_vector_size_mismatch_fragment" />
3795<Test name="duplicate_function_vertex" />
3796<Test name="duplicate_function_fragment" />
3797<Test name="prototype_mismatch_return_type_vertex" />
3798<Test name="prototype_mismatch_return_type_fragment" />
3799<Test name="prototype_unspecified_array_size_vertex" />
3800<Test name="prototype_unspecified_array_size_fragment" />
3801<Test name="call_mismatch_argument_array_size_vertex" />
3802<Test name="call_mismatch_argument_array_size_fragment" />
3803<Test name="prototype_mismatch_argument_const_vertex" />
3804<Test name="prototype_mismatch_argument_const_fragment" />
3805<Test name="prototype_mismatch_argument_array_const_vertex" />
3806<Test name="prototype_mismatch_argument_array_const_fragment" />
3807<Test name="prototype_mismatch_array_inout_vertex" />
3808<Test name="prototype_mismatch_array_inout_fragment" />
3809<Test name="missing_return_type_vertex" />
3810<Test name="missing_return_type_fragment" />
3811<Test name="call_before_definition_vertex" />
3812<Test name="call_before_definition_fragment" />
3813<Test name="argument_precision_overload_vertex" />
3814<Test name="argument_precision_overload_fragment" />
3815<Test name="argument_in_out_overload_vertex" />
3816<Test name="argument_in_out_overload_fragment" />
3817<Test name="argument_in_inout_overload_vertex" />
3818<Test name="argument_in_inout_overload_fragment" />
3819<Test name="argument_out_inout_overload_vertex" />
3820<Test name="argument_out_inout_overload_fragment" />
3821<Test name="return_type_overload_vertex" />
3822<Test name="return_type_overload_fragment" />
3823<Test name="return_type_precision_overload_vertex" />
3824<Test name="return_type_precision_overload_fragment" />
3825<Test name="return_type_const_overload_vertex" />
3826<Test name="return_type_const_overload_fragment" />
3827<Test name="return_without_value_vertex" />
3828<Test name="return_without_value_fragment" />
3829<Test name="local_function_definition_vertex" />
3830<Test name="local_function_definition_fragment" />
3831<Test name="name_type_conflict_vertex" />
3832<Test name="name_type_conflict_fragment" />
3833<Test name="const_overload_vertex" />
3834<Test name="const_overload_fragment" />
3835<Test name="uniform_local_vertex" />
3836<Test name="uniform_local_fragment" />
3837<Test name="in_local_vertex" />
3838<Test name="in_local_fragment" />
3839<Test name="out_local_vertex" />
3840<Test name="out_local_fragment" />
3841<Test name="inout_local_vertex" />
3842<Test name="inout_local_fragment" />
3843<Test name="uniform_argument_vertex" />
3844<Test name="uniform_argument_fragment" />
3845<Test name="in_return_type_vertex" />
3846<Test name="in_return_type_fragment" />
3847<Test name="out_return_type_vertex" />
3848<Test name="out_return_type_fragment" />
3849<Test name="inout_return_type_vertex" />
3850<Test name="inout_return_type_fragment" />
3851<Test name="main_invalid_return_type_vertex" />
3852<Test name="main_invalid_return_type_fragment" />
3853<Test name="main_has_arguments_vertex" />
3854<Test name="main_has_arguments_fragment" />
3855<Test name="main_missing_return_type_vertex" />
3856<Test name="main_missing_return_type_fragment" />
3857<Test name="write_const_arg_vertex" />
3858<Test name="write_const_arg_fragment" />
3859<Test name="write_const_array_arg_vertex" />
3860<Test name="write_const_array_arg_fragment" />
3861<Test name="basic_recursion_vertex" />
3862<Test name="basic_recursion_fragment" />
3863<Test name="simple_tail_recursion_vertex" />
3864<Test name="simple_tail_recursion_fragment" />
3865<Test name="dynamic_conditional_recursion_vertex" />
3866<Test name="dynamic_conditional_recursion_fragment" />
3867<Test name="dynamic_loop_recursion_vertex" />
3868<Test name="dynamic_loop_recursion_fragment" />
3869<Test name="dynamic_switch_recursion_vertex" />
3870<Test name="dynamic_switch_recursion_fragment" />
3871<Test name="modify_const_arg_vertex" />
3872<Test name="modify_const_arg_fragment" />
3873</TestCase>
3874</TestSuite>
3875<TestSuite name="arrays">
3876<TestCase name="constructor">
3877<Test name="float3_vertex" />
3878<Test name="float3_fragment" />
3879<Test name="float4_vertex" />
3880<Test name="float4_fragment" />
3881<Test name="int3_vertex" />
3882<Test name="int3_fragment" />
3883<Test name="int4_vertex" />
3884<Test name="int4_fragment" />
3885<Test name="bool3_vertex" />
3886<Test name="bool3_fragment" />
3887<Test name="bool4_vertex" />
3888<Test name="bool4_fragment" />
3889<Test name="struct3_vertex" />
3890<Test name="struct3_fragment" />
3891<Test name="struct4_vertex" />
3892<Test name="struct4_fragment" />
3893<Test name="float_vec3_vertex" />
3894<Test name="float_vec3_fragment" />
3895<Test name="int_vec3_vertex" />
3896<Test name="int_vec3_fragment" />
3897<Test name="bool_vec3_vertex" />
3898<Test name="bool_vec3_fragment" />
3899</TestCase>
3900<TestCase name="return">
3901<Test name="float_vertex" />
3902<Test name="float_fragment" />
3903<Test name="int_vertex" />
3904<Test name="int_fragment" />
3905<Test name="bool_vertex" />
3906<Test name="bool_fragment" />
3907<Test name="float_vec3_vertex" />
3908<Test name="float_vec3_fragment" />
3909<Test name="int_vec3_vertex" />
3910<Test name="int_vec3_fragment" />
3911<Test name="bool_vec3_vertex" />
3912<Test name="bool_vec3_fragment" />
3913<Test name="float_mat3_vertex" />
3914<Test name="float_mat3_fragment" />
3915<Test name="int_mat3_vertex" />
3916<Test name="int_mat3_fragment" />
3917<Test name="bool_mat3_vertex" />
3918<Test name="bool_mat3_fragment" />
3919</TestCase>
3920<TestCase name="unnamed_parameter">
3921<Test name="float_vertex" />
3922<Test name="float_fragment" />
3923<Test name="int_vertex" />
3924<Test name="int_fragment" />
3925<Test name="bool_vertex" />
3926<Test name="bool_fragment" />
3927<Test name="float_vec3_vertex" />
3928<Test name="float_vec3_fragment" />
3929<Test name="int_vec3_vertex" />
3930<Test name="int_vec3_fragment" />
3931<Test name="bool_vec3_vertex" />
3932<Test name="bool_vec3_fragment" />
3933<Test name="float_mat3_vertex" />
3934<Test name="float_mat3_fragment" />
3935<Test name="int_mat3_vertex" />
3936<Test name="int_mat3_fragment" />
3937<Test name="bool_mat3_vertex" />
3938<Test name="bool_mat3_fragment" />
3939</TestCase>
3940<TestCase name="declaration">
3941<Test name="implicit_size_float_vertex" />
3942<Test name="implicit_size_float_fragment" />
3943<Test name="implicit_size_int_vertex" />
3944<Test name="implicit_size_int_fragment" />
3945<Test name="implicit_size_bool_vertex" />
3946<Test name="implicit_size_bool_fragment" />
3947<Test name="implicit_size_struct_vertex" />
3948<Test name="implicit_size_struct_fragment" />
3949<Test name="implicit_size_float_vec3_vertex" />
3950<Test name="implicit_size_float_vec3_fragment" />
3951<Test name="implicit_size_int_ivec3_vertex" />
3952<Test name="implicit_size_int_ivec3_fragment" />
3953<Test name="implicit_size_bool_bvec3_vertex" />
3954<Test name="implicit_size_bool_bvec3_fragment" />
3955<Test name="constant_expression_array_size_vertex" />
3956<Test name="constant_expression_array_size_fragment" />
3957<Test name="constant_expression_array_access_vertex" />
3958<Test name="constant_expression_array_access_fragment" />
3959</TestCase>
3960<TestCase name="length">
3961<Test name="float_vertex" />
3962<Test name="float_fragment" />
3963<Test name="int_vertex" />
3964<Test name="int_fragment" />
3965<Test name="bool_vertex" />
3966<Test name="bool_fragment" />
3967<Test name="struct_vertex" />
3968<Test name="struct_fragment" />
3969</TestCase>
3970<TestCase name="invalid">
3971<Test name="multidimensional_array1_vertex" />
3972<Test name="multidimensional_array1_fragment" />
3973<Test name="multidimensional_array2_vertex" />
3974<Test name="multidimensional_array2_fragment" />
3975<Test name="multidimensional_uniform_array_vertex" />
3976<Test name="multidimensional_uniform_array_fragment" />
3977<Test name="multidimensional_array_in_uniform_block_vertex" />
3978<Test name="multidimensional_array_in_uniform_block_fragment" />
3979<Test name="dynamic_expression_array_size_vertex" />
3980<Test name="dynamic_expression_array_size_fragment" />
3981<Test name="constructor_c-style1_vertex" />
3982<Test name="constructor_c-style1_fragment" />
3983<Test name="constructor_c-style2_vertex" />
3984<Test name="constructor_c-style2_fragment" />
3985</TestCase>
3986</TestSuite>
3987<TestSuite name="keywords">
3988<TestCase name="keywords">
3989<Test name="const_vertex" />
3990<Test name="const_fragment" />
3991<Test name="uniform_vertex" />
3992<Test name="uniform_fragment" />
3993<Test name="layout_vertex" />
3994<Test name="layout_fragment" />
3995<Test name="centroid_vertex" />
3996<Test name="centroid_fragment" />
3997<Test name="flat_vertex" />
3998<Test name="flat_fragment" />
3999<Test name="smooth_vertex" />
4000<Test name="smooth_fragment" />
4001<Test name="break_vertex" />
4002<Test name="break_fragment" />
4003<Test name="continue_vertex" />
4004<Test name="continue_fragment" />
4005<Test name="do_vertex" />
4006<Test name="do_fragment" />
4007<Test name="for_vertex" />
4008<Test name="for_fragment" />
4009<Test name="while_vertex" />
4010<Test name="while_fragment" />
4011<Test name="switch_vertex" />
4012<Test name="switch_fragment" />
4013<Test name="case_vertex" />
4014<Test name="case_fragment" />
4015<Test name="default_vertex" />
4016<Test name="default_fragment" />
4017<Test name="if_vertex" />
4018<Test name="if_fragment" />
4019<Test name="else_vertex" />
4020<Test name="else_fragment" />
4021<Test name="in_vertex" />
4022<Test name="in_fragment" />
4023<Test name="out_vertex" />
4024<Test name="out_fragment" />
4025<Test name="inout_vertex" />
4026<Test name="inout_fragment" />
4027<Test name="float_vertex" />
4028<Test name="float_fragment" />
4029<Test name="int_vertex" />
4030<Test name="int_fragment" />
4031<Test name="void_vertex" />
4032<Test name="void_fragment" />
4033<Test name="bool_vertex" />
4034<Test name="bool_fragment" />
4035<Test name="true_vertex" />
4036<Test name="true_fragment" />
4037<Test name="false_vertex" />
4038<Test name="false_fragment" />
4039<Test name="invariant_vertex" />
4040<Test name="invariant_fragment" />
4041<Test name="discard_vertex" />
4042<Test name="discard_fragment" />
4043<Test name="return_vertex" />
4044<Test name="return_fragment" />
4045<Test name="mat2_vertex" />
4046<Test name="mat2_fragment" />
4047<Test name="mat3_vertex" />
4048<Test name="mat3_fragment" />
4049<Test name="mat4_vertex" />
4050<Test name="mat4_fragment" />
4051<Test name="mat2x2_vertex" />
4052<Test name="mat2x2_fragment" />
4053<Test name="mat2x3_vertex" />
4054<Test name="mat2x3_fragment" />
4055<Test name="mat2x4_vertex" />
4056<Test name="mat2x4_fragment" />
4057<Test name="mat3x2_vertex" />
4058<Test name="mat3x2_fragment" />
4059<Test name="mat3x3_vertex" />
4060<Test name="mat3x3_fragment" />
4061<Test name="mat3x4_vertex" />
4062<Test name="mat3x4_fragment" />
4063<Test name="mat4x2_vertex" />
4064<Test name="mat4x2_fragment" />
4065<Test name="mat4x3_vertex" />
4066<Test name="mat4x3_fragment" />
4067<Test name="mat4x4_vertex" />
4068<Test name="mat4x4_fragment" />
4069<Test name="vec2_vertex" />
4070<Test name="vec2_fragment" />
4071<Test name="vec3_vertex" />
4072<Test name="vec3_fragment" />
4073<Test name="vec4_fragment" />
4074<Test name="ivec2_vertex" />
4075<Test name="ivec2_fragment" />
4076<Test name="ivec3_vertex" />
4077<Test name="ivec3_fragment" />
4078<Test name="ivec4_vertex" />
4079<Test name="ivec4_fragment" />
4080<Test name="bvec2_vertex" />
4081<Test name="bvec2_fragment" />
4082<Test name="bvec3_vertex" />
4083<Test name="bvec3_fragment" />
4084<Test name="bvec4_vertex" />
4085<Test name="bvec4_fragment" />
4086<Test name="uint_vertex" />
4087<Test name="uint_fragment" />
4088<Test name="uvec2_vertex" />
4089<Test name="uvec2_fragment" />
4090<Test name="uvec3_vertex" />
4091<Test name="uvec3_fragment" />
4092<Test name="uvec4_vertex" />
4093<Test name="uvec4_fragment" />
4094<Test name="lowp_vertex" />
4095<Test name="lowp_fragment" />
4096<Test name="mediump_vertex" />
4097<Test name="mediump_fragment" />
4098<Test name="highp_vertex" />
4099<Test name="highp_fragment" />
4100<Test name="precision_vertex" />
4101<Test name="precision_fragment" />
4102<Test name="sampler2D_vertex" />
4103<Test name="sampler2D_fragment" />
4104<Test name="sampler3D_vertex" />
4105<Test name="sampler3D_fragment" />
4106<Test name="samplerCube_vertex" />
4107<Test name="samplerCube_fragment" />
4108<Test name="sampler2DShadow_vertex" />
4109<Test name="sampler2DShadow_fragment" />
4110<Test name="samplerCubeShadow_vertex" />
4111<Test name="samplerCubeShadow_fragment" />
4112<Test name="sampler2DArray_vertex" />
4113<Test name="sampler2DArray_fragment" />
4114<Test name="sampler2DArrayShadow_vertex" />
4115<Test name="sampler2DArrayShadow_fragment" />
4116<Test name="isampler2D_vertex" />
4117<Test name="isampler2D_fragment" />
4118<Test name="isampler3D_vertex" />
4119<Test name="isampler3D_fragment" />
4120<Test name="isamplerCube_vertex" />
4121<Test name="isamplerCube_fragment" />
4122<Test name="isampler2DArray_vertex" />
4123<Test name="isampler2DArray_fragment" />
4124<Test name="usampler2D_vertex" />
4125<Test name="usampler2D_fragment" />
4126<Test name="usampler3D_vertex" />
4127<Test name="usampler3D_fragment" />
4128<Test name="usamplerCube_vertex" />
4129<Test name="usamplerCube_fragment" />
4130<Test name="usampler2DArray_vertex" />
4131<Test name="usampler2DArray_fragment" />
4132<Test name="struct_vertex" />
4133<Test name="struct_fragment" />
4134</TestCase>
4135<TestCase name="reserved_keywords">
4136<Test name="attribute_vertex" />
4137<Test name="attribute_fragment" />
4138<Test name="varying_vertex" />
4139<Test name="varying_fragment" />
4140<Test name="noperspective_vertex" />
4141<Test name="noperspective_fragment" />
4142<Test name="asm_vertex" />
4143<Test name="asm_fragment" />
4144<Test name="class_vertex" />
4145<Test name="class_fragment" />
4146<Test name="union_vertex" />
4147<Test name="union_fragment" />
4148<Test name="enum_vertex" />
4149<Test name="enum_fragment" />
4150<Test name="typedef_vertex" />
4151<Test name="typedef_fragment" />
4152<Test name="template_vertex" />
4153<Test name="template_fragment" />
4154<Test name="this_vertex" />
4155<Test name="this_fragment" />
4156<Test name="goto_vertex" />
4157<Test name="goto_fragment" />
4158<Test name="inline_vertex" />
4159<Test name="inline_fragment" />
4160<Test name="noinline_vertex" />
4161<Test name="noinline_fragment" />
4162<Test name="volatile_vertex" />
4163<Test name="volatile_fragment" />
4164<Test name="public_vertex" />
4165<Test name="public_fragment" />
4166<Test name="static_vertex" />
4167<Test name="static_fragment" />
4168<Test name="extern_vertex" />
4169<Test name="extern_fragment" />
4170<Test name="external_vertex" />
4171<Test name="external_fragment" />
4172<Test name="interface_vertex" />
4173<Test name="interface_fragment" />
4174<Test name="long_vertex" />
4175<Test name="long_fragment" />
4176<Test name="short_vertex" />
4177<Test name="short_fragment" />
4178<Test name="half_vertex" />
4179<Test name="half_fragment" />
4180<Test name="fixed_vertex" />
4181<Test name="fixed_fragment" />
4182<Test name="unsigned_vertex" />
4183<Test name="unsigned_fragment" />
4184<Test name="superp_vertex" />
4185<Test name="superp_fragment" />
4186<Test name="input_vertex" />
4187<Test name="input_fragment" />
4188<Test name="output_vertex" />
4189<Test name="output_fragment" />
4190<Test name="hvec2_vertex" />
4191<Test name="hvec2_fragment" />
4192<Test name="hvec3_vertex" />
4193<Test name="hvec3_fragment" />
4194<Test name="hvec4_vertex" />
4195<Test name="hvec4_fragment" />
4196<Test name="dvec2_vertex" />
4197<Test name="dvec2_fragment" />
4198<Test name="dvec3_vertex" />
4199<Test name="dvec3_fragment" />
4200<Test name="dvec4_vertex" />
4201<Test name="dvec4_fragment" />
4202<Test name="fvec2_vertex" />
4203<Test name="fvec2_fragment" />
4204<Test name="fvec3_vertex" />
4205<Test name="fvec3_fragment" />
4206<Test name="fvec4_vertex" />
4207<Test name="fvec4_fragment" />
4208<Test name="sampler3DRect_vertex" />
4209<Test name="sampler3DRect_fragment" />
4210<Test name="sampler1D_vertex" />
4211<Test name="sampler1D_fragment" />
4212<Test name="sampler1DShadow_vertex" />
4213<Test name="sampler1DShadow_fragment" />
4214<Test name="sampler1DArray_vertex" />
4215<Test name="sampler1DArray_fragment" />
4216<Test name="sampler1DArrayShadow_vertex" />
4217<Test name="sampler1DArrayShadow_fragment" />
4218<Test name="isampler1D_vertex" />
4219<Test name="isampler1D_fragment" />
4220<Test name="isampler1DArray_vertex" />
4221<Test name="isampler1DArray_fragment" />
4222<Test name="usampler1D_vertex" />
4223<Test name="usampler1D_fragment" />
4224<Test name="usampler1DArray_vertex" />
4225<Test name="usampler1DArray_fragment" />
4226<Test name="sampler2DRect_vertex" />
4227<Test name="sampler2DRect_fragment" />
4228<Test name="sampler2DRectShadow_vertex" />
4229<Test name="sampler2DRectShadow_fragment" />
4230<Test name="isampler2DRect_vertex" />
4231<Test name="isampler2DRect_fragment" />
4232<Test name="usampler2DRect_vertex" />
4233<Test name="usampler2DRect_fragment" />
4234<Test name="sampler2DMS_vertex" />
4235<Test name="sampler2DMS_fragment" />
4236<Test name="isampler2DMS_vertex" />
4237<Test name="isampler2DMS_fragment" />
4238<Test name="usampler2DMS_vertex" />
4239<Test name="usampler2DMS_fragment" />
4240<Test name="sampler2DMSArray_vertex" />
4241<Test name="sampler2DMSArray_fragment" />
4242<Test name="isampler2DMSArray_vertex" />
4243<Test name="isampler2DMSArray_fragment" />
4244<Test name="usampler2DMSArray_vertex" />
4245<Test name="usampler2DMSArray_fragment" />
4246<Test name="sizeof_vertex" />
4247<Test name="sizeof_fragment" />
4248<Test name="cast_vertex" />
4249<Test name="cast_fragment" />
4250<Test name="namespace_vertex" />
4251<Test name="namespace_fragment" />
4252<Test name="using_vertex" />
4253<Test name="using_fragment" />
4254</TestCase>
4255<TestCase name="invalid_identifiers">
4256<Test name="gl_begin_vertex" />
4257<Test name="gl_begin_fragment" />
4258<Test name="digit_vertex" />
4259<Test name="digit_fragment" />
4260<Test name="digit_begin_vertex" />
4261<Test name="digit_begin_fragment" />
4262</TestCase>
4263</TestSuite>
4264<TestSuite name="qualification_order">
4265<TestSuite name="variables">
4266<TestCase name="valid">
4267<Test name="interp_storage_precision" />
4268<Test name="storage_precision" />
4269<Test name="interp_storage" />
4270</TestCase>
4271</TestSuite>
4272<TestSuite name="parameters">
4273<TestCase name="valid">
4274<Test name="storage_parameter_precision_vertex" />
4275<Test name="storage_parameter_precision_fragment" />
4276<Test name="storage_parameter_vertex" />
4277<Test name="storage_parameter_fragment" />
4278<Test name="storage_precision_vertex" />
4279<Test name="storage_precision_fragment" />
4280<Test name="parameter_precision_vertex" />
4281<Test name="parameter_precision_fragment" />
4282</TestCase>
4283<TestCase name="invalid">
4284<Test name="storage_precision_parameter_vertex" />
4285<Test name="storage_precision_parameter_fragment" />
4286<Test name="parameter_storage_precision_vertex" />
4287<Test name="parameter_storage_precision_fragment" />
4288<Test name="parameter_precision_storage_vertex" />
4289<Test name="parameter_precision_storage_fragment" />
4290<Test name="precision_storage_parameter_vertex" />
4291<Test name="precision_storage_parameter_fragment" />
4292<Test name="precision_parameter_storage_vertex" />
4293<Test name="precision_parameter_storage_fragment" />
4294<Test name="parameter_storage_vertex" />
4295<Test name="parameter_storage_fragment" />
4296<Test name="precision_storage_vertex" />
4297<Test name="precision_storage_fragment" />
4298<Test name="precision_parameter_vertex" />
4299<Test name="precision_parameter_fragment" />
4300</TestCase>
4301</TestSuite>
4302</TestSuite>
4303<TestSuite name="scoping">
4304<TestCase name="valid">
4305<Test name="local_variable_hides_global_variable_vertex" />
4306<Test name="local_variable_hides_global_variable_fragment" />
4307<Test name="block_variable_hides_local_variable_vertex" />
4308<Test name="block_variable_hides_local_variable_fragment" />
4309<Test name="block_variable_hides_global_variable_vertex" />
4310<Test name="block_variable_hides_global_variable_fragment" />
4311<Test name="variable_from_outer_scope_visible_in_initializer_vertex" />
4312<Test name="variable_from_outer_scope_visible_in_initializer_fragment" />
4313<Test name="local_int_variable_hides_struct_type_vertex" />
4314<Test name="local_int_variable_hides_struct_type_fragment" />
4315<Test name="local_struct_variable_hides_struct_type_vertex" />
4316<Test name="local_struct_variable_hides_struct_type_fragment" />
4317<Test name="local_variable_hides_function_vertex" />
4318<Test name="local_variable_hides_function_fragment" />
4319<Test name="function_parameter_hides_global_variable_vertex" />
4320<Test name="function_parameter_hides_global_variable_fragment" />
4321<Test name="function_parameter_hides_struct_type_vertex" />
4322<Test name="function_parameter_hides_struct_type_fragment" />
4323<Test name="function_parameter_hides_function_vertex" />
4324<Test name="function_parameter_hides_function_fragment" />
4325<Test name="local_variable_in_inner_scope_hides_function_parameter_vertex" />
4326<Test name="local_variable_in_inner_scope_hides_function_parameter_fragment" />
4327<Test name="redeclare_function_vertex" />
4328<Test name="redeclare_function_fragment" />
4329</TestCase>
4330<TestCase name="invalid">
4331<Test name="redeclare_global_variable_vertex" />
4332<Test name="redeclare_global_variable_fragment" />
4333<Test name="redeclare_local_variable_vertex" />
4334<Test name="redeclare_local_variable_fragment" />
4335<Test name="redeclare_for_condition_variable_vertex" />
4336<Test name="redeclare_for_condition_variable_fragment" />
4337<Test name="redeclare_for_init_statement_variable_in_for_condition_vertex" />
4338<Test name="redeclare_for_init_statement_variable_in_for_condition_fragment" />
4339<Test name="redeclare_while_condition_variable_vertex" />
4340<Test name="redeclare_while_condition_variable_fragment" />
4341<Test name="redefine_function_vertex" />
4342<Test name="redefine_function_fragment" />
4343<Test name="redeclare_builtin_vertex" />
4344<Test name="redeclare_builtin_fragment" />
4345<Test name="conflict_function_struct_vertex" />
4346<Test name="conflict_function_struct_fragment" />
4347<Test name="conflict_function_variable_vertex" />
4348<Test name="conflict_function_variable_fragment" />
4349<Test name="use_global_variable_before_declaration_vertex" />
4350<Test name="use_global_variable_before_declaration_fragment" />
4351<Test name="use_local_variable_before_declaration_vertex" />
4352<Test name="use_local_variable_before_declaration_fragment" />
4353<Test name="use_struct_type_before_declaration_vertex" />
4354<Test name="use_struct_type_before_declaration_fragment" />
4355<Test name="use_function_before_declaration_vertex" />
4356<Test name="use_function_before_declaration_fragment" />
4357<Test name="use_variable_from_block_in_outer_scope_vertex" />
4358<Test name="use_variable_from_block_in_outer_scope_fragment" />
4359<Test name="use_variable_from_for_init_statement_in_outer_scope_vertex" />
4360<Test name="use_variable_from_for_init_statement_in_outer_scope_fragment" />
4361<Test name="use_parameter_names_from_function_declaration_vertex" />
4362<Test name="use_parameter_names_from_function_declaration_fragment" />
4363<Test name="variable_not_visible_in_own_initializer_vertex" />
4364<Test name="variable_not_visible_in_own_initializer_fragment" />
4365<Test name="local_variable_hides_function_parameter_vertex" />
4366<Test name="local_variable_hides_function_parameter_fragment" />
4367</TestCase>
4368</TestSuite>
4369<TestSuite name="negative">
4370<TestCase name="c_cast">
4371<Test name="float_0_vertex" />
4372<Test name="float_0_fragment" />
4373<Test name="float_1_vertex" />
4374<Test name="float_1_fragment" />
4375<Test name="float_2_vertex" />
4376<Test name="float_2_fragment" />
4377<Test name="int_vertex" />
4378<Test name="int_fragment" />
4379<Test name="uint_vertex" />
4380<Test name="uint_fragment" />
4381<Test name="bool_vertex" />
4382<Test name="bool_fragment" />
4383</TestCase>
4384</TestSuite>
4385<TestCase name="discard">
4386<Test name="basic_always" />
4387<Test name="basic_never" />
4388<Test name="basic_uniform" />
4389<Test name="basic_dynamic" />
4390<Test name="basic_texture" />
4391<Test name="function_always" />
4392<Test name="function_never" />
4393<Test name="function_uniform" />
4394<Test name="function_dynamic" />
4395<Test name="function_texture" />
4396<Test name="static_loop_always" />
4397<Test name="static_loop_never" />
4398<Test name="static_loop_uniform" />
4399<Test name="static_loop_dynamic" />
4400<Test name="static_loop_texture" />
4401<Test name="dynamic_loop_always" />
4402<Test name="dynamic_loop_never" />
4403<Test name="dynamic_loop_uniform" />
4404<Test name="dynamic_loop_dynamic" />
4405<Test name="dynamic_loop_texture" />
4406<Test name="function_static_loop_always" />
4407<Test name="function_static_loop_never" />
4408<Test name="function_static_loop_uniform" />
4409<Test name="function_static_loop_dynamic" />
4410<Test name="function_static_loop_texture" />
4411</TestCase>
4412<TestSuite name="indexing">
4413<TestCase name="varying_array">
4414<Test name="float_static_write_static_read" />
4415<Test name="float_static_write_dynamic_read" />
4416<Test name="float_static_write_static_loop_read" />
4417<Test name="float_static_write_dynamic_loop_read" />
4418<Test name="float_dynamic_write_static_read" />
4419<Test name="float_dynamic_write_dynamic_read" />
4420<Test name="float_dynamic_write_static_loop_read" />
4421<Test name="float_dynamic_write_dynamic_loop_read" />
4422<Test name="float_static_loop_write_static_read" />
4423<Test name="float_static_loop_write_dynamic_read" />
4424<Test name="float_static_loop_write_static_loop_read" />
4425<Test name="float_static_loop_write_dynamic_loop_read" />
4426<Test name="float_dynamic_loop_write_static_read" />
4427<Test name="float_dynamic_loop_write_dynamic_read" />
4428<Test name="float_dynamic_loop_write_static_loop_read" />
4429<Test name="float_dynamic_loop_write_dynamic_loop_read" />
4430<Test name="vec2_static_write_static_read" />
4431<Test name="vec2_static_write_dynamic_read" />
4432<Test name="vec2_static_write_static_loop_read" />
4433<Test name="vec2_static_write_dynamic_loop_read" />
4434<Test name="vec2_dynamic_write_static_read" />
4435<Test name="vec2_dynamic_write_dynamic_read" />
4436<Test name="vec2_dynamic_write_static_loop_read" />
4437<Test name="vec2_dynamic_write_dynamic_loop_read" />
4438<Test name="vec2_static_loop_write_static_read" />
4439<Test name="vec2_static_loop_write_dynamic_read" />
4440<Test name="vec2_static_loop_write_static_loop_read" />
4441<Test name="vec2_static_loop_write_dynamic_loop_read" />
4442<Test name="vec2_dynamic_loop_write_static_read" />
4443<Test name="vec2_dynamic_loop_write_dynamic_read" />
4444<Test name="vec2_dynamic_loop_write_static_loop_read" />
4445<Test name="vec2_dynamic_loop_write_dynamic_loop_read" />
4446<Test name="vec3_static_write_static_read" />
4447<Test name="vec3_static_write_dynamic_read" />
4448<Test name="vec3_static_write_static_loop_read" />
4449<Test name="vec3_static_write_dynamic_loop_read" />
4450<Test name="vec3_dynamic_write_static_read" />
4451<Test name="vec3_dynamic_write_dynamic_read" />
4452<Test name="vec3_dynamic_write_static_loop_read" />
4453<Test name="vec3_dynamic_write_dynamic_loop_read" />
4454<Test name="vec3_static_loop_write_static_read" />
4455<Test name="vec3_static_loop_write_dynamic_read" />
4456<Test name="vec3_static_loop_write_static_loop_read" />
4457<Test name="vec3_static_loop_write_dynamic_loop_read" />
4458<Test name="vec3_dynamic_loop_write_static_read" />
4459<Test name="vec3_dynamic_loop_write_dynamic_read" />
4460<Test name="vec3_dynamic_loop_write_static_loop_read" />
4461<Test name="vec3_dynamic_loop_write_dynamic_loop_read" />
4462<Test name="vec4_static_write_static_read" />
4463<Test name="vec4_static_write_dynamic_read" />
4464<Test name="vec4_static_write_static_loop_read" />
4465<Test name="vec4_static_write_dynamic_loop_read" />
4466<Test name="vec4_dynamic_write_static_read" />
4467<Test name="vec4_dynamic_write_dynamic_read" />
4468<Test name="vec4_dynamic_write_static_loop_read" />
4469<Test name="vec4_dynamic_write_dynamic_loop_read" />
4470<Test name="vec4_static_loop_write_static_read" />
4471<Test name="vec4_static_loop_write_dynamic_read" />
4472<Test name="vec4_static_loop_write_static_loop_read" />
4473<Test name="vec4_static_loop_write_dynamic_loop_read" />
4474<Test name="vec4_dynamic_loop_write_static_read" />
4475<Test name="vec4_dynamic_loop_write_dynamic_read" />
4476<Test name="vec4_dynamic_loop_write_static_loop_read" />
4477<Test name="vec4_dynamic_loop_write_dynamic_loop_read" />
4478</TestCase>
4479<TestCase name="uniform_array">
4480<Test name="float_static_read_vertex" />
4481<Test name="float_static_read_fragment" />
4482<Test name="float_dynamic_read_vertex" />
4483<Test name="float_static_loop_read_vertex" />
4484<Test name="float_dynamic_loop_read_vertex" />
4485<Test name="vec2_static_read_vertex" />
4486<Test name="vec2_static_read_fragment" />
4487<Test name="vec2_dynamic_read_vertex" />
4488<Test name="vec2_static_loop_read_vertex" />
4489<Test name="vec2_dynamic_loop_read_vertex" />
4490<Test name="vec3_static_read_vertex" />
4491<Test name="vec3_static_read_fragment" />
4492<Test name="vec3_dynamic_read_vertex" />
4493<Test name="vec3_static_loop_read_vertex" />
4494<Test name="vec3_dynamic_loop_read_vertex" />
4495<Test name="vec4_static_read_vertex" />
4496<Test name="vec4_static_read_fragment" />
4497<Test name="vec4_dynamic_read_vertex" />
4498<Test name="vec4_static_loop_read_vertex" />
4499<Test name="vec4_dynamic_loop_read_vertex" />
4500</TestCase>
4501<TestCase name="tmp_array">
4502<Test name="float_static_write_static_read_vertex" />
4503<Test name="float_static_write_static_read_fragment" />
4504<Test name="float_static_write_dynamic_read_vertex" />
4505<Test name="float_static_write_dynamic_read_fragment" />
4506<Test name="float_static_write_static_loop_read_vertex" />
4507<Test name="float_static_write_static_loop_read_fragment" />
4508<Test name="float_static_write_dynamic_loop_read_vertex" />
4509<Test name="float_static_write_dynamic_loop_read_fragment" />
4510<Test name="float_dynamic_write_static_read_vertex" />
4511<Test name="float_dynamic_write_static_read_fragment" />
4512<Test name="float_dynamic_write_dynamic_read_vertex" />
4513<Test name="float_dynamic_write_dynamic_read_fragment" />
4514<Test name="float_dynamic_write_static_loop_read_vertex" />
4515<Test name="float_dynamic_write_static_loop_read_fragment" />
4516<Test name="float_dynamic_write_dynamic_loop_read_vertex" />
4517<Test name="float_dynamic_write_dynamic_loop_read_fragment" />
4518<Test name="float_static_loop_write_static_read_vertex" />
4519<Test name="float_static_loop_write_static_read_fragment" />
4520<Test name="float_static_loop_write_dynamic_read_vertex" />
4521<Test name="float_static_loop_write_dynamic_read_fragment" />
4522<Test name="float_static_loop_write_static_loop_read_vertex" />
4523<Test name="float_static_loop_write_static_loop_read_fragment" />
4524<Test name="float_static_loop_write_dynamic_loop_read_vertex" />
4525<Test name="float_static_loop_write_dynamic_loop_read_fragment" />
4526<Test name="float_dynamic_loop_write_static_read_vertex" />
4527<Test name="float_dynamic_loop_write_static_read_fragment" />
4528<Test name="float_dynamic_loop_write_dynamic_read_vertex" />
4529<Test name="float_dynamic_loop_write_dynamic_read_fragment" />
4530<Test name="float_dynamic_loop_write_static_loop_read_vertex" />
4531<Test name="float_dynamic_loop_write_static_loop_read_fragment" />
4532<Test name="float_dynamic_loop_write_dynamic_loop_read_vertex" />
4533<Test name="float_dynamic_loop_write_dynamic_loop_read_fragment" />
4534<Test name="vec2_static_write_static_read_vertex" />
4535<Test name="vec2_static_write_static_read_fragment" />
4536<Test name="vec2_static_write_dynamic_read_vertex" />
4537<Test name="vec2_static_write_dynamic_read_fragment" />
4538<Test name="vec2_static_write_static_loop_read_vertex" />
4539<Test name="vec2_static_write_static_loop_read_fragment" />
4540<Test name="vec2_static_write_dynamic_loop_read_vertex" />
4541<Test name="vec2_static_write_dynamic_loop_read_fragment" />
4542<Test name="vec2_dynamic_write_static_read_vertex" />
4543<Test name="vec2_dynamic_write_static_read_fragment" />
4544<Test name="vec2_dynamic_write_dynamic_read_vertex" />
4545<Test name="vec2_dynamic_write_dynamic_read_fragment" />
4546<Test name="vec2_dynamic_write_static_loop_read_vertex" />
4547<Test name="vec2_dynamic_write_static_loop_read_fragment" />
4548<Test name="vec2_dynamic_write_dynamic_loop_read_vertex" />
4549<Test name="vec2_dynamic_write_dynamic_loop_read_fragment" />
4550<Test name="vec2_static_loop_write_static_read_vertex" />
4551<Test name="vec2_static_loop_write_static_read_fragment" />
4552<Test name="vec2_static_loop_write_dynamic_read_vertex" />
4553<Test name="vec2_static_loop_write_dynamic_read_fragment" />
4554<Test name="vec2_static_loop_write_static_loop_read_vertex" />
4555<Test name="vec2_static_loop_write_static_loop_read_fragment" />
4556<Test name="vec2_static_loop_write_dynamic_loop_read_vertex" />
4557<Test name="vec2_static_loop_write_dynamic_loop_read_fragment" />
4558<Test name="vec2_dynamic_loop_write_static_read_vertex" />
4559<Test name="vec2_dynamic_loop_write_static_read_fragment" />
4560<Test name="vec2_dynamic_loop_write_dynamic_read_vertex" />
4561<Test name="vec2_dynamic_loop_write_dynamic_read_fragment" />
4562<Test name="vec2_dynamic_loop_write_static_loop_read_vertex" />
4563<Test name="vec2_dynamic_loop_write_static_loop_read_fragment" />
4564<Test name="vec2_dynamic_loop_write_dynamic_loop_read_vertex" />
4565<Test name="vec2_dynamic_loop_write_dynamic_loop_read_fragment" />
4566<Test name="vec3_static_write_static_read_vertex" />
4567<Test name="vec3_static_write_static_read_fragment" />
4568<Test name="vec3_static_write_dynamic_read_vertex" />
4569<Test name="vec3_static_write_dynamic_read_fragment" />
4570<Test name="vec3_static_write_static_loop_read_vertex" />
4571<Test name="vec3_static_write_static_loop_read_fragment" />
4572<Test name="vec3_static_write_dynamic_loop_read_vertex" />
4573<Test name="vec3_static_write_dynamic_loop_read_fragment" />
4574<Test name="vec3_dynamic_write_static_read_vertex" />
4575<Test name="vec3_dynamic_write_static_read_fragment" />
4576<Test name="vec3_dynamic_write_dynamic_read_vertex" />
4577<Test name="vec3_dynamic_write_dynamic_read_fragment" />
4578<Test name="vec3_dynamic_write_static_loop_read_vertex" />
4579<Test name="vec3_dynamic_write_static_loop_read_fragment" />
4580<Test name="vec3_dynamic_write_dynamic_loop_read_vertex" />
4581<Test name="vec3_dynamic_write_dynamic_loop_read_fragment" />
4582<Test name="vec3_static_loop_write_static_read_vertex" />
4583<Test name="vec3_static_loop_write_static_read_fragment" />
4584<Test name="vec3_static_loop_write_dynamic_read_vertex" />
4585<Test name="vec3_static_loop_write_dynamic_read_fragment" />
4586<Test name="vec3_static_loop_write_static_loop_read_vertex" />
4587<Test name="vec3_static_loop_write_static_loop_read_fragment" />
4588<Test name="vec3_static_loop_write_dynamic_loop_read_vertex" />
4589<Test name="vec3_static_loop_write_dynamic_loop_read_fragment" />
4590<Test name="vec3_dynamic_loop_write_static_read_vertex" />
4591<Test name="vec3_dynamic_loop_write_static_read_fragment" />
4592<Test name="vec3_dynamic_loop_write_dynamic_read_vertex" />
4593<Test name="vec3_dynamic_loop_write_dynamic_read_fragment" />
4594<Test name="vec3_dynamic_loop_write_static_loop_read_vertex" />
4595<Test name="vec3_dynamic_loop_write_static_loop_read_fragment" />
4596<Test name="vec3_dynamic_loop_write_dynamic_loop_read_vertex" />
4597<Test name="vec3_dynamic_loop_write_dynamic_loop_read_fragment" />
4598<Test name="vec4_static_write_static_read_vertex" />
4599<Test name="vec4_static_write_static_read_fragment" />
4600<Test name="vec4_static_write_dynamic_read_vertex" />
4601<Test name="vec4_static_write_dynamic_read_fragment" />
4602<Test name="vec4_static_write_static_loop_read_vertex" />
4603<Test name="vec4_static_write_static_loop_read_fragment" />
4604<Test name="vec4_static_write_dynamic_loop_read_vertex" />
4605<Test name="vec4_static_write_dynamic_loop_read_fragment" />
4606<Test name="vec4_dynamic_write_static_read_vertex" />
4607<Test name="vec4_dynamic_write_static_read_fragment" />
4608<Test name="vec4_dynamic_write_dynamic_read_vertex" />
4609<Test name="vec4_dynamic_write_dynamic_read_fragment" />
4610<Test name="vec4_dynamic_write_static_loop_read_vertex" />
4611<Test name="vec4_dynamic_write_static_loop_read_fragment" />
4612<Test name="vec4_dynamic_write_dynamic_loop_read_vertex" />
4613<Test name="vec4_dynamic_write_dynamic_loop_read_fragment" />
4614<Test name="vec4_static_loop_write_static_read_vertex" />
4615<Test name="vec4_static_loop_write_static_read_fragment" />
4616<Test name="vec4_static_loop_write_dynamic_read_vertex" />
4617<Test name="vec4_static_loop_write_dynamic_read_fragment" />
4618<Test name="vec4_static_loop_write_static_loop_read_vertex" />
4619<Test name="vec4_static_loop_write_static_loop_read_fragment" />
4620<Test name="vec4_static_loop_write_dynamic_loop_read_vertex" />
4621<Test name="vec4_static_loop_write_dynamic_loop_read_fragment" />
4622<Test name="vec4_dynamic_loop_write_static_read_vertex" />
4623<Test name="vec4_dynamic_loop_write_static_read_fragment" />
4624<Test name="vec4_dynamic_loop_write_dynamic_read_vertex" />
4625<Test name="vec4_dynamic_loop_write_dynamic_read_fragment" />
4626<Test name="vec4_dynamic_loop_write_static_loop_read_vertex" />
4627<Test name="vec4_dynamic_loop_write_static_loop_read_fragment" />
4628<Test name="vec4_dynamic_loop_write_dynamic_loop_read_vertex" />
4629<Test name="vec4_dynamic_loop_write_dynamic_loop_read_fragment" />
4630</TestCase>
4631<TestCase name="vector_subscript">
4632<Test name="vec2_direct_write_direct_read_vertex" />
4633<Test name="vec2_direct_write_direct_read_fragment" />
4634<Test name="vec2_direct_write_component_read_vertex" />
4635<Test name="vec2_direct_write_component_read_fragment" />
4636<Test name="vec2_direct_write_static_subscript_read_vertex" />
4637<Test name="vec2_direct_write_static_subscript_read_fragment" />
4638<Test name="vec2_direct_write_dynamic_subscript_read_vertex" />
4639<Test name="vec2_direct_write_dynamic_subscript_read_fragment" />
4640<Test name="vec2_direct_write_static_loop_subscript_read_vertex" />
4641<Test name="vec2_direct_write_static_loop_subscript_read_fragment" />
4642<Test name="vec2_direct_write_dynamic_loop_subscript_read_vertex" />
4643<Test name="vec2_direct_write_dynamic_loop_subscript_read_fragment" />
4644<Test name="vec2_component_write_direct_read_vertex" />
4645<Test name="vec2_component_write_direct_read_fragment" />
4646<Test name="vec2_component_write_component_read_vertex" />
4647<Test name="vec2_component_write_component_read_fragment" />
4648<Test name="vec2_component_write_static_subscript_read_vertex" />
4649<Test name="vec2_component_write_static_subscript_read_fragment" />
4650<Test name="vec2_component_write_dynamic_subscript_read_vertex" />
4651<Test name="vec2_component_write_dynamic_subscript_read_fragment" />
4652<Test name="vec2_component_write_static_loop_subscript_read_vertex" />
4653<Test name="vec2_component_write_static_loop_subscript_read_fragment" />
4654<Test name="vec2_component_write_dynamic_loop_subscript_read_vertex" />
4655<Test name="vec2_component_write_dynamic_loop_subscript_read_fragment" />
4656<Test name="vec2_static_subscript_write_direct_read_vertex" />
4657<Test name="vec2_static_subscript_write_direct_read_fragment" />
4658<Test name="vec2_static_subscript_write_component_read_vertex" />
4659<Test name="vec2_static_subscript_write_component_read_fragment" />
4660<Test name="vec2_static_subscript_write_static_subscript_read_vertex" />
4661<Test name="vec2_static_subscript_write_static_subscript_read_fragment" />
4662<Test name="vec2_static_subscript_write_dynamic_subscript_read_vertex" />
4663<Test name="vec2_static_subscript_write_dynamic_subscript_read_fragment" />
4664<Test name="vec2_static_subscript_write_static_loop_subscript_read_vertex" />
4665<Test name="vec2_static_subscript_write_static_loop_subscript_read_fragment" />
4666<Test name="vec2_static_subscript_write_dynamic_loop_subscript_read_vertex" />
4667<Test name="vec2_static_subscript_write_dynamic_loop_subscript_read_fragment" />
4668<Test name="vec2_dynamic_subscript_write_direct_read_vertex" />
4669<Test name="vec2_dynamic_subscript_write_direct_read_fragment" />
4670<Test name="vec2_dynamic_subscript_write_component_read_vertex" />
4671<Test name="vec2_dynamic_subscript_write_component_read_fragment" />
4672<Test name="vec2_dynamic_subscript_write_static_subscript_read_vertex" />
4673<Test name="vec2_dynamic_subscript_write_static_subscript_read_fragment" />
4674<Test name="vec2_dynamic_subscript_write_dynamic_subscript_read_vertex" />
4675<Test name="vec2_dynamic_subscript_write_dynamic_subscript_read_fragment" />
4676<Test name="vec2_dynamic_subscript_write_static_loop_subscript_read_vertex" />
4677<Test name="vec2_dynamic_subscript_write_static_loop_subscript_read_fragment" />
4678<Test name="vec2_dynamic_subscript_write_dynamic_loop_subscript_read_vertex" />
4679<Test name="vec2_dynamic_subscript_write_dynamic_loop_subscript_read_fragment" />
4680<Test name="vec2_static_loop_subscript_write_direct_read_vertex" />
4681<Test name="vec2_static_loop_subscript_write_direct_read_fragment" />
4682<Test name="vec2_static_loop_subscript_write_component_read_vertex" />
4683<Test name="vec2_static_loop_subscript_write_component_read_fragment" />
4684<Test name="vec2_static_loop_subscript_write_static_subscript_read_vertex" />
4685<Test name="vec2_static_loop_subscript_write_static_subscript_read_fragment" />
4686<Test name="vec2_static_loop_subscript_write_dynamic_subscript_read_vertex" />
4687<Test name="vec2_static_loop_subscript_write_dynamic_subscript_read_fragment" />
4688<Test name="vec2_static_loop_subscript_write_static_loop_subscript_read_vertex" />
4689<Test name="vec2_static_loop_subscript_write_static_loop_subscript_read_fragment" />
4690<Test name="vec2_static_loop_subscript_write_dynamic_loop_subscript_read_vertex" />
4691<Test name="vec2_static_loop_subscript_write_dynamic_loop_subscript_read_fragment" />
4692<Test name="vec2_dynamic_loop_subscript_write_direct_read_vertex" />
4693<Test name="vec2_dynamic_loop_subscript_write_direct_read_fragment" />
4694<Test name="vec2_dynamic_loop_subscript_write_component_read_vertex" />
4695<Test name="vec2_dynamic_loop_subscript_write_component_read_fragment" />
4696<Test name="vec2_dynamic_loop_subscript_write_static_subscript_read_vertex" />
4697<Test name="vec2_dynamic_loop_subscript_write_static_subscript_read_fragment" />
4698<Test name="vec2_dynamic_loop_subscript_write_dynamic_subscript_read_vertex" />
4699<Test name="vec2_dynamic_loop_subscript_write_dynamic_subscript_read_fragment" />
4700<Test name="vec2_dynamic_loop_subscript_write_static_loop_subscript_read_vertex" />
4701<Test name="vec2_dynamic_loop_subscript_write_static_loop_subscript_read_fragment" />
4702<Test name="vec2_dynamic_loop_subscript_write_dynamic_loop_subscript_read_vertex" />
4703<Test name="vec2_dynamic_loop_subscript_write_dynamic_loop_subscript_read_fragment" />
4704<Test name="vec3_direct_write_direct_read_vertex" />
4705<Test name="vec3_direct_write_direct_read_fragment" />
4706<Test name="vec3_direct_write_component_read_vertex" />
4707<Test name="vec3_direct_write_component_read_fragment" />
4708<Test name="vec3_direct_write_static_subscript_read_vertex" />
4709<Test name="vec3_direct_write_static_subscript_read_fragment" />
4710<Test name="vec3_direct_write_dynamic_subscript_read_vertex" />
4711<Test name="vec3_direct_write_dynamic_subscript_read_fragment" />
4712<Test name="vec3_direct_write_static_loop_subscript_read_vertex" />
4713<Test name="vec3_direct_write_static_loop_subscript_read_fragment" />
4714<Test name="vec3_direct_write_dynamic_loop_subscript_read_vertex" />
4715<Test name="vec3_direct_write_dynamic_loop_subscript_read_fragment" />
4716<Test name="vec3_component_write_direct_read_vertex" />
4717<Test name="vec3_component_write_direct_read_fragment" />
4718<Test name="vec3_component_write_component_read_vertex" />
4719<Test name="vec3_component_write_component_read_fragment" />
4720<Test name="vec3_component_write_static_subscript_read_vertex" />
4721<Test name="vec3_component_write_static_subscript_read_fragment" />
4722<Test name="vec3_component_write_dynamic_subscript_read_vertex" />
4723<Test name="vec3_component_write_dynamic_subscript_read_fragment" />
4724<Test name="vec3_component_write_static_loop_subscript_read_vertex" />
4725<Test name="vec3_component_write_static_loop_subscript_read_fragment" />
4726<Test name="vec3_component_write_dynamic_loop_subscript_read_vertex" />
4727<Test name="vec3_component_write_dynamic_loop_subscript_read_fragment" />
4728<Test name="vec3_static_subscript_write_direct_read_vertex" />
4729<Test name="vec3_static_subscript_write_direct_read_fragment" />
4730<Test name="vec3_static_subscript_write_component_read_vertex" />
4731<Test name="vec3_static_subscript_write_component_read_fragment" />
4732<Test name="vec3_static_subscript_write_static_subscript_read_vertex" />
4733<Test name="vec3_static_subscript_write_static_subscript_read_fragment" />
4734<Test name="vec3_static_subscript_write_dynamic_subscript_read_vertex" />
4735<Test name="vec3_static_subscript_write_dynamic_subscript_read_fragment" />
4736<Test name="vec3_static_subscript_write_static_loop_subscript_read_vertex" />
4737<Test name="vec3_static_subscript_write_static_loop_subscript_read_fragment" />
4738<Test name="vec3_static_subscript_write_dynamic_loop_subscript_read_vertex" />
4739<Test name="vec3_static_subscript_write_dynamic_loop_subscript_read_fragment" />
4740<Test name="vec3_dynamic_subscript_write_direct_read_vertex" />
4741<Test name="vec3_dynamic_subscript_write_direct_read_fragment" />
4742<Test name="vec3_dynamic_subscript_write_component_read_vertex" />
4743<Test name="vec3_dynamic_subscript_write_component_read_fragment" />
4744<Test name="vec3_dynamic_subscript_write_static_subscript_read_vertex" />
4745<Test name="vec3_dynamic_subscript_write_static_subscript_read_fragment" />
4746<Test name="vec3_dynamic_subscript_write_dynamic_subscript_read_vertex" />
4747<Test name="vec3_dynamic_subscript_write_dynamic_subscript_read_fragment" />
4748<Test name="vec3_dynamic_subscript_write_static_loop_subscript_read_vertex" />
4749<Test name="vec3_dynamic_subscript_write_static_loop_subscript_read_fragment" />
4750<Test name="vec3_dynamic_subscript_write_dynamic_loop_subscript_read_vertex" />
4751<Test name="vec3_dynamic_subscript_write_dynamic_loop_subscript_read_fragment" />
4752<Test name="vec3_static_loop_subscript_write_direct_read_vertex" />
4753<Test name="vec3_static_loop_subscript_write_direct_read_fragment" />
4754<Test name="vec3_static_loop_subscript_write_component_read_vertex" />
4755<Test name="vec3_static_loop_subscript_write_component_read_fragment" />
4756<Test name="vec3_static_loop_subscript_write_static_subscript_read_vertex" />
4757<Test name="vec3_static_loop_subscript_write_static_subscript_read_fragment" />
4758<Test name="vec3_static_loop_subscript_write_dynamic_subscript_read_vertex" />
4759<Test name="vec3_static_loop_subscript_write_dynamic_subscript_read_fragment" />
4760<Test name="vec3_static_loop_subscript_write_static_loop_subscript_read_vertex" />
4761<Test name="vec3_static_loop_subscript_write_static_loop_subscript_read_fragment" />
4762<Test name="vec3_static_loop_subscript_write_dynamic_loop_subscript_read_vertex" />
4763<Test name="vec3_static_loop_subscript_write_dynamic_loop_subscript_read_fragment" />
4764<Test name="vec3_dynamic_loop_subscript_write_direct_read_vertex" />
4765<Test name="vec3_dynamic_loop_subscript_write_direct_read_fragment" />
4766<Test name="vec3_dynamic_loop_subscript_write_component_read_vertex" />
4767<Test name="vec3_dynamic_loop_subscript_write_component_read_fragment" />
4768<Test name="vec3_dynamic_loop_subscript_write_static_subscript_read_vertex" />
4769<Test name="vec3_dynamic_loop_subscript_write_static_subscript_read_fragment" />
4770<Test name="vec3_dynamic_loop_subscript_write_dynamic_subscript_read_vertex" />
4771<Test name="vec3_dynamic_loop_subscript_write_dynamic_subscript_read_fragment" />
4772<Test name="vec3_dynamic_loop_subscript_write_static_loop_subscript_read_vertex" />
4773<Test name="vec3_dynamic_loop_subscript_write_static_loop_subscript_read_fragment" />
4774<Test name="vec3_dynamic_loop_subscript_write_dynamic_loop_subscript_read_vertex" />
4775<Test name="vec3_dynamic_loop_subscript_write_dynamic_loop_subscript_read_fragment" />
4776<Test name="vec4_direct_write_direct_read_vertex" />
4777<Test name="vec4_direct_write_direct_read_fragment" />
4778<Test name="vec4_direct_write_component_read_vertex" />
4779<Test name="vec4_direct_write_component_read_fragment" />
4780<Test name="vec4_direct_write_static_subscript_read_vertex" />
4781<Test name="vec4_direct_write_static_subscript_read_fragment" />
4782<Test name="vec4_direct_write_dynamic_subscript_read_vertex" />
4783<Test name="vec4_direct_write_dynamic_subscript_read_fragment" />
4784<Test name="vec4_direct_write_static_loop_subscript_read_vertex" />
4785<Test name="vec4_direct_write_static_loop_subscript_read_fragment" />
4786<Test name="vec4_direct_write_dynamic_loop_subscript_read_vertex" />
4787<Test name="vec4_direct_write_dynamic_loop_subscript_read_fragment" />
4788<Test name="vec4_component_write_direct_read_vertex" />
4789<Test name="vec4_component_write_direct_read_fragment" />
4790<Test name="vec4_component_write_component_read_vertex" />
4791<Test name="vec4_component_write_component_read_fragment" />
4792<Test name="vec4_component_write_static_subscript_read_vertex" />
4793<Test name="vec4_component_write_static_subscript_read_fragment" />
4794<Test name="vec4_component_write_dynamic_subscript_read_vertex" />
4795<Test name="vec4_component_write_dynamic_subscript_read_fragment" />
4796<Test name="vec4_component_write_static_loop_subscript_read_vertex" />
4797<Test name="vec4_component_write_static_loop_subscript_read_fragment" />
4798<Test name="vec4_component_write_dynamic_loop_subscript_read_vertex" />
4799<Test name="vec4_component_write_dynamic_loop_subscript_read_fragment" />
4800<Test name="vec4_static_subscript_write_direct_read_vertex" />
4801<Test name="vec4_static_subscript_write_direct_read_fragment" />
4802<Test name="vec4_static_subscript_write_component_read_vertex" />
4803<Test name="vec4_static_subscript_write_component_read_fragment" />
4804<Test name="vec4_static_subscript_write_static_subscript_read_vertex" />
4805<Test name="vec4_static_subscript_write_static_subscript_read_fragment" />
4806<Test name="vec4_static_subscript_write_dynamic_subscript_read_vertex" />
4807<Test name="vec4_static_subscript_write_dynamic_subscript_read_fragment" />
4808<Test name="vec4_static_subscript_write_static_loop_subscript_read_vertex" />
4809<Test name="vec4_static_subscript_write_static_loop_subscript_read_fragment" />
4810<Test name="vec4_static_subscript_write_dynamic_loop_subscript_read_vertex" />
4811<Test name="vec4_static_subscript_write_dynamic_loop_subscript_read_fragment" />
4812<Test name="vec4_dynamic_subscript_write_direct_read_vertex" />
4813<Test name="vec4_dynamic_subscript_write_direct_read_fragment" />
4814<Test name="vec4_dynamic_subscript_write_component_read_vertex" />
4815<Test name="vec4_dynamic_subscript_write_component_read_fragment" />
4816<Test name="vec4_dynamic_subscript_write_static_subscript_read_vertex" />
4817<Test name="vec4_dynamic_subscript_write_static_subscript_read_fragment" />
4818<Test name="vec4_dynamic_subscript_write_dynamic_subscript_read_vertex" />
4819<Test name="vec4_dynamic_subscript_write_dynamic_subscript_read_fragment" />
4820<Test name="vec4_dynamic_subscript_write_static_loop_subscript_read_vertex" />
4821<Test name="vec4_dynamic_subscript_write_static_loop_subscript_read_fragment" />
4822<Test name="vec4_dynamic_subscript_write_dynamic_loop_subscript_read_vertex" />
4823<Test name="vec4_dynamic_subscript_write_dynamic_loop_subscript_read_fragment" />
4824<Test name="vec4_static_loop_subscript_write_direct_read_vertex" />
4825<Test name="vec4_static_loop_subscript_write_direct_read_fragment" />
4826<Test name="vec4_static_loop_subscript_write_component_read_vertex" />
4827<Test name="vec4_static_loop_subscript_write_component_read_fragment" />
4828<Test name="vec4_static_loop_subscript_write_static_subscript_read_vertex" />
4829<Test name="vec4_static_loop_subscript_write_static_subscript_read_fragment" />
4830<Test name="vec4_static_loop_subscript_write_dynamic_subscript_read_vertex" />
4831<Test name="vec4_static_loop_subscript_write_dynamic_subscript_read_fragment" />
4832<Test name="vec4_static_loop_subscript_write_static_loop_subscript_read_vertex" />
4833<Test name="vec4_static_loop_subscript_write_static_loop_subscript_read_fragment" />
4834<Test name="vec4_static_loop_subscript_write_dynamic_loop_subscript_read_vertex" />
4835<Test name="vec4_static_loop_subscript_write_dynamic_loop_subscript_read_fragment" />
4836<Test name="vec4_dynamic_loop_subscript_write_direct_read_vertex" />
4837<Test name="vec4_dynamic_loop_subscript_write_direct_read_fragment" />
4838<Test name="vec4_dynamic_loop_subscript_write_component_read_vertex" />
4839<Test name="vec4_dynamic_loop_subscript_write_component_read_fragment" />
4840<Test name="vec4_dynamic_loop_subscript_write_static_subscript_read_vertex" />
4841<Test name="vec4_dynamic_loop_subscript_write_static_subscript_read_fragment" />
4842<Test name="vec4_dynamic_loop_subscript_write_dynamic_subscript_read_vertex" />
4843<Test name="vec4_dynamic_loop_subscript_write_dynamic_subscript_read_fragment" />
4844<Test name="vec4_dynamic_loop_subscript_write_static_loop_subscript_read_vertex" />
4845<Test name="vec4_dynamic_loop_subscript_write_static_loop_subscript_read_fragment" />
4846<Test name="vec4_dynamic_loop_subscript_write_dynamic_loop_subscript_read_vertex" />
4847<Test name="vec4_dynamic_loop_subscript_write_dynamic_loop_subscript_read_fragment" />
4848</TestCase>
4849<TestCase name="matrix_subscript">
4850<Test name="mat2_static_write_static_read_vertex" />
4851<Test name="mat2_static_write_static_read_fragment" />
4852<Test name="mat2_dynamic_write_static_read_vertex" />
4853<Test name="mat2_dynamic_write_static_read_fragment" />
4854<Test name="mat2_dynamic_write_dynamic_read_vertex" />
4855<Test name="mat2_dynamic_write_dynamic_read_fragment" />
4856<Test name="mat2_dynamic_write_static_loop_read_vertex" />
4857<Test name="mat2_dynamic_write_static_loop_read_fragment" />
4858<Test name="mat2_dynamic_write_dynamic_loop_read_vertex" />
4859<Test name="mat2_dynamic_write_dynamic_loop_read_fragment" />
4860<Test name="mat2_static_loop_write_static_read_vertex" />
4861<Test name="mat2_static_loop_write_static_read_fragment" />
4862<Test name="mat2_static_loop_write_dynamic_read_vertex" />
4863<Test name="mat2_static_loop_write_dynamic_read_fragment" />
4864<Test name="mat2_static_loop_write_static_loop_read_vertex" />
4865<Test name="mat2_static_loop_write_static_loop_read_fragment" />
4866<Test name="mat2_static_loop_write_dynamic_loop_read_vertex" />
4867<Test name="mat2_static_loop_write_dynamic_loop_read_fragment" />
4868<Test name="mat2_dynamic_loop_write_static_read_vertex" />
4869<Test name="mat2_dynamic_loop_write_static_read_fragment" />
4870<Test name="mat2_dynamic_loop_write_dynamic_read_vertex" />
4871<Test name="mat2_dynamic_loop_write_dynamic_read_fragment" />
4872<Test name="mat2_dynamic_loop_write_static_loop_read_vertex" />
4873<Test name="mat2_dynamic_loop_write_static_loop_read_fragment" />
4874<Test name="mat2_dynamic_loop_write_dynamic_loop_read_vertex" />
4875<Test name="mat2_dynamic_loop_write_dynamic_loop_read_fragment" />
4876<Test name="mat2x3_static_write_static_read_vertex" />
4877<Test name="mat2x3_static_write_static_read_fragment" />
4878<Test name="mat2x3_dynamic_write_static_read_vertex" />
4879<Test name="mat2x3_dynamic_write_static_read_fragment" />
4880<Test name="mat2x3_dynamic_write_dynamic_read_vertex" />
4881<Test name="mat2x3_dynamic_write_dynamic_read_fragment" />
4882<Test name="mat2x3_dynamic_write_static_loop_read_vertex" />
4883<Test name="mat2x3_dynamic_write_static_loop_read_fragment" />
4884<Test name="mat2x3_dynamic_write_dynamic_loop_read_vertex" />
4885<Test name="mat2x3_dynamic_write_dynamic_loop_read_fragment" />
4886<Test name="mat2x3_static_loop_write_static_read_vertex" />
4887<Test name="mat2x3_static_loop_write_static_read_fragment" />
4888<Test name="mat2x3_static_loop_write_dynamic_read_vertex" />
4889<Test name="mat2x3_static_loop_write_dynamic_read_fragment" />
4890<Test name="mat2x3_static_loop_write_static_loop_read_vertex" />
4891<Test name="mat2x3_static_loop_write_static_loop_read_fragment" />
4892<Test name="mat2x3_static_loop_write_dynamic_loop_read_vertex" />
4893<Test name="mat2x3_static_loop_write_dynamic_loop_read_fragment" />
4894<Test name="mat2x3_dynamic_loop_write_static_read_vertex" />
4895<Test name="mat2x3_dynamic_loop_write_static_read_fragment" />
4896<Test name="mat2x3_dynamic_loop_write_dynamic_read_vertex" />
4897<Test name="mat2x3_dynamic_loop_write_dynamic_read_fragment" />
4898<Test name="mat2x3_dynamic_loop_write_static_loop_read_vertex" />
4899<Test name="mat2x3_dynamic_loop_write_static_loop_read_fragment" />
4900<Test name="mat2x3_dynamic_loop_write_dynamic_loop_read_vertex" />
4901<Test name="mat2x3_dynamic_loop_write_dynamic_loop_read_fragment" />
4902<Test name="mat2x4_static_write_static_read_vertex" />
4903<Test name="mat2x4_static_write_static_read_fragment" />
4904<Test name="mat2x4_dynamic_write_static_read_vertex" />
4905<Test name="mat2x4_dynamic_write_static_read_fragment" />
4906<Test name="mat2x4_dynamic_write_dynamic_read_vertex" />
4907<Test name="mat2x4_dynamic_write_dynamic_read_fragment" />
4908<Test name="mat2x4_dynamic_write_static_loop_read_vertex" />
4909<Test name="mat2x4_dynamic_write_static_loop_read_fragment" />
4910<Test name="mat2x4_dynamic_write_dynamic_loop_read_vertex" />
4911<Test name="mat2x4_dynamic_write_dynamic_loop_read_fragment" />
4912<Test name="mat2x4_static_loop_write_static_read_vertex" />
4913<Test name="mat2x4_static_loop_write_static_read_fragment" />
4914<Test name="mat2x4_static_loop_write_dynamic_read_vertex" />
4915<Test name="mat2x4_static_loop_write_dynamic_read_fragment" />
4916<Test name="mat2x4_static_loop_write_static_loop_read_vertex" />
4917<Test name="mat2x4_static_loop_write_static_loop_read_fragment" />
4918<Test name="mat2x4_static_loop_write_dynamic_loop_read_vertex" />
4919<Test name="mat2x4_static_loop_write_dynamic_loop_read_fragment" />
4920<Test name="mat2x4_dynamic_loop_write_static_read_vertex" />
4921<Test name="mat2x4_dynamic_loop_write_static_read_fragment" />
4922<Test name="mat2x4_dynamic_loop_write_dynamic_read_vertex" />
4923<Test name="mat2x4_dynamic_loop_write_dynamic_read_fragment" />
4924<Test name="mat2x4_dynamic_loop_write_static_loop_read_vertex" />
4925<Test name="mat2x4_dynamic_loop_write_static_loop_read_fragment" />
4926<Test name="mat2x4_dynamic_loop_write_dynamic_loop_read_vertex" />
4927<Test name="mat2x4_dynamic_loop_write_dynamic_loop_read_fragment" />
4928<Test name="mat3x2_static_write_static_read_vertex" />
4929<Test name="mat3x2_static_write_static_read_fragment" />
4930<Test name="mat3x2_dynamic_write_static_read_vertex" />
4931<Test name="mat3x2_dynamic_write_static_read_fragment" />
4932<Test name="mat3x2_dynamic_write_dynamic_read_vertex" />
4933<Test name="mat3x2_dynamic_write_dynamic_read_fragment" />
4934<Test name="mat3x2_dynamic_write_static_loop_read_vertex" />
4935<Test name="mat3x2_dynamic_write_static_loop_read_fragment" />
4936<Test name="mat3x2_dynamic_write_dynamic_loop_read_vertex" />
4937<Test name="mat3x2_dynamic_write_dynamic_loop_read_fragment" />
4938<Test name="mat3x2_static_loop_write_static_read_vertex" />
4939<Test name="mat3x2_static_loop_write_static_read_fragment" />
4940<Test name="mat3x2_static_loop_write_dynamic_read_vertex" />
4941<Test name="mat3x2_static_loop_write_dynamic_read_fragment" />
4942<Test name="mat3x2_static_loop_write_static_loop_read_vertex" />
4943<Test name="mat3x2_static_loop_write_static_loop_read_fragment" />
4944<Test name="mat3x2_static_loop_write_dynamic_loop_read_vertex" />
4945<Test name="mat3x2_static_loop_write_dynamic_loop_read_fragment" />
4946<Test name="mat3x2_dynamic_loop_write_static_read_vertex" />
4947<Test name="mat3x2_dynamic_loop_write_static_read_fragment" />
4948<Test name="mat3x2_dynamic_loop_write_dynamic_read_vertex" />
4949<Test name="mat3x2_dynamic_loop_write_dynamic_read_fragment" />
4950<Test name="mat3x2_dynamic_loop_write_static_loop_read_vertex" />
4951<Test name="mat3x2_dynamic_loop_write_static_loop_read_fragment" />
4952<Test name="mat3x2_dynamic_loop_write_dynamic_loop_read_vertex" />
4953<Test name="mat3x2_dynamic_loop_write_dynamic_loop_read_fragment" />
4954<Test name="mat3_static_write_static_read_vertex" />
4955<Test name="mat3_static_write_static_read_fragment" />
4956<Test name="mat3_dynamic_write_static_read_vertex" />
4957<Test name="mat3_dynamic_write_static_read_fragment" />
4958<Test name="mat3_dynamic_write_dynamic_read_vertex" />
4959<Test name="mat3_dynamic_write_dynamic_read_fragment" />
4960<Test name="mat3_dynamic_write_static_loop_read_vertex" />
4961<Test name="mat3_dynamic_write_static_loop_read_fragment" />
4962<Test name="mat3_dynamic_write_dynamic_loop_read_vertex" />
4963<Test name="mat3_dynamic_write_dynamic_loop_read_fragment" />
4964<Test name="mat3_static_loop_write_static_read_vertex" />
4965<Test name="mat3_static_loop_write_static_read_fragment" />
4966<Test name="mat3_static_loop_write_dynamic_read_vertex" />
4967<Test name="mat3_static_loop_write_dynamic_read_fragment" />
4968<Test name="mat3_static_loop_write_static_loop_read_vertex" />
4969<Test name="mat3_static_loop_write_static_loop_read_fragment" />
4970<Test name="mat3_static_loop_write_dynamic_loop_read_vertex" />
4971<Test name="mat3_static_loop_write_dynamic_loop_read_fragment" />
4972<Test name="mat3_dynamic_loop_write_static_read_vertex" />
4973<Test name="mat3_dynamic_loop_write_static_read_fragment" />
4974<Test name="mat3_dynamic_loop_write_dynamic_read_vertex" />
4975<Test name="mat3_dynamic_loop_write_dynamic_read_fragment" />
4976<Test name="mat3_dynamic_loop_write_static_loop_read_vertex" />
4977<Test name="mat3_dynamic_loop_write_static_loop_read_fragment" />
4978<Test name="mat3_dynamic_loop_write_dynamic_loop_read_vertex" />
4979<Test name="mat3_dynamic_loop_write_dynamic_loop_read_fragment" />
4980<Test name="mat3x4_static_write_static_read_vertex" />
4981<Test name="mat3x4_static_write_static_read_fragment" />
4982<Test name="mat3x4_dynamic_write_static_read_vertex" />
4983<Test name="mat3x4_dynamic_write_static_read_fragment" />
4984<Test name="mat3x4_dynamic_write_dynamic_read_vertex" />
4985<Test name="mat3x4_dynamic_write_dynamic_read_fragment" />
4986<Test name="mat3x4_dynamic_write_static_loop_read_vertex" />
4987<Test name="mat3x4_dynamic_write_static_loop_read_fragment" />
4988<Test name="mat3x4_dynamic_write_dynamic_loop_read_vertex" />
4989<Test name="mat3x4_dynamic_write_dynamic_loop_read_fragment" />
4990<Test name="mat3x4_static_loop_write_static_read_vertex" />
4991<Test name="mat3x4_static_loop_write_static_read_fragment" />
4992<Test name="mat3x4_static_loop_write_dynamic_read_vertex" />
4993<Test name="mat3x4_static_loop_write_dynamic_read_fragment" />
4994<Test name="mat3x4_static_loop_write_static_loop_read_vertex" />
4995<Test name="mat3x4_static_loop_write_static_loop_read_fragment" />
4996<Test name="mat3x4_static_loop_write_dynamic_loop_read_vertex" />
4997<Test name="mat3x4_static_loop_write_dynamic_loop_read_fragment" />
4998<Test name="mat3x4_dynamic_loop_write_static_read_vertex" />
4999<Test name="mat3x4_dynamic_loop_write_static_read_fragment" />
5000<Test name="mat3x4_dynamic_loop_write_dynamic_read_vertex" />
5001<Test name="mat3x4_dynamic_loop_write_dynamic_read_fragment" />
5002<Test name="mat3x4_dynamic_loop_write_static_loop_read_vertex" />
5003<Test name="mat3x4_dynamic_loop_write_static_loop_read_fragment" />
5004<Test name="mat3x4_dynamic_loop_write_dynamic_loop_read_vertex" />
5005<Test name="mat3x4_dynamic_loop_write_dynamic_loop_read_fragment" />
5006<Test name="mat4x2_static_write_static_read_vertex" />
5007<Test name="mat4x2_static_write_static_read_fragment" />
5008<Test name="mat4x2_dynamic_write_static_read_vertex" />
5009<Test name="mat4x2_dynamic_write_static_read_fragment" />
5010<Test name="mat4x2_dynamic_write_dynamic_read_vertex" />
5011<Test name="mat4x2_dynamic_write_dynamic_read_fragment" />
5012<Test name="mat4x2_dynamic_write_static_loop_read_vertex" />
5013<Test name="mat4x2_dynamic_write_static_loop_read_fragment" />
5014<Test name="mat4x2_dynamic_write_dynamic_loop_read_vertex" />
5015<Test name="mat4x2_dynamic_write_dynamic_loop_read_fragment" />
5016<Test name="mat4x2_static_loop_write_static_read_vertex" />
5017<Test name="mat4x2_static_loop_write_static_read_fragment" />
5018<Test name="mat4x2_static_loop_write_dynamic_read_vertex" />
5019<Test name="mat4x2_static_loop_write_dynamic_read_fragment" />
5020<Test name="mat4x2_static_loop_write_static_loop_read_vertex" />
5021<Test name="mat4x2_static_loop_write_static_loop_read_fragment" />
5022<Test name="mat4x2_static_loop_write_dynamic_loop_read_vertex" />
5023<Test name="mat4x2_static_loop_write_dynamic_loop_read_fragment" />
5024<Test name="mat4x2_dynamic_loop_write_static_read_vertex" />
5025<Test name="mat4x2_dynamic_loop_write_static_read_fragment" />
5026<Test name="mat4x2_dynamic_loop_write_dynamic_read_vertex" />
5027<Test name="mat4x2_dynamic_loop_write_dynamic_read_fragment" />
5028<Test name="mat4x2_dynamic_loop_write_static_loop_read_vertex" />
5029<Test name="mat4x2_dynamic_loop_write_static_loop_read_fragment" />
5030<Test name="mat4x2_dynamic_loop_write_dynamic_loop_read_vertex" />
5031<Test name="mat4x2_dynamic_loop_write_dynamic_loop_read_fragment" />
5032<Test name="mat4x3_static_write_static_read_vertex" />
5033<Test name="mat4x3_static_write_static_read_fragment" />
5034<Test name="mat4x3_dynamic_write_static_read_vertex" />
5035<Test name="mat4x3_dynamic_write_static_read_fragment" />
5036<Test name="mat4x3_dynamic_write_dynamic_read_vertex" />
5037<Test name="mat4x3_dynamic_write_dynamic_read_fragment" />
5038<Test name="mat4x3_dynamic_write_static_loop_read_vertex" />
5039<Test name="mat4x3_dynamic_write_static_loop_read_fragment" />
5040<Test name="mat4x3_dynamic_write_dynamic_loop_read_vertex" />
5041<Test name="mat4x3_dynamic_write_dynamic_loop_read_fragment" />
5042<Test name="mat4x3_static_loop_write_static_read_vertex" />
5043<Test name="mat4x3_static_loop_write_static_read_fragment" />
5044<Test name="mat4x3_static_loop_write_dynamic_read_vertex" />
5045<Test name="mat4x3_static_loop_write_dynamic_read_fragment" />
5046<Test name="mat4x3_static_loop_write_static_loop_read_vertex" />
5047<Test name="mat4x3_static_loop_write_static_loop_read_fragment" />
5048<Test name="mat4x3_static_loop_write_dynamic_loop_read_vertex" />
5049<Test name="mat4x3_static_loop_write_dynamic_loop_read_fragment" />
5050<Test name="mat4x3_dynamic_loop_write_static_read_vertex" />
5051<Test name="mat4x3_dynamic_loop_write_static_read_fragment" />
5052<Test name="mat4x3_dynamic_loop_write_dynamic_read_vertex" />
5053<Test name="mat4x3_dynamic_loop_write_dynamic_read_fragment" />
5054<Test name="mat4x3_dynamic_loop_write_static_loop_read_vertex" />
5055<Test name="mat4x3_dynamic_loop_write_static_loop_read_fragment" />
5056<Test name="mat4x3_dynamic_loop_write_dynamic_loop_read_vertex" />
5057<Test name="mat4x3_dynamic_loop_write_dynamic_loop_read_fragment" />
5058<Test name="mat4_static_write_static_read_vertex" />
5059<Test name="mat4_static_write_static_read_fragment" />
5060<Test name="mat4_dynamic_write_static_read_vertex" />
5061<Test name="mat4_dynamic_write_static_read_fragment" />
5062<Test name="mat4_dynamic_write_dynamic_read_vertex" />
5063<Test name="mat4_dynamic_write_dynamic_read_fragment" />
5064<Test name="mat4_dynamic_write_static_loop_read_vertex" />
5065<Test name="mat4_dynamic_write_static_loop_read_fragment" />
5066<Test name="mat4_dynamic_write_dynamic_loop_read_vertex" />
5067<Test name="mat4_dynamic_write_dynamic_loop_read_fragment" />
5068<Test name="mat4_static_loop_write_static_read_vertex" />
5069<Test name="mat4_static_loop_write_static_read_fragment" />
5070<Test name="mat4_static_loop_write_dynamic_read_vertex" />
5071<Test name="mat4_static_loop_write_dynamic_read_fragment" />
5072<Test name="mat4_static_loop_write_static_loop_read_vertex" />
5073<Test name="mat4_static_loop_write_static_loop_read_fragment" />
5074<Test name="mat4_static_loop_write_dynamic_loop_read_vertex" />
5075<Test name="mat4_static_loop_write_dynamic_loop_read_fragment" />
5076<Test name="mat4_dynamic_loop_write_static_read_vertex" />
5077<Test name="mat4_dynamic_loop_write_static_read_fragment" />
5078<Test name="mat4_dynamic_loop_write_dynamic_read_vertex" />
5079<Test name="mat4_dynamic_loop_write_dynamic_read_fragment" />
5080<Test name="mat4_dynamic_loop_write_static_loop_read_vertex" />
5081<Test name="mat4_dynamic_loop_write_static_loop_read_fragment" />
5082<Test name="mat4_dynamic_loop_write_dynamic_loop_read_vertex" />
5083<Test name="mat4_dynamic_loop_write_dynamic_loop_read_fragment" />
5084</TestCase>
5085</TestSuite>
5086<TestSuite name="loops">
5087<TestCase name="for_constant_iterations">
5088<Test name="basic_lowp_int_vertex" />
5089<Test name="basic_lowp_int_fragment" />
5090<Test name="basic_lowp_float_vertex" />
5091<Test name="basic_lowp_float_fragment" />
5092<Test name="basic_mediump_int_vertex" />
5093<Test name="basic_mediump_int_fragment" />
5094<Test name="basic_mediump_float_vertex" />
5095<Test name="basic_mediump_float_fragment" />
5096<Test name="basic_highp_int_vertex" />
5097<Test name="basic_highp_int_fragment" />
5098<Test name="basic_highp_float_vertex" />
5099<Test name="basic_highp_float_fragment" />
5100<Test name="empty_body_vertex" />
5101<Test name="empty_body_fragment" />
5102<Test name="infinite_with_unconditional_break_first_vertex" />
5103<Test name="infinite_with_unconditional_break_first_fragment" />
5104<Test name="infinite_with_unconditional_break_last_vertex" />
5105<Test name="infinite_with_unconditional_break_last_fragment" />
5106<Test name="infinite_with_conditional_break_vertex" />
5107<Test name="infinite_with_conditional_break_fragment" />
5108<Test name="single_statement_vertex" />
5109<Test name="single_statement_fragment" />
5110<Test name="compound_statement_vertex" />
5111<Test name="compound_statement_fragment" />
5112<Test name="sequence_statement_vertex" />
5113<Test name="sequence_statement_fragment" />
5114<Test name="no_iterations_vertex" />
5115<Test name="no_iterations_fragment" />
5116<Test name="single_iteration_vertex" />
5117<Test name="single_iteration_fragment" />
5118<Test name="select_iteration_count_vertex" />
5119<Test name="select_iteration_count_fragment" />
5120<Test name="conditional_continue_vertex" />
5121<Test name="conditional_continue_fragment" />
5122<Test name="unconditional_continue_vertex" />
5123<Test name="unconditional_continue_fragment" />
5124<Test name="only_continue_vertex" />
5125<Test name="only_continue_fragment" />
5126<Test name="double_continue_vertex" />
5127<Test name="double_continue_fragment" />
5128<Test name="conditional_break_vertex" />
5129<Test name="conditional_break_fragment" />
5130<Test name="unconditional_break_vertex" />
5131<Test name="unconditional_break_fragment" />
5132<Test name="pre_increment_vertex" />
5133<Test name="pre_increment_fragment" />
5134<Test name="post_increment_vertex" />
5135<Test name="post_increment_fragment" />
5136<Test name="mixed_break_continue_vertex" />
5137<Test name="mixed_break_continue_fragment" />
5138<Test name="vector_counter_vertex" />
5139<Test name="vector_counter_fragment" />
5140<Test name="101_iterations_vertex" />
5141<Test name="101_iterations_fragment" />
5142<Test name="sequence_vertex" />
5143<Test name="sequence_fragment" />
5144<Test name="nested_vertex" />
5145<Test name="nested_fragment" />
5146<Test name="nested_sequence_vertex" />
5147<Test name="nested_sequence_fragment" />
5148<Test name="nested_tricky_dataflow_1_vertex" />
5149<Test name="nested_tricky_dataflow_1_fragment" />
5150<Test name="nested_tricky_dataflow_2_vertex" />
5151<Test name="nested_tricky_dataflow_2_fragment" />
5152</TestCase>
5153<TestCase name="for_uniform_iterations">
5154<Test name="basic_lowp_int_vertex" />
5155<Test name="basic_lowp_int_fragment" />
5156<Test name="basic_lowp_float_vertex" />
5157<Test name="basic_lowp_float_fragment" />
5158<Test name="basic_mediump_int_vertex" />
5159<Test name="basic_mediump_int_fragment" />
5160<Test name="basic_mediump_float_vertex" />
5161<Test name="basic_mediump_float_fragment" />
5162<Test name="basic_highp_int_vertex" />
5163<Test name="basic_highp_int_fragment" />
5164<Test name="basic_highp_float_vertex" />
5165<Test name="basic_highp_float_fragment" />
5166<Test name="empty_body_vertex" />
5167<Test name="empty_body_fragment" />
5168<Test name="infinite_with_unconditional_break_first_vertex" />
5169<Test name="infinite_with_unconditional_break_first_fragment" />
5170<Test name="infinite_with_unconditional_break_last_vertex" />
5171<Test name="infinite_with_unconditional_break_last_fragment" />
5172<Test name="infinite_with_conditional_break_vertex" />
5173<Test name="infinite_with_conditional_break_fragment" />
5174<Test name="single_statement_vertex" />
5175<Test name="single_statement_fragment" />
5176<Test name="compound_statement_vertex" />
5177<Test name="compound_statement_fragment" />
5178<Test name="sequence_statement_vertex" />
5179<Test name="sequence_statement_fragment" />
5180<Test name="no_iterations_vertex" />
5181<Test name="no_iterations_fragment" />
5182<Test name="single_iteration_vertex" />
5183<Test name="single_iteration_fragment" />
5184<Test name="select_iteration_count_vertex" />
5185<Test name="select_iteration_count_fragment" />
5186<Test name="conditional_continue_vertex" />
5187<Test name="conditional_continue_fragment" />
5188<Test name="unconditional_continue_vertex" />
5189<Test name="unconditional_continue_fragment" />
5190<Test name="only_continue_vertex" />
5191<Test name="only_continue_fragment" />
5192<Test name="double_continue_vertex" />
5193<Test name="double_continue_fragment" />
5194<Test name="conditional_break_vertex" />
5195<Test name="conditional_break_fragment" />
5196<Test name="unconditional_break_vertex" />
5197<Test name="unconditional_break_fragment" />
5198<Test name="pre_increment_vertex" />
5199<Test name="pre_increment_fragment" />
5200<Test name="post_increment_vertex" />
5201<Test name="post_increment_fragment" />
5202<Test name="mixed_break_continue_vertex" />
5203<Test name="mixed_break_continue_fragment" />
5204<Test name="vector_counter_vertex" />
5205<Test name="vector_counter_fragment" />
5206<Test name="101_iterations_vertex" />
5207<Test name="101_iterations_fragment" />
5208<Test name="sequence_vertex" />
5209<Test name="sequence_fragment" />
5210<Test name="nested_vertex" />
5211<Test name="nested_fragment" />
5212<Test name="nested_sequence_vertex" />
5213<Test name="nested_sequence_fragment" />
5214<Test name="nested_tricky_dataflow_1_vertex" />
5215<Test name="nested_tricky_dataflow_1_fragment" />
5216<Test name="nested_tricky_dataflow_2_vertex" />
5217<Test name="nested_tricky_dataflow_2_fragment" />
5218</TestCase>
5219<TestCase name="for_dynamic_iterations">
5220<Test name="basic_lowp_int_vertex" />
5221<Test name="basic_lowp_int_fragment" />
5222<Test name="basic_lowp_float_vertex" />
5223<Test name="basic_lowp_float_fragment" />
5224<Test name="basic_mediump_int_vertex" />
5225<Test name="basic_mediump_int_fragment" />
5226<Test name="basic_mediump_float_vertex" />
5227<Test name="basic_mediump_float_fragment" />
5228<Test name="basic_highp_int_vertex" />
5229<Test name="basic_highp_int_fragment" />
5230<Test name="basic_highp_float_vertex" />
5231<Test name="basic_highp_float_fragment" />
5232<Test name="empty_body_vertex" />
5233<Test name="empty_body_fragment" />
5234<Test name="infinite_with_unconditional_break_first_vertex" />
5235<Test name="infinite_with_unconditional_break_first_fragment" />
5236<Test name="infinite_with_unconditional_break_last_vertex" />
5237<Test name="infinite_with_unconditional_break_last_fragment" />
5238<Test name="infinite_with_conditional_break_vertex" />
5239<Test name="infinite_with_conditional_break_fragment" />
5240<Test name="single_statement_vertex" />
5241<Test name="single_statement_fragment" />
5242<Test name="compound_statement_vertex" />
5243<Test name="compound_statement_fragment" />
5244<Test name="sequence_statement_vertex" />
5245<Test name="sequence_statement_fragment" />
5246<Test name="no_iterations_vertex" />
5247<Test name="no_iterations_fragment" />
5248<Test name="single_iteration_vertex" />
5249<Test name="single_iteration_fragment" />
5250<Test name="select_iteration_count_vertex" />
5251<Test name="select_iteration_count_fragment" />
5252<Test name="conditional_continue_vertex" />
5253<Test name="conditional_continue_fragment" />
5254<Test name="unconditional_continue_vertex" />
5255<Test name="unconditional_continue_fragment" />
5256<Test name="only_continue_vertex" />
5257<Test name="only_continue_fragment" />
5258<Test name="double_continue_vertex" />
5259<Test name="double_continue_fragment" />
5260<Test name="conditional_break_vertex" />
5261<Test name="conditional_break_fragment" />
5262<Test name="unconditional_break_vertex" />
5263<Test name="unconditional_break_fragment" />
5264<Test name="pre_increment_vertex" />
5265<Test name="pre_increment_fragment" />
5266<Test name="post_increment_vertex" />
5267<Test name="post_increment_fragment" />
5268<Test name="mixed_break_continue_vertex" />
5269<Test name="mixed_break_continue_fragment" />
5270<Test name="vector_counter_vertex" />
5271<Test name="vector_counter_fragment" />
5272<Test name="101_iterations_vertex" />
5273<Test name="101_iterations_fragment" />
5274<Test name="sequence_vertex" />
5275<Test name="sequence_fragment" />
5276<Test name="nested_vertex" />
5277<Test name="nested_fragment" />
5278<Test name="nested_sequence_vertex" />
5279<Test name="nested_sequence_fragment" />
5280<Test name="nested_tricky_dataflow_1_vertex" />
5281<Test name="nested_tricky_dataflow_1_fragment" />
5282<Test name="nested_tricky_dataflow_2_vertex" />
5283<Test name="nested_tricky_dataflow_2_fragment" />
5284</TestCase>
5285<TestCase name="while_constant_iterations">
5286<Test name="basic_lowp_int_vertex" />
5287<Test name="basic_lowp_int_fragment" />
5288<Test name="basic_lowp_float_vertex" />
5289<Test name="basic_lowp_float_fragment" />
5290<Test name="basic_mediump_int_vertex" />
5291<Test name="basic_mediump_int_fragment" />
5292<Test name="basic_mediump_float_vertex" />
5293<Test name="basic_mediump_float_fragment" />
5294<Test name="basic_highp_int_vertex" />
5295<Test name="basic_highp_int_fragment" />
5296<Test name="basic_highp_float_vertex" />
5297<Test name="basic_highp_float_fragment" />
5298<Test name="empty_body_vertex" />
5299<Test name="empty_body_fragment" />
5300<Test name="infinite_with_unconditional_break_first_vertex" />
5301<Test name="infinite_with_unconditional_break_first_fragment" />
5302<Test name="infinite_with_unconditional_break_last_vertex" />
5303<Test name="infinite_with_unconditional_break_last_fragment" />
5304<Test name="infinite_with_conditional_break_vertex" />
5305<Test name="infinite_with_conditional_break_fragment" />
5306<Test name="single_statement_vertex" />
5307<Test name="single_statement_fragment" />
5308<Test name="compound_statement_vertex" />
5309<Test name="compound_statement_fragment" />
5310<Test name="sequence_statement_vertex" />
5311<Test name="sequence_statement_fragment" />
5312<Test name="no_iterations_vertex" />
5313<Test name="no_iterations_fragment" />
5314<Test name="single_iteration_vertex" />
5315<Test name="single_iteration_fragment" />
5316<Test name="select_iteration_count_vertex" />
5317<Test name="select_iteration_count_fragment" />
5318<Test name="conditional_continue_vertex" />
5319<Test name="conditional_continue_fragment" />
5320<Test name="unconditional_continue_vertex" />
5321<Test name="unconditional_continue_fragment" />
5322<Test name="only_continue_vertex" />
5323<Test name="only_continue_fragment" />
5324<Test name="double_continue_vertex" />
5325<Test name="double_continue_fragment" />
5326<Test name="conditional_break_vertex" />
5327<Test name="conditional_break_fragment" />
5328<Test name="unconditional_break_vertex" />
5329<Test name="unconditional_break_fragment" />
5330<Test name="pre_increment_vertex" />
5331<Test name="pre_increment_fragment" />
5332<Test name="post_increment_vertex" />
5333<Test name="post_increment_fragment" />
5334<Test name="mixed_break_continue_vertex" />
5335<Test name="mixed_break_continue_fragment" />
5336<Test name="vector_counter_vertex" />
5337<Test name="vector_counter_fragment" />
5338<Test name="101_iterations_vertex" />
5339<Test name="101_iterations_fragment" />
5340<Test name="sequence_vertex" />
5341<Test name="sequence_fragment" />
5342<Test name="nested_vertex" />
5343<Test name="nested_fragment" />
5344<Test name="nested_sequence_vertex" />
5345<Test name="nested_sequence_fragment" />
5346<Test name="nested_tricky_dataflow_1_vertex" />
5347<Test name="nested_tricky_dataflow_1_fragment" />
5348<Test name="nested_tricky_dataflow_2_vertex" />
5349<Test name="nested_tricky_dataflow_2_fragment" />
5350</TestCase>
5351<TestCase name="while_uniform_iterations">
5352<Test name="basic_lowp_int_vertex" />
5353<Test name="basic_lowp_int_fragment" />
5354<Test name="basic_lowp_float_vertex" />
5355<Test name="basic_lowp_float_fragment" />
5356<Test name="basic_mediump_int_vertex" />
5357<Test name="basic_mediump_int_fragment" />
5358<Test name="basic_mediump_float_vertex" />
5359<Test name="basic_mediump_float_fragment" />
5360<Test name="basic_highp_int_vertex" />
5361<Test name="basic_highp_int_fragment" />
5362<Test name="basic_highp_float_vertex" />
5363<Test name="basic_highp_float_fragment" />
5364<Test name="empty_body_vertex" />
5365<Test name="empty_body_fragment" />
5366<Test name="infinite_with_unconditional_break_first_vertex" />
5367<Test name="infinite_with_unconditional_break_first_fragment" />
5368<Test name="infinite_with_unconditional_break_last_vertex" />
5369<Test name="infinite_with_unconditional_break_last_fragment" />
5370<Test name="infinite_with_conditional_break_vertex" />
5371<Test name="infinite_with_conditional_break_fragment" />
5372<Test name="single_statement_vertex" />
5373<Test name="single_statement_fragment" />
5374<Test name="compound_statement_vertex" />
5375<Test name="compound_statement_fragment" />
5376<Test name="sequence_statement_vertex" />
5377<Test name="sequence_statement_fragment" />
5378<Test name="no_iterations_vertex" />
5379<Test name="no_iterations_fragment" />
5380<Test name="single_iteration_vertex" />
5381<Test name="single_iteration_fragment" />
5382<Test name="select_iteration_count_vertex" />
5383<Test name="select_iteration_count_fragment" />
5384<Test name="conditional_continue_vertex" />
5385<Test name="conditional_continue_fragment" />
5386<Test name="unconditional_continue_vertex" />
5387<Test name="unconditional_continue_fragment" />
5388<Test name="only_continue_vertex" />
5389<Test name="only_continue_fragment" />
5390<Test name="double_continue_vertex" />
5391<Test name="double_continue_fragment" />
5392<Test name="conditional_break_vertex" />
5393<Test name="conditional_break_fragment" />
5394<Test name="unconditional_break_vertex" />
5395<Test name="unconditional_break_fragment" />
5396<Test name="pre_increment_vertex" />
5397<Test name="pre_increment_fragment" />
5398<Test name="post_increment_vertex" />
5399<Test name="post_increment_fragment" />
5400<Test name="mixed_break_continue_vertex" />
5401<Test name="mixed_break_continue_fragment" />
5402<Test name="vector_counter_vertex" />
5403<Test name="vector_counter_fragment" />
5404<Test name="101_iterations_vertex" />
5405<Test name="101_iterations_fragment" />
5406<Test name="sequence_vertex" />
5407<Test name="sequence_fragment" />
5408<Test name="nested_vertex" />
5409<Test name="nested_fragment" />
5410<Test name="nested_sequence_vertex" />
5411<Test name="nested_sequence_fragment" />
5412<Test name="nested_tricky_dataflow_1_vertex" />
5413<Test name="nested_tricky_dataflow_1_fragment" />
5414<Test name="nested_tricky_dataflow_2_vertex" />
5415<Test name="nested_tricky_dataflow_2_fragment" />
5416</TestCase>
5417<TestCase name="while_dynamic_iterations">
5418<Test name="basic_lowp_int_vertex" />
5419<Test name="basic_lowp_int_fragment" />
5420<Test name="basic_lowp_float_vertex" />
5421<Test name="basic_lowp_float_fragment" />
5422<Test name="basic_mediump_int_vertex" />
5423<Test name="basic_mediump_int_fragment" />
5424<Test name="basic_mediump_float_vertex" />
5425<Test name="basic_mediump_float_fragment" />
5426<Test name="basic_highp_int_vertex" />
5427<Test name="basic_highp_int_fragment" />
5428<Test name="basic_highp_float_vertex" />
5429<Test name="basic_highp_float_fragment" />
5430<Test name="empty_body_vertex" />
5431<Test name="empty_body_fragment" />
5432<Test name="infinite_with_unconditional_break_first_vertex" />
5433<Test name="infinite_with_unconditional_break_first_fragment" />
5434<Test name="infinite_with_unconditional_break_last_vertex" />
5435<Test name="infinite_with_unconditional_break_last_fragment" />
5436<Test name="infinite_with_conditional_break_vertex" />
5437<Test name="infinite_with_conditional_break_fragment" />
5438<Test name="single_statement_vertex" />
5439<Test name="single_statement_fragment" />
5440<Test name="compound_statement_vertex" />
5441<Test name="compound_statement_fragment" />
5442<Test name="sequence_statement_vertex" />
5443<Test name="sequence_statement_fragment" />
5444<Test name="no_iterations_vertex" />
5445<Test name="no_iterations_fragment" />
5446<Test name="single_iteration_vertex" />
5447<Test name="single_iteration_fragment" />
5448<Test name="select_iteration_count_vertex" />
5449<Test name="select_iteration_count_fragment" />
5450<Test name="conditional_continue_vertex" />
5451<Test name="conditional_continue_fragment" />
5452<Test name="unconditional_continue_vertex" />
5453<Test name="unconditional_continue_fragment" />
5454<Test name="only_continue_vertex" />
5455<Test name="only_continue_fragment" />
5456<Test name="double_continue_vertex" />
5457<Test name="double_continue_fragment" />
5458<Test name="conditional_break_vertex" />
5459<Test name="conditional_break_fragment" />
5460<Test name="unconditional_break_vertex" />
5461<Test name="unconditional_break_fragment" />
5462<Test name="pre_increment_vertex" />
5463<Test name="pre_increment_fragment" />
5464<Test name="post_increment_vertex" />
5465<Test name="post_increment_fragment" />
5466<Test name="mixed_break_continue_vertex" />
5467<Test name="mixed_break_continue_fragment" />
5468<Test name="vector_counter_vertex" />
5469<Test name="vector_counter_fragment" />
5470<Test name="101_iterations_vertex" />
5471<Test name="101_iterations_fragment" />
5472<Test name="sequence_vertex" />
5473<Test name="sequence_fragment" />
5474<Test name="nested_vertex" />
5475<Test name="nested_fragment" />
5476<Test name="nested_sequence_vertex" />
5477<Test name="nested_sequence_fragment" />
5478<Test name="nested_tricky_dataflow_1_vertex" />
5479<Test name="nested_tricky_dataflow_1_fragment" />
5480<Test name="nested_tricky_dataflow_2_vertex" />
5481<Test name="nested_tricky_dataflow_2_fragment" />
5482</TestCase>
5483<TestCase name="do_while_constant_iterations">
5484<Test name="basic_lowp_int_vertex" />
5485<Test name="basic_lowp_int_fragment" />
5486<Test name="basic_lowp_float_vertex" />
5487<Test name="basic_lowp_float_fragment" />
5488<Test name="basic_mediump_int_vertex" />
5489<Test name="basic_mediump_int_fragment" />
5490<Test name="basic_mediump_float_vertex" />
5491<Test name="basic_mediump_float_fragment" />
5492<Test name="basic_highp_int_vertex" />
5493<Test name="basic_highp_int_fragment" />
5494<Test name="basic_highp_float_vertex" />
5495<Test name="basic_highp_float_fragment" />
5496<Test name="empty_body_vertex" />
5497<Test name="empty_body_fragment" />
5498<Test name="infinite_with_unconditional_break_first_vertex" />
5499<Test name="infinite_with_unconditional_break_first_fragment" />
5500<Test name="infinite_with_unconditional_break_last_vertex" />
5501<Test name="infinite_with_unconditional_break_last_fragment" />
5502<Test name="infinite_with_conditional_break_vertex" />
5503<Test name="infinite_with_conditional_break_fragment" />
5504<Test name="single_statement_vertex" />
5505<Test name="single_statement_fragment" />
5506<Test name="compound_statement_vertex" />
5507<Test name="compound_statement_fragment" />
5508<Test name="sequence_statement_vertex" />
5509<Test name="sequence_statement_fragment" />
5510<Test name="single_iteration_vertex" />
5511<Test name="single_iteration_fragment" />
5512<Test name="select_iteration_count_vertex" />
5513<Test name="select_iteration_count_fragment" />
5514<Test name="conditional_continue_vertex" />
5515<Test name="conditional_continue_fragment" />
5516<Test name="unconditional_continue_vertex" />
5517<Test name="unconditional_continue_fragment" />
5518<Test name="only_continue_vertex" />
5519<Test name="only_continue_fragment" />
5520<Test name="double_continue_vertex" />
5521<Test name="double_continue_fragment" />
5522<Test name="conditional_break_vertex" />
5523<Test name="conditional_break_fragment" />
5524<Test name="unconditional_break_vertex" />
5525<Test name="unconditional_break_fragment" />
5526<Test name="pre_increment_vertex" />
5527<Test name="pre_increment_fragment" />
5528<Test name="post_increment_vertex" />
5529<Test name="post_increment_fragment" />
5530<Test name="mixed_break_continue_vertex" />
5531<Test name="mixed_break_continue_fragment" />
5532<Test name="vector_counter_vertex" />
5533<Test name="vector_counter_fragment" />
5534<Test name="101_iterations_vertex" />
5535<Test name="101_iterations_fragment" />
5536<Test name="sequence_vertex" />
5537<Test name="sequence_fragment" />
5538<Test name="nested_vertex" />
5539<Test name="nested_fragment" />
5540<Test name="nested_sequence_vertex" />
5541<Test name="nested_sequence_fragment" />
5542<Test name="nested_tricky_dataflow_1_vertex" />
5543<Test name="nested_tricky_dataflow_1_fragment" />
5544<Test name="nested_tricky_dataflow_2_vertex" />
5545<Test name="nested_tricky_dataflow_2_fragment" />
5546</TestCase>
5547<TestCase name="do_while_uniform_iterations">
5548<Test name="basic_lowp_int_vertex" />
5549<Test name="basic_lowp_int_fragment" />
5550<Test name="basic_lowp_float_vertex" />
5551<Test name="basic_lowp_float_fragment" />
5552<Test name="basic_mediump_int_vertex" />
5553<Test name="basic_mediump_int_fragment" />
5554<Test name="basic_mediump_float_vertex" />
5555<Test name="basic_mediump_float_fragment" />
5556<Test name="basic_highp_int_vertex" />
5557<Test name="basic_highp_int_fragment" />
5558<Test name="basic_highp_float_vertex" />
5559<Test name="basic_highp_float_fragment" />
5560<Test name="empty_body_vertex" />
5561<Test name="empty_body_fragment" />
5562<Test name="infinite_with_unconditional_break_first_vertex" />
5563<Test name="infinite_with_unconditional_break_first_fragment" />
5564<Test name="infinite_with_unconditional_break_last_vertex" />
5565<Test name="infinite_with_unconditional_break_last_fragment" />
5566<Test name="infinite_with_conditional_break_vertex" />
5567<Test name="infinite_with_conditional_break_fragment" />
5568<Test name="single_statement_vertex" />
5569<Test name="single_statement_fragment" />
5570<Test name="compound_statement_vertex" />
5571<Test name="compound_statement_fragment" />
5572<Test name="sequence_statement_vertex" />
5573<Test name="sequence_statement_fragment" />
5574<Test name="single_iteration_vertex" />
5575<Test name="single_iteration_fragment" />
5576<Test name="select_iteration_count_vertex" />
5577<Test name="select_iteration_count_fragment" />
5578<Test name="conditional_continue_vertex" />
5579<Test name="conditional_continue_fragment" />
5580<Test name="unconditional_continue_vertex" />
5581<Test name="unconditional_continue_fragment" />
5582<Test name="only_continue_vertex" />
5583<Test name="only_continue_fragment" />
5584<Test name="double_continue_vertex" />
5585<Test name="double_continue_fragment" />
5586<Test name="conditional_break_vertex" />
5587<Test name="conditional_break_fragment" />
5588<Test name="unconditional_break_vertex" />
5589<Test name="unconditional_break_fragment" />
5590<Test name="pre_increment_vertex" />
5591<Test name="pre_increment_fragment" />
5592<Test name="post_increment_vertex" />
5593<Test name="post_increment_fragment" />
5594<Test name="mixed_break_continue_vertex" />
5595<Test name="mixed_break_continue_fragment" />
5596<Test name="vector_counter_vertex" />
5597<Test name="vector_counter_fragment" />
5598<Test name="101_iterations_vertex" />
5599<Test name="101_iterations_fragment" />
5600<Test name="sequence_vertex" />
5601<Test name="sequence_fragment" />
5602<Test name="nested_vertex" />
5603<Test name="nested_fragment" />
5604<Test name="nested_sequence_vertex" />
5605<Test name="nested_sequence_fragment" />
5606<Test name="nested_tricky_dataflow_1_vertex" />
5607<Test name="nested_tricky_dataflow_1_fragment" />
5608<Test name="nested_tricky_dataflow_2_vertex" />
5609<Test name="nested_tricky_dataflow_2_fragment" />
5610</TestCase>
5611<TestCase name="do_while_dynamic_iterations">
5612<Test name="basic_lowp_int_vertex" />
5613<Test name="basic_lowp_int_fragment" />
5614<Test name="basic_lowp_float_vertex" />
5615<Test name="basic_lowp_float_fragment" />
5616<Test name="basic_mediump_int_vertex" />
5617<Test name="basic_mediump_int_fragment" />
5618<Test name="basic_mediump_float_vertex" />
5619<Test name="basic_mediump_float_fragment" />
5620<Test name="basic_highp_int_vertex" />
5621<Test name="basic_highp_int_fragment" />
5622<Test name="basic_highp_float_vertex" />
5623<Test name="basic_highp_float_fragment" />
5624<Test name="empty_body_vertex" />
5625<Test name="empty_body_fragment" />
5626<Test name="infinite_with_unconditional_break_first_vertex" />
5627<Test name="infinite_with_unconditional_break_first_fragment" />
5628<Test name="infinite_with_unconditional_break_last_vertex" />
5629<Test name="infinite_with_unconditional_break_last_fragment" />
5630<Test name="infinite_with_conditional_break_vertex" />
5631<Test name="infinite_with_conditional_break_fragment" />
5632<Test name="single_statement_vertex" />
5633<Test name="single_statement_fragment" />
5634<Test name="compound_statement_vertex" />
5635<Test name="compound_statement_fragment" />
5636<Test name="sequence_statement_vertex" />
5637<Test name="sequence_statement_fragment" />
5638<Test name="single_iteration_vertex" />
5639<Test name="single_iteration_fragment" />
5640<Test name="select_iteration_count_vertex" />
5641<Test name="select_iteration_count_fragment" />
5642<Test name="conditional_continue_vertex" />
5643<Test name="conditional_continue_fragment" />
5644<Test name="unconditional_continue_vertex" />
5645<Test name="unconditional_continue_fragment" />
5646<Test name="only_continue_vertex" />
5647<Test name="only_continue_fragment" />
5648<Test name="double_continue_vertex" />
5649<Test name="double_continue_fragment" />
5650<Test name="conditional_break_vertex" />
5651<Test name="conditional_break_fragment" />
5652<Test name="unconditional_break_vertex" />
5653<Test name="unconditional_break_fragment" />
5654<Test name="pre_increment_vertex" />
5655<Test name="pre_increment_fragment" />
5656<Test name="post_increment_vertex" />
5657<Test name="post_increment_fragment" />
5658<Test name="mixed_break_continue_vertex" />
5659<Test name="mixed_break_continue_fragment" />
5660<Test name="vector_counter_vertex" />
5661<Test name="vector_counter_fragment" />
5662<Test name="101_iterations_vertex" />
5663<Test name="101_iterations_fragment" />
5664<Test name="sequence_vertex" />
5665<Test name="sequence_fragment" />
5666<Test name="nested_vertex" />
5667<Test name="nested_fragment" />
5668<Test name="nested_sequence_vertex" />
5669<Test name="nested_sequence_fragment" />
5670<Test name="nested_tricky_dataflow_1_vertex" />
5671<Test name="nested_tricky_dataflow_1_fragment" />
5672<Test name="nested_tricky_dataflow_2_vertex" />
5673<Test name="nested_tricky_dataflow_2_fragment" />
5674</TestCase>
5675</TestSuite>
5676<TestSuite name="operator">
5677<TestSuite name="unary_operator">
5678<TestCase name="plus">
5679<Test name="lowp_float_vertex" />
5680<Test name="lowp_float_fragment" />
5681<Test name="mediump_float_vertex" />
5682<Test name="mediump_float_fragment" />
5683<Test name="highp_float_vertex" />
5684<Test name="highp_float_fragment" />
5685<Test name="lowp_vec2_vertex" />
5686<Test name="lowp_vec2_fragment" />
5687<Test name="mediump_vec2_vertex" />
5688<Test name="mediump_vec2_fragment" />
5689<Test name="highp_vec2_vertex" />
5690<Test name="highp_vec2_fragment" />
5691<Test name="lowp_vec3_vertex" />
5692<Test name="lowp_vec3_fragment" />
5693<Test name="mediump_vec3_vertex" />
5694<Test name="mediump_vec3_fragment" />
5695<Test name="highp_vec3_vertex" />
5696<Test name="highp_vec3_fragment" />
5697<Test name="lowp_vec4_vertex" />
5698<Test name="lowp_vec4_fragment" />
5699<Test name="mediump_vec4_vertex" />
5700<Test name="mediump_vec4_fragment" />
5701<Test name="highp_vec4_vertex" />
5702<Test name="highp_vec4_fragment" />
5703<Test name="lowp_int_vertex" />
5704<Test name="lowp_int_fragment" />
5705<Test name="mediump_int_vertex" />
5706<Test name="mediump_int_fragment" />
5707<Test name="highp_int_vertex" />
5708<Test name="highp_int_fragment" />
5709<Test name="lowp_ivec2_vertex" />
5710<Test name="lowp_ivec2_fragment" />
5711<Test name="mediump_ivec2_vertex" />
5712<Test name="mediump_ivec2_fragment" />
5713<Test name="highp_ivec2_vertex" />
5714<Test name="highp_ivec2_fragment" />
5715<Test name="lowp_ivec3_vertex" />
5716<Test name="lowp_ivec3_fragment" />
5717<Test name="mediump_ivec3_vertex" />
5718<Test name="mediump_ivec3_fragment" />
5719<Test name="highp_ivec3_vertex" />
5720<Test name="highp_ivec3_fragment" />
5721<Test name="lowp_ivec4_vertex" />
5722<Test name="lowp_ivec4_fragment" />
5723<Test name="mediump_ivec4_vertex" />
5724<Test name="mediump_ivec4_fragment" />
5725<Test name="highp_ivec4_vertex" />
5726<Test name="highp_ivec4_fragment" />
5727<Test name="lowp_uint_vertex" />
5728<Test name="lowp_uint_fragment" />
5729<Test name="mediump_uint_vertex" />
5730<Test name="mediump_uint_fragment" />
5731<Test name="highp_uint_vertex" />
5732<Test name="highp_uint_fragment" />
5733<Test name="lowp_uvec2_vertex" />
5734<Test name="lowp_uvec2_fragment" />
5735<Test name="mediump_uvec2_vertex" />
5736<Test name="mediump_uvec2_fragment" />
5737<Test name="highp_uvec2_vertex" />
5738<Test name="highp_uvec2_fragment" />
5739<Test name="lowp_uvec3_vertex" />
5740<Test name="lowp_uvec3_fragment" />
5741<Test name="mediump_uvec3_vertex" />
5742<Test name="mediump_uvec3_fragment" />
5743<Test name="highp_uvec3_vertex" />
5744<Test name="highp_uvec3_fragment" />
5745<Test name="lowp_uvec4_vertex" />
5746<Test name="lowp_uvec4_fragment" />
5747<Test name="mediump_uvec4_vertex" />
5748<Test name="mediump_uvec4_fragment" />
5749<Test name="highp_uvec4_vertex" />
5750<Test name="highp_uvec4_fragment" />
5751</TestCase>
5752<TestCase name="minus">
5753<Test name="lowp_float_vertex" />
5754<Test name="lowp_float_fragment" />
5755<Test name="mediump_float_vertex" />
5756<Test name="mediump_float_fragment" />
5757<Test name="highp_float_vertex" />
5758<Test name="highp_float_fragment" />
5759<Test name="lowp_vec2_vertex" />
5760<Test name="lowp_vec2_fragment" />
5761<Test name="mediump_vec2_vertex" />
5762<Test name="mediump_vec2_fragment" />
5763<Test name="highp_vec2_vertex" />
5764<Test name="highp_vec2_fragment" />
5765<Test name="lowp_vec3_vertex" />
5766<Test name="lowp_vec3_fragment" />
5767<Test name="mediump_vec3_vertex" />
5768<Test name="mediump_vec3_fragment" />
5769<Test name="highp_vec3_vertex" />
5770<Test name="highp_vec3_fragment" />
5771<Test name="lowp_vec4_vertex" />
5772<Test name="lowp_vec4_fragment" />
5773<Test name="mediump_vec4_vertex" />
5774<Test name="mediump_vec4_fragment" />
5775<Test name="highp_vec4_vertex" />
5776<Test name="highp_vec4_fragment" />
5777<Test name="lowp_int_vertex" />
5778<Test name="lowp_int_fragment" />
5779<Test name="mediump_int_vertex" />
5780<Test name="mediump_int_fragment" />
5781<Test name="highp_int_vertex" />
5782<Test name="highp_int_fragment" />
5783<Test name="lowp_ivec2_vertex" />
5784<Test name="lowp_ivec2_fragment" />
5785<Test name="mediump_ivec2_vertex" />
5786<Test name="mediump_ivec2_fragment" />
5787<Test name="highp_ivec2_vertex" />
5788<Test name="highp_ivec2_fragment" />
5789<Test name="lowp_ivec3_vertex" />
5790<Test name="lowp_ivec3_fragment" />
5791<Test name="mediump_ivec3_vertex" />
5792<Test name="mediump_ivec3_fragment" />
5793<Test name="highp_ivec3_vertex" />
5794<Test name="highp_ivec3_fragment" />
5795<Test name="lowp_ivec4_vertex" />
5796<Test name="lowp_ivec4_fragment" />
5797<Test name="mediump_ivec4_vertex" />
5798<Test name="mediump_ivec4_fragment" />
5799<Test name="highp_ivec4_vertex" />
5800<Test name="highp_ivec4_fragment" />
5801<Test name="lowp_uint_vertex" />
5802<Test name="lowp_uint_fragment" />
5803<Test name="lowp_uvec2_vertex" />
5804<Test name="lowp_uvec2_fragment" />
5805<Test name="lowp_uvec3_vertex" />
5806<Test name="lowp_uvec3_fragment" />
5807<Test name="lowp_uvec4_vertex" />
5808<Test name="lowp_uvec4_fragment" />
5809<Test name="mediump_uint_vertex" />
5810<Test name="mediump_uint_fragment" />
5811<Test name="mediump_uvec2_vertex" />
5812<Test name="mediump_uvec2_fragment" />
5813<Test name="mediump_uvec3_vertex" />
5814<Test name="mediump_uvec3_fragment" />
5815<Test name="mediump_uvec4_vertex" />
5816<Test name="mediump_uvec4_fragment" />
5817<Test name="highp_uint_vertex" />
5818<Test name="highp_uint_fragment" />
5819<Test name="highp_uvec2_vertex" />
5820<Test name="highp_uvec2_fragment" />
5821<Test name="highp_uvec3_vertex" />
5822<Test name="highp_uvec3_fragment" />
5823<Test name="highp_uvec4_vertex" />
5824<Test name="highp_uvec4_fragment" />
5825</TestCase>
5826<TestCase name="not">
5827<Test name="bool_vertex" />
5828<Test name="bool_fragment" />
5829</TestCase>
5830<TestCase name="bitwise_not">
5831<Test name="highp_int_vertex" />
5832<Test name="highp_int_fragment" />
5833<Test name="highp_ivec2_vertex" />
5834<Test name="highp_ivec2_fragment" />
5835<Test name="highp_ivec3_vertex" />
5836<Test name="highp_ivec3_fragment" />
5837<Test name="highp_ivec4_vertex" />
5838<Test name="highp_ivec4_fragment" />
5839<Test name="highp_uint_vertex" />
5840<Test name="highp_uint_fragment" />
5841<Test name="highp_uvec2_vertex" />
5842<Test name="highp_uvec2_fragment" />
5843<Test name="highp_uvec3_vertex" />
5844<Test name="highp_uvec3_fragment" />
5845<Test name="highp_uvec4_vertex" />
5846<Test name="highp_uvec4_fragment" />
5847</TestCase>
5848<TestCase name="pre_increment_effect">
5849<Test name="lowp_float_vertex" />
5850<Test name="lowp_float_fragment" />
5851<Test name="mediump_float_vertex" />
5852<Test name="mediump_float_fragment" />
5853<Test name="highp_float_vertex" />
5854<Test name="highp_float_fragment" />
5855<Test name="lowp_vec2_vertex" />
5856<Test name="lowp_vec2_fragment" />
5857<Test name="mediump_vec2_vertex" />
5858<Test name="mediump_vec2_fragment" />
5859<Test name="highp_vec2_vertex" />
5860<Test name="highp_vec2_fragment" />
5861<Test name="lowp_vec3_vertex" />
5862<Test name="lowp_vec3_fragment" />
5863<Test name="mediump_vec3_vertex" />
5864<Test name="mediump_vec3_fragment" />
5865<Test name="highp_vec3_vertex" />
5866<Test name="highp_vec3_fragment" />
5867<Test name="lowp_vec4_vertex" />
5868<Test name="lowp_vec4_fragment" />
5869<Test name="mediump_vec4_vertex" />
5870<Test name="mediump_vec4_fragment" />
5871<Test name="highp_vec4_vertex" />
5872<Test name="highp_vec4_fragment" />
5873<Test name="lowp_int_vertex" />
5874<Test name="lowp_int_fragment" />
5875<Test name="mediump_int_vertex" />
5876<Test name="mediump_int_fragment" />
5877<Test name="highp_int_vertex" />
5878<Test name="highp_int_fragment" />
5879<Test name="lowp_ivec2_vertex" />
5880<Test name="lowp_ivec2_fragment" />
5881<Test name="mediump_ivec2_vertex" />
5882<Test name="mediump_ivec2_fragment" />
5883<Test name="highp_ivec2_vertex" />
5884<Test name="highp_ivec2_fragment" />
5885<Test name="lowp_ivec3_vertex" />
5886<Test name="lowp_ivec3_fragment" />
5887<Test name="mediump_ivec3_vertex" />
5888<Test name="mediump_ivec3_fragment" />
5889<Test name="highp_ivec3_vertex" />
5890<Test name="highp_ivec3_fragment" />
5891<Test name="lowp_ivec4_vertex" />
5892<Test name="lowp_ivec4_fragment" />
5893<Test name="mediump_ivec4_vertex" />
5894<Test name="mediump_ivec4_fragment" />
5895<Test name="highp_ivec4_vertex" />
5896<Test name="highp_ivec4_fragment" />
5897<Test name="lowp_uint_vertex" />
5898<Test name="lowp_uint_fragment" />
5899<Test name="mediump_uint_vertex" />
5900<Test name="mediump_uint_fragment" />
5901<Test name="highp_uint_vertex" />
5902<Test name="highp_uint_fragment" />
5903<Test name="lowp_uvec2_vertex" />
5904<Test name="lowp_uvec2_fragment" />
5905<Test name="mediump_uvec2_vertex" />
5906<Test name="mediump_uvec2_fragment" />
5907<Test name="highp_uvec2_vertex" />
5908<Test name="highp_uvec2_fragment" />
5909<Test name="lowp_uvec3_vertex" />
5910<Test name="lowp_uvec3_fragment" />
5911<Test name="mediump_uvec3_vertex" />
5912<Test name="mediump_uvec3_fragment" />
5913<Test name="highp_uvec3_vertex" />
5914<Test name="highp_uvec3_fragment" />
5915<Test name="lowp_uvec4_vertex" />
5916<Test name="lowp_uvec4_fragment" />
5917<Test name="mediump_uvec4_vertex" />
5918<Test name="mediump_uvec4_fragment" />
5919<Test name="highp_uvec4_vertex" />
5920<Test name="highp_uvec4_fragment" />
5921</TestCase>
5922<TestCase name="pre_decrement_effect">
5923<Test name="lowp_float_vertex" />
5924<Test name="lowp_float_fragment" />
5925<Test name="mediump_float_vertex" />
5926<Test name="mediump_float_fragment" />
5927<Test name="highp_float_vertex" />
5928<Test name="highp_float_fragment" />
5929<Test name="lowp_vec2_vertex" />
5930<Test name="lowp_vec2_fragment" />
5931<Test name="mediump_vec2_vertex" />
5932<Test name="mediump_vec2_fragment" />
5933<Test name="highp_vec2_vertex" />
5934<Test name="highp_vec2_fragment" />
5935<Test name="lowp_vec3_vertex" />
5936<Test name="lowp_vec3_fragment" />
5937<Test name="mediump_vec3_vertex" />
5938<Test name="mediump_vec3_fragment" />
5939<Test name="highp_vec3_vertex" />
5940<Test name="highp_vec3_fragment" />
5941<Test name="lowp_vec4_vertex" />
5942<Test name="lowp_vec4_fragment" />
5943<Test name="mediump_vec4_vertex" />
5944<Test name="mediump_vec4_fragment" />
5945<Test name="highp_vec4_vertex" />
5946<Test name="highp_vec4_fragment" />
5947<Test name="lowp_int_vertex" />
5948<Test name="lowp_int_fragment" />
5949<Test name="mediump_int_vertex" />
5950<Test name="mediump_int_fragment" />
5951<Test name="highp_int_vertex" />
5952<Test name="highp_int_fragment" />
5953<Test name="lowp_ivec2_vertex" />
5954<Test name="lowp_ivec2_fragment" />
5955<Test name="mediump_ivec2_vertex" />
5956<Test name="mediump_ivec2_fragment" />
5957<Test name="highp_ivec2_vertex" />
5958<Test name="highp_ivec2_fragment" />
5959<Test name="lowp_ivec3_vertex" />
5960<Test name="lowp_ivec3_fragment" />
5961<Test name="mediump_ivec3_vertex" />
5962<Test name="mediump_ivec3_fragment" />
5963<Test name="highp_ivec3_vertex" />
5964<Test name="highp_ivec3_fragment" />
5965<Test name="lowp_ivec4_vertex" />
5966<Test name="lowp_ivec4_fragment" />
5967<Test name="mediump_ivec4_vertex" />
5968<Test name="mediump_ivec4_fragment" />
5969<Test name="highp_ivec4_vertex" />
5970<Test name="highp_ivec4_fragment" />
5971</TestCase>
5972<TestCase name="post_increment_effect">
5973<Test name="lowp_float_vertex" />
5974<Test name="lowp_float_fragment" />
5975<Test name="mediump_float_vertex" />
5976<Test name="mediump_float_fragment" />
5977<Test name="highp_float_vertex" />
5978<Test name="highp_float_fragment" />
5979<Test name="lowp_vec2_vertex" />
5980<Test name="lowp_vec2_fragment" />
5981<Test name="mediump_vec2_vertex" />
5982<Test name="mediump_vec2_fragment" />
5983<Test name="highp_vec2_vertex" />
5984<Test name="highp_vec2_fragment" />
5985<Test name="lowp_vec3_vertex" />
5986<Test name="lowp_vec3_fragment" />
5987<Test name="mediump_vec3_vertex" />
5988<Test name="mediump_vec3_fragment" />
5989<Test name="highp_vec3_vertex" />
5990<Test name="highp_vec3_fragment" />
5991<Test name="lowp_vec4_vertex" />
5992<Test name="lowp_vec4_fragment" />
5993<Test name="mediump_vec4_vertex" />
5994<Test name="mediump_vec4_fragment" />
5995<Test name="highp_vec4_vertex" />
5996<Test name="highp_vec4_fragment" />
5997<Test name="lowp_int_vertex" />
5998<Test name="lowp_int_fragment" />
5999<Test name="mediump_int_vertex" />
6000<Test name="mediump_int_fragment" />
6001<Test name="highp_int_vertex" />
6002<Test name="highp_int_fragment" />
6003<Test name="lowp_ivec2_vertex" />
6004<Test name="lowp_ivec2_fragment" />
6005<Test name="mediump_ivec2_vertex" />
6006<Test name="mediump_ivec2_fragment" />
6007<Test name="highp_ivec2_vertex" />
6008<Test name="highp_ivec2_fragment" />
6009<Test name="lowp_ivec3_vertex" />
6010<Test name="lowp_ivec3_fragment" />
6011<Test name="mediump_ivec3_vertex" />
6012<Test name="mediump_ivec3_fragment" />
6013<Test name="highp_ivec3_vertex" />
6014<Test name="highp_ivec3_fragment" />
6015<Test name="lowp_ivec4_vertex" />
6016<Test name="lowp_ivec4_fragment" />
6017<Test name="mediump_ivec4_vertex" />
6018<Test name="mediump_ivec4_fragment" />
6019<Test name="highp_ivec4_vertex" />
6020<Test name="highp_ivec4_fragment" />
6021<Test name="lowp_uint_vertex" />
6022<Test name="lowp_uint_fragment" />
6023<Test name="mediump_uint_vertex" />
6024<Test name="mediump_uint_fragment" />
6025<Test name="highp_uint_vertex" />
6026<Test name="highp_uint_fragment" />
6027<Test name="lowp_uvec2_vertex" />
6028<Test name="lowp_uvec2_fragment" />
6029<Test name="mediump_uvec2_vertex" />
6030<Test name="mediump_uvec2_fragment" />
6031<Test name="highp_uvec2_vertex" />
6032<Test name="highp_uvec2_fragment" />
6033<Test name="lowp_uvec3_vertex" />
6034<Test name="lowp_uvec3_fragment" />
6035<Test name="mediump_uvec3_vertex" />
6036<Test name="mediump_uvec3_fragment" />
6037<Test name="highp_uvec3_vertex" />
6038<Test name="highp_uvec3_fragment" />
6039<Test name="lowp_uvec4_vertex" />
6040<Test name="lowp_uvec4_fragment" />
6041<Test name="mediump_uvec4_vertex" />
6042<Test name="mediump_uvec4_fragment" />
6043<Test name="highp_uvec4_vertex" />
6044<Test name="highp_uvec4_fragment" />
6045</TestCase>
6046<TestCase name="post_decrement_effect">
6047<Test name="lowp_float_vertex" />
6048<Test name="lowp_float_fragment" />
6049<Test name="mediump_float_vertex" />
6050<Test name="mediump_float_fragment" />
6051<Test name="highp_float_vertex" />
6052<Test name="highp_float_fragment" />
6053<Test name="lowp_vec2_vertex" />
6054<Test name="lowp_vec2_fragment" />
6055<Test name="mediump_vec2_vertex" />
6056<Test name="mediump_vec2_fragment" />
6057<Test name="highp_vec2_vertex" />
6058<Test name="highp_vec2_fragment" />
6059<Test name="lowp_vec3_vertex" />
6060<Test name="lowp_vec3_fragment" />
6061<Test name="mediump_vec3_vertex" />
6062<Test name="mediump_vec3_fragment" />
6063<Test name="highp_vec3_vertex" />
6064<Test name="highp_vec3_fragment" />
6065<Test name="lowp_vec4_vertex" />
6066<Test name="lowp_vec4_fragment" />
6067<Test name="mediump_vec4_vertex" />
6068<Test name="mediump_vec4_fragment" />
6069<Test name="highp_vec4_vertex" />
6070<Test name="highp_vec4_fragment" />
6071<Test name="lowp_int_vertex" />
6072<Test name="lowp_int_fragment" />
6073<Test name="mediump_int_vertex" />
6074<Test name="mediump_int_fragment" />
6075<Test name="highp_int_vertex" />
6076<Test name="highp_int_fragment" />
6077<Test name="lowp_ivec2_vertex" />
6078<Test name="lowp_ivec2_fragment" />
6079<Test name="mediump_ivec2_vertex" />
6080<Test name="mediump_ivec2_fragment" />
6081<Test name="highp_ivec2_vertex" />
6082<Test name="highp_ivec2_fragment" />
6083<Test name="lowp_ivec3_vertex" />
6084<Test name="lowp_ivec3_fragment" />
6085<Test name="mediump_ivec3_vertex" />
6086<Test name="mediump_ivec3_fragment" />
6087<Test name="highp_ivec3_vertex" />
6088<Test name="highp_ivec3_fragment" />
6089<Test name="lowp_ivec4_vertex" />
6090<Test name="lowp_ivec4_fragment" />
6091<Test name="mediump_ivec4_vertex" />
6092<Test name="mediump_ivec4_fragment" />
6093<Test name="highp_ivec4_vertex" />
6094<Test name="highp_ivec4_fragment" />
6095</TestCase>
6096<TestCase name="pre_increment_result">
6097<Test name="lowp_float_vertex" />
6098<Test name="lowp_float_fragment" />
6099<Test name="mediump_float_vertex" />
6100<Test name="mediump_float_fragment" />
6101<Test name="highp_float_vertex" />
6102<Test name="highp_float_fragment" />
6103<Test name="lowp_vec2_vertex" />
6104<Test name="lowp_vec2_fragment" />
6105<Test name="mediump_vec2_vertex" />
6106<Test name="mediump_vec2_fragment" />
6107<Test name="highp_vec2_vertex" />
6108<Test name="highp_vec2_fragment" />
6109<Test name="lowp_vec3_vertex" />
6110<Test name="lowp_vec3_fragment" />
6111<Test name="mediump_vec3_vertex" />
6112<Test name="mediump_vec3_fragment" />
6113<Test name="highp_vec3_vertex" />
6114<Test name="highp_vec3_fragment" />
6115<Test name="lowp_vec4_vertex" />
6116<Test name="lowp_vec4_fragment" />
6117<Test name="mediump_vec4_vertex" />
6118<Test name="mediump_vec4_fragment" />
6119<Test name="highp_vec4_vertex" />
6120<Test name="highp_vec4_fragment" />
6121<Test name="lowp_int_vertex" />
6122<Test name="lowp_int_fragment" />
6123<Test name="mediump_int_vertex" />
6124<Test name="mediump_int_fragment" />
6125<Test name="highp_int_vertex" />
6126<Test name="highp_int_fragment" />
6127<Test name="lowp_ivec2_vertex" />
6128<Test name="lowp_ivec2_fragment" />
6129<Test name="mediump_ivec2_vertex" />
6130<Test name="mediump_ivec2_fragment" />
6131<Test name="highp_ivec2_vertex" />
6132<Test name="highp_ivec2_fragment" />
6133<Test name="lowp_ivec3_vertex" />
6134<Test name="lowp_ivec3_fragment" />
6135<Test name="mediump_ivec3_vertex" />
6136<Test name="mediump_ivec3_fragment" />
6137<Test name="highp_ivec3_vertex" />
6138<Test name="highp_ivec3_fragment" />
6139<Test name="lowp_ivec4_vertex" />
6140<Test name="lowp_ivec4_fragment" />
6141<Test name="mediump_ivec4_vertex" />
6142<Test name="mediump_ivec4_fragment" />
6143<Test name="highp_ivec4_vertex" />
6144<Test name="highp_ivec4_fragment" />
6145<Test name="lowp_uint_vertex" />
6146<Test name="lowp_uint_fragment" />
6147<Test name="mediump_uint_vertex" />
6148<Test name="mediump_uint_fragment" />
6149<Test name="highp_uint_vertex" />
6150<Test name="highp_uint_fragment" />
6151<Test name="lowp_uvec2_vertex" />
6152<Test name="lowp_uvec2_fragment" />
6153<Test name="mediump_uvec2_vertex" />
6154<Test name="mediump_uvec2_fragment" />
6155<Test name="highp_uvec2_vertex" />
6156<Test name="highp_uvec2_fragment" />
6157<Test name="lowp_uvec3_vertex" />
6158<Test name="lowp_uvec3_fragment" />
6159<Test name="mediump_uvec3_vertex" />
6160<Test name="mediump_uvec3_fragment" />
6161<Test name="highp_uvec3_vertex" />
6162<Test name="highp_uvec3_fragment" />
6163<Test name="lowp_uvec4_vertex" />
6164<Test name="lowp_uvec4_fragment" />
6165<Test name="mediump_uvec4_vertex" />
6166<Test name="mediump_uvec4_fragment" />
6167<Test name="highp_uvec4_vertex" />
6168<Test name="highp_uvec4_fragment" />
6169</TestCase>
6170<TestCase name="pre_decrement_result">
6171<Test name="lowp_float_vertex" />
6172<Test name="lowp_float_fragment" />
6173<Test name="mediump_float_vertex" />
6174<Test name="mediump_float_fragment" />
6175<Test name="highp_float_vertex" />
6176<Test name="highp_float_fragment" />
6177<Test name="lowp_vec2_vertex" />
6178<Test name="lowp_vec2_fragment" />
6179<Test name="mediump_vec2_vertex" />
6180<Test name="mediump_vec2_fragment" />
6181<Test name="highp_vec2_vertex" />
6182<Test name="highp_vec2_fragment" />
6183<Test name="lowp_vec3_vertex" />
6184<Test name="lowp_vec3_fragment" />
6185<Test name="mediump_vec3_vertex" />
6186<Test name="mediump_vec3_fragment" />
6187<Test name="highp_vec3_vertex" />
6188<Test name="highp_vec3_fragment" />
6189<Test name="lowp_vec4_vertex" />
6190<Test name="lowp_vec4_fragment" />
6191<Test name="mediump_vec4_vertex" />
6192<Test name="mediump_vec4_fragment" />
6193<Test name="highp_vec4_vertex" />
6194<Test name="highp_vec4_fragment" />
6195<Test name="lowp_int_vertex" />
6196<Test name="lowp_int_fragment" />
6197<Test name="mediump_int_vertex" />
6198<Test name="mediump_int_fragment" />
6199<Test name="highp_int_vertex" />
6200<Test name="highp_int_fragment" />
6201<Test name="lowp_ivec2_vertex" />
6202<Test name="lowp_ivec2_fragment" />
6203<Test name="mediump_ivec2_vertex" />
6204<Test name="mediump_ivec2_fragment" />
6205<Test name="highp_ivec2_vertex" />
6206<Test name="highp_ivec2_fragment" />
6207<Test name="lowp_ivec3_vertex" />
6208<Test name="lowp_ivec3_fragment" />
6209<Test name="mediump_ivec3_vertex" />
6210<Test name="mediump_ivec3_fragment" />
6211<Test name="highp_ivec3_vertex" />
6212<Test name="highp_ivec3_fragment" />
6213<Test name="lowp_ivec4_vertex" />
6214<Test name="lowp_ivec4_fragment" />
6215<Test name="mediump_ivec4_vertex" />
6216<Test name="mediump_ivec4_fragment" />
6217<Test name="highp_ivec4_vertex" />
6218<Test name="highp_ivec4_fragment" />
6219</TestCase>
6220<TestCase name="post_increment_result">
6221<Test name="lowp_float_vertex" />
6222<Test name="lowp_float_fragment" />
6223<Test name="mediump_float_vertex" />
6224<Test name="mediump_float_fragment" />
6225<Test name="highp_float_vertex" />
6226<Test name="highp_float_fragment" />
6227<Test name="lowp_vec2_vertex" />
6228<Test name="lowp_vec2_fragment" />
6229<Test name="mediump_vec2_vertex" />
6230<Test name="mediump_vec2_fragment" />
6231<Test name="highp_vec2_vertex" />
6232<Test name="highp_vec2_fragment" />
6233<Test name="lowp_vec3_vertex" />
6234<Test name="lowp_vec3_fragment" />
6235<Test name="mediump_vec3_vertex" />
6236<Test name="mediump_vec3_fragment" />
6237<Test name="highp_vec3_vertex" />
6238<Test name="highp_vec3_fragment" />
6239<Test name="lowp_vec4_vertex" />
6240<Test name="lowp_vec4_fragment" />
6241<Test name="mediump_vec4_vertex" />
6242<Test name="mediump_vec4_fragment" />
6243<Test name="highp_vec4_vertex" />
6244<Test name="highp_vec4_fragment" />
6245<Test name="lowp_int_vertex" />
6246<Test name="lowp_int_fragment" />
6247<Test name="mediump_int_vertex" />
6248<Test name="mediump_int_fragment" />
6249<Test name="highp_int_vertex" />
6250<Test name="highp_int_fragment" />
6251<Test name="lowp_ivec2_vertex" />
6252<Test name="lowp_ivec2_fragment" />
6253<Test name="mediump_ivec2_vertex" />
6254<Test name="mediump_ivec2_fragment" />
6255<Test name="highp_ivec2_vertex" />
6256<Test name="highp_ivec2_fragment" />
6257<Test name="lowp_ivec3_vertex" />
6258<Test name="lowp_ivec3_fragment" />
6259<Test name="mediump_ivec3_vertex" />
6260<Test name="mediump_ivec3_fragment" />
6261<Test name="highp_ivec3_vertex" />
6262<Test name="highp_ivec3_fragment" />
6263<Test name="lowp_ivec4_vertex" />
6264<Test name="lowp_ivec4_fragment" />
6265<Test name="mediump_ivec4_vertex" />
6266<Test name="mediump_ivec4_fragment" />
6267<Test name="highp_ivec4_vertex" />
6268<Test name="highp_ivec4_fragment" />
6269<Test name="lowp_uint_vertex" />
6270<Test name="lowp_uint_fragment" />
6271<Test name="mediump_uint_vertex" />
6272<Test name="mediump_uint_fragment" />
6273<Test name="highp_uint_vertex" />
6274<Test name="highp_uint_fragment" />
6275<Test name="lowp_uvec2_vertex" />
6276<Test name="lowp_uvec2_fragment" />
6277<Test name="mediump_uvec2_vertex" />
6278<Test name="mediump_uvec2_fragment" />
6279<Test name="highp_uvec2_vertex" />
6280<Test name="highp_uvec2_fragment" />
6281<Test name="lowp_uvec3_vertex" />
6282<Test name="lowp_uvec3_fragment" />
6283<Test name="mediump_uvec3_vertex" />
6284<Test name="mediump_uvec3_fragment" />
6285<Test name="highp_uvec3_vertex" />
6286<Test name="highp_uvec3_fragment" />
6287<Test name="lowp_uvec4_vertex" />
6288<Test name="lowp_uvec4_fragment" />
6289<Test name="mediump_uvec4_vertex" />
6290<Test name="mediump_uvec4_fragment" />
6291<Test name="highp_uvec4_vertex" />
6292<Test name="highp_uvec4_fragment" />
6293</TestCase>
6294<TestCase name="post_decrement_result">
6295<Test name="lowp_float_vertex" />
6296<Test name="lowp_float_fragment" />
6297<Test name="mediump_float_vertex" />
6298<Test name="mediump_float_fragment" />
6299<Test name="highp_float_vertex" />
6300<Test name="highp_float_fragment" />
6301<Test name="lowp_vec2_vertex" />
6302<Test name="lowp_vec2_fragment" />
6303<Test name="mediump_vec2_vertex" />
6304<Test name="mediump_vec2_fragment" />
6305<Test name="highp_vec2_vertex" />
6306<Test name="highp_vec2_fragment" />
6307<Test name="lowp_vec3_vertex" />
6308<Test name="lowp_vec3_fragment" />
6309<Test name="mediump_vec3_vertex" />
6310<Test name="mediump_vec3_fragment" />
6311<Test name="highp_vec3_vertex" />
6312<Test name="highp_vec3_fragment" />
6313<Test name="lowp_vec4_vertex" />
6314<Test name="lowp_vec4_fragment" />
6315<Test name="mediump_vec4_vertex" />
6316<Test name="mediump_vec4_fragment" />
6317<Test name="highp_vec4_vertex" />
6318<Test name="highp_vec4_fragment" />
6319<Test name="lowp_int_vertex" />
6320<Test name="lowp_int_fragment" />
6321<Test name="mediump_int_vertex" />
6322<Test name="mediump_int_fragment" />
6323<Test name="highp_int_vertex" />
6324<Test name="highp_int_fragment" />
6325<Test name="lowp_ivec2_vertex" />
6326<Test name="lowp_ivec2_fragment" />
6327<Test name="mediump_ivec2_vertex" />
6328<Test name="mediump_ivec2_fragment" />
6329<Test name="highp_ivec2_vertex" />
6330<Test name="highp_ivec2_fragment" />
6331<Test name="lowp_ivec3_vertex" />
6332<Test name="lowp_ivec3_fragment" />
6333<Test name="mediump_ivec3_vertex" />
6334<Test name="mediump_ivec3_fragment" />
6335<Test name="highp_ivec3_vertex" />
6336<Test name="highp_ivec3_fragment" />
6337<Test name="lowp_ivec4_vertex" />
6338<Test name="lowp_ivec4_fragment" />
6339<Test name="mediump_ivec4_vertex" />
6340<Test name="mediump_ivec4_fragment" />
6341<Test name="highp_ivec4_vertex" />
6342<Test name="highp_ivec4_fragment" />
6343<Test name="lowp_uint_vertex" />
6344<Test name="lowp_uint_fragment" />
6345<Test name="mediump_uint_vertex" />
6346<Test name="mediump_uint_fragment" />
6347<Test name="highp_uint_vertex" />
6348<Test name="highp_uint_fragment" />
6349<Test name="lowp_uvec2_vertex" />
6350<Test name="lowp_uvec2_fragment" />
6351<Test name="mediump_uvec2_vertex" />
6352<Test name="mediump_uvec2_fragment" />
6353<Test name="highp_uvec2_vertex" />
6354<Test name="highp_uvec2_fragment" />
6355<Test name="lowp_uvec3_vertex" />
6356<Test name="lowp_uvec3_fragment" />
6357<Test name="mediump_uvec3_vertex" />
6358<Test name="mediump_uvec3_fragment" />
6359<Test name="highp_uvec3_vertex" />
6360<Test name="highp_uvec3_fragment" />
6361<Test name="lowp_uvec4_vertex" />
6362<Test name="lowp_uvec4_fragment" />
6363<Test name="mediump_uvec4_vertex" />
6364<Test name="mediump_uvec4_fragment" />
6365<Test name="highp_uvec4_vertex" />
6366<Test name="highp_uvec4_fragment" />
6367</TestCase>
6368</TestSuite>
6369<TestSuite name="binary_operator">
6370<TestCase name="add">
6371<Test name="lowp_float_vertex" />
6372<Test name="lowp_float_fragment" />
6373<Test name="mediump_float_vertex" />
6374<Test name="mediump_float_fragment" />
6375<Test name="highp_float_vertex" />
6376<Test name="highp_float_fragment" />
6377<Test name="lowp_vec2_vertex" />
6378<Test name="lowp_vec2_fragment" />
6379<Test name="mediump_vec2_vertex" />
6380<Test name="mediump_vec2_fragment" />
6381<Test name="highp_vec2_vertex" />
6382<Test name="highp_vec2_fragment" />
6383<Test name="lowp_vec3_vertex" />
6384<Test name="lowp_vec3_fragment" />
6385<Test name="mediump_vec3_vertex" />
6386<Test name="mediump_vec3_fragment" />
6387<Test name="highp_vec3_vertex" />
6388<Test name="highp_vec3_fragment" />
6389<Test name="lowp_vec4_vertex" />
6390<Test name="lowp_vec4_fragment" />
6391<Test name="mediump_vec4_vertex" />
6392<Test name="mediump_vec4_fragment" />
6393<Test name="highp_vec4_vertex" />
6394<Test name="highp_vec4_fragment" />
6395<Test name="lowp_int_vertex" />
6396<Test name="lowp_int_fragment" />
6397<Test name="mediump_int_vertex" />
6398<Test name="mediump_int_fragment" />
6399<Test name="lowp_ivec2_vertex" />
6400<Test name="lowp_ivec2_fragment" />
6401<Test name="mediump_ivec2_vertex" />
6402<Test name="mediump_ivec2_fragment" />
6403<Test name="lowp_ivec3_vertex" />
6404<Test name="lowp_ivec3_fragment" />
6405<Test name="mediump_ivec3_vertex" />
6406<Test name="mediump_ivec3_fragment" />
6407<Test name="lowp_ivec4_vertex" />
6408<Test name="lowp_ivec4_fragment" />
6409<Test name="mediump_ivec4_vertex" />
6410<Test name="mediump_ivec4_fragment" />
6411<Test name="highp_int_vertex" />
6412<Test name="highp_int_fragment" />
6413<Test name="highp_ivec2_vertex" />
6414<Test name="highp_ivec2_fragment" />
6415<Test name="highp_ivec3_vertex" />
6416<Test name="highp_ivec3_fragment" />
6417<Test name="highp_ivec4_vertex" />
6418<Test name="highp_ivec4_fragment" />
6419<Test name="lowp_uint_vertex" />
6420<Test name="lowp_uint_fragment" />
6421<Test name="mediump_uint_vertex" />
6422<Test name="mediump_uint_fragment" />
6423<Test name="lowp_uvec2_vertex" />
6424<Test name="lowp_uvec2_fragment" />
6425<Test name="mediump_uvec2_vertex" />
6426<Test name="mediump_uvec2_fragment" />
6427<Test name="lowp_uvec3_vertex" />
6428<Test name="lowp_uvec3_fragment" />
6429<Test name="mediump_uvec3_vertex" />
6430<Test name="mediump_uvec3_fragment" />
6431<Test name="lowp_uvec4_vertex" />
6432<Test name="lowp_uvec4_fragment" />
6433<Test name="mediump_uvec4_vertex" />
6434<Test name="mediump_uvec4_fragment" />
6435<Test name="highp_uint_vertex" />
6436<Test name="highp_uint_fragment" />
6437<Test name="highp_uvec2_vertex" />
6438<Test name="highp_uvec2_fragment" />
6439<Test name="highp_uvec3_vertex" />
6440<Test name="highp_uvec3_fragment" />
6441<Test name="highp_uvec4_vertex" />
6442<Test name="highp_uvec4_fragment" />
6443<Test name="lowp_vec2_float_vertex" />
6444<Test name="lowp_vec2_float_fragment" />
6445<Test name="mediump_vec2_float_vertex" />
6446<Test name="mediump_vec2_float_fragment" />
6447<Test name="highp_vec2_float_vertex" />
6448<Test name="highp_vec2_float_fragment" />
6449<Test name="lowp_vec3_float_vertex" />
6450<Test name="lowp_vec3_float_fragment" />
6451<Test name="mediump_vec3_float_vertex" />
6452<Test name="mediump_vec3_float_fragment" />
6453<Test name="highp_vec3_float_vertex" />
6454<Test name="highp_vec3_float_fragment" />
6455<Test name="lowp_vec4_float_vertex" />
6456<Test name="lowp_vec4_float_fragment" />
6457<Test name="mediump_vec4_float_vertex" />
6458<Test name="mediump_vec4_float_fragment" />
6459<Test name="highp_vec4_float_vertex" />
6460<Test name="highp_vec4_float_fragment" />
6461<Test name="lowp_ivec2_int_vertex" />
6462<Test name="lowp_ivec2_int_fragment" />
6463<Test name="mediump_ivec2_int_vertex" />
6464<Test name="mediump_ivec2_int_fragment" />
6465<Test name="lowp_ivec3_int_vertex" />
6466<Test name="lowp_ivec3_int_fragment" />
6467<Test name="mediump_ivec3_int_vertex" />
6468<Test name="mediump_ivec3_int_fragment" />
6469<Test name="lowp_ivec4_int_vertex" />
6470<Test name="lowp_ivec4_int_fragment" />
6471<Test name="mediump_ivec4_int_vertex" />
6472<Test name="mediump_ivec4_int_fragment" />
6473<Test name="highp_ivec2_int_vertex" />
6474<Test name="highp_ivec2_int_fragment" />
6475<Test name="highp_ivec3_int_vertex" />
6476<Test name="highp_ivec3_int_fragment" />
6477<Test name="highp_ivec4_int_vertex" />
6478<Test name="highp_ivec4_int_fragment" />
6479<Test name="lowp_uvec2_uint_vertex" />
6480<Test name="lowp_uvec2_uint_fragment" />
6481<Test name="mediump_uvec2_uint_vertex" />
6482<Test name="mediump_uvec2_uint_fragment" />
6483<Test name="lowp_uvec3_uint_vertex" />
6484<Test name="lowp_uvec3_uint_fragment" />
6485<Test name="mediump_uvec3_uint_vertex" />
6486<Test name="mediump_uvec3_uint_fragment" />
6487<Test name="lowp_uvec4_uint_vertex" />
6488<Test name="lowp_uvec4_uint_fragment" />
6489<Test name="mediump_uvec4_uint_vertex" />
6490<Test name="mediump_uvec4_uint_fragment" />
6491<Test name="highp_uvec2_uint_vertex" />
6492<Test name="highp_uvec2_uint_fragment" />
6493<Test name="highp_uvec3_uint_vertex" />
6494<Test name="highp_uvec3_uint_fragment" />
6495<Test name="highp_uvec4_uint_vertex" />
6496<Test name="highp_uvec4_uint_fragment" />
6497<Test name="lowp_float_vec2_vertex" />
6498<Test name="lowp_float_vec2_fragment" />
6499<Test name="mediump_float_vec2_vertex" />
6500<Test name="mediump_float_vec2_fragment" />
6501<Test name="highp_float_vec2_vertex" />
6502<Test name="highp_float_vec2_fragment" />
6503<Test name="lowp_float_vec3_vertex" />
6504<Test name="lowp_float_vec3_fragment" />
6505<Test name="mediump_float_vec3_vertex" />
6506<Test name="mediump_float_vec3_fragment" />
6507<Test name="highp_float_vec3_vertex" />
6508<Test name="highp_float_vec3_fragment" />
6509<Test name="lowp_float_vec4_vertex" />
6510<Test name="lowp_float_vec4_fragment" />
6511<Test name="mediump_float_vec4_vertex" />
6512<Test name="mediump_float_vec4_fragment" />
6513<Test name="highp_float_vec4_vertex" />
6514<Test name="highp_float_vec4_fragment" />
6515<Test name="lowp_int_ivec2_vertex" />
6516<Test name="lowp_int_ivec2_fragment" />
6517<Test name="mediump_int_ivec2_vertex" />
6518<Test name="mediump_int_ivec2_fragment" />
6519<Test name="lowp_int_ivec3_vertex" />
6520<Test name="lowp_int_ivec3_fragment" />
6521<Test name="mediump_int_ivec3_vertex" />
6522<Test name="mediump_int_ivec3_fragment" />
6523<Test name="lowp_int_ivec4_vertex" />
6524<Test name="lowp_int_ivec4_fragment" />
6525<Test name="mediump_int_ivec4_vertex" />
6526<Test name="mediump_int_ivec4_fragment" />
6527<Test name="highp_int_ivec2_vertex" />
6528<Test name="highp_int_ivec2_fragment" />
6529<Test name="highp_int_ivec3_vertex" />
6530<Test name="highp_int_ivec3_fragment" />
6531<Test name="highp_int_ivec4_vertex" />
6532<Test name="highp_int_ivec4_fragment" />
6533<Test name="lowp_uint_uvec2_vertex" />
6534<Test name="lowp_uint_uvec2_fragment" />
6535<Test name="mediump_uint_uvec2_vertex" />
6536<Test name="mediump_uint_uvec2_fragment" />
6537<Test name="lowp_uint_uvec3_vertex" />
6538<Test name="lowp_uint_uvec3_fragment" />
6539<Test name="mediump_uint_uvec3_vertex" />
6540<Test name="mediump_uint_uvec3_fragment" />
6541<Test name="lowp_uint_uvec4_vertex" />
6542<Test name="lowp_uint_uvec4_fragment" />
6543<Test name="mediump_uint_uvec4_vertex" />
6544<Test name="mediump_uint_uvec4_fragment" />
6545<Test name="highp_uint_uvec2_vertex" />
6546<Test name="highp_uint_uvec2_fragment" />
6547<Test name="highp_uint_uvec3_vertex" />
6548<Test name="highp_uint_uvec3_fragment" />
6549<Test name="highp_uint_uvec4_vertex" />
6550<Test name="highp_uint_uvec4_fragment" />
6551</TestCase>
6552<TestCase name="sub">
6553<Test name="lowp_float_vertex" />
6554<Test name="lowp_float_fragment" />
6555<Test name="mediump_float_vertex" />
6556<Test name="mediump_float_fragment" />
6557<Test name="highp_float_vertex" />
6558<Test name="highp_float_fragment" />
6559<Test name="lowp_vec2_vertex" />
6560<Test name="lowp_vec2_fragment" />
6561<Test name="mediump_vec2_vertex" />
6562<Test name="mediump_vec2_fragment" />
6563<Test name="highp_vec2_vertex" />
6564<Test name="highp_vec2_fragment" />
6565<Test name="lowp_vec3_vertex" />
6566<Test name="lowp_vec3_fragment" />
6567<Test name="mediump_vec3_vertex" />
6568<Test name="mediump_vec3_fragment" />
6569<Test name="highp_vec3_vertex" />
6570<Test name="highp_vec3_fragment" />
6571<Test name="lowp_vec4_vertex" />
6572<Test name="lowp_vec4_fragment" />
6573<Test name="mediump_vec4_vertex" />
6574<Test name="mediump_vec4_fragment" />
6575<Test name="highp_vec4_vertex" />
6576<Test name="highp_vec4_fragment" />
6577<Test name="lowp_int_vertex" />
6578<Test name="lowp_int_fragment" />
6579<Test name="mediump_int_vertex" />
6580<Test name="mediump_int_fragment" />
6581<Test name="lowp_ivec2_vertex" />
6582<Test name="lowp_ivec2_fragment" />
6583<Test name="mediump_ivec2_vertex" />
6584<Test name="mediump_ivec2_fragment" />
6585<Test name="lowp_ivec3_vertex" />
6586<Test name="lowp_ivec3_fragment" />
6587<Test name="mediump_ivec3_vertex" />
6588<Test name="mediump_ivec3_fragment" />
6589<Test name="lowp_ivec4_vertex" />
6590<Test name="lowp_ivec4_fragment" />
6591<Test name="mediump_ivec4_vertex" />
6592<Test name="mediump_ivec4_fragment" />
6593<Test name="highp_int_vertex" />
6594<Test name="highp_int_fragment" />
6595<Test name="highp_ivec2_vertex" />
6596<Test name="highp_ivec2_fragment" />
6597<Test name="highp_ivec3_vertex" />
6598<Test name="highp_ivec3_fragment" />
6599<Test name="highp_ivec4_vertex" />
6600<Test name="highp_ivec4_fragment" />
6601<Test name="lowp_uint_vertex" />
6602<Test name="lowp_uint_fragment" />
6603<Test name="mediump_uint_vertex" />
6604<Test name="mediump_uint_fragment" />
6605<Test name="lowp_uvec2_vertex" />
6606<Test name="lowp_uvec2_fragment" />
6607<Test name="mediump_uvec2_vertex" />
6608<Test name="mediump_uvec2_fragment" />
6609<Test name="lowp_uvec3_vertex" />
6610<Test name="lowp_uvec3_fragment" />
6611<Test name="mediump_uvec3_vertex" />
6612<Test name="mediump_uvec3_fragment" />
6613<Test name="lowp_uvec4_vertex" />
6614<Test name="lowp_uvec4_fragment" />
6615<Test name="mediump_uvec4_vertex" />
6616<Test name="mediump_uvec4_fragment" />
6617<Test name="highp_uint_vertex" />
6618<Test name="highp_uint_fragment" />
6619<Test name="highp_uvec2_vertex" />
6620<Test name="highp_uvec2_fragment" />
6621<Test name="highp_uvec3_vertex" />
6622<Test name="highp_uvec3_fragment" />
6623<Test name="highp_uvec4_vertex" />
6624<Test name="highp_uvec4_fragment" />
6625<Test name="lowp_vec2_float_vertex" />
6626<Test name="lowp_vec2_float_fragment" />
6627<Test name="mediump_vec2_float_vertex" />
6628<Test name="mediump_vec2_float_fragment" />
6629<Test name="highp_vec2_float_vertex" />
6630<Test name="highp_vec2_float_fragment" />
6631<Test name="lowp_vec3_float_vertex" />
6632<Test name="lowp_vec3_float_fragment" />
6633<Test name="mediump_vec3_float_vertex" />
6634<Test name="mediump_vec3_float_fragment" />
6635<Test name="highp_vec3_float_vertex" />
6636<Test name="highp_vec3_float_fragment" />
6637<Test name="lowp_vec4_float_vertex" />
6638<Test name="lowp_vec4_float_fragment" />
6639<Test name="mediump_vec4_float_vertex" />
6640<Test name="mediump_vec4_float_fragment" />
6641<Test name="highp_vec4_float_vertex" />
6642<Test name="highp_vec4_float_fragment" />
6643<Test name="lowp_ivec2_int_vertex" />
6644<Test name="lowp_ivec2_int_fragment" />
6645<Test name="mediump_ivec2_int_vertex" />
6646<Test name="mediump_ivec2_int_fragment" />
6647<Test name="lowp_ivec3_int_vertex" />
6648<Test name="lowp_ivec3_int_fragment" />
6649<Test name="mediump_ivec3_int_vertex" />
6650<Test name="mediump_ivec3_int_fragment" />
6651<Test name="lowp_ivec4_int_vertex" />
6652<Test name="lowp_ivec4_int_fragment" />
6653<Test name="mediump_ivec4_int_vertex" />
6654<Test name="mediump_ivec4_int_fragment" />
6655<Test name="highp_ivec2_int_vertex" />
6656<Test name="highp_ivec2_int_fragment" />
6657<Test name="highp_ivec3_int_vertex" />
6658<Test name="highp_ivec3_int_fragment" />
6659<Test name="highp_ivec4_int_vertex" />
6660<Test name="highp_ivec4_int_fragment" />
6661<Test name="lowp_uvec2_uint_vertex" />
6662<Test name="lowp_uvec2_uint_fragment" />
6663<Test name="mediump_uvec2_uint_vertex" />
6664<Test name="mediump_uvec2_uint_fragment" />
6665<Test name="lowp_uvec3_uint_vertex" />
6666<Test name="lowp_uvec3_uint_fragment" />
6667<Test name="mediump_uvec3_uint_vertex" />
6668<Test name="mediump_uvec3_uint_fragment" />
6669<Test name="lowp_uvec4_uint_vertex" />
6670<Test name="lowp_uvec4_uint_fragment" />
6671<Test name="mediump_uvec4_uint_vertex" />
6672<Test name="mediump_uvec4_uint_fragment" />
6673<Test name="highp_uvec2_uint_vertex" />
6674<Test name="highp_uvec2_uint_fragment" />
6675<Test name="highp_uvec3_uint_vertex" />
6676<Test name="highp_uvec3_uint_fragment" />
6677<Test name="highp_uvec4_uint_vertex" />
6678<Test name="highp_uvec4_uint_fragment" />
6679<Test name="lowp_float_vec2_vertex" />
6680<Test name="lowp_float_vec2_fragment" />
6681<Test name="mediump_float_vec2_vertex" />
6682<Test name="mediump_float_vec2_fragment" />
6683<Test name="highp_float_vec2_vertex" />
6684<Test name="highp_float_vec2_fragment" />
6685<Test name="lowp_float_vec3_vertex" />
6686<Test name="lowp_float_vec3_fragment" />
6687<Test name="mediump_float_vec3_vertex" />
6688<Test name="mediump_float_vec3_fragment" />
6689<Test name="highp_float_vec3_vertex" />
6690<Test name="highp_float_vec3_fragment" />
6691<Test name="lowp_float_vec4_vertex" />
6692<Test name="lowp_float_vec4_fragment" />
6693<Test name="mediump_float_vec4_vertex" />
6694<Test name="mediump_float_vec4_fragment" />
6695<Test name="highp_float_vec4_vertex" />
6696<Test name="highp_float_vec4_fragment" />
6697<Test name="lowp_int_ivec2_vertex" />
6698<Test name="lowp_int_ivec2_fragment" />
6699<Test name="mediump_int_ivec2_vertex" />
6700<Test name="mediump_int_ivec2_fragment" />
6701<Test name="lowp_int_ivec3_vertex" />
6702<Test name="lowp_int_ivec3_fragment" />
6703<Test name="mediump_int_ivec3_vertex" />
6704<Test name="mediump_int_ivec3_fragment" />
6705<Test name="lowp_int_ivec4_vertex" />
6706<Test name="lowp_int_ivec4_fragment" />
6707<Test name="mediump_int_ivec4_vertex" />
6708<Test name="mediump_int_ivec4_fragment" />
6709<Test name="highp_int_ivec2_vertex" />
6710<Test name="highp_int_ivec2_fragment" />
6711<Test name="highp_int_ivec3_vertex" />
6712<Test name="highp_int_ivec3_fragment" />
6713<Test name="highp_int_ivec4_vertex" />
6714<Test name="highp_int_ivec4_fragment" />
6715<Test name="lowp_uint_uvec2_vertex" />
6716<Test name="lowp_uint_uvec2_fragment" />
6717<Test name="mediump_uint_uvec2_vertex" />
6718<Test name="mediump_uint_uvec2_fragment" />
6719<Test name="lowp_uint_uvec3_vertex" />
6720<Test name="lowp_uint_uvec3_fragment" />
6721<Test name="mediump_uint_uvec3_vertex" />
6722<Test name="mediump_uint_uvec3_fragment" />
6723<Test name="lowp_uint_uvec4_vertex" />
6724<Test name="lowp_uint_uvec4_fragment" />
6725<Test name="mediump_uint_uvec4_vertex" />
6726<Test name="mediump_uint_uvec4_fragment" />
6727<Test name="highp_uint_uvec2_vertex" />
6728<Test name="highp_uint_uvec2_fragment" />
6729<Test name="highp_uint_uvec3_vertex" />
6730<Test name="highp_uint_uvec3_fragment" />
6731<Test name="highp_uint_uvec4_vertex" />
6732<Test name="highp_uint_uvec4_fragment" />
6733</TestCase>
6734<TestCase name="mul">
6735<Test name="lowp_float_vertex" />
6736<Test name="lowp_float_fragment" />
6737<Test name="mediump_float_vertex" />
6738<Test name="mediump_float_fragment" />
6739<Test name="highp_float_vertex" />
6740<Test name="highp_float_fragment" />
6741<Test name="lowp_vec2_vertex" />
6742<Test name="lowp_vec2_fragment" />
6743<Test name="mediump_vec2_vertex" />
6744<Test name="mediump_vec2_fragment" />
6745<Test name="highp_vec2_vertex" />
6746<Test name="highp_vec2_fragment" />
6747<Test name="lowp_vec3_vertex" />
6748<Test name="lowp_vec3_fragment" />
6749<Test name="mediump_vec3_vertex" />
6750<Test name="mediump_vec3_fragment" />
6751<Test name="highp_vec3_vertex" />
6752<Test name="highp_vec3_fragment" />
6753<Test name="lowp_vec4_vertex" />
6754<Test name="lowp_vec4_fragment" />
6755<Test name="mediump_vec4_vertex" />
6756<Test name="mediump_vec4_fragment" />
6757<Test name="highp_vec4_vertex" />
6758<Test name="highp_vec4_fragment" />
6759<Test name="lowp_int_vertex" />
6760<Test name="lowp_int_fragment" />
6761<Test name="mediump_int_vertex" />
6762<Test name="mediump_int_fragment" />
6763<Test name="lowp_ivec2_vertex" />
6764<Test name="lowp_ivec2_fragment" />
6765<Test name="mediump_ivec2_vertex" />
6766<Test name="mediump_ivec2_fragment" />
6767<Test name="lowp_ivec3_vertex" />
6768<Test name="lowp_ivec3_fragment" />
6769<Test name="mediump_ivec3_vertex" />
6770<Test name="mediump_ivec3_fragment" />
6771<Test name="lowp_ivec4_vertex" />
6772<Test name="lowp_ivec4_fragment" />
6773<Test name="mediump_ivec4_vertex" />
6774<Test name="mediump_ivec4_fragment" />
6775<Test name="highp_int_vertex" />
6776<Test name="highp_int_fragment" />
6777<Test name="highp_ivec2_vertex" />
6778<Test name="highp_ivec2_fragment" />
6779<Test name="highp_ivec3_vertex" />
6780<Test name="highp_ivec3_fragment" />
6781<Test name="highp_ivec4_vertex" />
6782<Test name="highp_ivec4_fragment" />
6783<Test name="lowp_uint_vertex" />
6784<Test name="lowp_uint_fragment" />
6785<Test name="mediump_uint_vertex" />
6786<Test name="mediump_uint_fragment" />
6787<Test name="lowp_uvec2_vertex" />
6788<Test name="lowp_uvec2_fragment" />
6789<Test name="mediump_uvec2_vertex" />
6790<Test name="mediump_uvec2_fragment" />
6791<Test name="lowp_uvec3_vertex" />
6792<Test name="lowp_uvec3_fragment" />
6793<Test name="mediump_uvec3_vertex" />
6794<Test name="mediump_uvec3_fragment" />
6795<Test name="lowp_uvec4_vertex" />
6796<Test name="lowp_uvec4_fragment" />
6797<Test name="mediump_uvec4_vertex" />
6798<Test name="mediump_uvec4_fragment" />
6799<Test name="highp_uint_vertex" />
6800<Test name="highp_uint_fragment" />
6801<Test name="highp_uvec2_vertex" />
6802<Test name="highp_uvec2_fragment" />
6803<Test name="highp_uvec3_vertex" />
6804<Test name="highp_uvec3_fragment" />
6805<Test name="highp_uvec4_vertex" />
6806<Test name="highp_uvec4_fragment" />
6807<Test name="lowp_vec2_float_vertex" />
6808<Test name="lowp_vec2_float_fragment" />
6809<Test name="mediump_vec2_float_vertex" />
6810<Test name="mediump_vec2_float_fragment" />
6811<Test name="highp_vec2_float_vertex" />
6812<Test name="highp_vec2_float_fragment" />
6813<Test name="lowp_vec3_float_vertex" />
6814<Test name="lowp_vec3_float_fragment" />
6815<Test name="mediump_vec3_float_vertex" />
6816<Test name="mediump_vec3_float_fragment" />
6817<Test name="highp_vec3_float_vertex" />
6818<Test name="highp_vec3_float_fragment" />
6819<Test name="lowp_vec4_float_vertex" />
6820<Test name="lowp_vec4_float_fragment" />
6821<Test name="mediump_vec4_float_vertex" />
6822<Test name="mediump_vec4_float_fragment" />
6823<Test name="highp_vec4_float_vertex" />
6824<Test name="highp_vec4_float_fragment" />
6825<Test name="lowp_ivec2_int_vertex" />
6826<Test name="lowp_ivec2_int_fragment" />
6827<Test name="mediump_ivec2_int_vertex" />
6828<Test name="mediump_ivec2_int_fragment" />
6829<Test name="lowp_ivec3_int_vertex" />
6830<Test name="lowp_ivec3_int_fragment" />
6831<Test name="mediump_ivec3_int_vertex" />
6832<Test name="mediump_ivec3_int_fragment" />
6833<Test name="lowp_ivec4_int_vertex" />
6834<Test name="lowp_ivec4_int_fragment" />
6835<Test name="mediump_ivec4_int_vertex" />
6836<Test name="mediump_ivec4_int_fragment" />
6837<Test name="highp_ivec2_int_vertex" />
6838<Test name="highp_ivec2_int_fragment" />
6839<Test name="highp_ivec3_int_vertex" />
6840<Test name="highp_ivec3_int_fragment" />
6841<Test name="highp_ivec4_int_vertex" />
6842<Test name="highp_ivec4_int_fragment" />
6843<Test name="lowp_uvec2_uint_vertex" />
6844<Test name="lowp_uvec2_uint_fragment" />
6845<Test name="mediump_uvec2_uint_vertex" />
6846<Test name="mediump_uvec2_uint_fragment" />
6847<Test name="lowp_uvec3_uint_vertex" />
6848<Test name="lowp_uvec3_uint_fragment" />
6849<Test name="mediump_uvec3_uint_vertex" />
6850<Test name="mediump_uvec3_uint_fragment" />
6851<Test name="lowp_uvec4_uint_vertex" />
6852<Test name="lowp_uvec4_uint_fragment" />
6853<Test name="mediump_uvec4_uint_vertex" />
6854<Test name="mediump_uvec4_uint_fragment" />
6855<Test name="highp_uvec2_uint_vertex" />
6856<Test name="highp_uvec2_uint_fragment" />
6857<Test name="highp_uvec3_uint_vertex" />
6858<Test name="highp_uvec3_uint_fragment" />
6859<Test name="highp_uvec4_uint_vertex" />
6860<Test name="highp_uvec4_uint_fragment" />
6861<Test name="lowp_float_vec2_vertex" />
6862<Test name="lowp_float_vec2_fragment" />
6863<Test name="mediump_float_vec2_vertex" />
6864<Test name="mediump_float_vec2_fragment" />
6865<Test name="highp_float_vec2_vertex" />
6866<Test name="highp_float_vec2_fragment" />
6867<Test name="lowp_float_vec3_vertex" />
6868<Test name="lowp_float_vec3_fragment" />
6869<Test name="mediump_float_vec3_vertex" />
6870<Test name="mediump_float_vec3_fragment" />
6871<Test name="highp_float_vec3_vertex" />
6872<Test name="highp_float_vec3_fragment" />
6873<Test name="lowp_float_vec4_vertex" />
6874<Test name="lowp_float_vec4_fragment" />
6875<Test name="mediump_float_vec4_vertex" />
6876<Test name="mediump_float_vec4_fragment" />
6877<Test name="highp_float_vec4_vertex" />
6878<Test name="highp_float_vec4_fragment" />
6879<Test name="lowp_int_ivec2_vertex" />
6880<Test name="lowp_int_ivec2_fragment" />
6881<Test name="mediump_int_ivec2_vertex" />
6882<Test name="mediump_int_ivec2_fragment" />
6883<Test name="lowp_int_ivec3_vertex" />
6884<Test name="lowp_int_ivec3_fragment" />
6885<Test name="mediump_int_ivec3_vertex" />
6886<Test name="mediump_int_ivec3_fragment" />
6887<Test name="lowp_int_ivec4_vertex" />
6888<Test name="lowp_int_ivec4_fragment" />
6889<Test name="mediump_int_ivec4_vertex" />
6890<Test name="mediump_int_ivec4_fragment" />
6891<Test name="highp_int_ivec2_vertex" />
6892<Test name="highp_int_ivec2_fragment" />
6893<Test name="highp_int_ivec3_vertex" />
6894<Test name="highp_int_ivec3_fragment" />
6895<Test name="highp_int_ivec4_vertex" />
6896<Test name="highp_int_ivec4_fragment" />
6897<Test name="lowp_uint_uvec2_vertex" />
6898<Test name="lowp_uint_uvec2_fragment" />
6899<Test name="mediump_uint_uvec2_vertex" />
6900<Test name="mediump_uint_uvec2_fragment" />
6901<Test name="lowp_uint_uvec3_vertex" />
6902<Test name="lowp_uint_uvec3_fragment" />
6903<Test name="mediump_uint_uvec3_vertex" />
6904<Test name="mediump_uint_uvec3_fragment" />
6905<Test name="lowp_uint_uvec4_vertex" />
6906<Test name="lowp_uint_uvec4_fragment" />
6907<Test name="mediump_uint_uvec4_vertex" />
6908<Test name="mediump_uint_uvec4_fragment" />
6909<Test name="highp_uint_uvec2_vertex" />
6910<Test name="highp_uint_uvec2_fragment" />
6911<Test name="highp_uint_uvec3_vertex" />
6912<Test name="highp_uint_uvec3_fragment" />
6913<Test name="highp_uint_uvec4_vertex" />
6914<Test name="highp_uint_uvec4_fragment" />
6915</TestCase>
6916<TestCase name="div">
6917<Test name="lowp_float_vertex" />
6918<Test name="lowp_float_fragment" />
6919<Test name="mediump_float_vertex" />
6920<Test name="mediump_float_fragment" />
6921<Test name="highp_float_vertex" />
6922<Test name="highp_float_fragment" />
6923<Test name="lowp_vec2_vertex" />
6924<Test name="lowp_vec2_fragment" />
6925<Test name="mediump_vec2_vertex" />
6926<Test name="mediump_vec2_fragment" />
6927<Test name="highp_vec2_vertex" />
6928<Test name="highp_vec2_fragment" />
6929<Test name="lowp_vec3_vertex" />
6930<Test name="lowp_vec3_fragment" />
6931<Test name="mediump_vec3_vertex" />
6932<Test name="mediump_vec3_fragment" />
6933<Test name="highp_vec3_vertex" />
6934<Test name="highp_vec3_fragment" />
6935<Test name="lowp_vec4_vertex" />
6936<Test name="lowp_vec4_fragment" />
6937<Test name="mediump_vec4_vertex" />
6938<Test name="mediump_vec4_fragment" />
6939<Test name="highp_vec4_vertex" />
6940<Test name="highp_vec4_fragment" />
6941<Test name="lowp_int_vertex" />
6942<Test name="lowp_int_fragment" />
6943<Test name="mediump_int_vertex" />
6944<Test name="mediump_int_fragment" />
6945<Test name="lowp_ivec2_vertex" />
6946<Test name="lowp_ivec2_fragment" />
6947<Test name="mediump_ivec2_vertex" />
6948<Test name="mediump_ivec2_fragment" />
6949<Test name="lowp_ivec3_vertex" />
6950<Test name="lowp_ivec3_fragment" />
6951<Test name="mediump_ivec3_vertex" />
6952<Test name="mediump_ivec3_fragment" />
6953<Test name="lowp_ivec4_vertex" />
6954<Test name="lowp_ivec4_fragment" />
6955<Test name="mediump_ivec4_vertex" />
6956<Test name="mediump_ivec4_fragment" />
6957<Test name="highp_int_vertex" />
6958<Test name="highp_int_fragment" />
6959<Test name="highp_ivec2_vertex" />
6960<Test name="highp_ivec2_fragment" />
6961<Test name="highp_ivec3_vertex" />
6962<Test name="highp_ivec3_fragment" />
6963<Test name="highp_ivec4_vertex" />
6964<Test name="highp_ivec4_fragment" />
6965<Test name="lowp_uint_vertex" />
6966<Test name="lowp_uint_fragment" />
6967<Test name="mediump_uint_vertex" />
6968<Test name="mediump_uint_fragment" />
6969<Test name="lowp_uvec2_vertex" />
6970<Test name="lowp_uvec2_fragment" />
6971<Test name="mediump_uvec2_vertex" />
6972<Test name="mediump_uvec2_fragment" />
6973<Test name="lowp_uvec3_vertex" />
6974<Test name="lowp_uvec3_fragment" />
6975<Test name="mediump_uvec3_vertex" />
6976<Test name="mediump_uvec3_fragment" />
6977<Test name="lowp_uvec4_vertex" />
6978<Test name="lowp_uvec4_fragment" />
6979<Test name="mediump_uvec4_vertex" />
6980<Test name="mediump_uvec4_fragment" />
6981<Test name="highp_uint_vertex" />
6982<Test name="highp_uint_fragment" />
6983<Test name="highp_uvec2_vertex" />
6984<Test name="highp_uvec2_fragment" />
6985<Test name="highp_uvec3_vertex" />
6986<Test name="highp_uvec3_fragment" />
6987<Test name="highp_uvec4_vertex" />
6988<Test name="highp_uvec4_fragment" />
6989<Test name="lowp_vec2_float_vertex" />
6990<Test name="lowp_vec2_float_fragment" />
6991<Test name="mediump_vec2_float_vertex" />
6992<Test name="mediump_vec2_float_fragment" />
6993<Test name="highp_vec2_float_vertex" />
6994<Test name="highp_vec2_float_fragment" />
6995<Test name="lowp_vec3_float_vertex" />
6996<Test name="lowp_vec3_float_fragment" />
6997<Test name="mediump_vec3_float_vertex" />
6998<Test name="mediump_vec3_float_fragment" />
6999<Test name="highp_vec3_float_vertex" />
7000<Test name="highp_vec3_float_fragment" />
7001<Test name="lowp_vec4_float_vertex" />
7002<Test name="lowp_vec4_float_fragment" />
7003<Test name="mediump_vec4_float_vertex" />
7004<Test name="mediump_vec4_float_fragment" />
7005<Test name="highp_vec4_float_vertex" />
7006<Test name="highp_vec4_float_fragment" />
7007<Test name="lowp_ivec2_int_vertex" />
7008<Test name="lowp_ivec2_int_fragment" />
7009<Test name="mediump_ivec2_int_vertex" />
7010<Test name="mediump_ivec2_int_fragment" />
7011<Test name="lowp_ivec3_int_vertex" />
7012<Test name="lowp_ivec3_int_fragment" />
7013<Test name="mediump_ivec3_int_vertex" />
7014<Test name="mediump_ivec3_int_fragment" />
7015<Test name="lowp_ivec4_int_vertex" />
7016<Test name="lowp_ivec4_int_fragment" />
7017<Test name="mediump_ivec4_int_vertex" />
7018<Test name="mediump_ivec4_int_fragment" />
7019<Test name="highp_ivec2_int_vertex" />
7020<Test name="highp_ivec2_int_fragment" />
7021<Test name="highp_ivec3_int_vertex" />
7022<Test name="highp_ivec3_int_fragment" />
7023<Test name="highp_ivec4_int_vertex" />
7024<Test name="highp_ivec4_int_fragment" />
7025<Test name="lowp_uvec2_uint_vertex" />
7026<Test name="lowp_uvec2_uint_fragment" />
7027<Test name="mediump_uvec2_uint_vertex" />
7028<Test name="mediump_uvec2_uint_fragment" />
7029<Test name="lowp_uvec3_uint_vertex" />
7030<Test name="lowp_uvec3_uint_fragment" />
7031<Test name="mediump_uvec3_uint_vertex" />
7032<Test name="mediump_uvec3_uint_fragment" />
7033<Test name="lowp_uvec4_uint_vertex" />
7034<Test name="lowp_uvec4_uint_fragment" />
7035<Test name="mediump_uvec4_uint_vertex" />
7036<Test name="mediump_uvec4_uint_fragment" />
7037<Test name="highp_uvec2_uint_vertex" />
7038<Test name="highp_uvec2_uint_fragment" />
7039<Test name="highp_uvec3_uint_vertex" />
7040<Test name="highp_uvec3_uint_fragment" />
7041<Test name="highp_uvec4_uint_vertex" />
7042<Test name="highp_uvec4_uint_fragment" />
7043<Test name="lowp_float_vec2_vertex" />
7044<Test name="lowp_float_vec2_fragment" />
7045<Test name="mediump_float_vec2_vertex" />
7046<Test name="mediump_float_vec2_fragment" />
7047<Test name="highp_float_vec2_vertex" />
7048<Test name="highp_float_vec2_fragment" />
7049<Test name="lowp_float_vec3_vertex" />
7050<Test name="lowp_float_vec3_fragment" />
7051<Test name="mediump_float_vec3_vertex" />
7052<Test name="mediump_float_vec3_fragment" />
7053<Test name="highp_float_vec3_vertex" />
7054<Test name="highp_float_vec3_fragment" />
7055<Test name="lowp_float_vec4_vertex" />
7056<Test name="lowp_float_vec4_fragment" />
7057<Test name="mediump_float_vec4_vertex" />
7058<Test name="mediump_float_vec4_fragment" />
7059<Test name="highp_float_vec4_vertex" />
7060<Test name="highp_float_vec4_fragment" />
7061<Test name="lowp_int_ivec2_vertex" />
7062<Test name="lowp_int_ivec2_fragment" />
7063<Test name="mediump_int_ivec2_vertex" />
7064<Test name="mediump_int_ivec2_fragment" />
7065<Test name="lowp_int_ivec3_vertex" />
7066<Test name="lowp_int_ivec3_fragment" />
7067<Test name="mediump_int_ivec3_vertex" />
7068<Test name="mediump_int_ivec3_fragment" />
7069<Test name="lowp_int_ivec4_vertex" />
7070<Test name="lowp_int_ivec4_fragment" />
7071<Test name="mediump_int_ivec4_vertex" />
7072<Test name="mediump_int_ivec4_fragment" />
7073<Test name="highp_int_ivec2_vertex" />
7074<Test name="highp_int_ivec2_fragment" />
7075<Test name="highp_int_ivec3_vertex" />
7076<Test name="highp_int_ivec3_fragment" />
7077<Test name="highp_int_ivec4_vertex" />
7078<Test name="highp_int_ivec4_fragment" />
7079<Test name="lowp_uint_uvec2_vertex" />
7080<Test name="lowp_uint_uvec2_fragment" />
7081<Test name="mediump_uint_uvec2_vertex" />
7082<Test name="mediump_uint_uvec2_fragment" />
7083<Test name="lowp_uint_uvec3_vertex" />
7084<Test name="lowp_uint_uvec3_fragment" />
7085<Test name="mediump_uint_uvec3_vertex" />
7086<Test name="mediump_uint_uvec3_fragment" />
7087<Test name="lowp_uint_uvec4_vertex" />
7088<Test name="lowp_uint_uvec4_fragment" />
7089<Test name="mediump_uint_uvec4_vertex" />
7090<Test name="mediump_uint_uvec4_fragment" />
7091<Test name="highp_uint_uvec2_vertex" />
7092<Test name="highp_uint_uvec2_fragment" />
7093<Test name="highp_uint_uvec3_vertex" />
7094<Test name="highp_uint_uvec3_fragment" />
7095<Test name="highp_uint_uvec4_vertex" />
7096<Test name="highp_uint_uvec4_fragment" />
7097</TestCase>
7098<TestCase name="mod">
7099<Test name="lowp_int_vertex" />
7100<Test name="lowp_int_fragment" />
7101<Test name="mediump_int_vertex" />
7102<Test name="mediump_int_fragment" />
7103<Test name="lowp_ivec2_vertex" />
7104<Test name="lowp_ivec2_fragment" />
7105<Test name="mediump_ivec2_vertex" />
7106<Test name="mediump_ivec2_fragment" />
7107<Test name="lowp_ivec3_vertex" />
7108<Test name="lowp_ivec3_fragment" />
7109<Test name="mediump_ivec3_vertex" />
7110<Test name="mediump_ivec3_fragment" />
7111<Test name="lowp_ivec4_vertex" />
7112<Test name="lowp_ivec4_fragment" />
7113<Test name="mediump_ivec4_vertex" />
7114<Test name="mediump_ivec4_fragment" />
7115<Test name="highp_int_vertex" />
7116<Test name="highp_int_fragment" />
7117<Test name="highp_ivec2_vertex" />
7118<Test name="highp_ivec2_fragment" />
7119<Test name="highp_ivec3_vertex" />
7120<Test name="highp_ivec3_fragment" />
7121<Test name="highp_ivec4_vertex" />
7122<Test name="highp_ivec4_fragment" />
7123<Test name="lowp_uint_vertex" />
7124<Test name="lowp_uint_fragment" />
7125<Test name="mediump_uint_vertex" />
7126<Test name="mediump_uint_fragment" />
7127<Test name="lowp_uvec2_vertex" />
7128<Test name="lowp_uvec2_fragment" />
7129<Test name="mediump_uvec2_vertex" />
7130<Test name="mediump_uvec2_fragment" />
7131<Test name="lowp_uvec3_vertex" />
7132<Test name="lowp_uvec3_fragment" />
7133<Test name="mediump_uvec3_vertex" />
7134<Test name="mediump_uvec3_fragment" />
7135<Test name="lowp_uvec4_vertex" />
7136<Test name="lowp_uvec4_fragment" />
7137<Test name="mediump_uvec4_vertex" />
7138<Test name="mediump_uvec4_fragment" />
7139<Test name="highp_uint_vertex" />
7140<Test name="highp_uint_fragment" />
7141<Test name="highp_uvec2_vertex" />
7142<Test name="highp_uvec2_fragment" />
7143<Test name="highp_uvec3_vertex" />
7144<Test name="highp_uvec3_fragment" />
7145<Test name="highp_uvec4_vertex" />
7146<Test name="highp_uvec4_fragment" />
7147<Test name="lowp_ivec2_int_vertex" />
7148<Test name="lowp_ivec2_int_fragment" />
7149<Test name="mediump_ivec2_int_vertex" />
7150<Test name="mediump_ivec2_int_fragment" />
7151<Test name="lowp_ivec3_int_vertex" />
7152<Test name="lowp_ivec3_int_fragment" />
7153<Test name="mediump_ivec3_int_vertex" />
7154<Test name="mediump_ivec3_int_fragment" />
7155<Test name="lowp_ivec4_int_vertex" />
7156<Test name="lowp_ivec4_int_fragment" />
7157<Test name="mediump_ivec4_int_vertex" />
7158<Test name="mediump_ivec4_int_fragment" />
7159<Test name="highp_ivec2_int_vertex" />
7160<Test name="highp_ivec2_int_fragment" />
7161<Test name="highp_ivec3_int_vertex" />
7162<Test name="highp_ivec3_int_fragment" />
7163<Test name="highp_ivec4_int_vertex" />
7164<Test name="highp_ivec4_int_fragment" />
7165<Test name="lowp_uvec2_uint_vertex" />
7166<Test name="lowp_uvec2_uint_fragment" />
7167<Test name="mediump_uvec2_uint_vertex" />
7168<Test name="mediump_uvec2_uint_fragment" />
7169<Test name="lowp_uvec3_uint_vertex" />
7170<Test name="lowp_uvec3_uint_fragment" />
7171<Test name="mediump_uvec3_uint_vertex" />
7172<Test name="mediump_uvec3_uint_fragment" />
7173<Test name="lowp_uvec4_uint_vertex" />
7174<Test name="lowp_uvec4_uint_fragment" />
7175<Test name="mediump_uvec4_uint_vertex" />
7176<Test name="mediump_uvec4_uint_fragment" />
7177<Test name="highp_uvec2_uint_vertex" />
7178<Test name="highp_uvec2_uint_fragment" />
7179<Test name="highp_uvec3_uint_vertex" />
7180<Test name="highp_uvec3_uint_fragment" />
7181<Test name="highp_uvec4_uint_vertex" />
7182<Test name="highp_uvec4_uint_fragment" />
7183<Test name="lowp_int_ivec2_vertex" />
7184<Test name="lowp_int_ivec2_fragment" />
7185<Test name="mediump_int_ivec2_vertex" />
7186<Test name="mediump_int_ivec2_fragment" />
7187<Test name="lowp_int_ivec3_vertex" />
7188<Test name="lowp_int_ivec3_fragment" />
7189<Test name="mediump_int_ivec3_vertex" />
7190<Test name="mediump_int_ivec3_fragment" />
7191<Test name="lowp_int_ivec4_vertex" />
7192<Test name="lowp_int_ivec4_fragment" />
7193<Test name="mediump_int_ivec4_vertex" />
7194<Test name="mediump_int_ivec4_fragment" />
7195<Test name="highp_int_ivec2_vertex" />
7196<Test name="highp_int_ivec2_fragment" />
7197<Test name="highp_int_ivec3_vertex" />
7198<Test name="highp_int_ivec3_fragment" />
7199<Test name="highp_int_ivec4_vertex" />
7200<Test name="highp_int_ivec4_fragment" />
7201<Test name="lowp_uint_uvec2_vertex" />
7202<Test name="lowp_uint_uvec2_fragment" />
7203<Test name="mediump_uint_uvec2_vertex" />
7204<Test name="mediump_uint_uvec2_fragment" />
7205<Test name="lowp_uint_uvec3_vertex" />
7206<Test name="lowp_uint_uvec3_fragment" />
7207<Test name="mediump_uint_uvec3_vertex" />
7208<Test name="mediump_uint_uvec3_fragment" />
7209<Test name="lowp_uint_uvec4_vertex" />
7210<Test name="lowp_uint_uvec4_fragment" />
7211<Test name="mediump_uint_uvec4_vertex" />
7212<Test name="mediump_uint_uvec4_fragment" />
7213<Test name="highp_uint_uvec2_vertex" />
7214<Test name="highp_uint_uvec2_fragment" />
7215<Test name="highp_uint_uvec3_vertex" />
7216<Test name="highp_uint_uvec3_fragment" />
7217<Test name="highp_uint_uvec4_vertex" />
7218<Test name="highp_uint_uvec4_fragment" />
7219</TestCase>
7220<TestCase name="bitwise_and">
7221<Test name="lowp_int_vertex" />
7222<Test name="lowp_int_fragment" />
7223<Test name="mediump_int_vertex" />
7224<Test name="mediump_int_fragment" />
7225<Test name="lowp_ivec2_vertex" />
7226<Test name="lowp_ivec2_fragment" />
7227<Test name="mediump_ivec2_vertex" />
7228<Test name="mediump_ivec2_fragment" />
7229<Test name="lowp_ivec3_vertex" />
7230<Test name="lowp_ivec3_fragment" />
7231<Test name="mediump_ivec3_vertex" />
7232<Test name="mediump_ivec3_fragment" />
7233<Test name="lowp_ivec4_vertex" />
7234<Test name="lowp_ivec4_fragment" />
7235<Test name="mediump_ivec4_vertex" />
7236<Test name="mediump_ivec4_fragment" />
7237<Test name="highp_int_vertex" />
7238<Test name="highp_int_fragment" />
7239<Test name="highp_ivec2_vertex" />
7240<Test name="highp_ivec2_fragment" />
7241<Test name="highp_ivec3_vertex" />
7242<Test name="highp_ivec3_fragment" />
7243<Test name="highp_ivec4_vertex" />
7244<Test name="highp_ivec4_fragment" />
7245<Test name="lowp_uint_vertex" />
7246<Test name="lowp_uint_fragment" />
7247<Test name="mediump_uint_vertex" />
7248<Test name="mediump_uint_fragment" />
7249<Test name="lowp_uvec2_vertex" />
7250<Test name="lowp_uvec2_fragment" />
7251<Test name="mediump_uvec2_vertex" />
7252<Test name="mediump_uvec2_fragment" />
7253<Test name="lowp_uvec3_vertex" />
7254<Test name="lowp_uvec3_fragment" />
7255<Test name="mediump_uvec3_vertex" />
7256<Test name="mediump_uvec3_fragment" />
7257<Test name="lowp_uvec4_vertex" />
7258<Test name="lowp_uvec4_fragment" />
7259<Test name="mediump_uvec4_vertex" />
7260<Test name="mediump_uvec4_fragment" />
7261<Test name="highp_uint_vertex" />
7262<Test name="highp_uint_fragment" />
7263<Test name="highp_uvec2_vertex" />
7264<Test name="highp_uvec2_fragment" />
7265<Test name="highp_uvec3_vertex" />
7266<Test name="highp_uvec3_fragment" />
7267<Test name="highp_uvec4_vertex" />
7268<Test name="highp_uvec4_fragment" />
7269<Test name="lowp_ivec2_int_vertex" />
7270<Test name="lowp_ivec2_int_fragment" />
7271<Test name="mediump_ivec2_int_vertex" />
7272<Test name="mediump_ivec2_int_fragment" />
7273<Test name="lowp_ivec3_int_vertex" />
7274<Test name="lowp_ivec3_int_fragment" />
7275<Test name="mediump_ivec3_int_vertex" />
7276<Test name="mediump_ivec3_int_fragment" />
7277<Test name="lowp_ivec4_int_vertex" />
7278<Test name="lowp_ivec4_int_fragment" />
7279<Test name="mediump_ivec4_int_vertex" />
7280<Test name="mediump_ivec4_int_fragment" />
7281<Test name="highp_ivec2_int_vertex" />
7282<Test name="highp_ivec2_int_fragment" />
7283<Test name="highp_ivec3_int_vertex" />
7284<Test name="highp_ivec3_int_fragment" />
7285<Test name="highp_ivec4_int_vertex" />
7286<Test name="highp_ivec4_int_fragment" />
7287<Test name="lowp_uvec2_uint_vertex" />
7288<Test name="lowp_uvec2_uint_fragment" />
7289<Test name="mediump_uvec2_uint_vertex" />
7290<Test name="mediump_uvec2_uint_fragment" />
7291<Test name="lowp_uvec3_uint_vertex" />
7292<Test name="lowp_uvec3_uint_fragment" />
7293<Test name="mediump_uvec3_uint_vertex" />
7294<Test name="mediump_uvec3_uint_fragment" />
7295<Test name="lowp_uvec4_uint_vertex" />
7296<Test name="lowp_uvec4_uint_fragment" />
7297<Test name="mediump_uvec4_uint_vertex" />
7298<Test name="mediump_uvec4_uint_fragment" />
7299<Test name="highp_uvec2_uint_vertex" />
7300<Test name="highp_uvec2_uint_fragment" />
7301<Test name="highp_uvec3_uint_vertex" />
7302<Test name="highp_uvec3_uint_fragment" />
7303<Test name="highp_uvec4_uint_vertex" />
7304<Test name="highp_uvec4_uint_fragment" />
7305</TestCase>
7306<TestCase name="bitwise_or">
7307<Test name="lowp_int_vertex" />
7308<Test name="lowp_int_fragment" />
7309<Test name="mediump_int_vertex" />
7310<Test name="mediump_int_fragment" />
7311<Test name="lowp_ivec2_vertex" />
7312<Test name="lowp_ivec2_fragment" />
7313<Test name="mediump_ivec2_vertex" />
7314<Test name="mediump_ivec2_fragment" />
7315<Test name="lowp_ivec3_vertex" />
7316<Test name="lowp_ivec3_fragment" />
7317<Test name="mediump_ivec3_vertex" />
7318<Test name="mediump_ivec3_fragment" />
7319<Test name="lowp_ivec4_vertex" />
7320<Test name="lowp_ivec4_fragment" />
7321<Test name="mediump_ivec4_vertex" />
7322<Test name="mediump_ivec4_fragment" />
7323<Test name="highp_int_vertex" />
7324<Test name="highp_int_fragment" />
7325<Test name="highp_ivec2_vertex" />
7326<Test name="highp_ivec2_fragment" />
7327<Test name="highp_ivec3_vertex" />
7328<Test name="highp_ivec3_fragment" />
7329<Test name="highp_ivec4_vertex" />
7330<Test name="highp_ivec4_fragment" />
7331<Test name="lowp_uint_vertex" />
7332<Test name="lowp_uint_fragment" />
7333<Test name="mediump_uint_vertex" />
7334<Test name="mediump_uint_fragment" />
7335<Test name="lowp_uvec2_vertex" />
7336<Test name="lowp_uvec2_fragment" />
7337<Test name="mediump_uvec2_vertex" />
7338<Test name="mediump_uvec2_fragment" />
7339<Test name="lowp_uvec3_vertex" />
7340<Test name="lowp_uvec3_fragment" />
7341<Test name="mediump_uvec3_vertex" />
7342<Test name="mediump_uvec3_fragment" />
7343<Test name="lowp_uvec4_vertex" />
7344<Test name="lowp_uvec4_fragment" />
7345<Test name="mediump_uvec4_vertex" />
7346<Test name="mediump_uvec4_fragment" />
7347<Test name="highp_uint_vertex" />
7348<Test name="highp_uint_fragment" />
7349<Test name="highp_uvec2_vertex" />
7350<Test name="highp_uvec2_fragment" />
7351<Test name="highp_uvec3_vertex" />
7352<Test name="highp_uvec3_fragment" />
7353<Test name="highp_uvec4_vertex" />
7354<Test name="highp_uvec4_fragment" />
7355<Test name="lowp_ivec2_int_vertex" />
7356<Test name="lowp_ivec2_int_fragment" />
7357<Test name="mediump_ivec2_int_vertex" />
7358<Test name="mediump_ivec2_int_fragment" />
7359<Test name="lowp_ivec3_int_vertex" />
7360<Test name="lowp_ivec3_int_fragment" />
7361<Test name="mediump_ivec3_int_vertex" />
7362<Test name="mediump_ivec3_int_fragment" />
7363<Test name="lowp_ivec4_int_vertex" />
7364<Test name="lowp_ivec4_int_fragment" />
7365<Test name="mediump_ivec4_int_vertex" />
7366<Test name="mediump_ivec4_int_fragment" />
7367<Test name="highp_ivec2_int_vertex" />
7368<Test name="highp_ivec2_int_fragment" />
7369<Test name="highp_ivec3_int_vertex" />
7370<Test name="highp_ivec3_int_fragment" />
7371<Test name="highp_ivec4_int_vertex" />
7372<Test name="highp_ivec4_int_fragment" />
7373<Test name="lowp_uvec2_uint_vertex" />
7374<Test name="lowp_uvec2_uint_fragment" />
7375<Test name="mediump_uvec2_uint_vertex" />
7376<Test name="mediump_uvec2_uint_fragment" />
7377<Test name="lowp_uvec3_uint_vertex" />
7378<Test name="lowp_uvec3_uint_fragment" />
7379<Test name="mediump_uvec3_uint_vertex" />
7380<Test name="mediump_uvec3_uint_fragment" />
7381<Test name="lowp_uvec4_uint_vertex" />
7382<Test name="lowp_uvec4_uint_fragment" />
7383<Test name="mediump_uvec4_uint_vertex" />
7384<Test name="mediump_uvec4_uint_fragment" />
7385<Test name="highp_uvec2_uint_vertex" />
7386<Test name="highp_uvec2_uint_fragment" />
7387<Test name="highp_uvec3_uint_vertex" />
7388<Test name="highp_uvec3_uint_fragment" />
7389<Test name="highp_uvec4_uint_vertex" />
7390<Test name="highp_uvec4_uint_fragment" />
7391</TestCase>
7392<TestCase name="bitwise_xor">
7393<Test name="lowp_int_vertex" />
7394<Test name="lowp_int_fragment" />
7395<Test name="mediump_int_vertex" />
7396<Test name="mediump_int_fragment" />
7397<Test name="lowp_ivec2_vertex" />
7398<Test name="lowp_ivec2_fragment" />
7399<Test name="mediump_ivec2_vertex" />
7400<Test name="mediump_ivec2_fragment" />
7401<Test name="lowp_ivec3_vertex" />
7402<Test name="lowp_ivec3_fragment" />
7403<Test name="mediump_ivec3_vertex" />
7404<Test name="mediump_ivec3_fragment" />
7405<Test name="lowp_ivec4_vertex" />
7406<Test name="lowp_ivec4_fragment" />
7407<Test name="mediump_ivec4_vertex" />
7408<Test name="mediump_ivec4_fragment" />
7409<Test name="highp_int_vertex" />
7410<Test name="highp_int_fragment" />
7411<Test name="highp_ivec2_vertex" />
7412<Test name="highp_ivec2_fragment" />
7413<Test name="highp_ivec3_vertex" />
7414<Test name="highp_ivec3_fragment" />
7415<Test name="highp_ivec4_vertex" />
7416<Test name="highp_ivec4_fragment" />
7417<Test name="lowp_uint_vertex" />
7418<Test name="lowp_uint_fragment" />
7419<Test name="mediump_uint_vertex" />
7420<Test name="mediump_uint_fragment" />
7421<Test name="lowp_uvec2_vertex" />
7422<Test name="lowp_uvec2_fragment" />
7423<Test name="mediump_uvec2_vertex" />
7424<Test name="mediump_uvec2_fragment" />
7425<Test name="lowp_uvec3_vertex" />
7426<Test name="lowp_uvec3_fragment" />
7427<Test name="mediump_uvec3_vertex" />
7428<Test name="mediump_uvec3_fragment" />
7429<Test name="lowp_uvec4_vertex" />
7430<Test name="lowp_uvec4_fragment" />
7431<Test name="mediump_uvec4_vertex" />
7432<Test name="mediump_uvec4_fragment" />
7433<Test name="highp_uint_vertex" />
7434<Test name="highp_uint_fragment" />
7435<Test name="highp_uvec2_vertex" />
7436<Test name="highp_uvec2_fragment" />
7437<Test name="highp_uvec3_vertex" />
7438<Test name="highp_uvec3_fragment" />
7439<Test name="highp_uvec4_vertex" />
7440<Test name="highp_uvec4_fragment" />
7441<Test name="lowp_ivec2_int_vertex" />
7442<Test name="lowp_ivec2_int_fragment" />
7443<Test name="mediump_ivec2_int_vertex" />
7444<Test name="mediump_ivec2_int_fragment" />
7445<Test name="lowp_ivec3_int_vertex" />
7446<Test name="lowp_ivec3_int_fragment" />
7447<Test name="mediump_ivec3_int_vertex" />
7448<Test name="mediump_ivec3_int_fragment" />
7449<Test name="lowp_ivec4_int_vertex" />
7450<Test name="lowp_ivec4_int_fragment" />
7451<Test name="mediump_ivec4_int_vertex" />
7452<Test name="mediump_ivec4_int_fragment" />
7453<Test name="highp_ivec2_int_vertex" />
7454<Test name="highp_ivec2_int_fragment" />
7455<Test name="highp_ivec3_int_vertex" />
7456<Test name="highp_ivec3_int_fragment" />
7457<Test name="highp_ivec4_int_vertex" />
7458<Test name="highp_ivec4_int_fragment" />
7459<Test name="lowp_uvec2_uint_vertex" />
7460<Test name="lowp_uvec2_uint_fragment" />
7461<Test name="mediump_uvec2_uint_vertex" />
7462<Test name="mediump_uvec2_uint_fragment" />
7463<Test name="lowp_uvec3_uint_vertex" />
7464<Test name="lowp_uvec3_uint_fragment" />
7465<Test name="mediump_uvec3_uint_vertex" />
7466<Test name="mediump_uvec3_uint_fragment" />
7467<Test name="lowp_uvec4_uint_vertex" />
7468<Test name="lowp_uvec4_uint_fragment" />
7469<Test name="mediump_uvec4_uint_vertex" />
7470<Test name="mediump_uvec4_uint_fragment" />
7471<Test name="highp_uvec2_uint_vertex" />
7472<Test name="highp_uvec2_uint_fragment" />
7473<Test name="highp_uvec3_uint_vertex" />
7474<Test name="highp_uvec3_uint_fragment" />
7475<Test name="highp_uvec4_uint_vertex" />
7476<Test name="highp_uvec4_uint_fragment" />
7477</TestCase>
7478<TestCase name="left_shift">
7479<Test name="lowp_int_uint_vertex" />
7480<Test name="lowp_int_uint_fragment" />
7481<Test name="mediump_int_uint_vertex" />
7482<Test name="mediump_int_uint_fragment" />
7483<Test name="lowp_ivec2_uvec2_vertex" />
7484<Test name="lowp_ivec2_uvec2_fragment" />
7485<Test name="mediump_ivec2_uvec2_vertex" />
7486<Test name="mediump_ivec2_uvec2_fragment" />
7487<Test name="lowp_ivec3_uvec3_vertex" />
7488<Test name="lowp_ivec3_uvec3_fragment" />
7489<Test name="mediump_ivec3_uvec3_vertex" />
7490<Test name="mediump_ivec3_uvec3_fragment" />
7491<Test name="lowp_ivec4_uvec4_vertex" />
7492<Test name="lowp_ivec4_uvec4_fragment" />
7493<Test name="mediump_ivec4_uvec4_vertex" />
7494<Test name="mediump_ivec4_uvec4_fragment" />
7495<Test name="highp_int_uint_vertex" />
7496<Test name="highp_int_uint_fragment" />
7497<Test name="highp_ivec2_uvec2_vertex" />
7498<Test name="highp_ivec2_uvec2_fragment" />
7499<Test name="highp_ivec3_uvec3_vertex" />
7500<Test name="highp_ivec3_uvec3_fragment" />
7501<Test name="highp_ivec4_uvec4_vertex" />
7502<Test name="highp_ivec4_uvec4_fragment" />
7503<Test name="lowp_uint_vertex" />
7504<Test name="lowp_uint_fragment" />
7505<Test name="mediump_uint_vertex" />
7506<Test name="mediump_uint_fragment" />
7507<Test name="lowp_uvec2_vertex" />
7508<Test name="lowp_uvec2_fragment" />
7509<Test name="mediump_uvec2_vertex" />
7510<Test name="mediump_uvec2_fragment" />
7511<Test name="lowp_uvec3_vertex" />
7512<Test name="lowp_uvec3_fragment" />
7513<Test name="mediump_uvec3_vertex" />
7514<Test name="mediump_uvec3_fragment" />
7515<Test name="lowp_uvec4_vertex" />
7516<Test name="lowp_uvec4_fragment" />
7517<Test name="mediump_uvec4_vertex" />
7518<Test name="mediump_uvec4_fragment" />
7519<Test name="highp_uint_vertex" />
7520<Test name="highp_uint_fragment" />
7521<Test name="highp_uvec2_vertex" />
7522<Test name="highp_uvec2_fragment" />
7523<Test name="highp_uvec3_vertex" />
7524<Test name="highp_uvec3_fragment" />
7525<Test name="highp_uvec4_vertex" />
7526<Test name="highp_uvec4_fragment" />
7527<Test name="lowp_ivec2_uint_vertex" />
7528<Test name="lowp_ivec2_uint_fragment" />
7529<Test name="mediump_ivec2_uint_vertex" />
7530<Test name="mediump_ivec2_uint_fragment" />
7531<Test name="lowp_ivec3_uint_vertex" />
7532<Test name="lowp_ivec3_uint_fragment" />
7533<Test name="mediump_ivec3_uint_vertex" />
7534<Test name="mediump_ivec3_uint_fragment" />
7535<Test name="lowp_ivec4_uint_vertex" />
7536<Test name="lowp_ivec4_uint_fragment" />
7537<Test name="mediump_ivec4_uint_vertex" />
7538<Test name="mediump_ivec4_uint_fragment" />
7539<Test name="highp_ivec2_uint_vertex" />
7540<Test name="highp_ivec2_uint_fragment" />
7541<Test name="highp_ivec3_uint_vertex" />
7542<Test name="highp_ivec3_uint_fragment" />
7543<Test name="highp_ivec4_uint_vertex" />
7544<Test name="highp_ivec4_uint_fragment" />
7545<Test name="lowp_uvec2_uint_vertex" />
7546<Test name="lowp_uvec2_uint_fragment" />
7547<Test name="mediump_uvec2_uint_vertex" />
7548<Test name="mediump_uvec2_uint_fragment" />
7549<Test name="lowp_uvec3_uint_vertex" />
7550<Test name="lowp_uvec3_uint_fragment" />
7551<Test name="mediump_uvec3_uint_vertex" />
7552<Test name="mediump_uvec3_uint_fragment" />
7553<Test name="lowp_uvec4_uint_vertex" />
7554<Test name="lowp_uvec4_uint_fragment" />
7555<Test name="mediump_uvec4_uint_vertex" />
7556<Test name="mediump_uvec4_uint_fragment" />
7557<Test name="highp_uvec2_uint_vertex" />
7558<Test name="highp_uvec2_uint_fragment" />
7559<Test name="highp_uvec3_uint_vertex" />
7560<Test name="highp_uvec3_uint_fragment" />
7561<Test name="highp_uvec4_uint_vertex" />
7562<Test name="highp_uvec4_uint_fragment" />
7563<Test name="lowp_int_vertex" />
7564<Test name="lowp_int_fragment" />
7565<Test name="mediump_int_vertex" />
7566<Test name="mediump_int_fragment" />
7567<Test name="lowp_ivec2_vertex" />
7568<Test name="lowp_ivec2_fragment" />
7569<Test name="mediump_ivec2_vertex" />
7570<Test name="mediump_ivec2_fragment" />
7571<Test name="lowp_ivec3_vertex" />
7572<Test name="lowp_ivec3_fragment" />
7573<Test name="mediump_ivec3_vertex" />
7574<Test name="mediump_ivec3_fragment" />
7575<Test name="lowp_ivec4_vertex" />
7576<Test name="lowp_ivec4_fragment" />
7577<Test name="mediump_ivec4_vertex" />
7578<Test name="mediump_ivec4_fragment" />
7579<Test name="highp_int_vertex" />
7580<Test name="highp_int_fragment" />
7581<Test name="highp_ivec2_vertex" />
7582<Test name="highp_ivec2_fragment" />
7583<Test name="highp_ivec3_vertex" />
7584<Test name="highp_ivec3_fragment" />
7585<Test name="highp_ivec4_vertex" />
7586<Test name="highp_ivec4_fragment" />
7587<Test name="lowp_uint_int_vertex" />
7588<Test name="lowp_uint_int_fragment" />
7589<Test name="mediump_uint_int_vertex" />
7590<Test name="mediump_uint_int_fragment" />
7591<Test name="lowp_uvec2_ivec2_vertex" />
7592<Test name="lowp_uvec2_ivec2_fragment" />
7593<Test name="mediump_uvec2_ivec2_vertex" />
7594<Test name="mediump_uvec2_ivec2_fragment" />
7595<Test name="lowp_uvec3_ivec3_vertex" />
7596<Test name="lowp_uvec3_ivec3_fragment" />
7597<Test name="mediump_uvec3_ivec3_vertex" />
7598<Test name="mediump_uvec3_ivec3_fragment" />
7599<Test name="lowp_uvec4_ivec4_vertex" />
7600<Test name="lowp_uvec4_ivec4_fragment" />
7601<Test name="mediump_uvec4_ivec4_vertex" />
7602<Test name="mediump_uvec4_ivec4_fragment" />
7603<Test name="highp_uint_int_vertex" />
7604<Test name="highp_uint_int_fragment" />
7605<Test name="highp_uvec2_ivec2_vertex" />
7606<Test name="highp_uvec2_ivec2_fragment" />
7607<Test name="highp_uvec3_ivec3_vertex" />
7608<Test name="highp_uvec3_ivec3_fragment" />
7609<Test name="highp_uvec4_ivec4_vertex" />
7610<Test name="highp_uvec4_ivec4_fragment" />
7611<Test name="lowp_ivec2_int_vertex" />
7612<Test name="lowp_ivec2_int_fragment" />
7613<Test name="mediump_ivec2_int_vertex" />
7614<Test name="mediump_ivec2_int_fragment" />
7615<Test name="lowp_ivec3_int_vertex" />
7616<Test name="lowp_ivec3_int_fragment" />
7617<Test name="mediump_ivec3_int_vertex" />
7618<Test name="mediump_ivec3_int_fragment" />
7619<Test name="lowp_ivec4_int_vertex" />
7620<Test name="lowp_ivec4_int_fragment" />
7621<Test name="mediump_ivec4_int_vertex" />
7622<Test name="mediump_ivec4_int_fragment" />
7623<Test name="highp_ivec2_int_vertex" />
7624<Test name="highp_ivec2_int_fragment" />
7625<Test name="highp_ivec3_int_vertex" />
7626<Test name="highp_ivec3_int_fragment" />
7627<Test name="highp_ivec4_int_vertex" />
7628<Test name="highp_ivec4_int_fragment" />
7629<Test name="lowp_uvec2_int_vertex" />
7630<Test name="lowp_uvec2_int_fragment" />
7631<Test name="mediump_uvec2_int_vertex" />
7632<Test name="mediump_uvec2_int_fragment" />
7633<Test name="lowp_uvec3_int_vertex" />
7634<Test name="lowp_uvec3_int_fragment" />
7635<Test name="mediump_uvec3_int_vertex" />
7636<Test name="mediump_uvec3_int_fragment" />
7637<Test name="lowp_uvec4_int_vertex" />
7638<Test name="lowp_uvec4_int_fragment" />
7639<Test name="mediump_uvec4_int_vertex" />
7640<Test name="mediump_uvec4_int_fragment" />
7641<Test name="highp_uvec2_int_vertex" />
7642<Test name="highp_uvec2_int_fragment" />
7643<Test name="highp_uvec3_int_vertex" />
7644<Test name="highp_uvec3_int_fragment" />
7645<Test name="highp_uvec4_int_vertex" />
7646<Test name="highp_uvec4_int_fragment" />
7647</TestCase>
7648<TestCase name="right_shift">
7649<Test name="lowp_int_uint_vertex" />
7650<Test name="lowp_int_uint_fragment" />
7651<Test name="mediump_int_uint_vertex" />
7652<Test name="mediump_int_uint_fragment" />
7653<Test name="lowp_ivec2_uvec2_vertex" />
7654<Test name="lowp_ivec2_uvec2_fragment" />
7655<Test name="mediump_ivec2_uvec2_vertex" />
7656<Test name="mediump_ivec2_uvec2_fragment" />
7657<Test name="lowp_ivec3_uvec3_vertex" />
7658<Test name="lowp_ivec3_uvec3_fragment" />
7659<Test name="mediump_ivec3_uvec3_vertex" />
7660<Test name="mediump_ivec3_uvec3_fragment" />
7661<Test name="lowp_ivec4_uvec4_vertex" />
7662<Test name="lowp_ivec4_uvec4_fragment" />
7663<Test name="mediump_ivec4_uvec4_vertex" />
7664<Test name="mediump_ivec4_uvec4_fragment" />
7665<Test name="highp_int_uint_vertex" />
7666<Test name="highp_int_uint_fragment" />
7667<Test name="highp_ivec2_uvec2_vertex" />
7668<Test name="highp_ivec2_uvec2_fragment" />
7669<Test name="highp_ivec3_uvec3_vertex" />
7670<Test name="highp_ivec3_uvec3_fragment" />
7671<Test name="highp_ivec4_uvec4_vertex" />
7672<Test name="highp_ivec4_uvec4_fragment" />
7673<Test name="lowp_uint_vertex" />
7674<Test name="lowp_uint_fragment" />
7675<Test name="mediump_uint_vertex" />
7676<Test name="mediump_uint_fragment" />
7677<Test name="lowp_uvec2_vertex" />
7678<Test name="lowp_uvec2_fragment" />
7679<Test name="mediump_uvec2_vertex" />
7680<Test name="mediump_uvec2_fragment" />
7681<Test name="lowp_uvec3_vertex" />
7682<Test name="lowp_uvec3_fragment" />
7683<Test name="mediump_uvec3_vertex" />
7684<Test name="mediump_uvec3_fragment" />
7685<Test name="lowp_uvec4_vertex" />
7686<Test name="lowp_uvec4_fragment" />
7687<Test name="mediump_uvec4_vertex" />
7688<Test name="mediump_uvec4_fragment" />
7689<Test name="highp_uint_vertex" />
7690<Test name="highp_uint_fragment" />
7691<Test name="highp_uvec2_vertex" />
7692<Test name="highp_uvec2_fragment" />
7693<Test name="highp_uvec3_vertex" />
7694<Test name="highp_uvec3_fragment" />
7695<Test name="highp_uvec4_vertex" />
7696<Test name="highp_uvec4_fragment" />
7697<Test name="lowp_ivec2_uint_vertex" />
7698<Test name="lowp_ivec2_uint_fragment" />
7699<Test name="mediump_ivec2_uint_vertex" />
7700<Test name="mediump_ivec2_uint_fragment" />
7701<Test name="lowp_ivec3_uint_vertex" />
7702<Test name="lowp_ivec3_uint_fragment" />
7703<Test name="mediump_ivec3_uint_vertex" />
7704<Test name="mediump_ivec3_uint_fragment" />
7705<Test name="lowp_ivec4_uint_vertex" />
7706<Test name="lowp_ivec4_uint_fragment" />
7707<Test name="mediump_ivec4_uint_vertex" />
7708<Test name="mediump_ivec4_uint_fragment" />
7709<Test name="highp_ivec2_uint_vertex" />
7710<Test name="highp_ivec2_uint_fragment" />
7711<Test name="highp_ivec3_uint_vertex" />
7712<Test name="highp_ivec3_uint_fragment" />
7713<Test name="highp_ivec4_uint_vertex" />
7714<Test name="highp_ivec4_uint_fragment" />
7715<Test name="lowp_uvec2_uint_vertex" />
7716<Test name="lowp_uvec2_uint_fragment" />
7717<Test name="mediump_uvec2_uint_vertex" />
7718<Test name="mediump_uvec2_uint_fragment" />
7719<Test name="lowp_uvec3_uint_vertex" />
7720<Test name="lowp_uvec3_uint_fragment" />
7721<Test name="mediump_uvec3_uint_vertex" />
7722<Test name="mediump_uvec3_uint_fragment" />
7723<Test name="lowp_uvec4_uint_vertex" />
7724<Test name="lowp_uvec4_uint_fragment" />
7725<Test name="mediump_uvec4_uint_vertex" />
7726<Test name="mediump_uvec4_uint_fragment" />
7727<Test name="highp_uvec2_uint_vertex" />
7728<Test name="highp_uvec2_uint_fragment" />
7729<Test name="highp_uvec3_uint_vertex" />
7730<Test name="highp_uvec3_uint_fragment" />
7731<Test name="highp_uvec4_uint_vertex" />
7732<Test name="highp_uvec4_uint_fragment" />
7733<Test name="lowp_int_vertex" />
7734<Test name="lowp_int_fragment" />
7735<Test name="mediump_int_vertex" />
7736<Test name="mediump_int_fragment" />
7737<Test name="lowp_ivec2_vertex" />
7738<Test name="lowp_ivec2_fragment" />
7739<Test name="mediump_ivec2_vertex" />
7740<Test name="mediump_ivec2_fragment" />
7741<Test name="lowp_ivec3_vertex" />
7742<Test name="lowp_ivec3_fragment" />
7743<Test name="mediump_ivec3_vertex" />
7744<Test name="mediump_ivec3_fragment" />
7745<Test name="lowp_ivec4_vertex" />
7746<Test name="lowp_ivec4_fragment" />
7747<Test name="mediump_ivec4_vertex" />
7748<Test name="mediump_ivec4_fragment" />
7749<Test name="highp_int_vertex" />
7750<Test name="highp_int_fragment" />
7751<Test name="highp_ivec2_vertex" />
7752<Test name="highp_ivec2_fragment" />
7753<Test name="highp_ivec3_vertex" />
7754<Test name="highp_ivec3_fragment" />
7755<Test name="highp_ivec4_vertex" />
7756<Test name="highp_ivec4_fragment" />
7757<Test name="lowp_uint_int_vertex" />
7758<Test name="lowp_uint_int_fragment" />
7759<Test name="mediump_uint_int_vertex" />
7760<Test name="mediump_uint_int_fragment" />
7761<Test name="lowp_uvec2_ivec2_vertex" />
7762<Test name="lowp_uvec2_ivec2_fragment" />
7763<Test name="mediump_uvec2_ivec2_vertex" />
7764<Test name="mediump_uvec2_ivec2_fragment" />
7765<Test name="lowp_uvec3_ivec3_vertex" />
7766<Test name="lowp_uvec3_ivec3_fragment" />
7767<Test name="mediump_uvec3_ivec3_vertex" />
7768<Test name="mediump_uvec3_ivec3_fragment" />
7769<Test name="lowp_uvec4_ivec4_vertex" />
7770<Test name="lowp_uvec4_ivec4_fragment" />
7771<Test name="mediump_uvec4_ivec4_vertex" />
7772<Test name="mediump_uvec4_ivec4_fragment" />
7773<Test name="highp_uint_int_vertex" />
7774<Test name="highp_uint_int_fragment" />
7775<Test name="highp_uvec2_ivec2_vertex" />
7776<Test name="highp_uvec2_ivec2_fragment" />
7777<Test name="highp_uvec3_ivec3_vertex" />
7778<Test name="highp_uvec3_ivec3_fragment" />
7779<Test name="highp_uvec4_ivec4_vertex" />
7780<Test name="highp_uvec4_ivec4_fragment" />
7781<Test name="lowp_ivec2_int_vertex" />
7782<Test name="lowp_ivec2_int_fragment" />
7783<Test name="mediump_ivec2_int_vertex" />
7784<Test name="mediump_ivec2_int_fragment" />
7785<Test name="lowp_ivec3_int_vertex" />
7786<Test name="lowp_ivec3_int_fragment" />
7787<Test name="mediump_ivec3_int_vertex" />
7788<Test name="mediump_ivec3_int_fragment" />
7789<Test name="lowp_ivec4_int_vertex" />
7790<Test name="lowp_ivec4_int_fragment" />
7791<Test name="mediump_ivec4_int_vertex" />
7792<Test name="mediump_ivec4_int_fragment" />
7793<Test name="highp_ivec2_int_vertex" />
7794<Test name="highp_ivec2_int_fragment" />
7795<Test name="highp_ivec3_int_vertex" />
7796<Test name="highp_ivec3_int_fragment" />
7797<Test name="highp_ivec4_int_vertex" />
7798<Test name="highp_ivec4_int_fragment" />
7799<Test name="lowp_uvec2_int_vertex" />
7800<Test name="lowp_uvec2_int_fragment" />
7801<Test name="mediump_uvec2_int_vertex" />
7802<Test name="mediump_uvec2_int_fragment" />
7803<Test name="lowp_uvec3_int_vertex" />
7804<Test name="lowp_uvec3_int_fragment" />
7805<Test name="mediump_uvec3_int_vertex" />
7806<Test name="mediump_uvec3_int_fragment" />
7807<Test name="lowp_uvec4_int_vertex" />
7808<Test name="lowp_uvec4_int_fragment" />
7809<Test name="mediump_uvec4_int_vertex" />
7810<Test name="mediump_uvec4_int_fragment" />
7811<Test name="highp_uvec2_int_vertex" />
7812<Test name="highp_uvec2_int_fragment" />
7813<Test name="highp_uvec3_int_vertex" />
7814<Test name="highp_uvec3_int_fragment" />
7815<Test name="highp_uvec4_int_vertex" />
7816<Test name="highp_uvec4_int_fragment" />
7817</TestCase>
7818<TestCase name="add_assign_effect">
7819<Test name="lowp_float_vertex" />
7820<Test name="lowp_float_fragment" />
7821<Test name="mediump_float_vertex" />
7822<Test name="mediump_float_fragment" />
7823<Test name="highp_float_vertex" />
7824<Test name="highp_float_fragment" />
7825<Test name="lowp_vec2_vertex" />
7826<Test name="lowp_vec2_fragment" />
7827<Test name="mediump_vec2_vertex" />
7828<Test name="mediump_vec2_fragment" />
7829<Test name="highp_vec2_vertex" />
7830<Test name="highp_vec2_fragment" />
7831<Test name="lowp_vec3_vertex" />
7832<Test name="lowp_vec3_fragment" />
7833<Test name="mediump_vec3_vertex" />
7834<Test name="mediump_vec3_fragment" />
7835<Test name="highp_vec3_vertex" />
7836<Test name="highp_vec3_fragment" />
7837<Test name="lowp_vec4_vertex" />
7838<Test name="lowp_vec4_fragment" />
7839<Test name="mediump_vec4_vertex" />
7840<Test name="mediump_vec4_fragment" />
7841<Test name="highp_vec4_vertex" />
7842<Test name="highp_vec4_fragment" />
7843<Test name="lowp_int_vertex" />
7844<Test name="lowp_int_fragment" />
7845<Test name="mediump_int_vertex" />
7846<Test name="mediump_int_fragment" />
7847<Test name="lowp_ivec2_vertex" />
7848<Test name="lowp_ivec2_fragment" />
7849<Test name="mediump_ivec2_vertex" />
7850<Test name="mediump_ivec2_fragment" />
7851<Test name="lowp_ivec3_vertex" />
7852<Test name="lowp_ivec3_fragment" />
7853<Test name="mediump_ivec3_vertex" />
7854<Test name="mediump_ivec3_fragment" />
7855<Test name="lowp_ivec4_vertex" />
7856<Test name="lowp_ivec4_fragment" />
7857<Test name="mediump_ivec4_vertex" />
7858<Test name="mediump_ivec4_fragment" />
7859<Test name="highp_int_vertex" />
7860<Test name="highp_int_fragment" />
7861<Test name="highp_ivec2_vertex" />
7862<Test name="highp_ivec2_fragment" />
7863<Test name="highp_ivec3_vertex" />
7864<Test name="highp_ivec3_fragment" />
7865<Test name="highp_ivec4_vertex" />
7866<Test name="highp_ivec4_fragment" />
7867<Test name="lowp_uint_vertex" />
7868<Test name="lowp_uint_fragment" />
7869<Test name="mediump_uint_vertex" />
7870<Test name="mediump_uint_fragment" />
7871<Test name="lowp_uvec2_vertex" />
7872<Test name="lowp_uvec2_fragment" />
7873<Test name="mediump_uvec2_vertex" />
7874<Test name="mediump_uvec2_fragment" />
7875<Test name="lowp_uvec3_vertex" />
7876<Test name="lowp_uvec3_fragment" />
7877<Test name="mediump_uvec3_vertex" />
7878<Test name="mediump_uvec3_fragment" />
7879<Test name="lowp_uvec4_vertex" />
7880<Test name="lowp_uvec4_fragment" />
7881<Test name="mediump_uvec4_vertex" />
7882<Test name="mediump_uvec4_fragment" />
7883<Test name="highp_uint_vertex" />
7884<Test name="highp_uint_fragment" />
7885<Test name="highp_uvec2_vertex" />
7886<Test name="highp_uvec2_fragment" />
7887<Test name="highp_uvec3_vertex" />
7888<Test name="highp_uvec3_fragment" />
7889<Test name="highp_uvec4_vertex" />
7890<Test name="highp_uvec4_fragment" />
7891<Test name="lowp_vec2_float_vertex" />
7892<Test name="lowp_vec2_float_fragment" />
7893<Test name="mediump_vec2_float_vertex" />
7894<Test name="mediump_vec2_float_fragment" />
7895<Test name="highp_vec2_float_vertex" />
7896<Test name="highp_vec2_float_fragment" />
7897<Test name="lowp_vec3_float_vertex" />
7898<Test name="lowp_vec3_float_fragment" />
7899<Test name="mediump_vec3_float_vertex" />
7900<Test name="mediump_vec3_float_fragment" />
7901<Test name="highp_vec3_float_vertex" />
7902<Test name="highp_vec3_float_fragment" />
7903<Test name="lowp_vec4_float_vertex" />
7904<Test name="lowp_vec4_float_fragment" />
7905<Test name="mediump_vec4_float_vertex" />
7906<Test name="mediump_vec4_float_fragment" />
7907<Test name="highp_vec4_float_vertex" />
7908<Test name="highp_vec4_float_fragment" />
7909<Test name="lowp_ivec2_int_vertex" />
7910<Test name="lowp_ivec2_int_fragment" />
7911<Test name="mediump_ivec2_int_vertex" />
7912<Test name="mediump_ivec2_int_fragment" />
7913<Test name="lowp_ivec3_int_vertex" />
7914<Test name="lowp_ivec3_int_fragment" />
7915<Test name="mediump_ivec3_int_vertex" />
7916<Test name="mediump_ivec3_int_fragment" />
7917<Test name="lowp_ivec4_int_vertex" />
7918<Test name="lowp_ivec4_int_fragment" />
7919<Test name="mediump_ivec4_int_vertex" />
7920<Test name="mediump_ivec4_int_fragment" />
7921<Test name="highp_ivec2_int_vertex" />
7922<Test name="highp_ivec2_int_fragment" />
7923<Test name="highp_ivec3_int_vertex" />
7924<Test name="highp_ivec3_int_fragment" />
7925<Test name="highp_ivec4_int_vertex" />
7926<Test name="highp_ivec4_int_fragment" />
7927<Test name="lowp_uvec2_uint_vertex" />
7928<Test name="lowp_uvec2_uint_fragment" />
7929<Test name="mediump_uvec2_uint_vertex" />
7930<Test name="mediump_uvec2_uint_fragment" />
7931<Test name="lowp_uvec3_uint_vertex" />
7932<Test name="lowp_uvec3_uint_fragment" />
7933<Test name="mediump_uvec3_uint_vertex" />
7934<Test name="mediump_uvec3_uint_fragment" />
7935<Test name="lowp_uvec4_uint_vertex" />
7936<Test name="lowp_uvec4_uint_fragment" />
7937<Test name="mediump_uvec4_uint_vertex" />
7938<Test name="mediump_uvec4_uint_fragment" />
7939<Test name="highp_uvec2_uint_vertex" />
7940<Test name="highp_uvec2_uint_fragment" />
7941<Test name="highp_uvec3_uint_vertex" />
7942<Test name="highp_uvec3_uint_fragment" />
7943<Test name="highp_uvec4_uint_vertex" />
7944<Test name="highp_uvec4_uint_fragment" />
7945</TestCase>
7946<TestCase name="sub_assign_effect">
7947<Test name="lowp_float_vertex" />
7948<Test name="lowp_float_fragment" />
7949<Test name="mediump_float_vertex" />
7950<Test name="mediump_float_fragment" />
7951<Test name="highp_float_vertex" />
7952<Test name="highp_float_fragment" />
7953<Test name="lowp_vec2_vertex" />
7954<Test name="lowp_vec2_fragment" />
7955<Test name="mediump_vec2_vertex" />
7956<Test name="mediump_vec2_fragment" />
7957<Test name="highp_vec2_vertex" />
7958<Test name="highp_vec2_fragment" />
7959<Test name="lowp_vec3_vertex" />
7960<Test name="lowp_vec3_fragment" />
7961<Test name="mediump_vec3_vertex" />
7962<Test name="mediump_vec3_fragment" />
7963<Test name="highp_vec3_vertex" />
7964<Test name="highp_vec3_fragment" />
7965<Test name="lowp_vec4_vertex" />
7966<Test name="lowp_vec4_fragment" />
7967<Test name="mediump_vec4_vertex" />
7968<Test name="mediump_vec4_fragment" />
7969<Test name="highp_vec4_vertex" />
7970<Test name="highp_vec4_fragment" />
7971<Test name="lowp_int_vertex" />
7972<Test name="lowp_int_fragment" />
7973<Test name="mediump_int_vertex" />
7974<Test name="mediump_int_fragment" />
7975<Test name="lowp_ivec2_vertex" />
7976<Test name="lowp_ivec2_fragment" />
7977<Test name="mediump_ivec2_vertex" />
7978<Test name="mediump_ivec2_fragment" />
7979<Test name="lowp_ivec3_vertex" />
7980<Test name="lowp_ivec3_fragment" />
7981<Test name="mediump_ivec3_vertex" />
7982<Test name="mediump_ivec3_fragment" />
7983<Test name="lowp_ivec4_vertex" />
7984<Test name="lowp_ivec4_fragment" />
7985<Test name="mediump_ivec4_vertex" />
7986<Test name="mediump_ivec4_fragment" />
7987<Test name="highp_int_vertex" />
7988<Test name="highp_int_fragment" />
7989<Test name="highp_ivec2_vertex" />
7990<Test name="highp_ivec2_fragment" />
7991<Test name="highp_ivec3_vertex" />
7992<Test name="highp_ivec3_fragment" />
7993<Test name="highp_ivec4_vertex" />
7994<Test name="highp_ivec4_fragment" />
7995<Test name="lowp_uint_vertex" />
7996<Test name="lowp_uint_fragment" />
7997<Test name="mediump_uint_vertex" />
7998<Test name="mediump_uint_fragment" />
7999<Test name="lowp_uvec2_vertex" />
8000<Test name="lowp_uvec2_fragment" />
8001<Test name="mediump_uvec2_vertex" />
8002<Test name="mediump_uvec2_fragment" />
8003<Test name="lowp_uvec3_vertex" />
8004<Test name="lowp_uvec3_fragment" />
8005<Test name="mediump_uvec3_vertex" />
8006<Test name="mediump_uvec3_fragment" />
8007<Test name="lowp_uvec4_vertex" />
8008<Test name="lowp_uvec4_fragment" />
8009<Test name="mediump_uvec4_vertex" />
8010<Test name="mediump_uvec4_fragment" />
8011<Test name="highp_uint_vertex" />
8012<Test name="highp_uint_fragment" />
8013<Test name="highp_uvec2_vertex" />
8014<Test name="highp_uvec2_fragment" />
8015<Test name="highp_uvec3_vertex" />
8016<Test name="highp_uvec3_fragment" />
8017<Test name="highp_uvec4_vertex" />
8018<Test name="highp_uvec4_fragment" />
8019<Test name="lowp_vec2_float_vertex" />
8020<Test name="lowp_vec2_float_fragment" />
8021<Test name="mediump_vec2_float_vertex" />
8022<Test name="mediump_vec2_float_fragment" />
8023<Test name="highp_vec2_float_vertex" />
8024<Test name="highp_vec2_float_fragment" />
8025<Test name="lowp_vec3_float_vertex" />
8026<Test name="lowp_vec3_float_fragment" />
8027<Test name="mediump_vec3_float_vertex" />
8028<Test name="mediump_vec3_float_fragment" />
8029<Test name="highp_vec3_float_vertex" />
8030<Test name="highp_vec3_float_fragment" />
8031<Test name="lowp_vec4_float_vertex" />
8032<Test name="lowp_vec4_float_fragment" />
8033<Test name="mediump_vec4_float_vertex" />
8034<Test name="mediump_vec4_float_fragment" />
8035<Test name="highp_vec4_float_vertex" />
8036<Test name="highp_vec4_float_fragment" />
8037<Test name="lowp_ivec2_int_vertex" />
8038<Test name="lowp_ivec2_int_fragment" />
8039<Test name="mediump_ivec2_int_vertex" />
8040<Test name="mediump_ivec2_int_fragment" />
8041<Test name="lowp_ivec3_int_vertex" />
8042<Test name="lowp_ivec3_int_fragment" />
8043<Test name="mediump_ivec3_int_vertex" />
8044<Test name="mediump_ivec3_int_fragment" />
8045<Test name="lowp_ivec4_int_vertex" />
8046<Test name="lowp_ivec4_int_fragment" />
8047<Test name="mediump_ivec4_int_vertex" />
8048<Test name="mediump_ivec4_int_fragment" />
8049<Test name="highp_ivec2_int_vertex" />
8050<Test name="highp_ivec2_int_fragment" />
8051<Test name="highp_ivec3_int_vertex" />
8052<Test name="highp_ivec3_int_fragment" />
8053<Test name="highp_ivec4_int_vertex" />
8054<Test name="highp_ivec4_int_fragment" />
8055<Test name="lowp_uvec2_uint_vertex" />
8056<Test name="lowp_uvec2_uint_fragment" />
8057<Test name="mediump_uvec2_uint_vertex" />
8058<Test name="mediump_uvec2_uint_fragment" />
8059<Test name="lowp_uvec3_uint_vertex" />
8060<Test name="lowp_uvec3_uint_fragment" />
8061<Test name="mediump_uvec3_uint_vertex" />
8062<Test name="mediump_uvec3_uint_fragment" />
8063<Test name="lowp_uvec4_uint_vertex" />
8064<Test name="lowp_uvec4_uint_fragment" />
8065<Test name="mediump_uvec4_uint_vertex" />
8066<Test name="mediump_uvec4_uint_fragment" />
8067<Test name="highp_uvec2_uint_vertex" />
8068<Test name="highp_uvec2_uint_fragment" />
8069<Test name="highp_uvec3_uint_vertex" />
8070<Test name="highp_uvec3_uint_fragment" />
8071<Test name="highp_uvec4_uint_vertex" />
8072<Test name="highp_uvec4_uint_fragment" />
8073</TestCase>
8074<TestCase name="mul_assign_effect">
8075<Test name="lowp_float_vertex" />
8076<Test name="lowp_float_fragment" />
8077<Test name="mediump_float_vertex" />
8078<Test name="mediump_float_fragment" />
8079<Test name="highp_float_vertex" />
8080<Test name="highp_float_fragment" />
8081<Test name="lowp_vec2_vertex" />
8082<Test name="lowp_vec2_fragment" />
8083<Test name="mediump_vec2_vertex" />
8084<Test name="mediump_vec2_fragment" />
8085<Test name="highp_vec2_vertex" />
8086<Test name="highp_vec2_fragment" />
8087<Test name="lowp_vec3_vertex" />
8088<Test name="lowp_vec3_fragment" />
8089<Test name="mediump_vec3_vertex" />
8090<Test name="mediump_vec3_fragment" />
8091<Test name="highp_vec3_vertex" />
8092<Test name="highp_vec3_fragment" />
8093<Test name="lowp_vec4_vertex" />
8094<Test name="lowp_vec4_fragment" />
8095<Test name="mediump_vec4_vertex" />
8096<Test name="mediump_vec4_fragment" />
8097<Test name="highp_vec4_vertex" />
8098<Test name="highp_vec4_fragment" />
8099<Test name="lowp_int_vertex" />
8100<Test name="lowp_int_fragment" />
8101<Test name="mediump_int_vertex" />
8102<Test name="mediump_int_fragment" />
8103<Test name="lowp_ivec2_vertex" />
8104<Test name="lowp_ivec2_fragment" />
8105<Test name="mediump_ivec2_vertex" />
8106<Test name="mediump_ivec2_fragment" />
8107<Test name="lowp_ivec3_vertex" />
8108<Test name="lowp_ivec3_fragment" />
8109<Test name="mediump_ivec3_vertex" />
8110<Test name="mediump_ivec3_fragment" />
8111<Test name="lowp_ivec4_vertex" />
8112<Test name="lowp_ivec4_fragment" />
8113<Test name="mediump_ivec4_vertex" />
8114<Test name="mediump_ivec4_fragment" />
8115<Test name="highp_int_vertex" />
8116<Test name="highp_int_fragment" />
8117<Test name="highp_ivec2_vertex" />
8118<Test name="highp_ivec2_fragment" />
8119<Test name="highp_ivec3_vertex" />
8120<Test name="highp_ivec3_fragment" />
8121<Test name="highp_ivec4_vertex" />
8122<Test name="highp_ivec4_fragment" />
8123<Test name="lowp_uint_vertex" />
8124<Test name="lowp_uint_fragment" />
8125<Test name="mediump_uint_vertex" />
8126<Test name="mediump_uint_fragment" />
8127<Test name="lowp_uvec2_vertex" />
8128<Test name="lowp_uvec2_fragment" />
8129<Test name="mediump_uvec2_vertex" />
8130<Test name="mediump_uvec2_fragment" />
8131<Test name="lowp_uvec3_vertex" />
8132<Test name="lowp_uvec3_fragment" />
8133<Test name="mediump_uvec3_vertex" />
8134<Test name="mediump_uvec3_fragment" />
8135<Test name="lowp_uvec4_vertex" />
8136<Test name="lowp_uvec4_fragment" />
8137<Test name="mediump_uvec4_vertex" />
8138<Test name="mediump_uvec4_fragment" />
8139<Test name="highp_uint_vertex" />
8140<Test name="highp_uint_fragment" />
8141<Test name="highp_uvec2_vertex" />
8142<Test name="highp_uvec2_fragment" />
8143<Test name="highp_uvec3_vertex" />
8144<Test name="highp_uvec3_fragment" />
8145<Test name="highp_uvec4_vertex" />
8146<Test name="highp_uvec4_fragment" />
8147<Test name="lowp_vec2_float_vertex" />
8148<Test name="lowp_vec2_float_fragment" />
8149<Test name="mediump_vec2_float_vertex" />
8150<Test name="mediump_vec2_float_fragment" />
8151<Test name="highp_vec2_float_vertex" />
8152<Test name="highp_vec2_float_fragment" />
8153<Test name="lowp_vec3_float_vertex" />
8154<Test name="lowp_vec3_float_fragment" />
8155<Test name="mediump_vec3_float_vertex" />
8156<Test name="mediump_vec3_float_fragment" />
8157<Test name="highp_vec3_float_vertex" />
8158<Test name="highp_vec3_float_fragment" />
8159<Test name="lowp_vec4_float_vertex" />
8160<Test name="lowp_vec4_float_fragment" />
8161<Test name="mediump_vec4_float_vertex" />
8162<Test name="mediump_vec4_float_fragment" />
8163<Test name="highp_vec4_float_vertex" />
8164<Test name="highp_vec4_float_fragment" />
8165<Test name="lowp_ivec2_int_vertex" />
8166<Test name="lowp_ivec2_int_fragment" />
8167<Test name="mediump_ivec2_int_vertex" />
8168<Test name="mediump_ivec2_int_fragment" />
8169<Test name="lowp_ivec3_int_vertex" />
8170<Test name="lowp_ivec3_int_fragment" />
8171<Test name="mediump_ivec3_int_vertex" />
8172<Test name="mediump_ivec3_int_fragment" />
8173<Test name="lowp_ivec4_int_vertex" />
8174<Test name="lowp_ivec4_int_fragment" />
8175<Test name="mediump_ivec4_int_vertex" />
8176<Test name="mediump_ivec4_int_fragment" />
8177<Test name="highp_ivec2_int_vertex" />
8178<Test name="highp_ivec2_int_fragment" />
8179<Test name="highp_ivec3_int_vertex" />
8180<Test name="highp_ivec3_int_fragment" />
8181<Test name="highp_ivec4_int_vertex" />
8182<Test name="highp_ivec4_int_fragment" />
8183<Test name="lowp_uvec2_uint_vertex" />
8184<Test name="lowp_uvec2_uint_fragment" />
8185<Test name="mediump_uvec2_uint_vertex" />
8186<Test name="mediump_uvec2_uint_fragment" />
8187<Test name="lowp_uvec3_uint_vertex" />
8188<Test name="lowp_uvec3_uint_fragment" />
8189<Test name="mediump_uvec3_uint_vertex" />
8190<Test name="mediump_uvec3_uint_fragment" />
8191<Test name="lowp_uvec4_uint_vertex" />
8192<Test name="lowp_uvec4_uint_fragment" />
8193<Test name="mediump_uvec4_uint_vertex" />
8194<Test name="mediump_uvec4_uint_fragment" />
8195<Test name="highp_uvec2_uint_vertex" />
8196<Test name="highp_uvec2_uint_fragment" />
8197<Test name="highp_uvec3_uint_vertex" />
8198<Test name="highp_uvec3_uint_fragment" />
8199<Test name="highp_uvec4_uint_vertex" />
8200<Test name="highp_uvec4_uint_fragment" />
8201</TestCase>
8202<TestCase name="div_assign_effect">
8203<Test name="lowp_float_vertex" />
8204<Test name="lowp_float_fragment" />
8205<Test name="mediump_float_vertex" />
8206<Test name="mediump_float_fragment" />
8207<Test name="highp_float_vertex" />
8208<Test name="highp_float_fragment" />
8209<Test name="lowp_vec2_vertex" />
8210<Test name="lowp_vec2_fragment" />
8211<Test name="mediump_vec2_vertex" />
8212<Test name="mediump_vec2_fragment" />
8213<Test name="highp_vec2_vertex" />
8214<Test name="highp_vec2_fragment" />
8215<Test name="lowp_vec3_vertex" />
8216<Test name="lowp_vec3_fragment" />
8217<Test name="mediump_vec3_vertex" />
8218<Test name="mediump_vec3_fragment" />
8219<Test name="highp_vec3_vertex" />
8220<Test name="highp_vec3_fragment" />
8221<Test name="lowp_vec4_vertex" />
8222<Test name="lowp_vec4_fragment" />
8223<Test name="mediump_vec4_vertex" />
8224<Test name="mediump_vec4_fragment" />
8225<Test name="highp_vec4_vertex" />
8226<Test name="highp_vec4_fragment" />
8227<Test name="lowp_int_vertex" />
8228<Test name="lowp_int_fragment" />
8229<Test name="mediump_int_vertex" />
8230<Test name="mediump_int_fragment" />
8231<Test name="lowp_ivec2_vertex" />
8232<Test name="lowp_ivec2_fragment" />
8233<Test name="mediump_ivec2_vertex" />
8234<Test name="mediump_ivec2_fragment" />
8235<Test name="lowp_ivec3_vertex" />
8236<Test name="lowp_ivec3_fragment" />
8237<Test name="mediump_ivec3_vertex" />
8238<Test name="mediump_ivec3_fragment" />
8239<Test name="lowp_ivec4_vertex" />
8240<Test name="lowp_ivec4_fragment" />
8241<Test name="mediump_ivec4_vertex" />
8242<Test name="mediump_ivec4_fragment" />
8243<Test name="highp_int_vertex" />
8244<Test name="highp_int_fragment" />
8245<Test name="highp_ivec2_vertex" />
8246<Test name="highp_ivec2_fragment" />
8247<Test name="highp_ivec3_vertex" />
8248<Test name="highp_ivec3_fragment" />
8249<Test name="highp_ivec4_vertex" />
8250<Test name="highp_ivec4_fragment" />
8251<Test name="lowp_uint_vertex" />
8252<Test name="lowp_uint_fragment" />
8253<Test name="mediump_uint_vertex" />
8254<Test name="mediump_uint_fragment" />
8255<Test name="lowp_uvec2_vertex" />
8256<Test name="lowp_uvec2_fragment" />
8257<Test name="mediump_uvec2_vertex" />
8258<Test name="mediump_uvec2_fragment" />
8259<Test name="lowp_uvec3_vertex" />
8260<Test name="lowp_uvec3_fragment" />
8261<Test name="mediump_uvec3_vertex" />
8262<Test name="mediump_uvec3_fragment" />
8263<Test name="lowp_uvec4_vertex" />
8264<Test name="lowp_uvec4_fragment" />
8265<Test name="mediump_uvec4_vertex" />
8266<Test name="mediump_uvec4_fragment" />
8267<Test name="highp_uint_vertex" />
8268<Test name="highp_uint_fragment" />
8269<Test name="highp_uvec2_vertex" />
8270<Test name="highp_uvec2_fragment" />
8271<Test name="highp_uvec3_vertex" />
8272<Test name="highp_uvec3_fragment" />
8273<Test name="highp_uvec4_vertex" />
8274<Test name="highp_uvec4_fragment" />
8275<Test name="lowp_vec2_float_vertex" />
8276<Test name="lowp_vec2_float_fragment" />
8277<Test name="mediump_vec2_float_vertex" />
8278<Test name="mediump_vec2_float_fragment" />
8279<Test name="highp_vec2_float_vertex" />
8280<Test name="highp_vec2_float_fragment" />
8281<Test name="lowp_vec3_float_vertex" />
8282<Test name="lowp_vec3_float_fragment" />
8283<Test name="mediump_vec3_float_vertex" />
8284<Test name="mediump_vec3_float_fragment" />
8285<Test name="highp_vec3_float_vertex" />
8286<Test name="highp_vec3_float_fragment" />
8287<Test name="lowp_vec4_float_vertex" />
8288<Test name="lowp_vec4_float_fragment" />
8289<Test name="mediump_vec4_float_vertex" />
8290<Test name="mediump_vec4_float_fragment" />
8291<Test name="highp_vec4_float_vertex" />
8292<Test name="highp_vec4_float_fragment" />
8293<Test name="lowp_ivec2_int_vertex" />
8294<Test name="lowp_ivec2_int_fragment" />
8295<Test name="mediump_ivec2_int_vertex" />
8296<Test name="mediump_ivec2_int_fragment" />
8297<Test name="lowp_ivec3_int_vertex" />
8298<Test name="lowp_ivec3_int_fragment" />
8299<Test name="mediump_ivec3_int_vertex" />
8300<Test name="mediump_ivec3_int_fragment" />
8301<Test name="lowp_ivec4_int_vertex" />
8302<Test name="lowp_ivec4_int_fragment" />
8303<Test name="mediump_ivec4_int_vertex" />
8304<Test name="mediump_ivec4_int_fragment" />
8305<Test name="highp_ivec2_int_vertex" />
8306<Test name="highp_ivec2_int_fragment" />
8307<Test name="highp_ivec3_int_vertex" />
8308<Test name="highp_ivec3_int_fragment" />
8309<Test name="highp_ivec4_int_vertex" />
8310<Test name="highp_ivec4_int_fragment" />
8311<Test name="lowp_uvec2_uint_vertex" />
8312<Test name="lowp_uvec2_uint_fragment" />
8313<Test name="mediump_uvec2_uint_vertex" />
8314<Test name="mediump_uvec2_uint_fragment" />
8315<Test name="lowp_uvec3_uint_vertex" />
8316<Test name="lowp_uvec3_uint_fragment" />
8317<Test name="mediump_uvec3_uint_vertex" />
8318<Test name="mediump_uvec3_uint_fragment" />
8319<Test name="lowp_uvec4_uint_vertex" />
8320<Test name="lowp_uvec4_uint_fragment" />
8321<Test name="mediump_uvec4_uint_vertex" />
8322<Test name="mediump_uvec4_uint_fragment" />
8323<Test name="highp_uvec2_uint_vertex" />
8324<Test name="highp_uvec2_uint_fragment" />
8325<Test name="highp_uvec3_uint_vertex" />
8326<Test name="highp_uvec3_uint_fragment" />
8327<Test name="highp_uvec4_uint_vertex" />
8328<Test name="highp_uvec4_uint_fragment" />
8329</TestCase>
8330<TestCase name="mod_assign_effect">
8331<Test name="lowp_int_vertex" />
8332<Test name="lowp_int_fragment" />
8333<Test name="mediump_int_vertex" />
8334<Test name="mediump_int_fragment" />
8335<Test name="lowp_ivec2_vertex" />
8336<Test name="lowp_ivec2_fragment" />
8337<Test name="mediump_ivec2_vertex" />
8338<Test name="mediump_ivec2_fragment" />
8339<Test name="lowp_ivec3_vertex" />
8340<Test name="lowp_ivec3_fragment" />
8341<Test name="mediump_ivec3_vertex" />
8342<Test name="mediump_ivec3_fragment" />
8343<Test name="lowp_ivec4_vertex" />
8344<Test name="lowp_ivec4_fragment" />
8345<Test name="mediump_ivec4_vertex" />
8346<Test name="mediump_ivec4_fragment" />
8347<Test name="highp_int_vertex" />
8348<Test name="highp_int_fragment" />
8349<Test name="highp_ivec2_vertex" />
8350<Test name="highp_ivec2_fragment" />
8351<Test name="highp_ivec3_vertex" />
8352<Test name="highp_ivec3_fragment" />
8353<Test name="highp_ivec4_vertex" />
8354<Test name="highp_ivec4_fragment" />
8355<Test name="lowp_uint_vertex" />
8356<Test name="lowp_uint_fragment" />
8357<Test name="mediump_uint_vertex" />
8358<Test name="mediump_uint_fragment" />
8359<Test name="lowp_uvec2_vertex" />
8360<Test name="lowp_uvec2_fragment" />
8361<Test name="mediump_uvec2_vertex" />
8362<Test name="mediump_uvec2_fragment" />
8363<Test name="lowp_uvec3_vertex" />
8364<Test name="lowp_uvec3_fragment" />
8365<Test name="mediump_uvec3_vertex" />
8366<Test name="mediump_uvec3_fragment" />
8367<Test name="lowp_uvec4_vertex" />
8368<Test name="lowp_uvec4_fragment" />
8369<Test name="mediump_uvec4_vertex" />
8370<Test name="mediump_uvec4_fragment" />
8371<Test name="highp_uint_vertex" />
8372<Test name="highp_uint_fragment" />
8373<Test name="highp_uvec2_vertex" />
8374<Test name="highp_uvec2_fragment" />
8375<Test name="highp_uvec3_vertex" />
8376<Test name="highp_uvec3_fragment" />
8377<Test name="highp_uvec4_vertex" />
8378<Test name="highp_uvec4_fragment" />
8379<Test name="lowp_ivec2_int_vertex" />
8380<Test name="lowp_ivec2_int_fragment" />
8381<Test name="mediump_ivec2_int_vertex" />
8382<Test name="mediump_ivec2_int_fragment" />
8383<Test name="lowp_ivec3_int_vertex" />
8384<Test name="lowp_ivec3_int_fragment" />
8385<Test name="mediump_ivec3_int_vertex" />
8386<Test name="mediump_ivec3_int_fragment" />
8387<Test name="lowp_ivec4_int_vertex" />
8388<Test name="lowp_ivec4_int_fragment" />
8389<Test name="mediump_ivec4_int_vertex" />
8390<Test name="mediump_ivec4_int_fragment" />
8391<Test name="highp_ivec2_int_vertex" />
8392<Test name="highp_ivec2_int_fragment" />
8393<Test name="highp_ivec3_int_vertex" />
8394<Test name="highp_ivec3_int_fragment" />
8395<Test name="highp_ivec4_int_vertex" />
8396<Test name="highp_ivec4_int_fragment" />
8397<Test name="lowp_uvec2_uint_vertex" />
8398<Test name="lowp_uvec2_uint_fragment" />
8399<Test name="mediump_uvec2_uint_vertex" />
8400<Test name="mediump_uvec2_uint_fragment" />
8401<Test name="lowp_uvec3_uint_vertex" />
8402<Test name="lowp_uvec3_uint_fragment" />
8403<Test name="mediump_uvec3_uint_vertex" />
8404<Test name="mediump_uvec3_uint_fragment" />
8405<Test name="lowp_uvec4_uint_vertex" />
8406<Test name="lowp_uvec4_uint_fragment" />
8407<Test name="mediump_uvec4_uint_vertex" />
8408<Test name="mediump_uvec4_uint_fragment" />
8409<Test name="highp_uvec2_uint_vertex" />
8410<Test name="highp_uvec2_uint_fragment" />
8411<Test name="highp_uvec3_uint_vertex" />
8412<Test name="highp_uvec3_uint_fragment" />
8413<Test name="highp_uvec4_uint_vertex" />
8414<Test name="highp_uvec4_uint_fragment" />
8415</TestCase>
8416<TestCase name="bitwise_and_assign_effect">
8417<Test name="lowp_int_vertex" />
8418<Test name="lowp_int_fragment" />
8419<Test name="mediump_int_vertex" />
8420<Test name="mediump_int_fragment" />
8421<Test name="lowp_ivec2_vertex" />
8422<Test name="lowp_ivec2_fragment" />
8423<Test name="mediump_ivec2_vertex" />
8424<Test name="mediump_ivec2_fragment" />
8425<Test name="lowp_ivec3_vertex" />
8426<Test name="lowp_ivec3_fragment" />
8427<Test name="mediump_ivec3_vertex" />
8428<Test name="mediump_ivec3_fragment" />
8429<Test name="lowp_ivec4_vertex" />
8430<Test name="lowp_ivec4_fragment" />
8431<Test name="mediump_ivec4_vertex" />
8432<Test name="mediump_ivec4_fragment" />
8433<Test name="highp_int_vertex" />
8434<Test name="highp_int_fragment" />
8435<Test name="highp_ivec2_vertex" />
8436<Test name="highp_ivec2_fragment" />
8437<Test name="highp_ivec3_vertex" />
8438<Test name="highp_ivec3_fragment" />
8439<Test name="highp_ivec4_vertex" />
8440<Test name="highp_ivec4_fragment" />
8441<Test name="lowp_uint_vertex" />
8442<Test name="lowp_uint_fragment" />
8443<Test name="mediump_uint_vertex" />
8444<Test name="mediump_uint_fragment" />
8445<Test name="lowp_uvec2_vertex" />
8446<Test name="lowp_uvec2_fragment" />
8447<Test name="mediump_uvec2_vertex" />
8448<Test name="mediump_uvec2_fragment" />
8449<Test name="lowp_uvec3_vertex" />
8450<Test name="lowp_uvec3_fragment" />
8451<Test name="mediump_uvec3_vertex" />
8452<Test name="mediump_uvec3_fragment" />
8453<Test name="lowp_uvec4_vertex" />
8454<Test name="lowp_uvec4_fragment" />
8455<Test name="mediump_uvec4_vertex" />
8456<Test name="mediump_uvec4_fragment" />
8457<Test name="highp_uint_vertex" />
8458<Test name="highp_uint_fragment" />
8459<Test name="highp_uvec2_vertex" />
8460<Test name="highp_uvec2_fragment" />
8461<Test name="highp_uvec3_vertex" />
8462<Test name="highp_uvec3_fragment" />
8463<Test name="highp_uvec4_vertex" />
8464<Test name="highp_uvec4_fragment" />
8465<Test name="lowp_ivec2_int_vertex" />
8466<Test name="lowp_ivec2_int_fragment" />
8467<Test name="mediump_ivec2_int_vertex" />
8468<Test name="mediump_ivec2_int_fragment" />
8469<Test name="lowp_ivec3_int_vertex" />
8470<Test name="lowp_ivec3_int_fragment" />
8471<Test name="mediump_ivec3_int_vertex" />
8472<Test name="mediump_ivec3_int_fragment" />
8473<Test name="lowp_ivec4_int_vertex" />
8474<Test name="lowp_ivec4_int_fragment" />
8475<Test name="mediump_ivec4_int_vertex" />
8476<Test name="mediump_ivec4_int_fragment" />
8477<Test name="highp_ivec2_int_vertex" />
8478<Test name="highp_ivec2_int_fragment" />
8479<Test name="highp_ivec3_int_vertex" />
8480<Test name="highp_ivec3_int_fragment" />
8481<Test name="highp_ivec4_int_vertex" />
8482<Test name="highp_ivec4_int_fragment" />
8483<Test name="lowp_uvec2_uint_vertex" />
8484<Test name="lowp_uvec2_uint_fragment" />
8485<Test name="mediump_uvec2_uint_vertex" />
8486<Test name="mediump_uvec2_uint_fragment" />
8487<Test name="lowp_uvec3_uint_vertex" />
8488<Test name="lowp_uvec3_uint_fragment" />
8489<Test name="mediump_uvec3_uint_vertex" />
8490<Test name="mediump_uvec3_uint_fragment" />
8491<Test name="lowp_uvec4_uint_vertex" />
8492<Test name="lowp_uvec4_uint_fragment" />
8493<Test name="mediump_uvec4_uint_vertex" />
8494<Test name="mediump_uvec4_uint_fragment" />
8495<Test name="highp_uvec2_uint_vertex" />
8496<Test name="highp_uvec2_uint_fragment" />
8497<Test name="highp_uvec3_uint_vertex" />
8498<Test name="highp_uvec3_uint_fragment" />
8499<Test name="highp_uvec4_uint_vertex" />
8500<Test name="highp_uvec4_uint_fragment" />
8501</TestCase>
8502<TestCase name="bitwise_or_assign_effect">
8503<Test name="lowp_int_vertex" />
8504<Test name="lowp_int_fragment" />
8505<Test name="mediump_int_vertex" />
8506<Test name="mediump_int_fragment" />
8507<Test name="lowp_ivec2_vertex" />
8508<Test name="lowp_ivec2_fragment" />
8509<Test name="mediump_ivec2_vertex" />
8510<Test name="mediump_ivec2_fragment" />
8511<Test name="lowp_ivec3_vertex" />
8512<Test name="lowp_ivec3_fragment" />
8513<Test name="mediump_ivec3_vertex" />
8514<Test name="mediump_ivec3_fragment" />
8515<Test name="lowp_ivec4_vertex" />
8516<Test name="lowp_ivec4_fragment" />
8517<Test name="mediump_ivec4_vertex" />
8518<Test name="mediump_ivec4_fragment" />
8519<Test name="highp_int_vertex" />
8520<Test name="highp_int_fragment" />
8521<Test name="highp_ivec2_vertex" />
8522<Test name="highp_ivec2_fragment" />
8523<Test name="highp_ivec3_vertex" />
8524<Test name="highp_ivec3_fragment" />
8525<Test name="highp_ivec4_vertex" />
8526<Test name="highp_ivec4_fragment" />
8527<Test name="lowp_uint_vertex" />
8528<Test name="lowp_uint_fragment" />
8529<Test name="mediump_uint_vertex" />
8530<Test name="mediump_uint_fragment" />
8531<Test name="lowp_uvec2_vertex" />
8532<Test name="lowp_uvec2_fragment" />
8533<Test name="mediump_uvec2_vertex" />
8534<Test name="mediump_uvec2_fragment" />
8535<Test name="lowp_uvec3_vertex" />
8536<Test name="lowp_uvec3_fragment" />
8537<Test name="mediump_uvec3_vertex" />
8538<Test name="mediump_uvec3_fragment" />
8539<Test name="lowp_uvec4_vertex" />
8540<Test name="lowp_uvec4_fragment" />
8541<Test name="mediump_uvec4_vertex" />
8542<Test name="mediump_uvec4_fragment" />
8543<Test name="highp_uint_vertex" />
8544<Test name="highp_uint_fragment" />
8545<Test name="highp_uvec2_vertex" />
8546<Test name="highp_uvec2_fragment" />
8547<Test name="highp_uvec3_vertex" />
8548<Test name="highp_uvec3_fragment" />
8549<Test name="highp_uvec4_vertex" />
8550<Test name="highp_uvec4_fragment" />
8551<Test name="lowp_ivec2_int_vertex" />
8552<Test name="lowp_ivec2_int_fragment" />
8553<Test name="mediump_ivec2_int_vertex" />
8554<Test name="mediump_ivec2_int_fragment" />
8555<Test name="lowp_ivec3_int_vertex" />
8556<Test name="lowp_ivec3_int_fragment" />
8557<Test name="mediump_ivec3_int_vertex" />
8558<Test name="mediump_ivec3_int_fragment" />
8559<Test name="lowp_ivec4_int_vertex" />
8560<Test name="lowp_ivec4_int_fragment" />
8561<Test name="mediump_ivec4_int_vertex" />
8562<Test name="mediump_ivec4_int_fragment" />
8563<Test name="highp_ivec2_int_vertex" />
8564<Test name="highp_ivec2_int_fragment" />
8565<Test name="highp_ivec3_int_vertex" />
8566<Test name="highp_ivec3_int_fragment" />
8567<Test name="highp_ivec4_int_vertex" />
8568<Test name="highp_ivec4_int_fragment" />
8569<Test name="lowp_uvec2_uint_vertex" />
8570<Test name="lowp_uvec2_uint_fragment" />
8571<Test name="mediump_uvec2_uint_vertex" />
8572<Test name="mediump_uvec2_uint_fragment" />
8573<Test name="lowp_uvec3_uint_vertex" />
8574<Test name="lowp_uvec3_uint_fragment" />
8575<Test name="mediump_uvec3_uint_vertex" />
8576<Test name="mediump_uvec3_uint_fragment" />
8577<Test name="lowp_uvec4_uint_vertex" />
8578<Test name="lowp_uvec4_uint_fragment" />
8579<Test name="mediump_uvec4_uint_vertex" />
8580<Test name="mediump_uvec4_uint_fragment" />
8581<Test name="highp_uvec2_uint_vertex" />
8582<Test name="highp_uvec2_uint_fragment" />
8583<Test name="highp_uvec3_uint_vertex" />
8584<Test name="highp_uvec3_uint_fragment" />
8585<Test name="highp_uvec4_uint_vertex" />
8586<Test name="highp_uvec4_uint_fragment" />
8587</TestCase>
8588<TestCase name="bitwise_xor_assign_effect">
8589<Test name="lowp_int_vertex" />
8590<Test name="lowp_int_fragment" />
8591<Test name="mediump_int_vertex" />
8592<Test name="mediump_int_fragment" />
8593<Test name="lowp_ivec2_vertex" />
8594<Test name="lowp_ivec2_fragment" />
8595<Test name="mediump_ivec2_vertex" />
8596<Test name="mediump_ivec2_fragment" />
8597<Test name="lowp_ivec3_vertex" />
8598<Test name="lowp_ivec3_fragment" />
8599<Test name="mediump_ivec3_vertex" />
8600<Test name="mediump_ivec3_fragment" />
8601<Test name="lowp_ivec4_vertex" />
8602<Test name="lowp_ivec4_fragment" />
8603<Test name="mediump_ivec4_vertex" />
8604<Test name="mediump_ivec4_fragment" />
8605<Test name="highp_int_vertex" />
8606<Test name="highp_int_fragment" />
8607<Test name="highp_ivec2_vertex" />
8608<Test name="highp_ivec2_fragment" />
8609<Test name="highp_ivec3_vertex" />
8610<Test name="highp_ivec3_fragment" />
8611<Test name="highp_ivec4_vertex" />
8612<Test name="highp_ivec4_fragment" />
8613<Test name="lowp_uint_vertex" />
8614<Test name="lowp_uint_fragment" />
8615<Test name="mediump_uint_vertex" />
8616<Test name="mediump_uint_fragment" />
8617<Test name="lowp_uvec2_vertex" />
8618<Test name="lowp_uvec2_fragment" />
8619<Test name="mediump_uvec2_vertex" />
8620<Test name="mediump_uvec2_fragment" />
8621<Test name="lowp_uvec3_vertex" />
8622<Test name="lowp_uvec3_fragment" />
8623<Test name="mediump_uvec3_vertex" />
8624<Test name="mediump_uvec3_fragment" />
8625<Test name="lowp_uvec4_vertex" />
8626<Test name="lowp_uvec4_fragment" />
8627<Test name="mediump_uvec4_vertex" />
8628<Test name="mediump_uvec4_fragment" />
8629<Test name="highp_uint_vertex" />
8630<Test name="highp_uint_fragment" />
8631<Test name="highp_uvec2_vertex" />
8632<Test name="highp_uvec2_fragment" />
8633<Test name="highp_uvec3_vertex" />
8634<Test name="highp_uvec3_fragment" />
8635<Test name="highp_uvec4_vertex" />
8636<Test name="highp_uvec4_fragment" />
8637<Test name="lowp_ivec2_int_vertex" />
8638<Test name="lowp_ivec2_int_fragment" />
8639<Test name="mediump_ivec2_int_vertex" />
8640<Test name="mediump_ivec2_int_fragment" />
8641<Test name="lowp_ivec3_int_vertex" />
8642<Test name="lowp_ivec3_int_fragment" />
8643<Test name="mediump_ivec3_int_vertex" />
8644<Test name="mediump_ivec3_int_fragment" />
8645<Test name="lowp_ivec4_int_vertex" />
8646<Test name="lowp_ivec4_int_fragment" />
8647<Test name="mediump_ivec4_int_vertex" />
8648<Test name="mediump_ivec4_int_fragment" />
8649<Test name="highp_ivec2_int_vertex" />
8650<Test name="highp_ivec2_int_fragment" />
8651<Test name="highp_ivec3_int_vertex" />
8652<Test name="highp_ivec3_int_fragment" />
8653<Test name="highp_ivec4_int_vertex" />
8654<Test name="highp_ivec4_int_fragment" />
8655<Test name="lowp_uvec2_uint_vertex" />
8656<Test name="lowp_uvec2_uint_fragment" />
8657<Test name="mediump_uvec2_uint_vertex" />
8658<Test name="mediump_uvec2_uint_fragment" />
8659<Test name="lowp_uvec3_uint_vertex" />
8660<Test name="lowp_uvec3_uint_fragment" />
8661<Test name="mediump_uvec3_uint_vertex" />
8662<Test name="mediump_uvec3_uint_fragment" />
8663<Test name="lowp_uvec4_uint_vertex" />
8664<Test name="lowp_uvec4_uint_fragment" />
8665<Test name="mediump_uvec4_uint_vertex" />
8666<Test name="mediump_uvec4_uint_fragment" />
8667<Test name="highp_uvec2_uint_vertex" />
8668<Test name="highp_uvec2_uint_fragment" />
8669<Test name="highp_uvec3_uint_vertex" />
8670<Test name="highp_uvec3_uint_fragment" />
8671<Test name="highp_uvec4_uint_vertex" />
8672<Test name="highp_uvec4_uint_fragment" />
8673</TestCase>
8674<TestCase name="left_shift_assign_effect">
8675<Test name="lowp_int_uint_vertex" />
8676<Test name="lowp_int_uint_fragment" />
8677<Test name="mediump_int_uint_vertex" />
8678<Test name="mediump_int_uint_fragment" />
8679<Test name="lowp_ivec2_uvec2_vertex" />
8680<Test name="lowp_ivec2_uvec2_fragment" />
8681<Test name="mediump_ivec2_uvec2_vertex" />
8682<Test name="mediump_ivec2_uvec2_fragment" />
8683<Test name="lowp_ivec3_uvec3_vertex" />
8684<Test name="lowp_ivec3_uvec3_fragment" />
8685<Test name="mediump_ivec3_uvec3_vertex" />
8686<Test name="mediump_ivec3_uvec3_fragment" />
8687<Test name="lowp_ivec4_uvec4_vertex" />
8688<Test name="lowp_ivec4_uvec4_fragment" />
8689<Test name="mediump_ivec4_uvec4_vertex" />
8690<Test name="mediump_ivec4_uvec4_fragment" />
8691<Test name="highp_int_uint_vertex" />
8692<Test name="highp_int_uint_fragment" />
8693<Test name="highp_ivec2_uvec2_vertex" />
8694<Test name="highp_ivec2_uvec2_fragment" />
8695<Test name="highp_ivec3_uvec3_vertex" />
8696<Test name="highp_ivec3_uvec3_fragment" />
8697<Test name="highp_ivec4_uvec4_vertex" />
8698<Test name="highp_ivec4_uvec4_fragment" />
8699<Test name="lowp_uint_vertex" />
8700<Test name="lowp_uint_fragment" />
8701<Test name="mediump_uint_vertex" />
8702<Test name="mediump_uint_fragment" />
8703<Test name="lowp_uvec2_vertex" />
8704<Test name="lowp_uvec2_fragment" />
8705<Test name="mediump_uvec2_vertex" />
8706<Test name="mediump_uvec2_fragment" />
8707<Test name="lowp_uvec3_vertex" />
8708<Test name="lowp_uvec3_fragment" />
8709<Test name="mediump_uvec3_vertex" />
8710<Test name="mediump_uvec3_fragment" />
8711<Test name="lowp_uvec4_vertex" />
8712<Test name="lowp_uvec4_fragment" />
8713<Test name="mediump_uvec4_vertex" />
8714<Test name="mediump_uvec4_fragment" />
8715<Test name="highp_uint_vertex" />
8716<Test name="highp_uint_fragment" />
8717<Test name="highp_uvec2_vertex" />
8718<Test name="highp_uvec2_fragment" />
8719<Test name="highp_uvec3_vertex" />
8720<Test name="highp_uvec3_fragment" />
8721<Test name="highp_uvec4_vertex" />
8722<Test name="highp_uvec4_fragment" />
8723<Test name="lowp_ivec2_uint_vertex" />
8724<Test name="lowp_ivec2_uint_fragment" />
8725<Test name="mediump_ivec2_uint_vertex" />
8726<Test name="mediump_ivec2_uint_fragment" />
8727<Test name="lowp_ivec3_uint_vertex" />
8728<Test name="lowp_ivec3_uint_fragment" />
8729<Test name="mediump_ivec3_uint_vertex" />
8730<Test name="mediump_ivec3_uint_fragment" />
8731<Test name="lowp_ivec4_uint_vertex" />
8732<Test name="lowp_ivec4_uint_fragment" />
8733<Test name="mediump_ivec4_uint_vertex" />
8734<Test name="mediump_ivec4_uint_fragment" />
8735<Test name="highp_ivec2_uint_vertex" />
8736<Test name="highp_ivec2_uint_fragment" />
8737<Test name="highp_ivec3_uint_vertex" />
8738<Test name="highp_ivec3_uint_fragment" />
8739<Test name="highp_ivec4_uint_vertex" />
8740<Test name="highp_ivec4_uint_fragment" />
8741<Test name="lowp_uvec2_uint_vertex" />
8742<Test name="lowp_uvec2_uint_fragment" />
8743<Test name="mediump_uvec2_uint_vertex" />
8744<Test name="mediump_uvec2_uint_fragment" />
8745<Test name="lowp_uvec3_uint_vertex" />
8746<Test name="lowp_uvec3_uint_fragment" />
8747<Test name="mediump_uvec3_uint_vertex" />
8748<Test name="mediump_uvec3_uint_fragment" />
8749<Test name="lowp_uvec4_uint_vertex" />
8750<Test name="lowp_uvec4_uint_fragment" />
8751<Test name="mediump_uvec4_uint_vertex" />
8752<Test name="mediump_uvec4_uint_fragment" />
8753<Test name="highp_uvec2_uint_vertex" />
8754<Test name="highp_uvec2_uint_fragment" />
8755<Test name="highp_uvec3_uint_vertex" />
8756<Test name="highp_uvec3_uint_fragment" />
8757<Test name="highp_uvec4_uint_vertex" />
8758<Test name="highp_uvec4_uint_fragment" />
8759<Test name="lowp_int_vertex" />
8760<Test name="lowp_int_fragment" />
8761<Test name="mediump_int_vertex" />
8762<Test name="mediump_int_fragment" />
8763<Test name="lowp_ivec2_vertex" />
8764<Test name="lowp_ivec2_fragment" />
8765<Test name="mediump_ivec2_vertex" />
8766<Test name="mediump_ivec2_fragment" />
8767<Test name="lowp_ivec3_vertex" />
8768<Test name="lowp_ivec3_fragment" />
8769<Test name="mediump_ivec3_vertex" />
8770<Test name="mediump_ivec3_fragment" />
8771<Test name="lowp_ivec4_vertex" />
8772<Test name="lowp_ivec4_fragment" />
8773<Test name="mediump_ivec4_vertex" />
8774<Test name="mediump_ivec4_fragment" />
8775<Test name="highp_int_vertex" />
8776<Test name="highp_int_fragment" />
8777<Test name="highp_ivec2_vertex" />
8778<Test name="highp_ivec2_fragment" />
8779<Test name="highp_ivec3_vertex" />
8780<Test name="highp_ivec3_fragment" />
8781<Test name="highp_ivec4_vertex" />
8782<Test name="highp_ivec4_fragment" />
8783<Test name="lowp_uint_int_vertex" />
8784<Test name="lowp_uint_int_fragment" />
8785<Test name="mediump_uint_int_vertex" />
8786<Test name="mediump_uint_int_fragment" />
8787<Test name="lowp_uvec2_ivec2_vertex" />
8788<Test name="lowp_uvec2_ivec2_fragment" />
8789<Test name="mediump_uvec2_ivec2_vertex" />
8790<Test name="mediump_uvec2_ivec2_fragment" />
8791<Test name="lowp_uvec3_ivec3_vertex" />
8792<Test name="lowp_uvec3_ivec3_fragment" />
8793<Test name="mediump_uvec3_ivec3_vertex" />
8794<Test name="mediump_uvec3_ivec3_fragment" />
8795<Test name="lowp_uvec4_ivec4_vertex" />
8796<Test name="lowp_uvec4_ivec4_fragment" />
8797<Test name="mediump_uvec4_ivec4_vertex" />
8798<Test name="mediump_uvec4_ivec4_fragment" />
8799<Test name="highp_uint_int_vertex" />
8800<Test name="highp_uint_int_fragment" />
8801<Test name="highp_uvec2_ivec2_vertex" />
8802<Test name="highp_uvec2_ivec2_fragment" />
8803<Test name="highp_uvec3_ivec3_vertex" />
8804<Test name="highp_uvec3_ivec3_fragment" />
8805<Test name="highp_uvec4_ivec4_vertex" />
8806<Test name="highp_uvec4_ivec4_fragment" />
8807<Test name="lowp_ivec2_int_vertex" />
8808<Test name="lowp_ivec2_int_fragment" />
8809<Test name="mediump_ivec2_int_vertex" />
8810<Test name="mediump_ivec2_int_fragment" />
8811<Test name="lowp_ivec3_int_vertex" />
8812<Test name="lowp_ivec3_int_fragment" />
8813<Test name="mediump_ivec3_int_vertex" />
8814<Test name="mediump_ivec3_int_fragment" />
8815<Test name="lowp_ivec4_int_vertex" />
8816<Test name="lowp_ivec4_int_fragment" />
8817<Test name="mediump_ivec4_int_vertex" />
8818<Test name="mediump_ivec4_int_fragment" />
8819<Test name="highp_ivec2_int_vertex" />
8820<Test name="highp_ivec2_int_fragment" />
8821<Test name="highp_ivec3_int_vertex" />
8822<Test name="highp_ivec3_int_fragment" />
8823<Test name="highp_ivec4_int_vertex" />
8824<Test name="highp_ivec4_int_fragment" />
8825<Test name="lowp_uvec2_int_vertex" />
8826<Test name="lowp_uvec2_int_fragment" />
8827<Test name="mediump_uvec2_int_vertex" />
8828<Test name="mediump_uvec2_int_fragment" />
8829<Test name="lowp_uvec3_int_vertex" />
8830<Test name="lowp_uvec3_int_fragment" />
8831<Test name="mediump_uvec3_int_vertex" />
8832<Test name="mediump_uvec3_int_fragment" />
8833<Test name="lowp_uvec4_int_vertex" />
8834<Test name="lowp_uvec4_int_fragment" />
8835<Test name="mediump_uvec4_int_vertex" />
8836<Test name="mediump_uvec4_int_fragment" />
8837<Test name="highp_uvec2_int_vertex" />
8838<Test name="highp_uvec2_int_fragment" />
8839<Test name="highp_uvec3_int_vertex" />
8840<Test name="highp_uvec3_int_fragment" />
8841<Test name="highp_uvec4_int_vertex" />
8842<Test name="highp_uvec4_int_fragment" />
8843</TestCase>
8844<TestCase name="right_shift_assign_effect">
8845<Test name="lowp_int_uint_vertex" />
8846<Test name="lowp_int_uint_fragment" />
8847<Test name="mediump_int_uint_vertex" />
8848<Test name="mediump_int_uint_fragment" />
8849<Test name="lowp_ivec2_uvec2_vertex" />
8850<Test name="lowp_ivec2_uvec2_fragment" />
8851<Test name="mediump_ivec2_uvec2_vertex" />
8852<Test name="mediump_ivec2_uvec2_fragment" />
8853<Test name="lowp_ivec3_uvec3_vertex" />
8854<Test name="lowp_ivec3_uvec3_fragment" />
8855<Test name="mediump_ivec3_uvec3_vertex" />
8856<Test name="mediump_ivec3_uvec3_fragment" />
8857<Test name="lowp_ivec4_uvec4_vertex" />
8858<Test name="lowp_ivec4_uvec4_fragment" />
8859<Test name="mediump_ivec4_uvec4_vertex" />
8860<Test name="mediump_ivec4_uvec4_fragment" />
8861<Test name="highp_int_uint_vertex" />
8862<Test name="highp_int_uint_fragment" />
8863<Test name="highp_ivec2_uvec2_vertex" />
8864<Test name="highp_ivec2_uvec2_fragment" />
8865<Test name="highp_ivec3_uvec3_vertex" />
8866<Test name="highp_ivec3_uvec3_fragment" />
8867<Test name="highp_ivec4_uvec4_vertex" />
8868<Test name="highp_ivec4_uvec4_fragment" />
8869<Test name="lowp_uint_vertex" />
8870<Test name="lowp_uint_fragment" />
8871<Test name="mediump_uint_vertex" />
8872<Test name="mediump_uint_fragment" />
8873<Test name="lowp_uvec2_vertex" />
8874<Test name="lowp_uvec2_fragment" />
8875<Test name="mediump_uvec2_vertex" />
8876<Test name="mediump_uvec2_fragment" />
8877<Test name="lowp_uvec3_vertex" />
8878<Test name="lowp_uvec3_fragment" />
8879<Test name="mediump_uvec3_vertex" />
8880<Test name="mediump_uvec3_fragment" />
8881<Test name="lowp_uvec4_vertex" />
8882<Test name="lowp_uvec4_fragment" />
8883<Test name="mediump_uvec4_vertex" />
8884<Test name="mediump_uvec4_fragment" />
8885<Test name="highp_uint_vertex" />
8886<Test name="highp_uint_fragment" />
8887<Test name="highp_uvec2_vertex" />
8888<Test name="highp_uvec2_fragment" />
8889<Test name="highp_uvec3_vertex" />
8890<Test name="highp_uvec3_fragment" />
8891<Test name="highp_uvec4_vertex" />
8892<Test name="highp_uvec4_fragment" />
8893<Test name="lowp_ivec2_uint_vertex" />
8894<Test name="lowp_ivec2_uint_fragment" />
8895<Test name="mediump_ivec2_uint_vertex" />
8896<Test name="mediump_ivec2_uint_fragment" />
8897<Test name="lowp_ivec3_uint_vertex" />
8898<Test name="lowp_ivec3_uint_fragment" />
8899<Test name="mediump_ivec3_uint_vertex" />
8900<Test name="mediump_ivec3_uint_fragment" />
8901<Test name="lowp_ivec4_uint_vertex" />
8902<Test name="lowp_ivec4_uint_fragment" />
8903<Test name="mediump_ivec4_uint_vertex" />
8904<Test name="mediump_ivec4_uint_fragment" />
8905<Test name="highp_ivec2_uint_vertex" />
8906<Test name="highp_ivec2_uint_fragment" />
8907<Test name="highp_ivec3_uint_vertex" />
8908<Test name="highp_ivec3_uint_fragment" />
8909<Test name="highp_ivec4_uint_vertex" />
8910<Test name="highp_ivec4_uint_fragment" />
8911<Test name="lowp_uvec2_uint_vertex" />
8912<Test name="lowp_uvec2_uint_fragment" />
8913<Test name="mediump_uvec2_uint_vertex" />
8914<Test name="mediump_uvec2_uint_fragment" />
8915<Test name="lowp_uvec3_uint_vertex" />
8916<Test name="lowp_uvec3_uint_fragment" />
8917<Test name="mediump_uvec3_uint_vertex" />
8918<Test name="mediump_uvec3_uint_fragment" />
8919<Test name="lowp_uvec4_uint_vertex" />
8920<Test name="lowp_uvec4_uint_fragment" />
8921<Test name="mediump_uvec4_uint_vertex" />
8922<Test name="mediump_uvec4_uint_fragment" />
8923<Test name="highp_uvec2_uint_vertex" />
8924<Test name="highp_uvec2_uint_fragment" />
8925<Test name="highp_uvec3_uint_vertex" />
8926<Test name="highp_uvec3_uint_fragment" />
8927<Test name="highp_uvec4_uint_vertex" />
8928<Test name="highp_uvec4_uint_fragment" />
8929<Test name="lowp_int_vertex" />
8930<Test name="lowp_int_fragment" />
8931<Test name="mediump_int_vertex" />
8932<Test name="mediump_int_fragment" />
8933<Test name="lowp_ivec2_vertex" />
8934<Test name="lowp_ivec2_fragment" />
8935<Test name="mediump_ivec2_vertex" />
8936<Test name="mediump_ivec2_fragment" />
8937<Test name="lowp_ivec3_vertex" />
8938<Test name="lowp_ivec3_fragment" />
8939<Test name="mediump_ivec3_vertex" />
8940<Test name="mediump_ivec3_fragment" />
8941<Test name="lowp_ivec4_vertex" />
8942<Test name="lowp_ivec4_fragment" />
8943<Test name="mediump_ivec4_vertex" />
8944<Test name="mediump_ivec4_fragment" />
8945<Test name="highp_int_vertex" />
8946<Test name="highp_int_fragment" />
8947<Test name="highp_ivec2_vertex" />
8948<Test name="highp_ivec2_fragment" />
8949<Test name="highp_ivec3_vertex" />
8950<Test name="highp_ivec3_fragment" />
8951<Test name="highp_ivec4_vertex" />
8952<Test name="highp_ivec4_fragment" />
8953<Test name="lowp_uint_int_vertex" />
8954<Test name="lowp_uint_int_fragment" />
8955<Test name="mediump_uint_int_vertex" />
8956<Test name="mediump_uint_int_fragment" />
8957<Test name="lowp_uvec2_ivec2_vertex" />
8958<Test name="lowp_uvec2_ivec2_fragment" />
8959<Test name="mediump_uvec2_ivec2_vertex" />
8960<Test name="mediump_uvec2_ivec2_fragment" />
8961<Test name="lowp_uvec3_ivec3_vertex" />
8962<Test name="lowp_uvec3_ivec3_fragment" />
8963<Test name="mediump_uvec3_ivec3_vertex" />
8964<Test name="mediump_uvec3_ivec3_fragment" />
8965<Test name="lowp_uvec4_ivec4_vertex" />
8966<Test name="lowp_uvec4_ivec4_fragment" />
8967<Test name="mediump_uvec4_ivec4_vertex" />
8968<Test name="mediump_uvec4_ivec4_fragment" />
8969<Test name="highp_uint_int_vertex" />
8970<Test name="highp_uint_int_fragment" />
8971<Test name="highp_uvec2_ivec2_vertex" />
8972<Test name="highp_uvec2_ivec2_fragment" />
8973<Test name="highp_uvec3_ivec3_vertex" />
8974<Test name="highp_uvec3_ivec3_fragment" />
8975<Test name="highp_uvec4_ivec4_vertex" />
8976<Test name="highp_uvec4_ivec4_fragment" />
8977<Test name="lowp_ivec2_int_vertex" />
8978<Test name="lowp_ivec2_int_fragment" />
8979<Test name="mediump_ivec2_int_vertex" />
8980<Test name="mediump_ivec2_int_fragment" />
8981<Test name="lowp_ivec3_int_vertex" />
8982<Test name="lowp_ivec3_int_fragment" />
8983<Test name="mediump_ivec3_int_vertex" />
8984<Test name="mediump_ivec3_int_fragment" />
8985<Test name="lowp_ivec4_int_vertex" />
8986<Test name="lowp_ivec4_int_fragment" />
8987<Test name="mediump_ivec4_int_vertex" />
8988<Test name="mediump_ivec4_int_fragment" />
8989<Test name="highp_ivec2_int_vertex" />
8990<Test name="highp_ivec2_int_fragment" />
8991<Test name="highp_ivec3_int_vertex" />
8992<Test name="highp_ivec3_int_fragment" />
8993<Test name="highp_ivec4_int_vertex" />
8994<Test name="highp_ivec4_int_fragment" />
8995<Test name="lowp_uvec2_int_vertex" />
8996<Test name="lowp_uvec2_int_fragment" />
8997<Test name="mediump_uvec2_int_vertex" />
8998<Test name="mediump_uvec2_int_fragment" />
8999<Test name="lowp_uvec3_int_vertex" />
9000<Test name="lowp_uvec3_int_fragment" />
9001<Test name="mediump_uvec3_int_vertex" />
9002<Test name="mediump_uvec3_int_fragment" />
9003<Test name="lowp_uvec4_int_vertex" />
9004<Test name="lowp_uvec4_int_fragment" />
9005<Test name="mediump_uvec4_int_vertex" />
9006<Test name="mediump_uvec4_int_fragment" />
9007<Test name="highp_uvec2_int_vertex" />
9008<Test name="highp_uvec2_int_fragment" />
9009<Test name="highp_uvec3_int_vertex" />
9010<Test name="highp_uvec3_int_fragment" />
9011<Test name="highp_uvec4_int_vertex" />
9012<Test name="highp_uvec4_int_fragment" />
9013</TestCase>
9014<TestCase name="add_assign_result">
9015<Test name="lowp_float_vertex" />
9016<Test name="lowp_float_fragment" />
9017<Test name="mediump_float_vertex" />
9018<Test name="mediump_float_fragment" />
9019<Test name="highp_float_vertex" />
9020<Test name="highp_float_fragment" />
9021<Test name="lowp_vec2_vertex" />
9022<Test name="lowp_vec2_fragment" />
9023<Test name="mediump_vec2_vertex" />
9024<Test name="mediump_vec2_fragment" />
9025<Test name="highp_vec2_vertex" />
9026<Test name="highp_vec2_fragment" />
9027<Test name="lowp_vec3_vertex" />
9028<Test name="lowp_vec3_fragment" />
9029<Test name="mediump_vec3_vertex" />
9030<Test name="mediump_vec3_fragment" />
9031<Test name="highp_vec3_vertex" />
9032<Test name="highp_vec3_fragment" />
9033<Test name="lowp_vec4_vertex" />
9034<Test name="lowp_vec4_fragment" />
9035<Test name="mediump_vec4_vertex" />
9036<Test name="mediump_vec4_fragment" />
9037<Test name="highp_vec4_vertex" />
9038<Test name="highp_vec4_fragment" />
9039<Test name="lowp_int_vertex" />
9040<Test name="lowp_int_fragment" />
9041<Test name="mediump_int_vertex" />
9042<Test name="mediump_int_fragment" />
9043<Test name="lowp_ivec2_vertex" />
9044<Test name="lowp_ivec2_fragment" />
9045<Test name="mediump_ivec2_vertex" />
9046<Test name="mediump_ivec2_fragment" />
9047<Test name="lowp_ivec3_vertex" />
9048<Test name="lowp_ivec3_fragment" />
9049<Test name="mediump_ivec3_vertex" />
9050<Test name="mediump_ivec3_fragment" />
9051<Test name="lowp_ivec4_vertex" />
9052<Test name="lowp_ivec4_fragment" />
9053<Test name="mediump_ivec4_vertex" />
9054<Test name="mediump_ivec4_fragment" />
9055<Test name="highp_int_vertex" />
9056<Test name="highp_int_fragment" />
9057<Test name="highp_ivec2_vertex" />
9058<Test name="highp_ivec2_fragment" />
9059<Test name="highp_ivec3_vertex" />
9060<Test name="highp_ivec3_fragment" />
9061<Test name="highp_ivec4_vertex" />
9062<Test name="highp_ivec4_fragment" />
9063<Test name="lowp_uint_vertex" />
9064<Test name="lowp_uint_fragment" />
9065<Test name="mediump_uint_vertex" />
9066<Test name="mediump_uint_fragment" />
9067<Test name="lowp_uvec2_vertex" />
9068<Test name="lowp_uvec2_fragment" />
9069<Test name="mediump_uvec2_vertex" />
9070<Test name="mediump_uvec2_fragment" />
9071<Test name="lowp_uvec3_vertex" />
9072<Test name="lowp_uvec3_fragment" />
9073<Test name="mediump_uvec3_vertex" />
9074<Test name="mediump_uvec3_fragment" />
9075<Test name="lowp_uvec4_vertex" />
9076<Test name="lowp_uvec4_fragment" />
9077<Test name="mediump_uvec4_vertex" />
9078<Test name="mediump_uvec4_fragment" />
9079<Test name="highp_uint_vertex" />
9080<Test name="highp_uint_fragment" />
9081<Test name="highp_uvec2_vertex" />
9082<Test name="highp_uvec2_fragment" />
9083<Test name="highp_uvec3_vertex" />
9084<Test name="highp_uvec3_fragment" />
9085<Test name="highp_uvec4_vertex" />
9086<Test name="highp_uvec4_fragment" />
9087<Test name="lowp_vec2_float_vertex" />
9088<Test name="lowp_vec2_float_fragment" />
9089<Test name="mediump_vec2_float_vertex" />
9090<Test name="mediump_vec2_float_fragment" />
9091<Test name="highp_vec2_float_vertex" />
9092<Test name="highp_vec2_float_fragment" />
9093<Test name="lowp_vec3_float_vertex" />
9094<Test name="lowp_vec3_float_fragment" />
9095<Test name="mediump_vec3_float_vertex" />
9096<Test name="mediump_vec3_float_fragment" />
9097<Test name="highp_vec3_float_vertex" />
9098<Test name="highp_vec3_float_fragment" />
9099<Test name="lowp_vec4_float_vertex" />
9100<Test name="lowp_vec4_float_fragment" />
9101<Test name="mediump_vec4_float_vertex" />
9102<Test name="mediump_vec4_float_fragment" />
9103<Test name="highp_vec4_float_vertex" />
9104<Test name="highp_vec4_float_fragment" />
9105<Test name="lowp_ivec2_int_vertex" />
9106<Test name="lowp_ivec2_int_fragment" />
9107<Test name="mediump_ivec2_int_vertex" />
9108<Test name="mediump_ivec2_int_fragment" />
9109<Test name="lowp_ivec3_int_vertex" />
9110<Test name="lowp_ivec3_int_fragment" />
9111<Test name="mediump_ivec3_int_vertex" />
9112<Test name="mediump_ivec3_int_fragment" />
9113<Test name="lowp_ivec4_int_vertex" />
9114<Test name="lowp_ivec4_int_fragment" />
9115<Test name="mediump_ivec4_int_vertex" />
9116<Test name="mediump_ivec4_int_fragment" />
9117<Test name="highp_ivec2_int_vertex" />
9118<Test name="highp_ivec2_int_fragment" />
9119<Test name="highp_ivec3_int_vertex" />
9120<Test name="highp_ivec3_int_fragment" />
9121<Test name="highp_ivec4_int_vertex" />
9122<Test name="highp_ivec4_int_fragment" />
9123<Test name="lowp_uvec2_uint_vertex" />
9124<Test name="lowp_uvec2_uint_fragment" />
9125<Test name="mediump_uvec2_uint_vertex" />
9126<Test name="mediump_uvec2_uint_fragment" />
9127<Test name="lowp_uvec3_uint_vertex" />
9128<Test name="lowp_uvec3_uint_fragment" />
9129<Test name="mediump_uvec3_uint_vertex" />
9130<Test name="mediump_uvec3_uint_fragment" />
9131<Test name="lowp_uvec4_uint_vertex" />
9132<Test name="lowp_uvec4_uint_fragment" />
9133<Test name="mediump_uvec4_uint_vertex" />
9134<Test name="mediump_uvec4_uint_fragment" />
9135<Test name="highp_uvec2_uint_vertex" />
9136<Test name="highp_uvec2_uint_fragment" />
9137<Test name="highp_uvec3_uint_vertex" />
9138<Test name="highp_uvec3_uint_fragment" />
9139<Test name="highp_uvec4_uint_vertex" />
9140<Test name="highp_uvec4_uint_fragment" />
9141</TestCase>
9142<TestCase name="sub_assign_result">
9143<Test name="lowp_float_vertex" />
9144<Test name="lowp_float_fragment" />
9145<Test name="mediump_float_vertex" />
9146<Test name="mediump_float_fragment" />
9147<Test name="highp_float_vertex" />
9148<Test name="highp_float_fragment" />
9149<Test name="lowp_vec2_vertex" />
9150<Test name="lowp_vec2_fragment" />
9151<Test name="mediump_vec2_vertex" />
9152<Test name="mediump_vec2_fragment" />
9153<Test name="highp_vec2_vertex" />
9154<Test name="highp_vec2_fragment" />
9155<Test name="lowp_vec3_vertex" />
9156<Test name="lowp_vec3_fragment" />
9157<Test name="mediump_vec3_vertex" />
9158<Test name="mediump_vec3_fragment" />
9159<Test name="highp_vec3_vertex" />
9160<Test name="highp_vec3_fragment" />
9161<Test name="lowp_vec4_vertex" />
9162<Test name="lowp_vec4_fragment" />
9163<Test name="mediump_vec4_vertex" />
9164<Test name="mediump_vec4_fragment" />
9165<Test name="highp_vec4_vertex" />
9166<Test name="highp_vec4_fragment" />
9167<Test name="lowp_int_vertex" />
9168<Test name="lowp_int_fragment" />
9169<Test name="mediump_int_vertex" />
9170<Test name="mediump_int_fragment" />
9171<Test name="lowp_ivec2_vertex" />
9172<Test name="lowp_ivec2_fragment" />
9173<Test name="mediump_ivec2_vertex" />
9174<Test name="mediump_ivec2_fragment" />
9175<Test name="lowp_ivec3_vertex" />
9176<Test name="lowp_ivec3_fragment" />
9177<Test name="mediump_ivec3_vertex" />
9178<Test name="mediump_ivec3_fragment" />
9179<Test name="lowp_ivec4_vertex" />
9180<Test name="lowp_ivec4_fragment" />
9181<Test name="mediump_ivec4_vertex" />
9182<Test name="mediump_ivec4_fragment" />
9183<Test name="highp_int_vertex" />
9184<Test name="highp_int_fragment" />
9185<Test name="highp_ivec2_vertex" />
9186<Test name="highp_ivec2_fragment" />
9187<Test name="highp_ivec3_vertex" />
9188<Test name="highp_ivec3_fragment" />
9189<Test name="highp_ivec4_vertex" />
9190<Test name="highp_ivec4_fragment" />
9191<Test name="lowp_uint_vertex" />
9192<Test name="lowp_uint_fragment" />
9193<Test name="mediump_uint_vertex" />
9194<Test name="mediump_uint_fragment" />
9195<Test name="lowp_uvec2_vertex" />
9196<Test name="lowp_uvec2_fragment" />
9197<Test name="mediump_uvec2_vertex" />
9198<Test name="mediump_uvec2_fragment" />
9199<Test name="lowp_uvec3_vertex" />
9200<Test name="lowp_uvec3_fragment" />
9201<Test name="mediump_uvec3_vertex" />
9202<Test name="mediump_uvec3_fragment" />
9203<Test name="lowp_uvec4_vertex" />
9204<Test name="lowp_uvec4_fragment" />
9205<Test name="mediump_uvec4_vertex" />
9206<Test name="mediump_uvec4_fragment" />
9207<Test name="highp_uint_vertex" />
9208<Test name="highp_uint_fragment" />
9209<Test name="highp_uvec2_vertex" />
9210<Test name="highp_uvec2_fragment" />
9211<Test name="highp_uvec3_vertex" />
9212<Test name="highp_uvec3_fragment" />
9213<Test name="highp_uvec4_vertex" />
9214<Test name="highp_uvec4_fragment" />
9215<Test name="lowp_vec2_float_vertex" />
9216<Test name="lowp_vec2_float_fragment" />
9217<Test name="mediump_vec2_float_vertex" />
9218<Test name="mediump_vec2_float_fragment" />
9219<Test name="highp_vec2_float_vertex" />
9220<Test name="highp_vec2_float_fragment" />
9221<Test name="lowp_vec3_float_vertex" />
9222<Test name="lowp_vec3_float_fragment" />
9223<Test name="mediump_vec3_float_vertex" />
9224<Test name="mediump_vec3_float_fragment" />
9225<Test name="highp_vec3_float_vertex" />
9226<Test name="highp_vec3_float_fragment" />
9227<Test name="lowp_vec4_float_vertex" />
9228<Test name="lowp_vec4_float_fragment" />
9229<Test name="mediump_vec4_float_vertex" />
9230<Test name="mediump_vec4_float_fragment" />
9231<Test name="highp_vec4_float_vertex" />
9232<Test name="highp_vec4_float_fragment" />
9233<Test name="lowp_ivec2_int_vertex" />
9234<Test name="lowp_ivec2_int_fragment" />
9235<Test name="mediump_ivec2_int_vertex" />
9236<Test name="mediump_ivec2_int_fragment" />
9237<Test name="lowp_ivec3_int_vertex" />
9238<Test name="lowp_ivec3_int_fragment" />
9239<Test name="mediump_ivec3_int_vertex" />
9240<Test name="mediump_ivec3_int_fragment" />
9241<Test name="lowp_ivec4_int_vertex" />
9242<Test name="lowp_ivec4_int_fragment" />
9243<Test name="mediump_ivec4_int_vertex" />
9244<Test name="mediump_ivec4_int_fragment" />
9245<Test name="highp_ivec2_int_vertex" />
9246<Test name="highp_ivec2_int_fragment" />
9247<Test name="highp_ivec3_int_vertex" />
9248<Test name="highp_ivec3_int_fragment" />
9249<Test name="highp_ivec4_int_vertex" />
9250<Test name="highp_ivec4_int_fragment" />
9251<Test name="lowp_uvec2_uint_vertex" />
9252<Test name="lowp_uvec2_uint_fragment" />
9253<Test name="mediump_uvec2_uint_vertex" />
9254<Test name="mediump_uvec2_uint_fragment" />
9255<Test name="lowp_uvec3_uint_vertex" />
9256<Test name="lowp_uvec3_uint_fragment" />
9257<Test name="mediump_uvec3_uint_vertex" />
9258<Test name="mediump_uvec3_uint_fragment" />
9259<Test name="lowp_uvec4_uint_vertex" />
9260<Test name="lowp_uvec4_uint_fragment" />
9261<Test name="mediump_uvec4_uint_vertex" />
9262<Test name="mediump_uvec4_uint_fragment" />
9263<Test name="highp_uvec2_uint_vertex" />
9264<Test name="highp_uvec2_uint_fragment" />
9265<Test name="highp_uvec3_uint_vertex" />
9266<Test name="highp_uvec3_uint_fragment" />
9267<Test name="highp_uvec4_uint_vertex" />
9268<Test name="highp_uvec4_uint_fragment" />
9269</TestCase>
9270<TestCase name="mul_assign_result">
9271<Test name="lowp_float_vertex" />
9272<Test name="lowp_float_fragment" />
9273<Test name="mediump_float_vertex" />
9274<Test name="mediump_float_fragment" />
9275<Test name="highp_float_vertex" />
9276<Test name="highp_float_fragment" />
9277<Test name="lowp_vec2_vertex" />
9278<Test name="lowp_vec2_fragment" />
9279<Test name="mediump_vec2_vertex" />
9280<Test name="mediump_vec2_fragment" />
9281<Test name="highp_vec2_vertex" />
9282<Test name="highp_vec2_fragment" />
9283<Test name="lowp_vec3_vertex" />
9284<Test name="lowp_vec3_fragment" />
9285<Test name="mediump_vec3_vertex" />
9286<Test name="mediump_vec3_fragment" />
9287<Test name="highp_vec3_vertex" />
9288<Test name="highp_vec3_fragment" />
9289<Test name="lowp_vec4_vertex" />
9290<Test name="lowp_vec4_fragment" />
9291<Test name="mediump_vec4_vertex" />
9292<Test name="mediump_vec4_fragment" />
9293<Test name="highp_vec4_vertex" />
9294<Test name="highp_vec4_fragment" />
9295<Test name="lowp_int_vertex" />
9296<Test name="lowp_int_fragment" />
9297<Test name="mediump_int_vertex" />
9298<Test name="mediump_int_fragment" />
9299<Test name="lowp_ivec2_vertex" />
9300<Test name="lowp_ivec2_fragment" />
9301<Test name="mediump_ivec2_vertex" />
9302<Test name="mediump_ivec2_fragment" />
9303<Test name="lowp_ivec3_vertex" />
9304<Test name="lowp_ivec3_fragment" />
9305<Test name="mediump_ivec3_vertex" />
9306<Test name="mediump_ivec3_fragment" />
9307<Test name="lowp_ivec4_vertex" />
9308<Test name="lowp_ivec4_fragment" />
9309<Test name="mediump_ivec4_vertex" />
9310<Test name="mediump_ivec4_fragment" />
9311<Test name="highp_int_vertex" />
9312<Test name="highp_int_fragment" />
9313<Test name="highp_ivec2_vertex" />
9314<Test name="highp_ivec2_fragment" />
9315<Test name="highp_ivec3_vertex" />
9316<Test name="highp_ivec3_fragment" />
9317<Test name="highp_ivec4_vertex" />
9318<Test name="highp_ivec4_fragment" />
9319<Test name="lowp_uint_vertex" />
9320<Test name="lowp_uint_fragment" />
9321<Test name="mediump_uint_vertex" />
9322<Test name="mediump_uint_fragment" />
9323<Test name="lowp_uvec2_vertex" />
9324<Test name="lowp_uvec2_fragment" />
9325<Test name="mediump_uvec2_vertex" />
9326<Test name="mediump_uvec2_fragment" />
9327<Test name="lowp_uvec3_vertex" />
9328<Test name="lowp_uvec3_fragment" />
9329<Test name="mediump_uvec3_vertex" />
9330<Test name="mediump_uvec3_fragment" />
9331<Test name="lowp_uvec4_vertex" />
9332<Test name="lowp_uvec4_fragment" />
9333<Test name="mediump_uvec4_vertex" />
9334<Test name="mediump_uvec4_fragment" />
9335<Test name="highp_uint_vertex" />
9336<Test name="highp_uint_fragment" />
9337<Test name="highp_uvec2_vertex" />
9338<Test name="highp_uvec2_fragment" />
9339<Test name="highp_uvec3_vertex" />
9340<Test name="highp_uvec3_fragment" />
9341<Test name="highp_uvec4_vertex" />
9342<Test name="highp_uvec4_fragment" />
9343<Test name="lowp_vec2_float_vertex" />
9344<Test name="lowp_vec2_float_fragment" />
9345<Test name="mediump_vec2_float_vertex" />
9346<Test name="mediump_vec2_float_fragment" />
9347<Test name="highp_vec2_float_vertex" />
9348<Test name="highp_vec2_float_fragment" />
9349<Test name="lowp_vec3_float_vertex" />
9350<Test name="lowp_vec3_float_fragment" />
9351<Test name="mediump_vec3_float_vertex" />
9352<Test name="mediump_vec3_float_fragment" />
9353<Test name="highp_vec3_float_vertex" />
9354<Test name="highp_vec3_float_fragment" />
9355<Test name="lowp_vec4_float_vertex" />
9356<Test name="lowp_vec4_float_fragment" />
9357<Test name="mediump_vec4_float_vertex" />
9358<Test name="mediump_vec4_float_fragment" />
9359<Test name="highp_vec4_float_vertex" />
9360<Test name="highp_vec4_float_fragment" />
9361<Test name="lowp_ivec2_int_vertex" />
9362<Test name="lowp_ivec2_int_fragment" />
9363<Test name="mediump_ivec2_int_vertex" />
9364<Test name="mediump_ivec2_int_fragment" />
9365<Test name="lowp_ivec3_int_vertex" />
9366<Test name="lowp_ivec3_int_fragment" />
9367<Test name="mediump_ivec3_int_vertex" />
9368<Test name="mediump_ivec3_int_fragment" />
9369<Test name="lowp_ivec4_int_vertex" />
9370<Test name="lowp_ivec4_int_fragment" />
9371<Test name="mediump_ivec4_int_vertex" />
9372<Test name="mediump_ivec4_int_fragment" />
9373<Test name="highp_ivec2_int_vertex" />
9374<Test name="highp_ivec2_int_fragment" />
9375<Test name="highp_ivec3_int_vertex" />
9376<Test name="highp_ivec3_int_fragment" />
9377<Test name="highp_ivec4_int_vertex" />
9378<Test name="highp_ivec4_int_fragment" />
9379<Test name="lowp_uvec2_uint_vertex" />
9380<Test name="lowp_uvec2_uint_fragment" />
9381<Test name="mediump_uvec2_uint_vertex" />
9382<Test name="mediump_uvec2_uint_fragment" />
9383<Test name="lowp_uvec3_uint_vertex" />
9384<Test name="lowp_uvec3_uint_fragment" />
9385<Test name="mediump_uvec3_uint_vertex" />
9386<Test name="mediump_uvec3_uint_fragment" />
9387<Test name="lowp_uvec4_uint_vertex" />
9388<Test name="lowp_uvec4_uint_fragment" />
9389<Test name="mediump_uvec4_uint_vertex" />
9390<Test name="mediump_uvec4_uint_fragment" />
9391<Test name="highp_uvec2_uint_vertex" />
9392<Test name="highp_uvec2_uint_fragment" />
9393<Test name="highp_uvec3_uint_vertex" />
9394<Test name="highp_uvec3_uint_fragment" />
9395<Test name="highp_uvec4_uint_vertex" />
9396<Test name="highp_uvec4_uint_fragment" />
9397</TestCase>
9398<TestCase name="div_assign_result">
9399<Test name="lowp_float_vertex" />
9400<Test name="lowp_float_fragment" />
9401<Test name="mediump_float_vertex" />
9402<Test name="mediump_float_fragment" />
9403<Test name="highp_float_vertex" />
9404<Test name="highp_float_fragment" />
9405<Test name="lowp_vec2_vertex" />
9406<Test name="lowp_vec2_fragment" />
9407<Test name="mediump_vec2_vertex" />
9408<Test name="mediump_vec2_fragment" />
9409<Test name="highp_vec2_vertex" />
9410<Test name="highp_vec2_fragment" />
9411<Test name="lowp_vec3_vertex" />
9412<Test name="lowp_vec3_fragment" />
9413<Test name="mediump_vec3_vertex" />
9414<Test name="mediump_vec3_fragment" />
9415<Test name="highp_vec3_vertex" />
9416<Test name="highp_vec3_fragment" />
9417<Test name="lowp_vec4_vertex" />
9418<Test name="lowp_vec4_fragment" />
9419<Test name="mediump_vec4_vertex" />
9420<Test name="mediump_vec4_fragment" />
9421<Test name="highp_vec4_vertex" />
9422<Test name="highp_vec4_fragment" />
9423<Test name="lowp_int_vertex" />
9424<Test name="lowp_int_fragment" />
9425<Test name="mediump_int_vertex" />
9426<Test name="mediump_int_fragment" />
9427<Test name="lowp_ivec2_vertex" />
9428<Test name="lowp_ivec2_fragment" />
9429<Test name="mediump_ivec2_vertex" />
9430<Test name="mediump_ivec2_fragment" />
9431<Test name="lowp_ivec3_vertex" />
9432<Test name="lowp_ivec3_fragment" />
9433<Test name="mediump_ivec3_vertex" />
9434<Test name="mediump_ivec3_fragment" />
9435<Test name="lowp_ivec4_vertex" />
9436<Test name="lowp_ivec4_fragment" />
9437<Test name="mediump_ivec4_vertex" />
9438<Test name="mediump_ivec4_fragment" />
9439<Test name="highp_int_vertex" />
9440<Test name="highp_int_fragment" />
9441<Test name="highp_ivec2_vertex" />
9442<Test name="highp_ivec2_fragment" />
9443<Test name="highp_ivec3_vertex" />
9444<Test name="highp_ivec3_fragment" />
9445<Test name="highp_ivec4_vertex" />
9446<Test name="highp_ivec4_fragment" />
9447<Test name="lowp_uint_vertex" />
9448<Test name="lowp_uint_fragment" />
9449<Test name="mediump_uint_vertex" />
9450<Test name="mediump_uint_fragment" />
9451<Test name="lowp_uvec2_vertex" />
9452<Test name="lowp_uvec2_fragment" />
9453<Test name="mediump_uvec2_vertex" />
9454<Test name="mediump_uvec2_fragment" />
9455<Test name="lowp_uvec3_vertex" />
9456<Test name="lowp_uvec3_fragment" />
9457<Test name="mediump_uvec3_vertex" />
9458<Test name="mediump_uvec3_fragment" />
9459<Test name="lowp_uvec4_vertex" />
9460<Test name="lowp_uvec4_fragment" />
9461<Test name="mediump_uvec4_vertex" />
9462<Test name="mediump_uvec4_fragment" />
9463<Test name="highp_uint_vertex" />
9464<Test name="highp_uint_fragment" />
9465<Test name="highp_uvec2_vertex" />
9466<Test name="highp_uvec2_fragment" />
9467<Test name="highp_uvec3_vertex" />
9468<Test name="highp_uvec3_fragment" />
9469<Test name="highp_uvec4_vertex" />
9470<Test name="highp_uvec4_fragment" />
9471<Test name="lowp_vec2_float_vertex" />
9472<Test name="lowp_vec2_float_fragment" />
9473<Test name="mediump_vec2_float_vertex" />
9474<Test name="mediump_vec2_float_fragment" />
9475<Test name="highp_vec2_float_vertex" />
9476<Test name="highp_vec2_float_fragment" />
9477<Test name="lowp_vec3_float_vertex" />
9478<Test name="lowp_vec3_float_fragment" />
9479<Test name="mediump_vec3_float_vertex" />
9480<Test name="mediump_vec3_float_fragment" />
9481<Test name="highp_vec3_float_vertex" />
9482<Test name="highp_vec3_float_fragment" />
9483<Test name="lowp_vec4_float_vertex" />
9484<Test name="lowp_vec4_float_fragment" />
9485<Test name="mediump_vec4_float_vertex" />
9486<Test name="mediump_vec4_float_fragment" />
9487<Test name="highp_vec4_float_vertex" />
9488<Test name="highp_vec4_float_fragment" />
9489<Test name="lowp_ivec2_int_vertex" />
9490<Test name="lowp_ivec2_int_fragment" />
9491<Test name="mediump_ivec2_int_vertex" />
9492<Test name="mediump_ivec2_int_fragment" />
9493<Test name="lowp_ivec3_int_vertex" />
9494<Test name="lowp_ivec3_int_fragment" />
9495<Test name="mediump_ivec3_int_vertex" />
9496<Test name="mediump_ivec3_int_fragment" />
9497<Test name="lowp_ivec4_int_vertex" />
9498<Test name="lowp_ivec4_int_fragment" />
9499<Test name="mediump_ivec4_int_vertex" />
9500<Test name="mediump_ivec4_int_fragment" />
9501<Test name="highp_ivec2_int_vertex" />
9502<Test name="highp_ivec2_int_fragment" />
9503<Test name="highp_ivec3_int_vertex" />
9504<Test name="highp_ivec3_int_fragment" />
9505<Test name="highp_ivec4_int_vertex" />
9506<Test name="highp_ivec4_int_fragment" />
9507<Test name="lowp_uvec2_uint_vertex" />
9508<Test name="lowp_uvec2_uint_fragment" />
9509<Test name="mediump_uvec2_uint_vertex" />
9510<Test name="mediump_uvec2_uint_fragment" />
9511<Test name="lowp_uvec3_uint_vertex" />
9512<Test name="lowp_uvec3_uint_fragment" />
9513<Test name="mediump_uvec3_uint_vertex" />
9514<Test name="mediump_uvec3_uint_fragment" />
9515<Test name="lowp_uvec4_uint_vertex" />
9516<Test name="lowp_uvec4_uint_fragment" />
9517<Test name="mediump_uvec4_uint_vertex" />
9518<Test name="mediump_uvec4_uint_fragment" />
9519<Test name="highp_uvec2_uint_vertex" />
9520<Test name="highp_uvec2_uint_fragment" />
9521<Test name="highp_uvec3_uint_vertex" />
9522<Test name="highp_uvec3_uint_fragment" />
9523<Test name="highp_uvec4_uint_vertex" />
9524<Test name="highp_uvec4_uint_fragment" />
9525</TestCase>
9526<TestCase name="mod_assign_result">
9527<Test name="lowp_int_vertex" />
9528<Test name="lowp_int_fragment" />
9529<Test name="mediump_int_vertex" />
9530<Test name="mediump_int_fragment" />
9531<Test name="lowp_ivec2_vertex" />
9532<Test name="lowp_ivec2_fragment" />
9533<Test name="mediump_ivec2_vertex" />
9534<Test name="mediump_ivec2_fragment" />
9535<Test name="lowp_ivec3_vertex" />
9536<Test name="lowp_ivec3_fragment" />
9537<Test name="mediump_ivec3_vertex" />
9538<Test name="mediump_ivec3_fragment" />
9539<Test name="lowp_ivec4_vertex" />
9540<Test name="lowp_ivec4_fragment" />
9541<Test name="mediump_ivec4_vertex" />
9542<Test name="mediump_ivec4_fragment" />
9543<Test name="highp_int_vertex" />
9544<Test name="highp_int_fragment" />
9545<Test name="highp_ivec2_vertex" />
9546<Test name="highp_ivec2_fragment" />
9547<Test name="highp_ivec3_vertex" />
9548<Test name="highp_ivec3_fragment" />
9549<Test name="highp_ivec4_vertex" />
9550<Test name="highp_ivec4_fragment" />
9551<Test name="lowp_uint_vertex" />
9552<Test name="lowp_uint_fragment" />
9553<Test name="mediump_uint_vertex" />
9554<Test name="mediump_uint_fragment" />
9555<Test name="lowp_uvec2_vertex" />
9556<Test name="lowp_uvec2_fragment" />
9557<Test name="mediump_uvec2_vertex" />
9558<Test name="mediump_uvec2_fragment" />
9559<Test name="lowp_uvec3_vertex" />
9560<Test name="lowp_uvec3_fragment" />
9561<Test name="mediump_uvec3_vertex" />
9562<Test name="mediump_uvec3_fragment" />
9563<Test name="lowp_uvec4_vertex" />
9564<Test name="lowp_uvec4_fragment" />
9565<Test name="mediump_uvec4_vertex" />
9566<Test name="mediump_uvec4_fragment" />
9567<Test name="highp_uint_vertex" />
9568<Test name="highp_uint_fragment" />
9569<Test name="highp_uvec2_vertex" />
9570<Test name="highp_uvec2_fragment" />
9571<Test name="highp_uvec3_vertex" />
9572<Test name="highp_uvec3_fragment" />
9573<Test name="highp_uvec4_vertex" />
9574<Test name="highp_uvec4_fragment" />
9575<Test name="lowp_ivec2_int_vertex" />
9576<Test name="lowp_ivec2_int_fragment" />
9577<Test name="mediump_ivec2_int_vertex" />
9578<Test name="mediump_ivec2_int_fragment" />
9579<Test name="lowp_ivec3_int_vertex" />
9580<Test name="lowp_ivec3_int_fragment" />
9581<Test name="mediump_ivec3_int_vertex" />
9582<Test name="mediump_ivec3_int_fragment" />
9583<Test name="lowp_ivec4_int_vertex" />
9584<Test name="lowp_ivec4_int_fragment" />
9585<Test name="mediump_ivec4_int_vertex" />
9586<Test name="mediump_ivec4_int_fragment" />
9587<Test name="highp_ivec2_int_vertex" />
9588<Test name="highp_ivec2_int_fragment" />
9589<Test name="highp_ivec3_int_vertex" />
9590<Test name="highp_ivec3_int_fragment" />
9591<Test name="highp_ivec4_int_vertex" />
9592<Test name="highp_ivec4_int_fragment" />
9593<Test name="lowp_uvec2_uint_vertex" />
9594<Test name="lowp_uvec2_uint_fragment" />
9595<Test name="mediump_uvec2_uint_vertex" />
9596<Test name="mediump_uvec2_uint_fragment" />
9597<Test name="lowp_uvec3_uint_vertex" />
9598<Test name="lowp_uvec3_uint_fragment" />
9599<Test name="mediump_uvec3_uint_vertex" />
9600<Test name="mediump_uvec3_uint_fragment" />
9601<Test name="lowp_uvec4_uint_vertex" />
9602<Test name="lowp_uvec4_uint_fragment" />
9603<Test name="mediump_uvec4_uint_vertex" />
9604<Test name="mediump_uvec4_uint_fragment" />
9605<Test name="highp_uvec2_uint_vertex" />
9606<Test name="highp_uvec2_uint_fragment" />
9607<Test name="highp_uvec3_uint_vertex" />
9608<Test name="highp_uvec3_uint_fragment" />
9609<Test name="highp_uvec4_uint_vertex" />
9610<Test name="highp_uvec4_uint_fragment" />
9611</TestCase>
9612<TestCase name="bitwise_and_assign_result">
9613<Test name="lowp_int_vertex" />
9614<Test name="lowp_int_fragment" />
9615<Test name="mediump_int_vertex" />
9616<Test name="mediump_int_fragment" />
9617<Test name="lowp_ivec2_vertex" />
9618<Test name="lowp_ivec2_fragment" />
9619<Test name="mediump_ivec2_vertex" />
9620<Test name="mediump_ivec2_fragment" />
9621<Test name="lowp_ivec3_vertex" />
9622<Test name="lowp_ivec3_fragment" />
9623<Test name="mediump_ivec3_vertex" />
9624<Test name="mediump_ivec3_fragment" />
9625<Test name="lowp_ivec4_vertex" />
9626<Test name="lowp_ivec4_fragment" />
9627<Test name="mediump_ivec4_vertex" />
9628<Test name="mediump_ivec4_fragment" />
9629<Test name="highp_int_vertex" />
9630<Test name="highp_int_fragment" />
9631<Test name="highp_ivec2_vertex" />
9632<Test name="highp_ivec2_fragment" />
9633<Test name="highp_ivec3_vertex" />
9634<Test name="highp_ivec3_fragment" />
9635<Test name="highp_ivec4_vertex" />
9636<Test name="highp_ivec4_fragment" />
9637<Test name="lowp_uint_vertex" />
9638<Test name="lowp_uint_fragment" />
9639<Test name="mediump_uint_vertex" />
9640<Test name="mediump_uint_fragment" />
9641<Test name="lowp_uvec2_vertex" />
9642<Test name="lowp_uvec2_fragment" />
9643<Test name="mediump_uvec2_vertex" />
9644<Test name="mediump_uvec2_fragment" />
9645<Test name="lowp_uvec3_vertex" />
9646<Test name="lowp_uvec3_fragment" />
9647<Test name="mediump_uvec3_vertex" />
9648<Test name="mediump_uvec3_fragment" />
9649<Test name="lowp_uvec4_vertex" />
9650<Test name="lowp_uvec4_fragment" />
9651<Test name="mediump_uvec4_vertex" />
9652<Test name="mediump_uvec4_fragment" />
9653<Test name="highp_uint_vertex" />
9654<Test name="highp_uint_fragment" />
9655<Test name="highp_uvec2_vertex" />
9656<Test name="highp_uvec2_fragment" />
9657<Test name="highp_uvec3_vertex" />
9658<Test name="highp_uvec3_fragment" />
9659<Test name="highp_uvec4_vertex" />
9660<Test name="highp_uvec4_fragment" />
9661<Test name="lowp_ivec2_int_vertex" />
9662<Test name="lowp_ivec2_int_fragment" />
9663<Test name="mediump_ivec2_int_vertex" />
9664<Test name="mediump_ivec2_int_fragment" />
9665<Test name="lowp_ivec3_int_vertex" />
9666<Test name="lowp_ivec3_int_fragment" />
9667<Test name="mediump_ivec3_int_vertex" />
9668<Test name="mediump_ivec3_int_fragment" />
9669<Test name="lowp_ivec4_int_vertex" />
9670<Test name="lowp_ivec4_int_fragment" />
9671<Test name="mediump_ivec4_int_vertex" />
9672<Test name="mediump_ivec4_int_fragment" />
9673<Test name="highp_ivec2_int_vertex" />
9674<Test name="highp_ivec2_int_fragment" />
9675<Test name="highp_ivec3_int_vertex" />
9676<Test name="highp_ivec3_int_fragment" />
9677<Test name="highp_ivec4_int_vertex" />
9678<Test name="highp_ivec4_int_fragment" />
9679<Test name="lowp_uvec2_uint_vertex" />
9680<Test name="lowp_uvec2_uint_fragment" />
9681<Test name="mediump_uvec2_uint_vertex" />
9682<Test name="mediump_uvec2_uint_fragment" />
9683<Test name="lowp_uvec3_uint_vertex" />
9684<Test name="lowp_uvec3_uint_fragment" />
9685<Test name="mediump_uvec3_uint_vertex" />
9686<Test name="mediump_uvec3_uint_fragment" />
9687<Test name="lowp_uvec4_uint_vertex" />
9688<Test name="lowp_uvec4_uint_fragment" />
9689<Test name="mediump_uvec4_uint_vertex" />
9690<Test name="mediump_uvec4_uint_fragment" />
9691<Test name="highp_uvec2_uint_vertex" />
9692<Test name="highp_uvec2_uint_fragment" />
9693<Test name="highp_uvec3_uint_vertex" />
9694<Test name="highp_uvec3_uint_fragment" />
9695<Test name="highp_uvec4_uint_vertex" />
9696<Test name="highp_uvec4_uint_fragment" />
9697</TestCase>
9698<TestCase name="bitwise_or_assign_result">
9699<Test name="lowp_int_vertex" />
9700<Test name="lowp_int_fragment" />
9701<Test name="mediump_int_vertex" />
9702<Test name="mediump_int_fragment" />
9703<Test name="lowp_ivec2_vertex" />
9704<Test name="lowp_ivec2_fragment" />
9705<Test name="mediump_ivec2_vertex" />
9706<Test name="mediump_ivec2_fragment" />
9707<Test name="lowp_ivec3_vertex" />
9708<Test name="lowp_ivec3_fragment" />
9709<Test name="mediump_ivec3_vertex" />
9710<Test name="mediump_ivec3_fragment" />
9711<Test name="lowp_ivec4_vertex" />
9712<Test name="lowp_ivec4_fragment" />
9713<Test name="mediump_ivec4_vertex" />
9714<Test name="mediump_ivec4_fragment" />
9715<Test name="highp_int_vertex" />
9716<Test name="highp_int_fragment" />
9717<Test name="highp_ivec2_vertex" />
9718<Test name="highp_ivec2_fragment" />
9719<Test name="highp_ivec3_vertex" />
9720<Test name="highp_ivec3_fragment" />
9721<Test name="highp_ivec4_vertex" />
9722<Test name="highp_ivec4_fragment" />
9723<Test name="lowp_uint_vertex" />
9724<Test name="lowp_uint_fragment" />
9725<Test name="mediump_uint_vertex" />
9726<Test name="mediump_uint_fragment" />
9727<Test name="lowp_uvec2_vertex" />
9728<Test name="lowp_uvec2_fragment" />
9729<Test name="mediump_uvec2_vertex" />
9730<Test name="mediump_uvec2_fragment" />
9731<Test name="lowp_uvec3_vertex" />
9732<Test name="lowp_uvec3_fragment" />
9733<Test name="mediump_uvec3_vertex" />
9734<Test name="mediump_uvec3_fragment" />
9735<Test name="lowp_uvec4_vertex" />
9736<Test name="lowp_uvec4_fragment" />
9737<Test name="mediump_uvec4_vertex" />
9738<Test name="mediump_uvec4_fragment" />
9739<Test name="highp_uint_vertex" />
9740<Test name="highp_uint_fragment" />
9741<Test name="highp_uvec2_vertex" />
9742<Test name="highp_uvec2_fragment" />
9743<Test name="highp_uvec3_vertex" />
9744<Test name="highp_uvec3_fragment" />
9745<Test name="highp_uvec4_vertex" />
9746<Test name="highp_uvec4_fragment" />
9747<Test name="lowp_ivec2_int_vertex" />
9748<Test name="lowp_ivec2_int_fragment" />
9749<Test name="mediump_ivec2_int_vertex" />
9750<Test name="mediump_ivec2_int_fragment" />
9751<Test name="lowp_ivec3_int_vertex" />
9752<Test name="lowp_ivec3_int_fragment" />
9753<Test name="mediump_ivec3_int_vertex" />
9754<Test name="mediump_ivec3_int_fragment" />
9755<Test name="lowp_ivec4_int_vertex" />
9756<Test name="lowp_ivec4_int_fragment" />
9757<Test name="mediump_ivec4_int_vertex" />
9758<Test name="mediump_ivec4_int_fragment" />
9759<Test name="highp_ivec2_int_vertex" />
9760<Test name="highp_ivec2_int_fragment" />
9761<Test name="highp_ivec3_int_vertex" />
9762<Test name="highp_ivec3_int_fragment" />
9763<Test name="highp_ivec4_int_vertex" />
9764<Test name="highp_ivec4_int_fragment" />
9765<Test name="lowp_uvec2_uint_vertex" />
9766<Test name="lowp_uvec2_uint_fragment" />
9767<Test name="mediump_uvec2_uint_vertex" />
9768<Test name="mediump_uvec2_uint_fragment" />
9769<Test name="lowp_uvec3_uint_vertex" />
9770<Test name="lowp_uvec3_uint_fragment" />
9771<Test name="mediump_uvec3_uint_vertex" />
9772<Test name="mediump_uvec3_uint_fragment" />
9773<Test name="lowp_uvec4_uint_vertex" />
9774<Test name="lowp_uvec4_uint_fragment" />
9775<Test name="mediump_uvec4_uint_vertex" />
9776<Test name="mediump_uvec4_uint_fragment" />
9777<Test name="highp_uvec2_uint_vertex" />
9778<Test name="highp_uvec2_uint_fragment" />
9779<Test name="highp_uvec3_uint_vertex" />
9780<Test name="highp_uvec3_uint_fragment" />
9781<Test name="highp_uvec4_uint_vertex" />
9782<Test name="highp_uvec4_uint_fragment" />
9783</TestCase>
9784<TestCase name="bitwise_xor_assign_result">
9785<Test name="lowp_int_vertex" />
9786<Test name="lowp_int_fragment" />
9787<Test name="mediump_int_vertex" />
9788<Test name="mediump_int_fragment" />
9789<Test name="lowp_ivec2_vertex" />
9790<Test name="lowp_ivec2_fragment" />
9791<Test name="mediump_ivec2_vertex" />
9792<Test name="mediump_ivec2_fragment" />
9793<Test name="lowp_ivec3_vertex" />
9794<Test name="lowp_ivec3_fragment" />
9795<Test name="mediump_ivec3_vertex" />
9796<Test name="mediump_ivec3_fragment" />
9797<Test name="lowp_ivec4_vertex" />
9798<Test name="lowp_ivec4_fragment" />
9799<Test name="mediump_ivec4_vertex" />
9800<Test name="mediump_ivec4_fragment" />
9801<Test name="highp_int_vertex" />
9802<Test name="highp_int_fragment" />
9803<Test name="highp_ivec2_vertex" />
9804<Test name="highp_ivec2_fragment" />
9805<Test name="highp_ivec3_vertex" />
9806<Test name="highp_ivec3_fragment" />
9807<Test name="highp_ivec4_vertex" />
9808<Test name="highp_ivec4_fragment" />
9809<Test name="lowp_uint_vertex" />
9810<Test name="lowp_uint_fragment" />
9811<Test name="mediump_uint_vertex" />
9812<Test name="mediump_uint_fragment" />
9813<Test name="lowp_uvec2_vertex" />
9814<Test name="lowp_uvec2_fragment" />
9815<Test name="mediump_uvec2_vertex" />
9816<Test name="mediump_uvec2_fragment" />
9817<Test name="lowp_uvec3_vertex" />
9818<Test name="lowp_uvec3_fragment" />
9819<Test name="mediump_uvec3_vertex" />
9820<Test name="mediump_uvec3_fragment" />
9821<Test name="lowp_uvec4_vertex" />
9822<Test name="lowp_uvec4_fragment" />
9823<Test name="mediump_uvec4_vertex" />
9824<Test name="mediump_uvec4_fragment" />
9825<Test name="highp_uint_vertex" />
9826<Test name="highp_uint_fragment" />
9827<Test name="highp_uvec2_vertex" />
9828<Test name="highp_uvec2_fragment" />
9829<Test name="highp_uvec3_vertex" />
9830<Test name="highp_uvec3_fragment" />
9831<Test name="highp_uvec4_vertex" />
9832<Test name="highp_uvec4_fragment" />
9833<Test name="lowp_ivec2_int_vertex" />
9834<Test name="lowp_ivec2_int_fragment" />
9835<Test name="mediump_ivec2_int_vertex" />
9836<Test name="mediump_ivec2_int_fragment" />
9837<Test name="lowp_ivec3_int_vertex" />
9838<Test name="lowp_ivec3_int_fragment" />
9839<Test name="mediump_ivec3_int_vertex" />
9840<Test name="mediump_ivec3_int_fragment" />
9841<Test name="lowp_ivec4_int_vertex" />
9842<Test name="lowp_ivec4_int_fragment" />
9843<Test name="mediump_ivec4_int_vertex" />
9844<Test name="mediump_ivec4_int_fragment" />
9845<Test name="highp_ivec2_int_vertex" />
9846<Test name="highp_ivec2_int_fragment" />
9847<Test name="highp_ivec3_int_vertex" />
9848<Test name="highp_ivec3_int_fragment" />
9849<Test name="highp_ivec4_int_vertex" />
9850<Test name="highp_ivec4_int_fragment" />
9851<Test name="lowp_uvec2_uint_vertex" />
9852<Test name="lowp_uvec2_uint_fragment" />
9853<Test name="mediump_uvec2_uint_vertex" />
9854<Test name="mediump_uvec2_uint_fragment" />
9855<Test name="lowp_uvec3_uint_vertex" />
9856<Test name="lowp_uvec3_uint_fragment" />
9857<Test name="mediump_uvec3_uint_vertex" />
9858<Test name="mediump_uvec3_uint_fragment" />
9859<Test name="lowp_uvec4_uint_vertex" />
9860<Test name="lowp_uvec4_uint_fragment" />
9861<Test name="mediump_uvec4_uint_vertex" />
9862<Test name="mediump_uvec4_uint_fragment" />
9863<Test name="highp_uvec2_uint_vertex" />
9864<Test name="highp_uvec2_uint_fragment" />
9865<Test name="highp_uvec3_uint_vertex" />
9866<Test name="highp_uvec3_uint_fragment" />
9867<Test name="highp_uvec4_uint_vertex" />
9868<Test name="highp_uvec4_uint_fragment" />
9869</TestCase>
9870<TestCase name="left_shift_assign_result">
9871<Test name="lowp_int_uint_vertex" />
9872<Test name="lowp_int_uint_fragment" />
9873<Test name="mediump_int_uint_vertex" />
9874<Test name="mediump_int_uint_fragment" />
9875<Test name="lowp_ivec2_uvec2_vertex" />
9876<Test name="lowp_ivec2_uvec2_fragment" />
9877<Test name="mediump_ivec2_uvec2_vertex" />
9878<Test name="mediump_ivec2_uvec2_fragment" />
9879<Test name="lowp_ivec3_uvec3_vertex" />
9880<Test name="lowp_ivec3_uvec3_fragment" />
9881<Test name="mediump_ivec3_uvec3_vertex" />
9882<Test name="mediump_ivec3_uvec3_fragment" />
9883<Test name="lowp_ivec4_uvec4_vertex" />
9884<Test name="lowp_ivec4_uvec4_fragment" />
9885<Test name="mediump_ivec4_uvec4_vertex" />
9886<Test name="mediump_ivec4_uvec4_fragment" />
9887<Test name="highp_int_uint_vertex" />
9888<Test name="highp_int_uint_fragment" />
9889<Test name="highp_ivec2_uvec2_vertex" />
9890<Test name="highp_ivec2_uvec2_fragment" />
9891<Test name="highp_ivec3_uvec3_vertex" />
9892<Test name="highp_ivec3_uvec3_fragment" />
9893<Test name="highp_ivec4_uvec4_vertex" />
9894<Test name="highp_ivec4_uvec4_fragment" />
9895<Test name="lowp_uint_vertex" />
9896<Test name="lowp_uint_fragment" />
9897<Test name="mediump_uint_vertex" />
9898<Test name="mediump_uint_fragment" />
9899<Test name="lowp_uvec2_vertex" />
9900<Test name="lowp_uvec2_fragment" />
9901<Test name="mediump_uvec2_vertex" />
9902<Test name="mediump_uvec2_fragment" />
9903<Test name="lowp_uvec3_vertex" />
9904<Test name="lowp_uvec3_fragment" />
9905<Test name="mediump_uvec3_vertex" />
9906<Test name="mediump_uvec3_fragment" />
9907<Test name="lowp_uvec4_vertex" />
9908<Test name="lowp_uvec4_fragment" />
9909<Test name="mediump_uvec4_vertex" />
9910<Test name="mediump_uvec4_fragment" />
9911<Test name="highp_uint_vertex" />
9912<Test name="highp_uint_fragment" />
9913<Test name="highp_uvec2_vertex" />
9914<Test name="highp_uvec2_fragment" />
9915<Test name="highp_uvec3_vertex" />
9916<Test name="highp_uvec3_fragment" />
9917<Test name="highp_uvec4_vertex" />
9918<Test name="highp_uvec4_fragment" />
9919<Test name="lowp_ivec2_uint_vertex" />
9920<Test name="lowp_ivec2_uint_fragment" />
9921<Test name="mediump_ivec2_uint_vertex" />
9922<Test name="mediump_ivec2_uint_fragment" />
9923<Test name="lowp_ivec3_uint_vertex" />
9924<Test name="lowp_ivec3_uint_fragment" />
9925<Test name="mediump_ivec3_uint_vertex" />
9926<Test name="mediump_ivec3_uint_fragment" />
9927<Test name="lowp_ivec4_uint_vertex" />
9928<Test name="lowp_ivec4_uint_fragment" />
9929<Test name="mediump_ivec4_uint_vertex" />
9930<Test name="mediump_ivec4_uint_fragment" />
9931<Test name="highp_ivec2_uint_vertex" />
9932<Test name="highp_ivec2_uint_fragment" />
9933<Test name="highp_ivec3_uint_vertex" />
9934<Test name="highp_ivec3_uint_fragment" />
9935<Test name="highp_ivec4_uint_vertex" />
9936<Test name="highp_ivec4_uint_fragment" />
9937<Test name="lowp_uvec2_uint_vertex" />
9938<Test name="lowp_uvec2_uint_fragment" />
9939<Test name="mediump_uvec2_uint_vertex" />
9940<Test name="mediump_uvec2_uint_fragment" />
9941<Test name="lowp_uvec3_uint_vertex" />
9942<Test name="lowp_uvec3_uint_fragment" />
9943<Test name="mediump_uvec3_uint_vertex" />
9944<Test name="mediump_uvec3_uint_fragment" />
9945<Test name="lowp_uvec4_uint_vertex" />
9946<Test name="lowp_uvec4_uint_fragment" />
9947<Test name="mediump_uvec4_uint_vertex" />
9948<Test name="mediump_uvec4_uint_fragment" />
9949<Test name="highp_uvec2_uint_vertex" />
9950<Test name="highp_uvec2_uint_fragment" />
9951<Test name="highp_uvec3_uint_vertex" />
9952<Test name="highp_uvec3_uint_fragment" />
9953<Test name="highp_uvec4_uint_vertex" />
9954<Test name="highp_uvec4_uint_fragment" />
9955<Test name="lowp_int_vertex" />
9956<Test name="lowp_int_fragment" />
9957<Test name="mediump_int_vertex" />
9958<Test name="mediump_int_fragment" />
9959<Test name="lowp_ivec2_vertex" />
9960<Test name="lowp_ivec2_fragment" />
9961<Test name="mediump_ivec2_vertex" />
9962<Test name="mediump_ivec2_fragment" />
9963<Test name="lowp_ivec3_vertex" />
9964<Test name="lowp_ivec3_fragment" />
9965<Test name="mediump_ivec3_vertex" />
9966<Test name="mediump_ivec3_fragment" />
9967<Test name="lowp_ivec4_vertex" />
9968<Test name="lowp_ivec4_fragment" />
9969<Test name="mediump_ivec4_vertex" />
9970<Test name="mediump_ivec4_fragment" />
9971<Test name="highp_int_vertex" />
9972<Test name="highp_int_fragment" />
9973<Test name="highp_ivec2_vertex" />
9974<Test name="highp_ivec2_fragment" />
9975<Test name="highp_ivec3_vertex" />
9976<Test name="highp_ivec3_fragment" />
9977<Test name="highp_ivec4_vertex" />
9978<Test name="highp_ivec4_fragment" />
9979<Test name="lowp_uint_int_vertex" />
9980<Test name="lowp_uint_int_fragment" />
9981<Test name="mediump_uint_int_vertex" />
9982<Test name="mediump_uint_int_fragment" />
9983<Test name="lowp_uvec2_ivec2_vertex" />
9984<Test name="lowp_uvec2_ivec2_fragment" />
9985<Test name="mediump_uvec2_ivec2_vertex" />
9986<Test name="mediump_uvec2_ivec2_fragment" />
9987<Test name="lowp_uvec3_ivec3_vertex" />
9988<Test name="lowp_uvec3_ivec3_fragment" />
9989<Test name="mediump_uvec3_ivec3_vertex" />
9990<Test name="mediump_uvec3_ivec3_fragment" />
9991<Test name="lowp_uvec4_ivec4_vertex" />
9992<Test name="lowp_uvec4_ivec4_fragment" />
9993<Test name="mediump_uvec4_ivec4_vertex" />
9994<Test name="mediump_uvec4_ivec4_fragment" />
9995<Test name="highp_uint_int_vertex" />
9996<Test name="highp_uint_int_fragment" />
9997<Test name="highp_uvec2_ivec2_vertex" />
9998<Test name="highp_uvec2_ivec2_fragment" />
9999<Test name="highp_uvec3_ivec3_vertex" />
10000<Test name="highp_uvec3_ivec3_fragment" />
10001<Test name="highp_uvec4_ivec4_vertex" />
10002<Test name="highp_uvec4_ivec4_fragment" />
10003<Test name="lowp_ivec2_int_vertex" />
10004<Test name="lowp_ivec2_int_fragment" />
10005<Test name="mediump_ivec2_int_vertex" />
10006<Test name="mediump_ivec2_int_fragment" />
10007<Test name="lowp_ivec3_int_vertex" />
10008<Test name="lowp_ivec3_int_fragment" />
10009<Test name="mediump_ivec3_int_vertex" />
10010<Test name="mediump_ivec3_int_fragment" />
10011<Test name="lowp_ivec4_int_vertex" />
10012<Test name="lowp_ivec4_int_fragment" />
10013<Test name="mediump_ivec4_int_vertex" />
10014<Test name="mediump_ivec4_int_fragment" />
10015<Test name="highp_ivec2_int_vertex" />
10016<Test name="highp_ivec2_int_fragment" />
10017<Test name="highp_ivec3_int_vertex" />
10018<Test name="highp_ivec3_int_fragment" />
10019<Test name="highp_ivec4_int_vertex" />
10020<Test name="highp_ivec4_int_fragment" />
10021<Test name="lowp_uvec2_int_vertex" />
10022<Test name="lowp_uvec2_int_fragment" />
10023<Test name="mediump_uvec2_int_vertex" />
10024<Test name="mediump_uvec2_int_fragment" />
10025<Test name="lowp_uvec3_int_vertex" />
10026<Test name="lowp_uvec3_int_fragment" />
10027<Test name="mediump_uvec3_int_vertex" />
10028<Test name="mediump_uvec3_int_fragment" />
10029<Test name="lowp_uvec4_int_vertex" />
10030<Test name="lowp_uvec4_int_fragment" />
10031<Test name="mediump_uvec4_int_vertex" />
10032<Test name="mediump_uvec4_int_fragment" />
10033<Test name="highp_uvec2_int_vertex" />
10034<Test name="highp_uvec2_int_fragment" />
10035<Test name="highp_uvec3_int_vertex" />
10036<Test name="highp_uvec3_int_fragment" />
10037<Test name="highp_uvec4_int_vertex" />
10038<Test name="highp_uvec4_int_fragment" />
10039</TestCase>
10040<TestCase name="right_shift_assign_result">
10041<Test name="lowp_int_uint_vertex" />
10042<Test name="lowp_int_uint_fragment" />
10043<Test name="mediump_int_uint_vertex" />
10044<Test name="mediump_int_uint_fragment" />
10045<Test name="lowp_ivec2_uvec2_vertex" />
10046<Test name="lowp_ivec2_uvec2_fragment" />
10047<Test name="mediump_ivec2_uvec2_vertex" />
10048<Test name="mediump_ivec2_uvec2_fragment" />
10049<Test name="lowp_ivec3_uvec3_vertex" />
10050<Test name="lowp_ivec3_uvec3_fragment" />
10051<Test name="mediump_ivec3_uvec3_vertex" />
10052<Test name="mediump_ivec3_uvec3_fragment" />
10053<Test name="lowp_ivec4_uvec4_vertex" />
10054<Test name="lowp_ivec4_uvec4_fragment" />
10055<Test name="mediump_ivec4_uvec4_vertex" />
10056<Test name="mediump_ivec4_uvec4_fragment" />
10057<Test name="highp_int_uint_vertex" />
10058<Test name="highp_int_uint_fragment" />
10059<Test name="highp_ivec2_uvec2_vertex" />
10060<Test name="highp_ivec2_uvec2_fragment" />
10061<Test name="highp_ivec3_uvec3_vertex" />
10062<Test name="highp_ivec3_uvec3_fragment" />
10063<Test name="highp_ivec4_uvec4_vertex" />
10064<Test name="highp_ivec4_uvec4_fragment" />
10065<Test name="lowp_uint_vertex" />
10066<Test name="lowp_uint_fragment" />
10067<Test name="mediump_uint_vertex" />
10068<Test name="mediump_uint_fragment" />
10069<Test name="lowp_uvec2_vertex" />
10070<Test name="lowp_uvec2_fragment" />
10071<Test name="mediump_uvec2_vertex" />
10072<Test name="mediump_uvec2_fragment" />
10073<Test name="lowp_uvec3_vertex" />
10074<Test name="lowp_uvec3_fragment" />
10075<Test name="mediump_uvec3_vertex" />
10076<Test name="mediump_uvec3_fragment" />
10077<Test name="lowp_uvec4_vertex" />
10078<Test name="lowp_uvec4_fragment" />
10079<Test name="mediump_uvec4_vertex" />
10080<Test name="mediump_uvec4_fragment" />
10081<Test name="highp_uint_vertex" />
10082<Test name="highp_uint_fragment" />
10083<Test name="highp_uvec2_vertex" />
10084<Test name="highp_uvec2_fragment" />
10085<Test name="highp_uvec3_vertex" />
10086<Test name="highp_uvec3_fragment" />
10087<Test name="highp_uvec4_vertex" />
10088<Test name="highp_uvec4_fragment" />
10089<Test name="lowp_ivec2_uint_vertex" />
10090<Test name="lowp_ivec2_uint_fragment" />
10091<Test name="mediump_ivec2_uint_vertex" />
10092<Test name="mediump_ivec2_uint_fragment" />
10093<Test name="lowp_ivec3_uint_vertex" />
10094<Test name="lowp_ivec3_uint_fragment" />
10095<Test name="mediump_ivec3_uint_vertex" />
10096<Test name="mediump_ivec3_uint_fragment" />
10097<Test name="lowp_ivec4_uint_vertex" />
10098<Test name="lowp_ivec4_uint_fragment" />
10099<Test name="mediump_ivec4_uint_vertex" />
10100<Test name="mediump_ivec4_uint_fragment" />
10101<Test name="highp_ivec2_uint_vertex" />
10102<Test name="highp_ivec2_uint_fragment" />
10103<Test name="highp_ivec3_uint_vertex" />
10104<Test name="highp_ivec3_uint_fragment" />
10105<Test name="highp_ivec4_uint_vertex" />
10106<Test name="highp_ivec4_uint_fragment" />
10107<Test name="lowp_uvec2_uint_vertex" />
10108<Test name="lowp_uvec2_uint_fragment" />
10109<Test name="mediump_uvec2_uint_vertex" />
10110<Test name="mediump_uvec2_uint_fragment" />
10111<Test name="lowp_uvec3_uint_vertex" />
10112<Test name="lowp_uvec3_uint_fragment" />
10113<Test name="mediump_uvec3_uint_vertex" />
10114<Test name="mediump_uvec3_uint_fragment" />
10115<Test name="lowp_uvec4_uint_vertex" />
10116<Test name="lowp_uvec4_uint_fragment" />
10117<Test name="mediump_uvec4_uint_vertex" />
10118<Test name="mediump_uvec4_uint_fragment" />
10119<Test name="highp_uvec2_uint_vertex" />
10120<Test name="highp_uvec2_uint_fragment" />
10121<Test name="highp_uvec3_uint_vertex" />
10122<Test name="highp_uvec3_uint_fragment" />
10123<Test name="highp_uvec4_uint_vertex" />
10124<Test name="highp_uvec4_uint_fragment" />
10125<Test name="lowp_int_vertex" />
10126<Test name="lowp_int_fragment" />
10127<Test name="mediump_int_vertex" />
10128<Test name="mediump_int_fragment" />
10129<Test name="lowp_ivec2_vertex" />
10130<Test name="lowp_ivec2_fragment" />
10131<Test name="mediump_ivec2_vertex" />
10132<Test name="mediump_ivec2_fragment" />
10133<Test name="lowp_ivec3_vertex" />
10134<Test name="lowp_ivec3_fragment" />
10135<Test name="mediump_ivec3_vertex" />
10136<Test name="mediump_ivec3_fragment" />
10137<Test name="lowp_ivec4_vertex" />
10138<Test name="lowp_ivec4_fragment" />
10139<Test name="mediump_ivec4_vertex" />
10140<Test name="mediump_ivec4_fragment" />
10141<Test name="highp_int_vertex" />
10142<Test name="highp_int_fragment" />
10143<Test name="highp_ivec2_vertex" />
10144<Test name="highp_ivec2_fragment" />
10145<Test name="highp_ivec3_vertex" />
10146<Test name="highp_ivec3_fragment" />
10147<Test name="highp_ivec4_vertex" />
10148<Test name="highp_ivec4_fragment" />
10149<Test name="lowp_uint_int_vertex" />
10150<Test name="lowp_uint_int_fragment" />
10151<Test name="mediump_uint_int_vertex" />
10152<Test name="mediump_uint_int_fragment" />
10153<Test name="lowp_uvec2_ivec2_vertex" />
10154<Test name="lowp_uvec2_ivec2_fragment" />
10155<Test name="mediump_uvec2_ivec2_vertex" />
10156<Test name="mediump_uvec2_ivec2_fragment" />
10157<Test name="lowp_uvec3_ivec3_vertex" />
10158<Test name="lowp_uvec3_ivec3_fragment" />
10159<Test name="mediump_uvec3_ivec3_vertex" />
10160<Test name="mediump_uvec3_ivec3_fragment" />
10161<Test name="lowp_uvec4_ivec4_vertex" />
10162<Test name="lowp_uvec4_ivec4_fragment" />
10163<Test name="mediump_uvec4_ivec4_vertex" />
10164<Test name="mediump_uvec4_ivec4_fragment" />
10165<Test name="highp_uint_int_vertex" />
10166<Test name="highp_uint_int_fragment" />
10167<Test name="highp_uvec2_ivec2_vertex" />
10168<Test name="highp_uvec2_ivec2_fragment" />
10169<Test name="highp_uvec3_ivec3_vertex" />
10170<Test name="highp_uvec3_ivec3_fragment" />
10171<Test name="highp_uvec4_ivec4_vertex" />
10172<Test name="highp_uvec4_ivec4_fragment" />
10173<Test name="lowp_ivec2_int_vertex" />
10174<Test name="lowp_ivec2_int_fragment" />
10175<Test name="mediump_ivec2_int_vertex" />
10176<Test name="mediump_ivec2_int_fragment" />
10177<Test name="lowp_ivec3_int_vertex" />
10178<Test name="lowp_ivec3_int_fragment" />
10179<Test name="mediump_ivec3_int_vertex" />
10180<Test name="mediump_ivec3_int_fragment" />
10181<Test name="lowp_ivec4_int_vertex" />
10182<Test name="lowp_ivec4_int_fragment" />
10183<Test name="mediump_ivec4_int_vertex" />
10184<Test name="mediump_ivec4_int_fragment" />
10185<Test name="highp_ivec2_int_vertex" />
10186<Test name="highp_ivec2_int_fragment" />
10187<Test name="highp_ivec3_int_vertex" />
10188<Test name="highp_ivec3_int_fragment" />
10189<Test name="highp_ivec4_int_vertex" />
10190<Test name="highp_ivec4_int_fragment" />
10191<Test name="lowp_uvec2_int_vertex" />
10192<Test name="lowp_uvec2_int_fragment" />
10193<Test name="mediump_uvec2_int_vertex" />
10194<Test name="mediump_uvec2_int_fragment" />
10195<Test name="lowp_uvec3_int_vertex" />
10196<Test name="lowp_uvec3_int_fragment" />
10197<Test name="mediump_uvec3_int_vertex" />
10198<Test name="mediump_uvec3_int_fragment" />
10199<Test name="lowp_uvec4_int_vertex" />
10200<Test name="lowp_uvec4_int_fragment" />
10201<Test name="mediump_uvec4_int_vertex" />
10202<Test name="mediump_uvec4_int_fragment" />
10203<Test name="highp_uvec2_int_vertex" />
10204<Test name="highp_uvec2_int_fragment" />
10205<Test name="highp_uvec3_int_vertex" />
10206<Test name="highp_uvec3_int_fragment" />
10207<Test name="highp_uvec4_int_vertex" />
10208<Test name="highp_uvec4_int_fragment" />
10209</TestCase>
10210<TestCase name="less">
10211<Test name="lowp_float_vertex" />
10212<Test name="lowp_float_fragment" />
10213<Test name="mediump_float_vertex" />
10214<Test name="mediump_float_fragment" />
10215<Test name="highp_float_vertex" />
10216<Test name="highp_float_fragment" />
10217<Test name="lowp_int_vertex" />
10218<Test name="lowp_int_fragment" />
10219<Test name="mediump_int_vertex" />
10220<Test name="mediump_int_fragment" />
10221<Test name="highp_int_vertex" />
10222<Test name="highp_int_fragment" />
10223<Test name="lowp_uint_vertex" />
10224<Test name="lowp_uint_fragment" />
10225<Test name="mediump_uint_vertex" />
10226<Test name="mediump_uint_fragment" />
10227<Test name="highp_uint_vertex" />
10228<Test name="highp_uint_fragment" />
10229</TestCase>
10230<TestCase name="less_or_equal">
10231<Test name="lowp_float_vertex" />
10232<Test name="lowp_float_fragment" />
10233<Test name="mediump_float_vertex" />
10234<Test name="mediump_float_fragment" />
10235<Test name="highp_float_vertex" />
10236<Test name="highp_float_fragment" />
10237<Test name="lowp_int_vertex" />
10238<Test name="lowp_int_fragment" />
10239<Test name="mediump_int_vertex" />
10240<Test name="mediump_int_fragment" />
10241<Test name="highp_int_vertex" />
10242<Test name="highp_int_fragment" />
10243<Test name="lowp_uint_vertex" />
10244<Test name="lowp_uint_fragment" />
10245<Test name="mediump_uint_vertex" />
10246<Test name="mediump_uint_fragment" />
10247<Test name="highp_uint_vertex" />
10248<Test name="highp_uint_fragment" />
10249</TestCase>
10250<TestCase name="greater">
10251<Test name="lowp_float_vertex" />
10252<Test name="lowp_float_fragment" />
10253<Test name="mediump_float_vertex" />
10254<Test name="mediump_float_fragment" />
10255<Test name="highp_float_vertex" />
10256<Test name="highp_float_fragment" />
10257<Test name="lowp_int_vertex" />
10258<Test name="lowp_int_fragment" />
10259<Test name="mediump_int_vertex" />
10260<Test name="mediump_int_fragment" />
10261<Test name="highp_int_vertex" />
10262<Test name="highp_int_fragment" />
10263<Test name="lowp_uint_vertex" />
10264<Test name="lowp_uint_fragment" />
10265<Test name="mediump_uint_vertex" />
10266<Test name="mediump_uint_fragment" />
10267<Test name="highp_uint_vertex" />
10268<Test name="highp_uint_fragment" />
10269</TestCase>
10270<TestCase name="greater_or_equal">
10271<Test name="lowp_float_vertex" />
10272<Test name="lowp_float_fragment" />
10273<Test name="mediump_float_vertex" />
10274<Test name="mediump_float_fragment" />
10275<Test name="highp_float_vertex" />
10276<Test name="highp_float_fragment" />
10277<Test name="lowp_int_vertex" />
10278<Test name="lowp_int_fragment" />
10279<Test name="mediump_int_vertex" />
10280<Test name="mediump_int_fragment" />
10281<Test name="highp_int_vertex" />
10282<Test name="highp_int_fragment" />
10283<Test name="lowp_uint_vertex" />
10284<Test name="lowp_uint_fragment" />
10285<Test name="mediump_uint_vertex" />
10286<Test name="mediump_uint_fragment" />
10287<Test name="highp_uint_vertex" />
10288<Test name="highp_uint_fragment" />
10289</TestCase>
10290<TestCase name="equal">
10291<Test name="lowp_float_vertex" />
10292<Test name="lowp_float_fragment" />
10293<Test name="mediump_float_vertex" />
10294<Test name="mediump_float_fragment" />
10295<Test name="highp_float_vertex" />
10296<Test name="highp_float_fragment" />
10297<Test name="lowp_vec2_vertex" />
10298<Test name="lowp_vec2_fragment" />
10299<Test name="mediump_vec2_vertex" />
10300<Test name="mediump_vec2_fragment" />
10301<Test name="highp_vec2_vertex" />
10302<Test name="highp_vec2_fragment" />
10303<Test name="lowp_vec3_vertex" />
10304<Test name="lowp_vec3_fragment" />
10305<Test name="mediump_vec3_vertex" />
10306<Test name="mediump_vec3_fragment" />
10307<Test name="highp_vec3_vertex" />
10308<Test name="highp_vec3_fragment" />
10309<Test name="lowp_vec4_vertex" />
10310<Test name="lowp_vec4_fragment" />
10311<Test name="mediump_vec4_vertex" />
10312<Test name="mediump_vec4_fragment" />
10313<Test name="highp_vec4_vertex" />
10314<Test name="highp_vec4_fragment" />
10315<Test name="lowp_int_vertex" />
10316<Test name="lowp_int_fragment" />
10317<Test name="mediump_int_vertex" />
10318<Test name="mediump_int_fragment" />
10319<Test name="highp_int_vertex" />
10320<Test name="highp_int_fragment" />
10321<Test name="lowp_ivec2_vertex" />
10322<Test name="lowp_ivec2_fragment" />
10323<Test name="mediump_ivec2_vertex" />
10324<Test name="mediump_ivec2_fragment" />
10325<Test name="highp_ivec2_vertex" />
10326<Test name="highp_ivec2_fragment" />
10327<Test name="lowp_ivec3_vertex" />
10328<Test name="lowp_ivec3_fragment" />
10329<Test name="mediump_ivec3_vertex" />
10330<Test name="mediump_ivec3_fragment" />
10331<Test name="highp_ivec3_vertex" />
10332<Test name="highp_ivec3_fragment" />
10333<Test name="lowp_ivec4_vertex" />
10334<Test name="lowp_ivec4_fragment" />
10335<Test name="mediump_ivec4_vertex" />
10336<Test name="mediump_ivec4_fragment" />
10337<Test name="highp_ivec4_vertex" />
10338<Test name="highp_ivec4_fragment" />
10339<Test name="lowp_uint_vertex" />
10340<Test name="lowp_uint_fragment" />
10341<Test name="mediump_uint_vertex" />
10342<Test name="mediump_uint_fragment" />
10343<Test name="highp_uint_vertex" />
10344<Test name="highp_uint_fragment" />
10345<Test name="lowp_uvec2_vertex" />
10346<Test name="lowp_uvec2_fragment" />
10347<Test name="mediump_uvec2_vertex" />
10348<Test name="mediump_uvec2_fragment" />
10349<Test name="highp_uvec2_vertex" />
10350<Test name="highp_uvec2_fragment" />
10351<Test name="lowp_uvec3_vertex" />
10352<Test name="lowp_uvec3_fragment" />
10353<Test name="mediump_uvec3_vertex" />
10354<Test name="mediump_uvec3_fragment" />
10355<Test name="highp_uvec3_vertex" />
10356<Test name="highp_uvec3_fragment" />
10357<Test name="lowp_uvec4_vertex" />
10358<Test name="lowp_uvec4_fragment" />
10359<Test name="mediump_uvec4_vertex" />
10360<Test name="mediump_uvec4_fragment" />
10361<Test name="highp_uvec4_vertex" />
10362<Test name="highp_uvec4_fragment" />
10363<Test name="bool_vertex" />
10364<Test name="bool_fragment" />
10365<Test name="bvec2_vertex" />
10366<Test name="bvec2_fragment" />
10367<Test name="bvec3_vertex" />
10368<Test name="bvec3_fragment" />
10369<Test name="bvec4_vertex" />
10370<Test name="bvec4_fragment" />
10371</TestCase>
10372<TestCase name="not_equal">
10373<Test name="lowp_float_vertex" />
10374<Test name="lowp_float_fragment" />
10375<Test name="mediump_float_vertex" />
10376<Test name="mediump_float_fragment" />
10377<Test name="highp_float_vertex" />
10378<Test name="highp_float_fragment" />
10379<Test name="lowp_vec2_vertex" />
10380<Test name="lowp_vec2_fragment" />
10381<Test name="mediump_vec2_vertex" />
10382<Test name="mediump_vec2_fragment" />
10383<Test name="highp_vec2_vertex" />
10384<Test name="highp_vec2_fragment" />
10385<Test name="lowp_vec3_vertex" />
10386<Test name="lowp_vec3_fragment" />
10387<Test name="mediump_vec3_vertex" />
10388<Test name="mediump_vec3_fragment" />
10389<Test name="highp_vec3_vertex" />
10390<Test name="highp_vec3_fragment" />
10391<Test name="lowp_vec4_vertex" />
10392<Test name="lowp_vec4_fragment" />
10393<Test name="mediump_vec4_vertex" />
10394<Test name="mediump_vec4_fragment" />
10395<Test name="highp_vec4_vertex" />
10396<Test name="highp_vec4_fragment" />
10397<Test name="lowp_int_vertex" />
10398<Test name="lowp_int_fragment" />
10399<Test name="mediump_int_vertex" />
10400<Test name="mediump_int_fragment" />
10401<Test name="highp_int_vertex" />
10402<Test name="highp_int_fragment" />
10403<Test name="lowp_ivec2_vertex" />
10404<Test name="lowp_ivec2_fragment" />
10405<Test name="mediump_ivec2_vertex" />
10406<Test name="mediump_ivec2_fragment" />
10407<Test name="highp_ivec2_vertex" />
10408<Test name="highp_ivec2_fragment" />
10409<Test name="lowp_ivec3_vertex" />
10410<Test name="lowp_ivec3_fragment" />
10411<Test name="mediump_ivec3_vertex" />
10412<Test name="mediump_ivec3_fragment" />
10413<Test name="highp_ivec3_vertex" />
10414<Test name="highp_ivec3_fragment" />
10415<Test name="lowp_ivec4_vertex" />
10416<Test name="lowp_ivec4_fragment" />
10417<Test name="mediump_ivec4_vertex" />
10418<Test name="mediump_ivec4_fragment" />
10419<Test name="highp_ivec4_vertex" />
10420<Test name="highp_ivec4_fragment" />
10421<Test name="lowp_uint_vertex" />
10422<Test name="lowp_uint_fragment" />
10423<Test name="mediump_uint_vertex" />
10424<Test name="mediump_uint_fragment" />
10425<Test name="highp_uint_vertex" />
10426<Test name="highp_uint_fragment" />
10427<Test name="lowp_uvec2_vertex" />
10428<Test name="lowp_uvec2_fragment" />
10429<Test name="mediump_uvec2_vertex" />
10430<Test name="mediump_uvec2_fragment" />
10431<Test name="highp_uvec2_vertex" />
10432<Test name="highp_uvec2_fragment" />
10433<Test name="lowp_uvec3_vertex" />
10434<Test name="lowp_uvec3_fragment" />
10435<Test name="mediump_uvec3_vertex" />
10436<Test name="mediump_uvec3_fragment" />
10437<Test name="highp_uvec3_vertex" />
10438<Test name="highp_uvec3_fragment" />
10439<Test name="lowp_uvec4_vertex" />
10440<Test name="lowp_uvec4_fragment" />
10441<Test name="mediump_uvec4_vertex" />
10442<Test name="mediump_uvec4_fragment" />
10443<Test name="highp_uvec4_vertex" />
10444<Test name="highp_uvec4_fragment" />
10445<Test name="bool_vertex" />
10446<Test name="bool_fragment" />
10447<Test name="bvec2_vertex" />
10448<Test name="bvec2_fragment" />
10449<Test name="bvec3_vertex" />
10450<Test name="bvec3_fragment" />
10451<Test name="bvec4_vertex" />
10452<Test name="bvec4_fragment" />
10453</TestCase>
10454<TestCase name="logical_and">
10455<Test name="bool_vertex" />
10456<Test name="bool_fragment" />
10457</TestCase>
10458<TestCase name="logical_or">
10459<Test name="bool_vertex" />
10460<Test name="bool_fragment" />
10461</TestCase>
10462<TestCase name="logical_xor">
10463<Test name="bool_vertex" />
10464<Test name="bool_fragment" />
10465</TestCase>
10466</TestSuite>
10467<TestSuite name="angle_and_trigonometry">
10468<TestCase name="radians">
10469<Test name="mediump_float_vertex" />
10470<Test name="mediump_float_fragment" />
10471<Test name="highp_float_vertex" />
10472<Test name="highp_float_fragment" />
10473<Test name="mediump_vec2_vertex" />
10474<Test name="mediump_vec2_fragment" />
10475<Test name="highp_vec2_vertex" />
10476<Test name="highp_vec2_fragment" />
10477<Test name="mediump_vec3_vertex" />
10478<Test name="mediump_vec3_fragment" />
10479<Test name="highp_vec3_vertex" />
10480<Test name="highp_vec3_fragment" />
10481<Test name="mediump_vec4_vertex" />
10482<Test name="mediump_vec4_fragment" />
10483<Test name="highp_vec4_vertex" />
10484<Test name="highp_vec4_fragment" />
10485</TestCase>
10486<TestCase name="degrees">
10487<Test name="mediump_float_vertex" />
10488<Test name="mediump_float_fragment" />
10489<Test name="highp_float_vertex" />
10490<Test name="highp_float_fragment" />
10491<Test name="mediump_vec2_vertex" />
10492<Test name="mediump_vec2_fragment" />
10493<Test name="highp_vec2_vertex" />
10494<Test name="highp_vec2_fragment" />
10495<Test name="mediump_vec3_vertex" />
10496<Test name="mediump_vec3_fragment" />
10497<Test name="highp_vec3_vertex" />
10498<Test name="highp_vec3_fragment" />
10499<Test name="mediump_vec4_vertex" />
10500<Test name="mediump_vec4_fragment" />
10501<Test name="highp_vec4_vertex" />
10502<Test name="highp_vec4_fragment" />
10503</TestCase>
10504<TestCase name="sin">
10505<Test name="mediump_float_vertex" />
10506<Test name="mediump_float_fragment" />
10507<Test name="highp_float_vertex" />
10508<Test name="highp_float_fragment" />
10509<Test name="mediump_vec2_vertex" />
10510<Test name="mediump_vec2_fragment" />
10511<Test name="highp_vec2_vertex" />
10512<Test name="highp_vec2_fragment" />
10513<Test name="mediump_vec3_vertex" />
10514<Test name="mediump_vec3_fragment" />
10515<Test name="highp_vec3_vertex" />
10516<Test name="highp_vec3_fragment" />
10517<Test name="mediump_vec4_vertex" />
10518<Test name="mediump_vec4_fragment" />
10519<Test name="highp_vec4_vertex" />
10520<Test name="highp_vec4_fragment" />
10521<Test name="lowp_float_vertex" />
10522<Test name="lowp_float_fragment" />
10523<Test name="lowp_vec2_vertex" />
10524<Test name="lowp_vec2_fragment" />
10525<Test name="lowp_vec3_vertex" />
10526<Test name="lowp_vec3_fragment" />
10527<Test name="lowp_vec4_vertex" />
10528<Test name="lowp_vec4_fragment" />
10529</TestCase>
10530<TestCase name="cos">
10531<Test name="mediump_float_vertex" />
10532<Test name="mediump_float_fragment" />
10533<Test name="highp_float_vertex" />
10534<Test name="highp_float_fragment" />
10535<Test name="mediump_vec2_vertex" />
10536<Test name="mediump_vec2_fragment" />
10537<Test name="highp_vec2_vertex" />
10538<Test name="highp_vec2_fragment" />
10539<Test name="mediump_vec3_vertex" />
10540<Test name="mediump_vec3_fragment" />
10541<Test name="highp_vec3_vertex" />
10542<Test name="highp_vec3_fragment" />
10543<Test name="mediump_vec4_vertex" />
10544<Test name="mediump_vec4_fragment" />
10545<Test name="highp_vec4_vertex" />
10546<Test name="highp_vec4_fragment" />
10547<Test name="lowp_float_vertex" />
10548<Test name="lowp_float_fragment" />
10549<Test name="lowp_vec2_vertex" />
10550<Test name="lowp_vec2_fragment" />
10551<Test name="lowp_vec3_vertex" />
10552<Test name="lowp_vec3_fragment" />
10553<Test name="lowp_vec4_vertex" />
10554<Test name="lowp_vec4_fragment" />
10555</TestCase>
10556<TestCase name="tan">
10557<Test name="mediump_float_vertex" />
10558<Test name="mediump_float_fragment" />
10559<Test name="highp_float_vertex" />
10560<Test name="highp_float_fragment" />
10561<Test name="mediump_vec2_vertex" />
10562<Test name="mediump_vec2_fragment" />
10563<Test name="highp_vec2_vertex" />
10564<Test name="highp_vec2_fragment" />
10565<Test name="mediump_vec3_vertex" />
10566<Test name="mediump_vec3_fragment" />
10567<Test name="highp_vec3_vertex" />
10568<Test name="highp_vec3_fragment" />
10569<Test name="mediump_vec4_vertex" />
10570<Test name="mediump_vec4_fragment" />
10571<Test name="highp_vec4_vertex" />
10572<Test name="highp_vec4_fragment" />
10573<Test name="lowp_float_vertex" />
10574<Test name="lowp_float_fragment" />
10575<Test name="lowp_vec2_vertex" />
10576<Test name="lowp_vec2_fragment" />
10577<Test name="lowp_vec3_vertex" />
10578<Test name="lowp_vec3_fragment" />
10579<Test name="lowp_vec4_vertex" />
10580<Test name="lowp_vec4_fragment" />
10581</TestCase>
10582<TestCase name="asin">
10583<Test name="mediump_float_vertex" />
10584<Test name="mediump_float_fragment" />
10585<Test name="highp_float_vertex" />
10586<Test name="highp_float_fragment" />
10587<Test name="mediump_vec2_vertex" />
10588<Test name="mediump_vec2_fragment" />
10589<Test name="highp_vec2_vertex" />
10590<Test name="highp_vec2_fragment" />
10591<Test name="mediump_vec3_vertex" />
10592<Test name="mediump_vec3_fragment" />
10593<Test name="highp_vec3_vertex" />
10594<Test name="highp_vec3_fragment" />
10595<Test name="mediump_vec4_vertex" />
10596<Test name="mediump_vec4_fragment" />
10597<Test name="highp_vec4_vertex" />
10598<Test name="highp_vec4_fragment" />
10599</TestCase>
10600<TestCase name="acos">
10601<Test name="mediump_float_vertex" />
10602<Test name="mediump_float_fragment" />
10603<Test name="highp_float_vertex" />
10604<Test name="highp_float_fragment" />
10605<Test name="mediump_vec2_vertex" />
10606<Test name="mediump_vec2_fragment" />
10607<Test name="highp_vec2_vertex" />
10608<Test name="highp_vec2_fragment" />
10609<Test name="mediump_vec3_vertex" />
10610<Test name="mediump_vec3_fragment" />
10611<Test name="highp_vec3_vertex" />
10612<Test name="highp_vec3_fragment" />
10613<Test name="mediump_vec4_vertex" />
10614<Test name="mediump_vec4_fragment" />
10615<Test name="highp_vec4_vertex" />
10616<Test name="highp_vec4_fragment" />
10617</TestCase>
10618<TestCase name="atan">
10619<Test name="mediump_float_vertex" />
10620<Test name="mediump_float_fragment" />
10621<Test name="highp_float_vertex" />
10622<Test name="highp_float_fragment" />
10623<Test name="mediump_vec2_vertex" />
10624<Test name="mediump_vec2_fragment" />
10625<Test name="highp_vec2_vertex" />
10626<Test name="highp_vec2_fragment" />
10627<Test name="mediump_vec3_vertex" />
10628<Test name="mediump_vec3_fragment" />
10629<Test name="highp_vec3_vertex" />
10630<Test name="highp_vec3_fragment" />
10631<Test name="mediump_vec4_vertex" />
10632<Test name="mediump_vec4_fragment" />
10633<Test name="highp_vec4_vertex" />
10634<Test name="highp_vec4_fragment" />
10635</TestCase>
10636<TestCase name="atan2">
10637<Test name="mediump_float_vertex" />
10638<Test name="mediump_float_fragment" />
10639<Test name="highp_float_vertex" />
10640<Test name="highp_float_fragment" />
10641<Test name="mediump_vec2_vertex" />
10642<Test name="mediump_vec2_fragment" />
10643<Test name="highp_vec2_vertex" />
10644<Test name="highp_vec2_fragment" />
10645<Test name="mediump_vec3_vertex" />
10646<Test name="mediump_vec3_fragment" />
10647<Test name="highp_vec3_vertex" />
10648<Test name="highp_vec3_fragment" />
10649<Test name="mediump_vec4_vertex" />
10650<Test name="mediump_vec4_fragment" />
10651<Test name="highp_vec4_vertex" />
10652<Test name="highp_vec4_fragment" />
10653</TestCase>
10654<TestCase name="sinh">
10655<Test name="mediump_float_vertex" />
10656<Test name="mediump_float_fragment" />
10657<Test name="highp_float_vertex" />
10658<Test name="highp_float_fragment" />
10659<Test name="mediump_vec2_vertex" />
10660<Test name="mediump_vec2_fragment" />
10661<Test name="highp_vec2_vertex" />
10662<Test name="highp_vec2_fragment" />
10663<Test name="mediump_vec3_vertex" />
10664<Test name="mediump_vec3_fragment" />
10665<Test name="highp_vec3_vertex" />
10666<Test name="highp_vec3_fragment" />
10667<Test name="mediump_vec4_vertex" />
10668<Test name="mediump_vec4_fragment" />
10669<Test name="highp_vec4_vertex" />
10670<Test name="highp_vec4_fragment" />
10671<Test name="lowp_float_vertex" />
10672<Test name="lowp_float_fragment" />
10673<Test name="lowp_vec2_vertex" />
10674<Test name="lowp_vec2_fragment" />
10675<Test name="lowp_vec3_vertex" />
10676<Test name="lowp_vec3_fragment" />
10677<Test name="lowp_vec4_vertex" />
10678<Test name="lowp_vec4_fragment" />
10679</TestCase>
10680<TestCase name="cosh">
10681<Test name="mediump_float_vertex" />
10682<Test name="mediump_float_fragment" />
10683<Test name="highp_float_vertex" />
10684<Test name="highp_float_fragment" />
10685<Test name="mediump_vec2_vertex" />
10686<Test name="mediump_vec2_fragment" />
10687<Test name="highp_vec2_vertex" />
10688<Test name="highp_vec2_fragment" />
10689<Test name="mediump_vec3_vertex" />
10690<Test name="mediump_vec3_fragment" />
10691<Test name="highp_vec3_vertex" />
10692<Test name="highp_vec3_fragment" />
10693<Test name="mediump_vec4_vertex" />
10694<Test name="mediump_vec4_fragment" />
10695<Test name="highp_vec4_vertex" />
10696<Test name="highp_vec4_fragment" />
10697<Test name="lowp_float_vertex" />
10698<Test name="lowp_float_fragment" />
10699<Test name="lowp_vec2_vertex" />
10700<Test name="lowp_vec2_fragment" />
10701<Test name="lowp_vec3_vertex" />
10702<Test name="lowp_vec3_fragment" />
10703<Test name="lowp_vec4_vertex" />
10704<Test name="lowp_vec4_fragment" />
10705</TestCase>
10706<TestCase name="tanh">
10707<Test name="mediump_float_vertex" />
10708<Test name="mediump_float_fragment" />
10709<Test name="highp_float_vertex" />
10710<Test name="highp_float_fragment" />
10711<Test name="mediump_vec2_vertex" />
10712<Test name="mediump_vec2_fragment" />
10713<Test name="highp_vec2_vertex" />
10714<Test name="highp_vec2_fragment" />
10715<Test name="mediump_vec3_vertex" />
10716<Test name="mediump_vec3_fragment" />
10717<Test name="highp_vec3_vertex" />
10718<Test name="highp_vec3_fragment" />
10719<Test name="mediump_vec4_vertex" />
10720<Test name="mediump_vec4_fragment" />
10721<Test name="highp_vec4_vertex" />
10722<Test name="highp_vec4_fragment" />
10723<Test name="lowp_float_vertex" />
10724<Test name="lowp_float_fragment" />
10725<Test name="lowp_vec2_vertex" />
10726<Test name="lowp_vec2_fragment" />
10727<Test name="lowp_vec3_vertex" />
10728<Test name="lowp_vec3_fragment" />
10729<Test name="lowp_vec4_vertex" />
10730<Test name="lowp_vec4_fragment" />
10731</TestCase>
10732<TestCase name="asinh">
10733<Test name="mediump_float_vertex" />
10734<Test name="mediump_float_fragment" />
10735<Test name="highp_float_vertex" />
10736<Test name="highp_float_fragment" />
10737<Test name="mediump_vec2_vertex" />
10738<Test name="mediump_vec2_fragment" />
10739<Test name="highp_vec2_vertex" />
10740<Test name="highp_vec2_fragment" />
10741<Test name="mediump_vec3_vertex" />
10742<Test name="mediump_vec3_fragment" />
10743<Test name="highp_vec3_vertex" />
10744<Test name="highp_vec3_fragment" />
10745<Test name="mediump_vec4_vertex" />
10746<Test name="mediump_vec4_fragment" />
10747<Test name="highp_vec4_vertex" />
10748<Test name="highp_vec4_fragment" />
10749</TestCase>
10750<TestCase name="acosh">
10751<Test name="mediump_float_vertex" />
10752<Test name="mediump_float_fragment" />
10753<Test name="highp_float_vertex" />
10754<Test name="highp_float_fragment" />
10755<Test name="mediump_vec2_vertex" />
10756<Test name="mediump_vec2_fragment" />
10757<Test name="highp_vec2_vertex" />
10758<Test name="highp_vec2_fragment" />
10759<Test name="mediump_vec3_vertex" />
10760<Test name="mediump_vec3_fragment" />
10761<Test name="highp_vec3_vertex" />
10762<Test name="highp_vec3_fragment" />
10763<Test name="mediump_vec4_vertex" />
10764<Test name="mediump_vec4_fragment" />
10765<Test name="highp_vec4_vertex" />
10766<Test name="highp_vec4_fragment" />
10767</TestCase>
10768<TestCase name="atanh">
10769<Test name="mediump_float_vertex" />
10770<Test name="mediump_float_fragment" />
10771<Test name="highp_float_vertex" />
10772<Test name="highp_float_fragment" />
10773<Test name="mediump_vec2_vertex" />
10774<Test name="mediump_vec2_fragment" />
10775<Test name="highp_vec2_vertex" />
10776<Test name="highp_vec2_fragment" />
10777<Test name="mediump_vec3_fragment" />
10778<Test name="highp_vec3_fragment" />
10779<Test name="mediump_vec4_fragment" />
10780<Test name="highp_vec4_fragment" />
10781</TestCase>
10782</TestSuite>
10783<TestSuite name="exponential">
10784<TestCase name="pow">
10785<Test name="mediump_float_vertex" />
10786<Test name="mediump_float_fragment" />
10787<Test name="highp_float_vertex" />
10788<Test name="highp_float_fragment" />
10789<Test name="mediump_vec2_vertex" />
10790<Test name="mediump_vec2_fragment" />
10791<Test name="highp_vec2_vertex" />
10792<Test name="highp_vec2_fragment" />
10793<Test name="mediump_vec3_vertex" />
10794<Test name="mediump_vec3_fragment" />
10795<Test name="highp_vec3_vertex" />
10796<Test name="highp_vec3_fragment" />
10797<Test name="mediump_vec4_vertex" />
10798<Test name="mediump_vec4_fragment" />
10799<Test name="highp_vec4_vertex" />
10800<Test name="highp_vec4_fragment" />
10801</TestCase>
10802<TestCase name="exp">
10803<Test name="mediump_float_vertex" />
10804<Test name="mediump_float_fragment" />
10805<Test name="highp_float_vertex" />
10806<Test name="highp_float_fragment" />
10807<Test name="mediump_vec2_vertex" />
10808<Test name="mediump_vec2_fragment" />
10809<Test name="highp_vec2_vertex" />
10810<Test name="highp_vec2_fragment" />
10811<Test name="mediump_vec3_vertex" />
10812<Test name="mediump_vec3_fragment" />
10813<Test name="highp_vec3_vertex" />
10814<Test name="highp_vec3_fragment" />
10815<Test name="mediump_vec4_vertex" />
10816<Test name="mediump_vec4_fragment" />
10817<Test name="highp_vec4_vertex" />
10818<Test name="highp_vec4_fragment" />
10819</TestCase>
10820<TestCase name="log">
10821<Test name="mediump_float_vertex" />
10822<Test name="mediump_float_fragment" />
10823<Test name="highp_float_vertex" />
10824<Test name="highp_float_fragment" />
10825<Test name="mediump_vec2_vertex" />
10826<Test name="mediump_vec2_fragment" />
10827<Test name="highp_vec2_vertex" />
10828<Test name="highp_vec2_fragment" />
10829<Test name="mediump_vec3_vertex" />
10830<Test name="mediump_vec3_fragment" />
10831<Test name="highp_vec3_vertex" />
10832<Test name="highp_vec3_fragment" />
10833<Test name="mediump_vec4_vertex" />
10834<Test name="mediump_vec4_fragment" />
10835<Test name="highp_vec4_vertex" />
10836<Test name="highp_vec4_fragment" />
10837</TestCase>
10838<TestCase name="exp2">
10839<Test name="mediump_float_vertex" />
10840<Test name="mediump_float_fragment" />
10841<Test name="highp_float_vertex" />
10842<Test name="highp_float_fragment" />
10843<Test name="mediump_vec2_vertex" />
10844<Test name="mediump_vec2_fragment" />
10845<Test name="highp_vec2_vertex" />
10846<Test name="highp_vec2_fragment" />
10847<Test name="mediump_vec3_vertex" />
10848<Test name="mediump_vec3_fragment" />
10849<Test name="highp_vec3_vertex" />
10850<Test name="highp_vec3_fragment" />
10851<Test name="mediump_vec4_vertex" />
10852<Test name="mediump_vec4_fragment" />
10853<Test name="highp_vec4_vertex" />
10854<Test name="highp_vec4_fragment" />
10855</TestCase>
10856<TestCase name="log2">
10857<Test name="mediump_float_vertex" />
10858<Test name="mediump_float_fragment" />
10859<Test name="highp_float_vertex" />
10860<Test name="highp_float_fragment" />
10861<Test name="mediump_vec2_vertex" />
10862<Test name="mediump_vec2_fragment" />
10863<Test name="highp_vec2_vertex" />
10864<Test name="highp_vec2_fragment" />
10865<Test name="mediump_vec3_vertex" />
10866<Test name="mediump_vec3_fragment" />
10867<Test name="highp_vec3_vertex" />
10868<Test name="highp_vec3_fragment" />
10869<Test name="mediump_vec4_vertex" />
10870<Test name="mediump_vec4_fragment" />
10871<Test name="highp_vec4_vertex" />
10872<Test name="highp_vec4_fragment" />
10873</TestCase>
10874<TestCase name="sqrt">
10875<Test name="mediump_float_vertex" />
10876<Test name="mediump_float_fragment" />
10877<Test name="highp_float_vertex" />
10878<Test name="highp_float_fragment" />
10879<Test name="mediump_vec2_vertex" />
10880<Test name="mediump_vec2_fragment" />
10881<Test name="highp_vec2_vertex" />
10882<Test name="highp_vec2_fragment" />
10883<Test name="mediump_vec3_vertex" />
10884<Test name="mediump_vec3_fragment" />
10885<Test name="highp_vec3_vertex" />
10886<Test name="highp_vec3_fragment" />
10887<Test name="mediump_vec4_vertex" />
10888<Test name="mediump_vec4_fragment" />
10889<Test name="highp_vec4_vertex" />
10890<Test name="highp_vec4_fragment" />
10891</TestCase>
10892<TestCase name="inversesqrt">
10893<Test name="mediump_float_vertex" />
10894<Test name="mediump_float_fragment" />
10895<Test name="highp_float_vertex" />
10896<Test name="highp_float_fragment" />
10897<Test name="mediump_vec2_vertex" />
10898<Test name="mediump_vec2_fragment" />
10899<Test name="highp_vec2_vertex" />
10900<Test name="highp_vec2_fragment" />
10901<Test name="mediump_vec3_vertex" />
10902<Test name="mediump_vec3_fragment" />
10903<Test name="highp_vec3_vertex" />
10904<Test name="highp_vec3_fragment" />
10905<Test name="mediump_vec4_vertex" />
10906<Test name="mediump_vec4_fragment" />
10907<Test name="highp_vec4_vertex" />
10908<Test name="highp_vec4_fragment" />
10909</TestCase>
10910</TestSuite>
10911<TestSuite name="common_functions">
10912<TestCase name="abs">
10913<Test name="lowp_float_vertex" />
10914<Test name="lowp_float_fragment" />
10915<Test name="mediump_float_vertex" />
10916<Test name="mediump_float_fragment" />
10917<Test name="highp_float_vertex" />
10918<Test name="highp_float_fragment" />
10919<Test name="lowp_vec2_vertex" />
10920<Test name="lowp_vec2_fragment" />
10921<Test name="mediump_vec2_vertex" />
10922<Test name="mediump_vec2_fragment" />
10923<Test name="highp_vec2_vertex" />
10924<Test name="highp_vec2_fragment" />
10925<Test name="lowp_vec3_vertex" />
10926<Test name="lowp_vec3_fragment" />
10927<Test name="mediump_vec3_vertex" />
10928<Test name="mediump_vec3_fragment" />
10929<Test name="highp_vec3_vertex" />
10930<Test name="highp_vec3_fragment" />
10931<Test name="lowp_vec4_vertex" />
10932<Test name="lowp_vec4_fragment" />
10933<Test name="mediump_vec4_vertex" />
10934<Test name="mediump_vec4_fragment" />
10935<Test name="highp_vec4_vertex" />
10936<Test name="highp_vec4_fragment" />
10937</TestCase>
10938<TestCase name="sign">
10939<Test name="lowp_float_vertex" />
10940<Test name="lowp_float_fragment" />
10941<Test name="mediump_float_vertex" />
10942<Test name="mediump_float_fragment" />
10943<Test name="highp_float_vertex" />
10944<Test name="highp_float_fragment" />
10945<Test name="lowp_vec2_vertex" />
10946<Test name="lowp_vec2_fragment" />
10947<Test name="mediump_vec2_vertex" />
10948<Test name="mediump_vec2_fragment" />
10949<Test name="highp_vec2_vertex" />
10950<Test name="highp_vec2_fragment" />
10951<Test name="lowp_vec3_vertex" />
10952<Test name="lowp_vec3_fragment" />
10953<Test name="mediump_vec3_vertex" />
10954<Test name="mediump_vec3_fragment" />
10955<Test name="highp_vec3_vertex" />
10956<Test name="highp_vec3_fragment" />
10957<Test name="lowp_vec4_vertex" />
10958<Test name="lowp_vec4_fragment" />
10959<Test name="mediump_vec4_vertex" />
10960<Test name="mediump_vec4_fragment" />
10961<Test name="highp_vec4_vertex" />
10962<Test name="highp_vec4_fragment" />
10963</TestCase>
10964<TestCase name="floor">
10965<Test name="lowp_float_vertex" />
10966<Test name="lowp_float_fragment" />
10967<Test name="mediump_float_vertex" />
10968<Test name="mediump_float_fragment" />
10969<Test name="highp_float_vertex" />
10970<Test name="highp_float_fragment" />
10971<Test name="lowp_vec2_vertex" />
10972<Test name="lowp_vec2_fragment" />
10973<Test name="mediump_vec2_vertex" />
10974<Test name="mediump_vec2_fragment" />
10975<Test name="highp_vec2_vertex" />
10976<Test name="highp_vec2_fragment" />
10977<Test name="lowp_vec3_vertex" />
10978<Test name="lowp_vec3_fragment" />
10979<Test name="mediump_vec3_vertex" />
10980<Test name="mediump_vec3_fragment" />
10981<Test name="highp_vec3_vertex" />
10982<Test name="highp_vec3_fragment" />
10983<Test name="lowp_vec4_vertex" />
10984<Test name="lowp_vec4_fragment" />
10985<Test name="mediump_vec4_vertex" />
10986<Test name="mediump_vec4_fragment" />
10987<Test name="highp_vec4_vertex" />
10988<Test name="highp_vec4_fragment" />
10989</TestCase>
10990<TestCase name="trunc">
10991<Test name="lowp_float_vertex" />
10992<Test name="lowp_float_fragment" />
10993<Test name="mediump_float_vertex" />
10994<Test name="mediump_float_fragment" />
10995<Test name="highp_float_vertex" />
10996<Test name="highp_float_fragment" />
10997<Test name="lowp_vec2_vertex" />
10998<Test name="lowp_vec2_fragment" />
10999<Test name="mediump_vec2_vertex" />
11000<Test name="mediump_vec2_fragment" />
11001<Test name="highp_vec2_vertex" />
11002<Test name="highp_vec2_fragment" />
11003<Test name="lowp_vec3_vertex" />
11004<Test name="lowp_vec3_fragment" />
11005<Test name="mediump_vec3_vertex" />
11006<Test name="mediump_vec3_fragment" />
11007<Test name="highp_vec3_vertex" />
11008<Test name="highp_vec3_fragment" />
11009<Test name="lowp_vec4_vertex" />
11010<Test name="lowp_vec4_fragment" />
11011<Test name="mediump_vec4_vertex" />
11012<Test name="mediump_vec4_fragment" />
11013<Test name="highp_vec4_vertex" />
11014<Test name="highp_vec4_fragment" />
11015</TestCase>
11016<TestCase name="round">
11017<Test name="lowp_float_vertex" />
11018<Test name="lowp_float_fragment" />
11019<Test name="mediump_float_vertex" />
11020<Test name="mediump_float_fragment" />
11021<Test name="highp_float_vertex" />
11022<Test name="highp_float_fragment" />
11023<Test name="lowp_vec2_vertex" />
11024<Test name="lowp_vec2_fragment" />
11025<Test name="mediump_vec2_vertex" />
11026<Test name="mediump_vec2_fragment" />
11027<Test name="highp_vec2_vertex" />
11028<Test name="highp_vec2_fragment" />
11029<Test name="lowp_vec3_vertex" />
11030<Test name="lowp_vec3_fragment" />
11031<Test name="mediump_vec3_vertex" />
11032<Test name="mediump_vec3_fragment" />
11033<Test name="highp_vec3_vertex" />
11034<Test name="highp_vec3_fragment" />
11035<Test name="lowp_vec4_vertex" />
11036<Test name="lowp_vec4_fragment" />
11037<Test name="mediump_vec4_vertex" />
11038<Test name="mediump_vec4_fragment" />
11039<Test name="highp_vec4_vertex" />
11040<Test name="highp_vec4_fragment" />
11041</TestCase>
11042<TestCase name="roundEven">
11043<Test name="lowp_float_vertex" />
11044<Test name="lowp_float_fragment" />
11045<Test name="mediump_float_vertex" />
11046<Test name="mediump_float_fragment" />
11047<Test name="highp_float_vertex" />
11048<Test name="highp_float_fragment" />
11049<Test name="lowp_vec2_vertex" />
11050<Test name="lowp_vec2_fragment" />
11051<Test name="mediump_vec2_vertex" />
11052<Test name="mediump_vec2_fragment" />
11053<Test name="highp_vec2_vertex" />
11054<Test name="highp_vec2_fragment" />
11055<Test name="lowp_vec3_vertex" />
11056<Test name="lowp_vec3_fragment" />
11057<Test name="mediump_vec3_vertex" />
11058<Test name="mediump_vec3_fragment" />
11059<Test name="highp_vec3_vertex" />
11060<Test name="highp_vec3_fragment" />
11061<Test name="lowp_vec4_vertex" />
11062<Test name="lowp_vec4_fragment" />
11063<Test name="mediump_vec4_vertex" />
11064<Test name="mediump_vec4_fragment" />
11065<Test name="highp_vec4_vertex" />
11066<Test name="highp_vec4_fragment" />
11067</TestCase>
11068<TestCase name="ceil">
11069<Test name="lowp_float_vertex" />
11070<Test name="lowp_float_fragment" />
11071<Test name="mediump_float_vertex" />
11072<Test name="mediump_float_fragment" />
11073<Test name="highp_float_vertex" />
11074<Test name="highp_float_fragment" />
11075<Test name="lowp_vec2_vertex" />
11076<Test name="lowp_vec2_fragment" />
11077<Test name="mediump_vec2_vertex" />
11078<Test name="mediump_vec2_fragment" />
11079<Test name="highp_vec2_vertex" />
11080<Test name="highp_vec2_fragment" />
11081<Test name="lowp_vec3_vertex" />
11082<Test name="lowp_vec3_fragment" />
11083<Test name="mediump_vec3_vertex" />
11084<Test name="mediump_vec3_fragment" />
11085<Test name="highp_vec3_vertex" />
11086<Test name="highp_vec3_fragment" />
11087<Test name="lowp_vec4_vertex" />
11088<Test name="lowp_vec4_fragment" />
11089<Test name="mediump_vec4_vertex" />
11090<Test name="mediump_vec4_fragment" />
11091<Test name="highp_vec4_vertex" />
11092<Test name="highp_vec4_fragment" />
11093</TestCase>
11094<TestCase name="fract">
11095<Test name="lowp_float_vertex" />
11096<Test name="lowp_float_fragment" />
11097<Test name="mediump_float_vertex" />
11098<Test name="mediump_float_fragment" />
11099<Test name="highp_float_vertex" />
11100<Test name="highp_float_fragment" />
11101<Test name="lowp_vec2_vertex" />
11102<Test name="lowp_vec2_fragment" />
11103<Test name="mediump_vec2_vertex" />
11104<Test name="mediump_vec2_fragment" />
11105<Test name="highp_vec2_vertex" />
11106<Test name="highp_vec2_fragment" />
11107<Test name="lowp_vec3_vertex" />
11108<Test name="lowp_vec3_fragment" />
11109<Test name="mediump_vec3_vertex" />
11110<Test name="mediump_vec3_fragment" />
11111<Test name="highp_vec3_vertex" />
11112<Test name="highp_vec3_fragment" />
11113<Test name="lowp_vec4_vertex" />
11114<Test name="lowp_vec4_fragment" />
11115<Test name="mediump_vec4_vertex" />
11116<Test name="mediump_vec4_fragment" />
11117<Test name="highp_vec4_vertex" />
11118<Test name="highp_vec4_fragment" />
11119</TestCase>
11120<TestCase name="mod">
11121<Test name="mediump_float_vertex" />
11122<Test name="mediump_float_fragment" />
11123<Test name="highp_float_vertex" />
11124<Test name="highp_float_fragment" />
11125<Test name="mediump_vec2_vertex" />
11126<Test name="mediump_vec2_fragment" />
11127<Test name="highp_vec2_vertex" />
11128<Test name="highp_vec2_fragment" />
11129<Test name="mediump_vec3_vertex" />
11130<Test name="mediump_vec3_fragment" />
11131<Test name="highp_vec3_vertex" />
11132<Test name="highp_vec3_fragment" />
11133<Test name="mediump_vec4_vertex" />
11134<Test name="mediump_vec4_fragment" />
11135<Test name="highp_vec4_vertex" />
11136<Test name="highp_vec4_fragment" />
11137<Test name="mediump_vec2_float_vertex" />
11138<Test name="mediump_vec2_float_fragment" />
11139<Test name="highp_vec2_float_vertex" />
11140<Test name="highp_vec2_float_fragment" />
11141<Test name="mediump_vec3_float_vertex" />
11142<Test name="mediump_vec3_float_fragment" />
11143<Test name="highp_vec3_float_vertex" />
11144<Test name="highp_vec3_float_fragment" />
11145<Test name="mediump_vec4_float_vertex" />
11146<Test name="mediump_vec4_float_fragment" />
11147<Test name="highp_vec4_float_vertex" />
11148<Test name="highp_vec4_float_fragment" />
11149</TestCase>
11150<TestCase name="min">
11151<Test name="lowp_float_vertex" />
11152<Test name="lowp_float_fragment" />
11153<Test name="mediump_float_vertex" />
11154<Test name="mediump_float_fragment" />
11155<Test name="highp_float_vertex" />
11156<Test name="highp_float_fragment" />
11157<Test name="lowp_vec2_vertex" />
11158<Test name="lowp_vec2_fragment" />
11159<Test name="mediump_vec2_vertex" />
11160<Test name="mediump_vec2_fragment" />
11161<Test name="highp_vec2_vertex" />
11162<Test name="highp_vec2_fragment" />
11163<Test name="lowp_vec3_vertex" />
11164<Test name="lowp_vec3_fragment" />
11165<Test name="mediump_vec3_vertex" />
11166<Test name="mediump_vec3_fragment" />
11167<Test name="highp_vec3_vertex" />
11168<Test name="highp_vec3_fragment" />
11169<Test name="lowp_vec4_vertex" />
11170<Test name="lowp_vec4_fragment" />
11171<Test name="mediump_vec4_vertex" />
11172<Test name="mediump_vec4_fragment" />
11173<Test name="highp_vec4_vertex" />
11174<Test name="highp_vec4_fragment" />
11175<Test name="lowp_vec2_float_vertex" />
11176<Test name="lowp_vec2_float_fragment" />
11177<Test name="mediump_vec2_float_vertex" />
11178<Test name="mediump_vec2_float_fragment" />
11179<Test name="highp_vec2_float_vertex" />
11180<Test name="highp_vec2_float_fragment" />
11181<Test name="lowp_vec3_float_vertex" />
11182<Test name="lowp_vec3_float_fragment" />
11183<Test name="mediump_vec3_float_vertex" />
11184<Test name="mediump_vec3_float_fragment" />
11185<Test name="highp_vec3_float_vertex" />
11186<Test name="highp_vec3_float_fragment" />
11187<Test name="lowp_vec4_float_vertex" />
11188<Test name="lowp_vec4_float_fragment" />
11189<Test name="mediump_vec4_float_vertex" />
11190<Test name="mediump_vec4_float_fragment" />
11191<Test name="highp_vec4_float_vertex" />
11192<Test name="highp_vec4_float_fragment" />
11193<Test name="lowp_int_vertex" />
11194<Test name="lowp_int_fragment" />
11195<Test name="mediump_int_vertex" />
11196<Test name="mediump_int_fragment" />
11197<Test name="highp_int_vertex" />
11198<Test name="highp_int_fragment" />
11199<Test name="lowp_ivec2_vertex" />
11200<Test name="lowp_ivec2_fragment" />
11201<Test name="mediump_ivec2_vertex" />
11202<Test name="mediump_ivec2_fragment" />
11203<Test name="highp_ivec2_vertex" />
11204<Test name="highp_ivec2_fragment" />
11205<Test name="lowp_ivec3_vertex" />
11206<Test name="lowp_ivec3_fragment" />
11207<Test name="mediump_ivec3_vertex" />
11208<Test name="mediump_ivec3_fragment" />
11209<Test name="highp_ivec3_vertex" />
11210<Test name="highp_ivec3_fragment" />
11211<Test name="lowp_ivec4_vertex" />
11212<Test name="lowp_ivec4_fragment" />
11213<Test name="mediump_ivec4_vertex" />
11214<Test name="mediump_ivec4_fragment" />
11215<Test name="highp_ivec4_vertex" />
11216<Test name="highp_ivec4_fragment" />
11217<Test name="lowp_ivec2_int_vertex" />
11218<Test name="lowp_ivec2_int_fragment" />
11219<Test name="mediump_ivec2_int_vertex" />
11220<Test name="mediump_ivec2_int_fragment" />
11221<Test name="highp_ivec2_int_vertex" />
11222<Test name="highp_ivec2_int_fragment" />
11223<Test name="lowp_ivec3_int_vertex" />
11224<Test name="lowp_ivec3_int_fragment" />
11225<Test name="mediump_ivec3_int_vertex" />
11226<Test name="mediump_ivec3_int_fragment" />
11227<Test name="highp_ivec3_int_vertex" />
11228<Test name="highp_ivec3_int_fragment" />
11229<Test name="lowp_ivec4_int_vertex" />
11230<Test name="lowp_ivec4_int_fragment" />
11231<Test name="mediump_ivec4_int_vertex" />
11232<Test name="mediump_ivec4_int_fragment" />
11233<Test name="highp_ivec4_int_vertex" />
11234<Test name="highp_ivec4_int_fragment" />
11235<Test name="lowp_uint_vertex" />
11236<Test name="lowp_uint_fragment" />
11237<Test name="mediump_uint_vertex" />
11238<Test name="mediump_uint_fragment" />
11239<Test name="highp_uint_vertex" />
11240<Test name="highp_uint_fragment" />
11241<Test name="lowp_uvec2_vertex" />
11242<Test name="lowp_uvec2_fragment" />
11243<Test name="mediump_uvec2_vertex" />
11244<Test name="mediump_uvec2_fragment" />
11245<Test name="highp_uvec2_vertex" />
11246<Test name="highp_uvec2_fragment" />
11247<Test name="lowp_uvec3_vertex" />
11248<Test name="lowp_uvec3_fragment" />
11249<Test name="mediump_uvec3_vertex" />
11250<Test name="mediump_uvec3_fragment" />
11251<Test name="highp_uvec3_vertex" />
11252<Test name="highp_uvec3_fragment" />
11253<Test name="lowp_uvec4_vertex" />
11254<Test name="lowp_uvec4_fragment" />
11255<Test name="mediump_uvec4_vertex" />
11256<Test name="mediump_uvec4_fragment" />
11257<Test name="highp_uvec4_vertex" />
11258<Test name="highp_uvec4_fragment" />
11259<Test name="lowp_uvec2_uint_vertex" />
11260<Test name="lowp_uvec2_uint_fragment" />
11261<Test name="mediump_uvec2_uint_vertex" />
11262<Test name="mediump_uvec2_uint_fragment" />
11263<Test name="highp_uvec2_uint_vertex" />
11264<Test name="highp_uvec2_uint_fragment" />
11265<Test name="lowp_uvec3_uint_vertex" />
11266<Test name="lowp_uvec3_uint_fragment" />
11267<Test name="mediump_uvec3_uint_vertex" />
11268<Test name="mediump_uvec3_uint_fragment" />
11269<Test name="highp_uvec3_uint_vertex" />
11270<Test name="highp_uvec3_uint_fragment" />
11271<Test name="lowp_uvec4_uint_vertex" />
11272<Test name="lowp_uvec4_uint_fragment" />
11273<Test name="mediump_uvec4_uint_vertex" />
11274<Test name="mediump_uvec4_uint_fragment" />
11275<Test name="highp_uvec4_uint_vertex" />
11276<Test name="highp_uvec4_uint_fragment" />
11277</TestCase>
11278<TestCase name="max">
11279<Test name="lowp_float_vertex" />
11280<Test name="lowp_float_fragment" />
11281<Test name="mediump_float_vertex" />
11282<Test name="mediump_float_fragment" />
11283<Test name="highp_float_vertex" />
11284<Test name="highp_float_fragment" />
11285<Test name="lowp_vec2_vertex" />
11286<Test name="lowp_vec2_fragment" />
11287<Test name="mediump_vec2_vertex" />
11288<Test name="mediump_vec2_fragment" />
11289<Test name="highp_vec2_vertex" />
11290<Test name="highp_vec2_fragment" />
11291<Test name="lowp_vec3_vertex" />
11292<Test name="lowp_vec3_fragment" />
11293<Test name="mediump_vec3_vertex" />
11294<Test name="mediump_vec3_fragment" />
11295<Test name="highp_vec3_vertex" />
11296<Test name="highp_vec3_fragment" />
11297<Test name="lowp_vec4_vertex" />
11298<Test name="lowp_vec4_fragment" />
11299<Test name="mediump_vec4_vertex" />
11300<Test name="mediump_vec4_fragment" />
11301<Test name="highp_vec4_vertex" />
11302<Test name="highp_vec4_fragment" />
11303<Test name="lowp_vec2_float_vertex" />
11304<Test name="lowp_vec2_float_fragment" />
11305<Test name="mediump_vec2_float_vertex" />
11306<Test name="mediump_vec2_float_fragment" />
11307<Test name="highp_vec2_float_vertex" />
11308<Test name="highp_vec2_float_fragment" />
11309<Test name="lowp_vec3_float_vertex" />
11310<Test name="lowp_vec3_float_fragment" />
11311<Test name="mediump_vec3_float_vertex" />
11312<Test name="mediump_vec3_float_fragment" />
11313<Test name="highp_vec3_float_vertex" />
11314<Test name="highp_vec3_float_fragment" />
11315<Test name="lowp_vec4_float_vertex" />
11316<Test name="lowp_vec4_float_fragment" />
11317<Test name="mediump_vec4_float_vertex" />
11318<Test name="mediump_vec4_float_fragment" />
11319<Test name="highp_vec4_float_vertex" />
11320<Test name="highp_vec4_float_fragment" />
11321<Test name="lowp_int_vertex" />
11322<Test name="lowp_int_fragment" />
11323<Test name="mediump_int_vertex" />
11324<Test name="mediump_int_fragment" />
11325<Test name="highp_int_vertex" />
11326<Test name="highp_int_fragment" />
11327<Test name="lowp_ivec2_vertex" />
11328<Test name="lowp_ivec2_fragment" />
11329<Test name="mediump_ivec2_vertex" />
11330<Test name="mediump_ivec2_fragment" />
11331<Test name="highp_ivec2_vertex" />
11332<Test name="highp_ivec2_fragment" />
11333<Test name="lowp_ivec3_vertex" />
11334<Test name="lowp_ivec3_fragment" />
11335<Test name="mediump_ivec3_vertex" />
11336<Test name="mediump_ivec3_fragment" />
11337<Test name="highp_ivec3_vertex" />
11338<Test name="highp_ivec3_fragment" />
11339<Test name="lowp_ivec4_vertex" />
11340<Test name="lowp_ivec4_fragment" />
11341<Test name="mediump_ivec4_vertex" />
11342<Test name="mediump_ivec4_fragment" />
11343<Test name="highp_ivec4_vertex" />
11344<Test name="highp_ivec4_fragment" />
11345<Test name="lowp_ivec2_int_vertex" />
11346<Test name="lowp_ivec2_int_fragment" />
11347<Test name="mediump_ivec2_int_vertex" />
11348<Test name="mediump_ivec2_int_fragment" />
11349<Test name="highp_ivec2_int_vertex" />
11350<Test name="highp_ivec2_int_fragment" />
11351<Test name="lowp_ivec3_int_vertex" />
11352<Test name="lowp_ivec3_int_fragment" />
11353<Test name="mediump_ivec3_int_vertex" />
11354<Test name="mediump_ivec3_int_fragment" />
11355<Test name="highp_ivec3_int_vertex" />
11356<Test name="highp_ivec3_int_fragment" />
11357<Test name="lowp_ivec4_int_vertex" />
11358<Test name="lowp_ivec4_int_fragment" />
11359<Test name="mediump_ivec4_int_vertex" />
11360<Test name="mediump_ivec4_int_fragment" />
11361<Test name="highp_ivec4_int_vertex" />
11362<Test name="highp_ivec4_int_fragment" />
11363<Test name="lowp_uint_vertex" />
11364<Test name="lowp_uint_fragment" />
11365<Test name="mediump_uint_vertex" />
11366<Test name="mediump_uint_fragment" />
11367<Test name="highp_uint_vertex" />
11368<Test name="highp_uint_fragment" />
11369<Test name="lowp_uvec2_vertex" />
11370<Test name="lowp_uvec2_fragment" />
11371<Test name="mediump_uvec2_vertex" />
11372<Test name="mediump_uvec2_fragment" />
11373<Test name="highp_uvec2_vertex" />
11374<Test name="highp_uvec2_fragment" />
11375<Test name="lowp_uvec3_vertex" />
11376<Test name="lowp_uvec3_fragment" />
11377<Test name="mediump_uvec3_vertex" />
11378<Test name="mediump_uvec3_fragment" />
11379<Test name="highp_uvec3_vertex" />
11380<Test name="highp_uvec3_fragment" />
11381<Test name="lowp_uvec4_vertex" />
11382<Test name="lowp_uvec4_fragment" />
11383<Test name="mediump_uvec4_vertex" />
11384<Test name="mediump_uvec4_fragment" />
11385<Test name="highp_uvec4_vertex" />
11386<Test name="highp_uvec4_fragment" />
11387<Test name="lowp_uvec2_uint_vertex" />
11388<Test name="lowp_uvec2_uint_fragment" />
11389<Test name="mediump_uvec2_uint_vertex" />
11390<Test name="mediump_uvec2_uint_fragment" />
11391<Test name="highp_uvec2_uint_vertex" />
11392<Test name="highp_uvec2_uint_fragment" />
11393<Test name="lowp_uvec3_uint_vertex" />
11394<Test name="lowp_uvec3_uint_fragment" />
11395<Test name="mediump_uvec3_uint_vertex" />
11396<Test name="mediump_uvec3_uint_fragment" />
11397<Test name="highp_uvec3_uint_vertex" />
11398<Test name="highp_uvec3_uint_fragment" />
11399<Test name="lowp_uvec4_uint_vertex" />
11400<Test name="lowp_uvec4_uint_fragment" />
11401<Test name="mediump_uvec4_uint_vertex" />
11402<Test name="mediump_uvec4_uint_fragment" />
11403<Test name="highp_uvec4_uint_vertex" />
11404<Test name="highp_uvec4_uint_fragment" />
11405</TestCase>
11406<TestCase name="clamp">
11407<Test name="lowp_float_vertex" />
11408<Test name="lowp_float_fragment" />
11409<Test name="mediump_float_vertex" />
11410<Test name="mediump_float_fragment" />
11411<Test name="highp_float_vertex" />
11412<Test name="highp_float_fragment" />
11413<Test name="lowp_vec2_vertex" />
11414<Test name="lowp_vec2_fragment" />
11415<Test name="mediump_vec2_vertex" />
11416<Test name="mediump_vec2_fragment" />
11417<Test name="highp_vec2_vertex" />
11418<Test name="highp_vec2_fragment" />
11419<Test name="lowp_vec3_vertex" />
11420<Test name="lowp_vec3_fragment" />
11421<Test name="mediump_vec3_vertex" />
11422<Test name="mediump_vec3_fragment" />
11423<Test name="highp_vec3_vertex" />
11424<Test name="highp_vec3_fragment" />
11425<Test name="lowp_vec4_vertex" />
11426<Test name="lowp_vec4_fragment" />
11427<Test name="mediump_vec4_vertex" />
11428<Test name="mediump_vec4_fragment" />
11429<Test name="highp_vec4_vertex" />
11430<Test name="highp_vec4_fragment" />
11431<Test name="lowp_vec2_float_vertex" />
11432<Test name="lowp_vec2_float_fragment" />
11433<Test name="mediump_vec2_float_vertex" />
11434<Test name="mediump_vec2_float_fragment" />
11435<Test name="highp_vec2_float_vertex" />
11436<Test name="highp_vec2_float_fragment" />
11437<Test name="lowp_vec3_float_vertex" />
11438<Test name="lowp_vec3_float_fragment" />
11439<Test name="mediump_vec3_float_vertex" />
11440<Test name="mediump_vec3_float_fragment" />
11441<Test name="highp_vec3_float_vertex" />
11442<Test name="highp_vec3_float_fragment" />
11443<Test name="lowp_vec4_float_vertex" />
11444<Test name="lowp_vec4_float_fragment" />
11445<Test name="mediump_vec4_float_vertex" />
11446<Test name="mediump_vec4_float_fragment" />
11447<Test name="highp_vec4_float_vertex" />
11448<Test name="highp_vec4_float_fragment" />
11449<Test name="lowp_int_vertex" />
11450<Test name="lowp_int_fragment" />
11451<Test name="mediump_int_vertex" />
11452<Test name="mediump_int_fragment" />
11453<Test name="highp_int_vertex" />
11454<Test name="highp_int_fragment" />
11455<Test name="lowp_ivec2_vertex" />
11456<Test name="lowp_ivec2_fragment" />
11457<Test name="mediump_ivec2_vertex" />
11458<Test name="mediump_ivec2_fragment" />
11459<Test name="highp_ivec2_vertex" />
11460<Test name="highp_ivec2_fragment" />
11461<Test name="lowp_ivec3_vertex" />
11462<Test name="lowp_ivec3_fragment" />
11463<Test name="mediump_ivec3_vertex" />
11464<Test name="mediump_ivec3_fragment" />
11465<Test name="highp_ivec3_vertex" />
11466<Test name="highp_ivec3_fragment" />
11467<Test name="lowp_ivec4_vertex" />
11468<Test name="lowp_ivec4_fragment" />
11469<Test name="mediump_ivec4_vertex" />
11470<Test name="mediump_ivec4_fragment" />
11471<Test name="highp_ivec4_vertex" />
11472<Test name="highp_ivec4_fragment" />
11473<Test name="lowp_ivec2_int_vertex" />
11474<Test name="lowp_ivec2_int_fragment" />
11475<Test name="mediump_ivec2_int_vertex" />
11476<Test name="mediump_ivec2_int_fragment" />
11477<Test name="highp_ivec2_int_vertex" />
11478<Test name="highp_ivec2_int_fragment" />
11479<Test name="lowp_ivec3_int_vertex" />
11480<Test name="lowp_ivec3_int_fragment" />
11481<Test name="mediump_ivec3_int_vertex" />
11482<Test name="mediump_ivec3_int_fragment" />
11483<Test name="highp_ivec3_int_vertex" />
11484<Test name="highp_ivec3_int_fragment" />
11485<Test name="lowp_ivec4_int_vertex" />
11486<Test name="lowp_ivec4_int_fragment" />
11487<Test name="mediump_ivec4_int_vertex" />
11488<Test name="mediump_ivec4_int_fragment" />
11489<Test name="highp_ivec4_int_vertex" />
11490<Test name="highp_ivec4_int_fragment" />
11491<Test name="lowp_uint_vertex" />
11492<Test name="lowp_uint_fragment" />
11493<Test name="mediump_uint_vertex" />
11494<Test name="mediump_uint_fragment" />
11495<Test name="highp_uint_vertex" />
11496<Test name="highp_uint_fragment" />
11497<Test name="lowp_uvec2_vertex" />
11498<Test name="lowp_uvec2_fragment" />
11499<Test name="mediump_uvec2_vertex" />
11500<Test name="mediump_uvec2_fragment" />
11501<Test name="highp_uvec2_vertex" />
11502<Test name="highp_uvec2_fragment" />
11503<Test name="lowp_uvec3_vertex" />
11504<Test name="lowp_uvec3_fragment" />
11505<Test name="mediump_uvec3_vertex" />
11506<Test name="mediump_uvec3_fragment" />
11507<Test name="highp_uvec3_vertex" />
11508<Test name="highp_uvec3_fragment" />
11509<Test name="lowp_uvec4_vertex" />
11510<Test name="lowp_uvec4_fragment" />
11511<Test name="mediump_uvec4_vertex" />
11512<Test name="mediump_uvec4_fragment" />
11513<Test name="highp_uvec4_vertex" />
11514<Test name="highp_uvec4_fragment" />
11515<Test name="lowp_uvec2_uint_vertex" />
11516<Test name="lowp_uvec2_uint_fragment" />
11517<Test name="mediump_uvec2_uint_vertex" />
11518<Test name="mediump_uvec2_uint_fragment" />
11519<Test name="highp_uvec2_uint_vertex" />
11520<Test name="highp_uvec2_uint_fragment" />
11521<Test name="lowp_uvec3_uint_vertex" />
11522<Test name="lowp_uvec3_uint_fragment" />
11523<Test name="mediump_uvec3_uint_vertex" />
11524<Test name="mediump_uvec3_uint_fragment" />
11525<Test name="highp_uvec3_uint_vertex" />
11526<Test name="highp_uvec3_uint_fragment" />
11527<Test name="lowp_uvec4_uint_vertex" />
11528<Test name="lowp_uvec4_uint_fragment" />
11529<Test name="mediump_uvec4_uint_vertex" />
11530<Test name="mediump_uvec4_uint_fragment" />
11531<Test name="highp_uvec4_uint_vertex" />
11532<Test name="highp_uvec4_uint_fragment" />
11533</TestCase>
11534<TestCase name="mix">
11535<Test name="lowp_float_vertex" />
11536<Test name="lowp_float_fragment" />
11537<Test name="mediump_float_vertex" />
11538<Test name="mediump_float_fragment" />
11539<Test name="highp_float_vertex" />
11540<Test name="highp_float_fragment" />
11541<Test name="lowp_vec2_vertex" />
11542<Test name="lowp_vec2_fragment" />
11543<Test name="mediump_vec2_vertex" />
11544<Test name="mediump_vec2_fragment" />
11545<Test name="highp_vec2_vertex" />
11546<Test name="highp_vec2_fragment" />
11547<Test name="lowp_vec3_vertex" />
11548<Test name="lowp_vec3_fragment" />
11549<Test name="mediump_vec3_vertex" />
11550<Test name="mediump_vec3_fragment" />
11551<Test name="highp_vec3_vertex" />
11552<Test name="highp_vec3_fragment" />
11553<Test name="lowp_vec4_vertex" />
11554<Test name="lowp_vec4_fragment" />
11555<Test name="mediump_vec4_vertex" />
11556<Test name="mediump_vec4_fragment" />
11557<Test name="highp_vec4_vertex" />
11558<Test name="highp_vec4_fragment" />
11559<Test name="lowp_vec2_float_vertex" />
11560<Test name="lowp_vec2_float_fragment" />
11561<Test name="mediump_vec2_float_vertex" />
11562<Test name="mediump_vec2_float_fragment" />
11563<Test name="highp_vec2_float_vertex" />
11564<Test name="highp_vec2_float_fragment" />
11565<Test name="lowp_vec3_float_vertex" />
11566<Test name="lowp_vec3_float_fragment" />
11567<Test name="mediump_vec3_float_vertex" />
11568<Test name="mediump_vec3_float_fragment" />
11569<Test name="highp_vec3_float_vertex" />
11570<Test name="highp_vec3_float_fragment" />
11571<Test name="lowp_vec4_float_vertex" />
11572<Test name="lowp_vec4_float_fragment" />
11573<Test name="mediump_vec4_float_vertex" />
11574<Test name="mediump_vec4_float_fragment" />
11575<Test name="highp_vec4_float_vertex" />
11576<Test name="highp_vec4_float_fragment" />
11577</TestCase>
11578<TestCase name="step">
11579<Test name="lowp_float_vertex" />
11580<Test name="lowp_float_fragment" />
11581<Test name="mediump_float_vertex" />
11582<Test name="mediump_float_fragment" />
11583<Test name="highp_float_vertex" />
11584<Test name="highp_float_fragment" />
11585<Test name="lowp_vec2_vertex" />
11586<Test name="lowp_vec2_fragment" />
11587<Test name="mediump_vec2_vertex" />
11588<Test name="mediump_vec2_fragment" />
11589<Test name="highp_vec2_vertex" />
11590<Test name="highp_vec2_fragment" />
11591<Test name="lowp_vec3_vertex" />
11592<Test name="lowp_vec3_fragment" />
11593<Test name="mediump_vec3_vertex" />
11594<Test name="mediump_vec3_fragment" />
11595<Test name="highp_vec3_vertex" />
11596<Test name="highp_vec3_fragment" />
11597<Test name="lowp_vec4_vertex" />
11598<Test name="lowp_vec4_fragment" />
11599<Test name="mediump_vec4_vertex" />
11600<Test name="mediump_vec4_fragment" />
11601<Test name="highp_vec4_vertex" />
11602<Test name="highp_vec4_fragment" />
11603<Test name="lowp_float_vec2_vertex" />
11604<Test name="lowp_float_vec2_fragment" />
11605<Test name="mediump_float_vec2_vertex" />
11606<Test name="mediump_float_vec2_fragment" />
11607<Test name="highp_float_vec2_vertex" />
11608<Test name="highp_float_vec2_fragment" />
11609<Test name="lowp_float_vec3_vertex" />
11610<Test name="lowp_float_vec3_fragment" />
11611<Test name="mediump_float_vec3_vertex" />
11612<Test name="mediump_float_vec3_fragment" />
11613<Test name="highp_float_vec3_vertex" />
11614<Test name="highp_float_vec3_fragment" />
11615<Test name="lowp_float_vec4_vertex" />
11616<Test name="lowp_float_vec4_fragment" />
11617<Test name="mediump_float_vec4_vertex" />
11618<Test name="mediump_float_vec4_fragment" />
11619<Test name="highp_float_vec4_vertex" />
11620<Test name="highp_float_vec4_fragment" />
11621</TestCase>
11622<TestCase name="smoothstep">
11623<Test name="lowp_float_vertex" />
11624<Test name="lowp_float_fragment" />
11625<Test name="mediump_float_vertex" />
11626<Test name="mediump_float_fragment" />
11627<Test name="highp_float_vertex" />
11628<Test name="highp_float_fragment" />
11629<Test name="lowp_vec2_vertex" />
11630<Test name="lowp_vec2_fragment" />
11631<Test name="mediump_vec2_vertex" />
11632<Test name="mediump_vec2_fragment" />
11633<Test name="highp_vec2_vertex" />
11634<Test name="highp_vec2_fragment" />
11635<Test name="lowp_vec3_vertex" />
11636<Test name="lowp_vec3_fragment" />
11637<Test name="mediump_vec3_vertex" />
11638<Test name="mediump_vec3_fragment" />
11639<Test name="highp_vec3_vertex" />
11640<Test name="highp_vec3_fragment" />
11641<Test name="lowp_vec4_vertex" />
11642<Test name="lowp_vec4_fragment" />
11643<Test name="mediump_vec4_vertex" />
11644<Test name="mediump_vec4_fragment" />
11645<Test name="highp_vec4_vertex" />
11646<Test name="highp_vec4_fragment" />
11647<Test name="lowp_float_vec2_vertex" />
11648<Test name="lowp_float_vec2_fragment" />
11649<Test name="mediump_float_vec2_vertex" />
11650<Test name="mediump_float_vec2_fragment" />
11651<Test name="highp_float_vec2_vertex" />
11652<Test name="highp_float_vec2_fragment" />
11653<Test name="lowp_float_vec3_vertex" />
11654<Test name="lowp_float_vec3_fragment" />
11655<Test name="mediump_float_vec3_vertex" />
11656<Test name="mediump_float_vec3_fragment" />
11657<Test name="highp_float_vec3_vertex" />
11658<Test name="highp_float_vec3_fragment" />
11659<Test name="lowp_float_vec4_vertex" />
11660<Test name="lowp_float_vec4_fragment" />
11661<Test name="mediump_float_vec4_vertex" />
11662<Test name="mediump_float_vec4_fragment" />
11663<Test name="highp_float_vec4_vertex" />
11664<Test name="highp_float_vec4_fragment" />
11665</TestCase>
11666</TestSuite>
11667<TestSuite name="geometric">
11668<TestCase name="length">
11669<Test name="mediump_float_vertex" />
11670<Test name="mediump_float_fragment" />
11671<Test name="highp_float_vertex" />
11672<Test name="highp_float_fragment" />
11673<Test name="mediump_vec2_vertex" />
11674<Test name="mediump_vec2_fragment" />
11675<Test name="highp_vec2_vertex" />
11676<Test name="highp_vec2_fragment" />
11677<Test name="mediump_vec3_vertex" />
11678<Test name="mediump_vec3_fragment" />
11679<Test name="highp_vec3_vertex" />
11680<Test name="highp_vec3_fragment" />
11681<Test name="mediump_vec4_vertex" />
11682<Test name="mediump_vec4_fragment" />
11683<Test name="highp_vec4_vertex" />
11684<Test name="highp_vec4_fragment" />
11685</TestCase>
11686<TestCase name="distance">
11687<Test name="mediump_float_vertex" />
11688<Test name="mediump_float_fragment" />
11689<Test name="highp_float_vertex" />
11690<Test name="highp_float_fragment" />
11691<Test name="mediump_vec2_vertex" />
11692<Test name="mediump_vec2_fragment" />
11693<Test name="highp_vec2_vertex" />
11694<Test name="highp_vec2_fragment" />
11695<Test name="mediump_vec3_vertex" />
11696<Test name="mediump_vec3_fragment" />
11697<Test name="highp_vec3_vertex" />
11698<Test name="highp_vec3_fragment" />
11699<Test name="mediump_vec4_vertex" />
11700<Test name="mediump_vec4_fragment" />
11701<Test name="highp_vec4_vertex" />
11702<Test name="highp_vec4_fragment" />
11703</TestCase>
11704<TestCase name="dot">
11705<Test name="mediump_float_vertex" />
11706<Test name="mediump_float_fragment" />
11707<Test name="highp_float_vertex" />
11708<Test name="highp_float_fragment" />
11709<Test name="mediump_vec2_vertex" />
11710<Test name="mediump_vec2_fragment" />
11711<Test name="highp_vec2_vertex" />
11712<Test name="highp_vec2_fragment" />
11713<Test name="mediump_vec3_vertex" />
11714<Test name="mediump_vec3_fragment" />
11715<Test name="highp_vec3_vertex" />
11716<Test name="highp_vec3_fragment" />
11717<Test name="mediump_vec4_vertex" />
11718<Test name="mediump_vec4_fragment" />
11719<Test name="highp_vec4_vertex" />
11720<Test name="highp_vec4_fragment" />
11721</TestCase>
11722<TestCase name="cross">
11723<Test name="mediump_vec3_vertex" />
11724<Test name="mediump_vec3_fragment" />
11725<Test name="highp_vec3_vertex" />
11726<Test name="highp_vec3_fragment" />
11727</TestCase>
11728<TestCase name="normalize">
11729<Test name="mediump_float_vertex" />
11730<Test name="mediump_float_fragment" />
11731<Test name="highp_float_vertex" />
11732<Test name="highp_float_fragment" />
11733<Test name="mediump_vec2_vertex" />
11734<Test name="mediump_vec2_fragment" />
11735<Test name="highp_vec2_vertex" />
11736<Test name="highp_vec2_fragment" />
11737<Test name="mediump_vec3_vertex" />
11738<Test name="mediump_vec3_fragment" />
11739<Test name="highp_vec3_vertex" />
11740<Test name="highp_vec3_fragment" />
11741<Test name="mediump_vec4_vertex" />
11742<Test name="mediump_vec4_fragment" />
11743<Test name="highp_vec4_vertex" />
11744<Test name="highp_vec4_fragment" />
11745</TestCase>
11746<TestCase name="faceforward">
11747<Test name="mediump_float_vertex" />
11748<Test name="mediump_float_fragment" />
11749<Test name="highp_float_vertex" />
11750<Test name="highp_float_fragment" />
11751<Test name="mediump_vec2_vertex" />
11752<Test name="mediump_vec2_fragment" />
11753<Test name="highp_vec2_vertex" />
11754<Test name="highp_vec2_fragment" />
11755<Test name="mediump_vec3_vertex" />
11756<Test name="mediump_vec3_fragment" />
11757<Test name="highp_vec3_vertex" />
11758<Test name="highp_vec3_fragment" />
11759<Test name="mediump_vec4_vertex" />
11760<Test name="mediump_vec4_fragment" />
11761<Test name="highp_vec4_vertex" />
11762<Test name="highp_vec4_fragment" />
11763</TestCase>
11764<TestCase name="reflect">
11765<Test name="mediump_float_vertex" />
11766<Test name="mediump_float_fragment" />
11767<Test name="highp_float_vertex" />
11768<Test name="highp_float_fragment" />
11769<Test name="mediump_vec2_vertex" />
11770<Test name="mediump_vec2_fragment" />
11771<Test name="highp_vec2_vertex" />
11772<Test name="highp_vec2_fragment" />
11773<Test name="mediump_vec3_vertex" />
11774<Test name="mediump_vec3_fragment" />
11775<Test name="highp_vec3_vertex" />
11776<Test name="highp_vec3_fragment" />
11777<Test name="mediump_vec4_vertex" />
11778<Test name="mediump_vec4_fragment" />
11779<Test name="highp_vec4_vertex" />
11780<Test name="highp_vec4_fragment" />
11781</TestCase>
11782<TestCase name="refract">
11783<Test name="mediump_float_vertex" />
11784<Test name="mediump_float_fragment" />
11785<Test name="highp_float_vertex" />
11786<Test name="highp_float_fragment" />
11787<Test name="mediump_vec2_float_vertex" />
11788<Test name="mediump_vec2_float_fragment" />
11789<Test name="highp_vec2_float_vertex" />
11790<Test name="highp_vec2_float_fragment" />
11791<Test name="mediump_vec3_float_vertex" />
11792<Test name="mediump_vec3_float_fragment" />
11793<Test name="highp_vec3_float_vertex" />
11794<Test name="highp_vec3_float_fragment" />
11795<Test name="mediump_vec4_float_vertex" />
11796<Test name="mediump_vec4_float_fragment" />
11797<Test name="highp_vec4_float_vertex" />
11798<Test name="highp_vec4_float_fragment" />
11799</TestCase>
11800</TestSuite>
11801<TestSuite name="float_compare">
11802<TestCase name="lessThan">
11803<Test name="lowp_vec2_vertex" />
11804<Test name="lowp_vec2_fragment" />
11805<Test name="mediump_vec2_vertex" />
11806<Test name="mediump_vec2_fragment" />
11807<Test name="highp_vec2_vertex" />
11808<Test name="highp_vec2_fragment" />
11809<Test name="lowp_vec3_vertex" />
11810<Test name="lowp_vec3_fragment" />
11811<Test name="mediump_vec3_vertex" />
11812<Test name="mediump_vec3_fragment" />
11813<Test name="highp_vec3_vertex" />
11814<Test name="highp_vec3_fragment" />
11815<Test name="lowp_vec4_vertex" />
11816<Test name="lowp_vec4_fragment" />
11817<Test name="mediump_vec4_vertex" />
11818<Test name="mediump_vec4_fragment" />
11819<Test name="highp_vec4_vertex" />
11820<Test name="highp_vec4_fragment" />
11821</TestCase>
11822<TestCase name="lessThanEqual">
11823<Test name="lowp_vec2_vertex" />
11824<Test name="lowp_vec2_fragment" />
11825<Test name="mediump_vec2_vertex" />
11826<Test name="mediump_vec2_fragment" />
11827<Test name="highp_vec2_vertex" />
11828<Test name="highp_vec2_fragment" />
11829<Test name="lowp_vec3_vertex" />
11830<Test name="lowp_vec3_fragment" />
11831<Test name="mediump_vec3_vertex" />
11832<Test name="mediump_vec3_fragment" />
11833<Test name="highp_vec3_vertex" />
11834<Test name="highp_vec3_fragment" />
11835<Test name="lowp_vec4_vertex" />
11836<Test name="lowp_vec4_fragment" />
11837<Test name="mediump_vec4_vertex" />
11838<Test name="mediump_vec4_fragment" />
11839<Test name="highp_vec4_vertex" />
11840<Test name="highp_vec4_fragment" />
11841</TestCase>
11842<TestCase name="greaterThan">
11843<Test name="lowp_vec2_vertex" />
11844<Test name="lowp_vec2_fragment" />
11845<Test name="mediump_vec2_vertex" />
11846<Test name="mediump_vec2_fragment" />
11847<Test name="highp_vec2_vertex" />
11848<Test name="highp_vec2_fragment" />
11849<Test name="lowp_vec3_vertex" />
11850<Test name="lowp_vec3_fragment" />
11851<Test name="mediump_vec3_vertex" />
11852<Test name="mediump_vec3_fragment" />
11853<Test name="highp_vec3_vertex" />
11854<Test name="highp_vec3_fragment" />
11855<Test name="lowp_vec4_vertex" />
11856<Test name="lowp_vec4_fragment" />
11857<Test name="mediump_vec4_vertex" />
11858<Test name="mediump_vec4_fragment" />
11859<Test name="highp_vec4_vertex" />
11860<Test name="highp_vec4_fragment" />
11861</TestCase>
11862<TestCase name="greaterThanEqual">
11863<Test name="lowp_vec2_vertex" />
11864<Test name="lowp_vec2_fragment" />
11865<Test name="mediump_vec2_vertex" />
11866<Test name="mediump_vec2_fragment" />
11867<Test name="highp_vec2_vertex" />
11868<Test name="highp_vec2_fragment" />
11869<Test name="lowp_vec3_vertex" />
11870<Test name="lowp_vec3_fragment" />
11871<Test name="mediump_vec3_vertex" />
11872<Test name="mediump_vec3_fragment" />
11873<Test name="highp_vec3_vertex" />
11874<Test name="highp_vec3_fragment" />
11875<Test name="lowp_vec4_vertex" />
11876<Test name="lowp_vec4_fragment" />
11877<Test name="mediump_vec4_vertex" />
11878<Test name="mediump_vec4_fragment" />
11879<Test name="highp_vec4_vertex" />
11880<Test name="highp_vec4_fragment" />
11881</TestCase>
11882<TestCase name="equal">
11883<Test name="lowp_vec2_vertex" />
11884<Test name="lowp_vec2_fragment" />
11885<Test name="mediump_vec2_vertex" />
11886<Test name="mediump_vec2_fragment" />
11887<Test name="highp_vec2_vertex" />
11888<Test name="highp_vec2_fragment" />
11889<Test name="lowp_vec3_vertex" />
11890<Test name="lowp_vec3_fragment" />
11891<Test name="mediump_vec3_vertex" />
11892<Test name="mediump_vec3_fragment" />
11893<Test name="highp_vec3_vertex" />
11894<Test name="highp_vec3_fragment" />
11895<Test name="lowp_vec4_vertex" />
11896<Test name="lowp_vec4_fragment" />
11897<Test name="mediump_vec4_vertex" />
11898<Test name="mediump_vec4_fragment" />
11899<Test name="highp_vec4_vertex" />
11900<Test name="highp_vec4_fragment" />
11901</TestCase>
11902<TestCase name="notEqual">
11903<Test name="lowp_vec2_vertex" />
11904<Test name="lowp_vec2_fragment" />
11905<Test name="mediump_vec2_vertex" />
11906<Test name="mediump_vec2_fragment" />
11907<Test name="highp_vec2_vertex" />
11908<Test name="highp_vec2_fragment" />
11909<Test name="lowp_vec3_vertex" />
11910<Test name="lowp_vec3_fragment" />
11911<Test name="mediump_vec3_vertex" />
11912<Test name="mediump_vec3_fragment" />
11913<Test name="highp_vec3_vertex" />
11914<Test name="highp_vec3_fragment" />
11915<Test name="lowp_vec4_vertex" />
11916<Test name="lowp_vec4_fragment" />
11917<Test name="mediump_vec4_vertex" />
11918<Test name="mediump_vec4_fragment" />
11919<Test name="highp_vec4_vertex" />
11920<Test name="highp_vec4_fragment" />
11921</TestCase>
11922</TestSuite>
11923<TestSuite name="int_compare">
11924<TestCase name="lessThan">
11925<Test name="lowp_ivec2_vertex" />
11926<Test name="lowp_ivec2_fragment" />
11927<Test name="mediump_ivec2_vertex" />
11928<Test name="mediump_ivec2_fragment" />
11929<Test name="highp_ivec2_vertex" />
11930<Test name="highp_ivec2_fragment" />
11931<Test name="lowp_ivec3_vertex" />
11932<Test name="lowp_ivec3_fragment" />
11933<Test name="mediump_ivec3_vertex" />
11934<Test name="mediump_ivec3_fragment" />
11935<Test name="highp_ivec3_vertex" />
11936<Test name="highp_ivec3_fragment" />
11937<Test name="lowp_ivec4_vertex" />
11938<Test name="lowp_ivec4_fragment" />
11939<Test name="mediump_ivec4_vertex" />
11940<Test name="mediump_ivec4_fragment" />
11941<Test name="highp_ivec4_vertex" />
11942<Test name="highp_ivec4_fragment" />
11943</TestCase>
11944<TestCase name="lessThanEqual">
11945<Test name="lowp_ivec2_vertex" />
11946<Test name="lowp_ivec2_fragment" />
11947<Test name="mediump_ivec2_vertex" />
11948<Test name="mediump_ivec2_fragment" />
11949<Test name="highp_ivec2_vertex" />
11950<Test name="highp_ivec2_fragment" />
11951<Test name="lowp_ivec3_vertex" />
11952<Test name="lowp_ivec3_fragment" />
11953<Test name="mediump_ivec3_vertex" />
11954<Test name="mediump_ivec3_fragment" />
11955<Test name="highp_ivec3_vertex" />
11956<Test name="highp_ivec3_fragment" />
11957<Test name="lowp_ivec4_vertex" />
11958<Test name="lowp_ivec4_fragment" />
11959<Test name="mediump_ivec4_vertex" />
11960<Test name="mediump_ivec4_fragment" />
11961<Test name="highp_ivec4_vertex" />
11962<Test name="highp_ivec4_fragment" />
11963</TestCase>
11964<TestCase name="greaterThan">
11965<Test name="lowp_ivec2_vertex" />
11966<Test name="lowp_ivec2_fragment" />
11967<Test name="mediump_ivec2_vertex" />
11968<Test name="mediump_ivec2_fragment" />
11969<Test name="highp_ivec2_vertex" />
11970<Test name="highp_ivec2_fragment" />
11971<Test name="lowp_ivec3_vertex" />
11972<Test name="lowp_ivec3_fragment" />
11973<Test name="mediump_ivec3_vertex" />
11974<Test name="mediump_ivec3_fragment" />
11975<Test name="highp_ivec3_vertex" />
11976<Test name="highp_ivec3_fragment" />
11977<Test name="lowp_ivec4_vertex" />
11978<Test name="lowp_ivec4_fragment" />
11979<Test name="mediump_ivec4_vertex" />
11980<Test name="mediump_ivec4_fragment" />
11981<Test name="highp_ivec4_vertex" />
11982<Test name="highp_ivec4_fragment" />
11983</TestCase>
11984<TestCase name="greaterThanEqual">
11985<Test name="lowp_ivec2_vertex" />
11986<Test name="lowp_ivec2_fragment" />
11987<Test name="mediump_ivec2_vertex" />
11988<Test name="mediump_ivec2_fragment" />
11989<Test name="highp_ivec2_vertex" />
11990<Test name="highp_ivec2_fragment" />
11991<Test name="lowp_ivec3_vertex" />
11992<Test name="lowp_ivec3_fragment" />
11993<Test name="mediump_ivec3_vertex" />
11994<Test name="mediump_ivec3_fragment" />
11995<Test name="highp_ivec3_vertex" />
11996<Test name="highp_ivec3_fragment" />
11997<Test name="lowp_ivec4_vertex" />
11998<Test name="lowp_ivec4_fragment" />
11999<Test name="mediump_ivec4_vertex" />
12000<Test name="mediump_ivec4_fragment" />
12001<Test name="highp_ivec4_vertex" />
12002<Test name="highp_ivec4_fragment" />
12003</TestCase>
12004<TestCase name="equal">
12005<Test name="lowp_ivec2_vertex" />
12006<Test name="lowp_ivec2_fragment" />
12007<Test name="mediump_ivec2_vertex" />
12008<Test name="mediump_ivec2_fragment" />
12009<Test name="highp_ivec2_vertex" />
12010<Test name="highp_ivec2_fragment" />
12011<Test name="lowp_ivec3_vertex" />
12012<Test name="lowp_ivec3_fragment" />
12013<Test name="mediump_ivec3_vertex" />
12014<Test name="mediump_ivec3_fragment" />
12015<Test name="highp_ivec3_vertex" />
12016<Test name="highp_ivec3_fragment" />
12017<Test name="lowp_ivec4_vertex" />
12018<Test name="lowp_ivec4_fragment" />
12019<Test name="mediump_ivec4_vertex" />
12020<Test name="mediump_ivec4_fragment" />
12021<Test name="highp_ivec4_vertex" />
12022<Test name="highp_ivec4_fragment" />
12023</TestCase>
12024<TestCase name="notEqual">
12025<Test name="lowp_ivec2_vertex" />
12026<Test name="lowp_ivec2_fragment" />
12027<Test name="mediump_ivec2_vertex" />
12028<Test name="mediump_ivec2_fragment" />
12029<Test name="highp_ivec2_vertex" />
12030<Test name="highp_ivec2_fragment" />
12031<Test name="lowp_ivec3_vertex" />
12032<Test name="lowp_ivec3_fragment" />
12033<Test name="mediump_ivec3_vertex" />
12034<Test name="mediump_ivec3_fragment" />
12035<Test name="highp_ivec3_vertex" />
12036<Test name="highp_ivec3_fragment" />
12037<Test name="lowp_ivec4_vertex" />
12038<Test name="lowp_ivec4_fragment" />
12039<Test name="mediump_ivec4_vertex" />
12040<Test name="mediump_ivec4_fragment" />
12041<Test name="highp_ivec4_vertex" />
12042<Test name="highp_ivec4_fragment" />
12043</TestCase>
12044</TestSuite>
12045<TestSuite name="bool_compare">
12046<TestCase name="equal">
12047<Test name="bvec2_vertex" />
12048<Test name="bvec2_fragment" />
12049<Test name="bvec3_vertex" />
12050<Test name="bvec3_fragment" />
12051<Test name="bvec4_vertex" />
12052<Test name="bvec4_fragment" />
12053</TestCase>
12054<TestCase name="notEqual">
12055<Test name="bvec2_vertex" />
12056<Test name="bvec2_fragment" />
12057<Test name="bvec3_vertex" />
12058<Test name="bvec3_fragment" />
12059<Test name="bvec4_vertex" />
12060<Test name="bvec4_fragment" />
12061</TestCase>
12062<TestCase name="any">
12063<Test name="bvec2_vertex" />
12064<Test name="bvec2_fragment" />
12065<Test name="bvec3_vertex" />
12066<Test name="bvec3_fragment" />
12067<Test name="bvec4_vertex" />
12068<Test name="bvec4_fragment" />
12069</TestCase>
12070<TestCase name="all">
12071<Test name="bvec2_vertex" />
12072<Test name="bvec2_fragment" />
12073<Test name="bvec3_vertex" />
12074<Test name="bvec3_fragment" />
12075<Test name="bvec4_vertex" />
12076<Test name="bvec4_fragment" />
12077</TestCase>
12078<TestCase name="not">
12079<Test name="bvec2_vertex" />
12080<Test name="bvec2_fragment" />
12081<Test name="bvec3_vertex" />
12082<Test name="bvec3_fragment" />
12083<Test name="bvec4_vertex" />
12084<Test name="bvec4_fragment" />
12085</TestCase>
12086</TestSuite>
12087<TestCase name="selection">
12088<Test name="lowp_float_vertex" />
12089<Test name="lowp_float_fragment" />
12090<Test name="mediump_float_vertex" />
12091<Test name="mediump_float_fragment" />
12092<Test name="highp_float_vertex" />
12093<Test name="highp_float_fragment" />
12094<Test name="lowp_vec2_vertex" />
12095<Test name="lowp_vec2_fragment" />
12096<Test name="mediump_vec2_vertex" />
12097<Test name="mediump_vec2_fragment" />
12098<Test name="highp_vec2_vertex" />
12099<Test name="highp_vec2_fragment" />
12100<Test name="lowp_vec3_vertex" />
12101<Test name="lowp_vec3_fragment" />
12102<Test name="mediump_vec3_vertex" />
12103<Test name="mediump_vec3_fragment" />
12104<Test name="highp_vec3_vertex" />
12105<Test name="highp_vec3_fragment" />
12106<Test name="lowp_vec4_vertex" />
12107<Test name="lowp_vec4_fragment" />
12108<Test name="mediump_vec4_vertex" />
12109<Test name="mediump_vec4_fragment" />
12110<Test name="highp_vec4_vertex" />
12111<Test name="highp_vec4_fragment" />
12112<Test name="lowp_int_vertex" />
12113<Test name="lowp_int_fragment" />
12114<Test name="mediump_int_vertex" />
12115<Test name="mediump_int_fragment" />
12116<Test name="highp_int_vertex" />
12117<Test name="highp_int_fragment" />
12118<Test name="lowp_ivec2_vertex" />
12119<Test name="lowp_ivec2_fragment" />
12120<Test name="mediump_ivec2_vertex" />
12121<Test name="mediump_ivec2_fragment" />
12122<Test name="highp_ivec2_vertex" />
12123<Test name="highp_ivec2_fragment" />
12124<Test name="lowp_ivec3_vertex" />
12125<Test name="lowp_ivec3_fragment" />
12126<Test name="mediump_ivec3_vertex" />
12127<Test name="mediump_ivec3_fragment" />
12128<Test name="highp_ivec3_vertex" />
12129<Test name="highp_ivec3_fragment" />
12130<Test name="lowp_ivec4_vertex" />
12131<Test name="lowp_ivec4_fragment" />
12132<Test name="mediump_ivec4_vertex" />
12133<Test name="mediump_ivec4_fragment" />
12134<Test name="highp_ivec4_vertex" />
12135<Test name="highp_ivec4_fragment" />
12136<Test name="lowp_uint_vertex" />
12137<Test name="lowp_uint_fragment" />
12138<Test name="mediump_uint_vertex" />
12139<Test name="mediump_uint_fragment" />
12140<Test name="highp_uint_vertex" />
12141<Test name="highp_uint_fragment" />
12142<Test name="lowp_uvec2_vertex" />
12143<Test name="lowp_uvec2_fragment" />
12144<Test name="mediump_uvec2_vertex" />
12145<Test name="mediump_uvec2_fragment" />
12146<Test name="highp_uvec2_vertex" />
12147<Test name="highp_uvec2_fragment" />
12148<Test name="lowp_uvec3_vertex" />
12149<Test name="lowp_uvec3_fragment" />
12150<Test name="mediump_uvec3_vertex" />
12151<Test name="mediump_uvec3_fragment" />
12152<Test name="highp_uvec3_vertex" />
12153<Test name="highp_uvec3_fragment" />
12154<Test name="lowp_uvec4_vertex" />
12155<Test name="lowp_uvec4_fragment" />
12156<Test name="mediump_uvec4_vertex" />
12157<Test name="mediump_uvec4_fragment" />
12158<Test name="highp_uvec4_vertex" />
12159<Test name="highp_uvec4_fragment" />
12160<Test name="bool_vertex" />
12161<Test name="bool_fragment" />
12162<Test name="bvec2_vertex" />
12163<Test name="bvec2_fragment" />
12164<Test name="bvec3_vertex" />
12165<Test name="bvec3_fragment" />
12166<Test name="bvec4_vertex" />
12167<Test name="bvec4_fragment" />
12168</TestCase>
12169<TestSuite name="sequence">
12170<TestCase name="no_side_effects">
12171<Test name="lowp_vec4_vertex" />
12172<Test name="lowp_vec4_fragment" />
12173<Test name="mediump_vec4_vertex" />
12174<Test name="mediump_vec4_fragment" />
12175<Test name="highp_vec4_vertex" />
12176<Test name="highp_vec4_fragment" />
12177<Test name="lowp_float_uint_vertex" />
12178<Test name="lowp_float_uint_fragment" />
12179<Test name="mediump_float_uint_vertex" />
12180<Test name="mediump_float_uint_fragment" />
12181<Test name="highp_float_uint_vertex" />
12182<Test name="highp_float_uint_fragment" />
12183<Test name="lowp_bool_vec2_vertex" />
12184<Test name="lowp_bool_vec2_fragment" />
12185<Test name="mediump_bool_vec2_vertex" />
12186<Test name="mediump_bool_vec2_fragment" />
12187<Test name="highp_bool_vec2_vertex" />
12188<Test name="highp_bool_vec2_fragment" />
12189<Test name="lowp_vec4_ivec4_bvec4_vertex" />
12190<Test name="lowp_vec4_ivec4_bvec4_fragment" />
12191<Test name="mediump_vec4_ivec4_bvec4_vertex" />
12192<Test name="mediump_vec4_ivec4_bvec4_fragment" />
12193<Test name="highp_vec4_ivec4_bvec4_vertex" />
12194<Test name="highp_vec4_ivec4_bvec4_fragment" />
12195</TestCase>
12196<TestCase name="side_effects">
12197<Test name="lowp_vec4_vertex" />
12198<Test name="lowp_vec4_fragment" />
12199<Test name="mediump_vec4_vertex" />
12200<Test name="mediump_vec4_fragment" />
12201<Test name="highp_vec4_vertex" />
12202<Test name="highp_vec4_fragment" />
12203<Test name="lowp_float_uint_vertex" />
12204<Test name="lowp_float_uint_fragment" />
12205<Test name="mediump_float_uint_vertex" />
12206<Test name="mediump_float_uint_fragment" />
12207<Test name="highp_float_uint_vertex" />
12208<Test name="highp_float_uint_fragment" />
12209<Test name="lowp_bool_vec2_vertex" />
12210<Test name="lowp_bool_vec2_fragment" />
12211<Test name="mediump_bool_vec2_vertex" />
12212<Test name="mediump_bool_vec2_fragment" />
12213<Test name="highp_bool_vec2_vertex" />
12214<Test name="highp_bool_vec2_fragment" />
12215<Test name="lowp_vec4_ivec4_bvec4_vertex" />
12216<Test name="lowp_vec4_ivec4_bvec4_fragment" />
12217<Test name="mediump_vec4_ivec4_bvec4_vertex" />
12218<Test name="mediump_vec4_ivec4_bvec4_fragment" />
12219<Test name="highp_vec4_ivec4_bvec4_vertex" />
12220<Test name="highp_vec4_ivec4_bvec4_fragment" />
12221</TestCase>
12222</TestSuite>
12223</TestSuite>
12224<TestSuite name="matrix">
12225<TestSuite name="add">
12226<TestCase name="const">
12227<Test name="lowp_mat2_float_vertex" />
12228<Test name="lowp_mat2_float_fragment" />
12229<Test name="lowp_mat2_mat2_vertex" />
12230<Test name="lowp_mat2_mat2_fragment" />
12231<Test name="mediump_mat2_float_vertex" />
12232<Test name="mediump_mat2_float_fragment" />
12233<Test name="mediump_mat2_mat2_vertex" />
12234<Test name="mediump_mat2_mat2_fragment" />
12235<Test name="highp_mat2_float_vertex" />
12236<Test name="highp_mat2_float_fragment" />
12237<Test name="highp_mat2_mat2_vertex" />
12238<Test name="highp_mat2_mat2_fragment" />
12239<Test name="lowp_mat2x3_float_vertex" />
12240<Test name="lowp_mat2x3_float_fragment" />
12241<Test name="lowp_mat2x3_mat2x3_vertex" />
12242<Test name="lowp_mat2x3_mat2x3_fragment" />
12243<Test name="mediump_mat2x3_float_vertex" />
12244<Test name="mediump_mat2x3_float_fragment" />
12245<Test name="mediump_mat2x3_mat2x3_vertex" />
12246<Test name="mediump_mat2x3_mat2x3_fragment" />
12247<Test name="highp_mat2x3_float_vertex" />
12248<Test name="highp_mat2x3_float_fragment" />
12249<Test name="highp_mat2x3_mat2x3_vertex" />
12250<Test name="highp_mat2x3_mat2x3_fragment" />
12251<Test name="lowp_mat2x4_float_vertex" />
12252<Test name="lowp_mat2x4_float_fragment" />
12253<Test name="lowp_mat2x4_mat2x4_vertex" />
12254<Test name="lowp_mat2x4_mat2x4_fragment" />
12255<Test name="mediump_mat2x4_float_vertex" />
12256<Test name="mediump_mat2x4_float_fragment" />
12257<Test name="mediump_mat2x4_mat2x4_vertex" />
12258<Test name="mediump_mat2x4_mat2x4_fragment" />
12259<Test name="highp_mat2x4_float_vertex" />
12260<Test name="highp_mat2x4_float_fragment" />
12261<Test name="highp_mat2x4_mat2x4_vertex" />
12262<Test name="highp_mat2x4_mat2x4_fragment" />
12263<Test name="lowp_mat3x2_float_vertex" />
12264<Test name="lowp_mat3x2_float_fragment" />
12265<Test name="lowp_mat3x2_mat3x2_vertex" />
12266<Test name="lowp_mat3x2_mat3x2_fragment" />
12267<Test name="mediump_mat3x2_float_vertex" />
12268<Test name="mediump_mat3x2_float_fragment" />
12269<Test name="mediump_mat3x2_mat3x2_vertex" />
12270<Test name="mediump_mat3x2_mat3x2_fragment" />
12271<Test name="highp_mat3x2_float_vertex" />
12272<Test name="highp_mat3x2_float_fragment" />
12273<Test name="highp_mat3x2_mat3x2_vertex" />
12274<Test name="highp_mat3x2_mat3x2_fragment" />
12275<Test name="lowp_mat3_float_vertex" />
12276<Test name="lowp_mat3_float_fragment" />
12277<Test name="lowp_mat3_mat3_vertex" />
12278<Test name="lowp_mat3_mat3_fragment" />
12279<Test name="mediump_mat3_float_vertex" />
12280<Test name="mediump_mat3_float_fragment" />
12281<Test name="mediump_mat3_mat3_vertex" />
12282<Test name="mediump_mat3_mat3_fragment" />
12283<Test name="highp_mat3_float_vertex" />
12284<Test name="highp_mat3_float_fragment" />
12285<Test name="highp_mat3_mat3_vertex" />
12286<Test name="highp_mat3_mat3_fragment" />
12287<Test name="lowp_mat3x4_float_vertex" />
12288<Test name="lowp_mat3x4_float_fragment" />
12289<Test name="lowp_mat3x4_mat3x4_vertex" />
12290<Test name="lowp_mat3x4_mat3x4_fragment" />
12291<Test name="mediump_mat3x4_float_vertex" />
12292<Test name="mediump_mat3x4_float_fragment" />
12293<Test name="mediump_mat3x4_mat3x4_vertex" />
12294<Test name="mediump_mat3x4_mat3x4_fragment" />
12295<Test name="highp_mat3x4_float_vertex" />
12296<Test name="highp_mat3x4_float_fragment" />
12297<Test name="highp_mat3x4_mat3x4_vertex" />
12298<Test name="highp_mat3x4_mat3x4_fragment" />
12299<Test name="lowp_mat4x2_float_vertex" />
12300<Test name="lowp_mat4x2_float_fragment" />
12301<Test name="lowp_mat4x2_mat4x2_vertex" />
12302<Test name="lowp_mat4x2_mat4x2_fragment" />
12303<Test name="mediump_mat4x2_float_vertex" />
12304<Test name="mediump_mat4x2_float_fragment" />
12305<Test name="mediump_mat4x2_mat4x2_vertex" />
12306<Test name="mediump_mat4x2_mat4x2_fragment" />
12307<Test name="highp_mat4x2_float_vertex" />
12308<Test name="highp_mat4x2_float_fragment" />
12309<Test name="highp_mat4x2_mat4x2_vertex" />
12310<Test name="highp_mat4x2_mat4x2_fragment" />
12311<Test name="lowp_mat4x3_float_vertex" />
12312<Test name="lowp_mat4x3_float_fragment" />
12313<Test name="lowp_mat4x3_mat4x3_vertex" />
12314<Test name="lowp_mat4x3_mat4x3_fragment" />
12315<Test name="mediump_mat4x3_float_vertex" />
12316<Test name="mediump_mat4x3_float_fragment" />
12317<Test name="mediump_mat4x3_mat4x3_vertex" />
12318<Test name="mediump_mat4x3_mat4x3_fragment" />
12319<Test name="highp_mat4x3_float_vertex" />
12320<Test name="highp_mat4x3_float_fragment" />
12321<Test name="highp_mat4x3_mat4x3_vertex" />
12322<Test name="highp_mat4x3_mat4x3_fragment" />
12323<Test name="lowp_mat4_float_vertex" />
12324<Test name="lowp_mat4_float_fragment" />
12325<Test name="lowp_mat4_mat4_vertex" />
12326<Test name="lowp_mat4_mat4_fragment" />
12327<Test name="mediump_mat4_float_vertex" />
12328<Test name="mediump_mat4_float_fragment" />
12329<Test name="mediump_mat4_mat4_vertex" />
12330<Test name="mediump_mat4_mat4_fragment" />
12331<Test name="highp_mat4_float_vertex" />
12332<Test name="highp_mat4_float_fragment" />
12333<Test name="highp_mat4_mat4_vertex" />
12334<Test name="highp_mat4_mat4_fragment" />
12335</TestCase>
12336<TestCase name="uniform">
12337<Test name="lowp_mat2_float_vertex" />
12338<Test name="lowp_mat2_float_fragment" />
12339<Test name="lowp_mat2_mat2_vertex" />
12340<Test name="lowp_mat2_mat2_fragment" />
12341<Test name="mediump_mat2_float_vertex" />
12342<Test name="mediump_mat2_float_fragment" />
12343<Test name="mediump_mat2_mat2_vertex" />
12344<Test name="mediump_mat2_mat2_fragment" />
12345<Test name="highp_mat2_float_vertex" />
12346<Test name="highp_mat2_float_fragment" />
12347<Test name="highp_mat2_mat2_vertex" />
12348<Test name="highp_mat2_mat2_fragment" />
12349<Test name="lowp_mat2x3_float_vertex" />
12350<Test name="lowp_mat2x3_float_fragment" />
12351<Test name="lowp_mat2x3_mat2x3_vertex" />
12352<Test name="lowp_mat2x3_mat2x3_fragment" />
12353<Test name="mediump_mat2x3_float_vertex" />
12354<Test name="mediump_mat2x3_float_fragment" />
12355<Test name="mediump_mat2x3_mat2x3_vertex" />
12356<Test name="mediump_mat2x3_mat2x3_fragment" />
12357<Test name="highp_mat2x3_float_vertex" />
12358<Test name="highp_mat2x3_float_fragment" />
12359<Test name="highp_mat2x3_mat2x3_vertex" />
12360<Test name="highp_mat2x3_mat2x3_fragment" />
12361<Test name="lowp_mat2x4_float_vertex" />
12362<Test name="lowp_mat2x4_float_fragment" />
12363<Test name="lowp_mat2x4_mat2x4_vertex" />
12364<Test name="lowp_mat2x4_mat2x4_fragment" />
12365<Test name="mediump_mat2x4_float_vertex" />
12366<Test name="mediump_mat2x4_float_fragment" />
12367<Test name="mediump_mat2x4_mat2x4_vertex" />
12368<Test name="mediump_mat2x4_mat2x4_fragment" />
12369<Test name="highp_mat2x4_float_vertex" />
12370<Test name="highp_mat2x4_float_fragment" />
12371<Test name="highp_mat2x4_mat2x4_vertex" />
12372<Test name="highp_mat2x4_mat2x4_fragment" />
12373<Test name="lowp_mat3x2_float_vertex" />
12374<Test name="lowp_mat3x2_float_fragment" />
12375<Test name="lowp_mat3x2_mat3x2_vertex" />
12376<Test name="lowp_mat3x2_mat3x2_fragment" />
12377<Test name="mediump_mat3x2_float_vertex" />
12378<Test name="mediump_mat3x2_float_fragment" />
12379<Test name="mediump_mat3x2_mat3x2_vertex" />
12380<Test name="mediump_mat3x2_mat3x2_fragment" />
12381<Test name="highp_mat3x2_float_vertex" />
12382<Test name="highp_mat3x2_float_fragment" />
12383<Test name="highp_mat3x2_mat3x2_vertex" />
12384<Test name="highp_mat3x2_mat3x2_fragment" />
12385<Test name="lowp_mat3_float_vertex" />
12386<Test name="lowp_mat3_float_fragment" />
12387<Test name="lowp_mat3_mat3_vertex" />
12388<Test name="lowp_mat3_mat3_fragment" />
12389<Test name="mediump_mat3_float_vertex" />
12390<Test name="mediump_mat3_float_fragment" />
12391<Test name="mediump_mat3_mat3_vertex" />
12392<Test name="mediump_mat3_mat3_fragment" />
12393<Test name="highp_mat3_float_vertex" />
12394<Test name="highp_mat3_float_fragment" />
12395<Test name="highp_mat3_mat3_vertex" />
12396<Test name="highp_mat3_mat3_fragment" />
12397<Test name="lowp_mat3x4_float_vertex" />
12398<Test name="lowp_mat3x4_float_fragment" />
12399<Test name="lowp_mat3x4_mat3x4_vertex" />
12400<Test name="lowp_mat3x4_mat3x4_fragment" />
12401<Test name="mediump_mat3x4_float_vertex" />
12402<Test name="mediump_mat3x4_float_fragment" />
12403<Test name="mediump_mat3x4_mat3x4_vertex" />
12404<Test name="mediump_mat3x4_mat3x4_fragment" />
12405<Test name="highp_mat3x4_float_vertex" />
12406<Test name="highp_mat3x4_float_fragment" />
12407<Test name="highp_mat3x4_mat3x4_vertex" />
12408<Test name="highp_mat3x4_mat3x4_fragment" />
12409<Test name="lowp_mat4x2_float_vertex" />
12410<Test name="lowp_mat4x2_float_fragment" />
12411<Test name="lowp_mat4x2_mat4x2_vertex" />
12412<Test name="lowp_mat4x2_mat4x2_fragment" />
12413<Test name="mediump_mat4x2_float_vertex" />
12414<Test name="mediump_mat4x2_float_fragment" />
12415<Test name="mediump_mat4x2_mat4x2_vertex" />
12416<Test name="mediump_mat4x2_mat4x2_fragment" />
12417<Test name="highp_mat4x2_float_vertex" />
12418<Test name="highp_mat4x2_float_fragment" />
12419<Test name="highp_mat4x2_mat4x2_vertex" />
12420<Test name="highp_mat4x2_mat4x2_fragment" />
12421<Test name="lowp_mat4x3_float_vertex" />
12422<Test name="lowp_mat4x3_float_fragment" />
12423<Test name="lowp_mat4x3_mat4x3_vertex" />
12424<Test name="lowp_mat4x3_mat4x3_fragment" />
12425<Test name="mediump_mat4x3_float_vertex" />
12426<Test name="mediump_mat4x3_float_fragment" />
12427<Test name="mediump_mat4x3_mat4x3_vertex" />
12428<Test name="mediump_mat4x3_mat4x3_fragment" />
12429<Test name="highp_mat4x3_float_vertex" />
12430<Test name="highp_mat4x3_float_fragment" />
12431<Test name="highp_mat4x3_mat4x3_vertex" />
12432<Test name="highp_mat4x3_mat4x3_fragment" />
12433<Test name="lowp_mat4_float_vertex" />
12434<Test name="lowp_mat4_float_fragment" />
12435<Test name="lowp_mat4_mat4_vertex" />
12436<Test name="lowp_mat4_mat4_fragment" />
12437<Test name="mediump_mat4_float_vertex" />
12438<Test name="mediump_mat4_float_fragment" />
12439<Test name="mediump_mat4_mat4_vertex" />
12440<Test name="mediump_mat4_mat4_fragment" />
12441<Test name="highp_mat4_float_vertex" />
12442<Test name="highp_mat4_float_fragment" />
12443<Test name="highp_mat4_mat4_vertex" />
12444<Test name="highp_mat4_mat4_fragment" />
12445</TestCase>
12446<TestCase name="dynamic">
12447<Test name="lowp_mat2_float_vertex" />
12448<Test name="lowp_mat2_float_fragment" />
12449<Test name="lowp_mat2_mat2_vertex" />
12450<Test name="lowp_mat2_mat2_fragment" />
12451<Test name="mediump_mat2_float_vertex" />
12452<Test name="mediump_mat2_float_fragment" />
12453<Test name="mediump_mat2_mat2_vertex" />
12454<Test name="mediump_mat2_mat2_fragment" />
12455<Test name="highp_mat2_float_vertex" />
12456<Test name="highp_mat2_float_fragment" />
12457<Test name="highp_mat2_mat2_vertex" />
12458<Test name="highp_mat2_mat2_fragment" />
12459<Test name="lowp_mat2x3_float_vertex" />
12460<Test name="lowp_mat2x3_float_fragment" />
12461<Test name="lowp_mat2x3_mat2x3_vertex" />
12462<Test name="lowp_mat2x3_mat2x3_fragment" />
12463<Test name="mediump_mat2x3_float_vertex" />
12464<Test name="mediump_mat2x3_float_fragment" />
12465<Test name="mediump_mat2x3_mat2x3_vertex" />
12466<Test name="mediump_mat2x3_mat2x3_fragment" />
12467<Test name="highp_mat2x3_float_vertex" />
12468<Test name="highp_mat2x3_float_fragment" />
12469<Test name="highp_mat2x3_mat2x3_vertex" />
12470<Test name="highp_mat2x3_mat2x3_fragment" />
12471<Test name="lowp_mat2x4_float_vertex" />
12472<Test name="lowp_mat2x4_float_fragment" />
12473<Test name="lowp_mat2x4_mat2x4_vertex" />
12474<Test name="lowp_mat2x4_mat2x4_fragment" />
12475<Test name="mediump_mat2x4_float_vertex" />
12476<Test name="mediump_mat2x4_float_fragment" />
12477<Test name="mediump_mat2x4_mat2x4_vertex" />
12478<Test name="mediump_mat2x4_mat2x4_fragment" />
12479<Test name="highp_mat2x4_float_vertex" />
12480<Test name="highp_mat2x4_float_fragment" />
12481<Test name="highp_mat2x4_mat2x4_vertex" />
12482<Test name="highp_mat2x4_mat2x4_fragment" />
12483<Test name="lowp_mat3x2_float_vertex" />
12484<Test name="lowp_mat3x2_float_fragment" />
12485<Test name="lowp_mat3x2_mat3x2_vertex" />
12486<Test name="lowp_mat3x2_mat3x2_fragment" />
12487<Test name="mediump_mat3x2_float_vertex" />
12488<Test name="mediump_mat3x2_float_fragment" />
12489<Test name="mediump_mat3x2_mat3x2_vertex" />
12490<Test name="mediump_mat3x2_mat3x2_fragment" />
12491<Test name="highp_mat3x2_float_vertex" />
12492<Test name="highp_mat3x2_float_fragment" />
12493<Test name="highp_mat3x2_mat3x2_vertex" />
12494<Test name="highp_mat3x2_mat3x2_fragment" />
12495<Test name="lowp_mat3_float_vertex" />
12496<Test name="lowp_mat3_float_fragment" />
12497<Test name="lowp_mat3_mat3_vertex" />
12498<Test name="lowp_mat3_mat3_fragment" />
12499<Test name="mediump_mat3_float_vertex" />
12500<Test name="mediump_mat3_float_fragment" />
12501<Test name="mediump_mat3_mat3_vertex" />
12502<Test name="mediump_mat3_mat3_fragment" />
12503<Test name="highp_mat3_float_vertex" />
12504<Test name="highp_mat3_float_fragment" />
12505<Test name="highp_mat3_mat3_vertex" />
12506<Test name="highp_mat3_mat3_fragment" />
12507<Test name="lowp_mat3x4_float_vertex" />
12508<Test name="lowp_mat3x4_float_fragment" />
12509<Test name="lowp_mat3x4_mat3x4_vertex" />
12510<Test name="lowp_mat3x4_mat3x4_fragment" />
12511<Test name="mediump_mat3x4_float_vertex" />
12512<Test name="mediump_mat3x4_float_fragment" />
12513<Test name="mediump_mat3x4_mat3x4_vertex" />
12514<Test name="mediump_mat3x4_mat3x4_fragment" />
12515<Test name="highp_mat3x4_float_vertex" />
12516<Test name="highp_mat3x4_float_fragment" />
12517<Test name="highp_mat3x4_mat3x4_vertex" />
12518<Test name="highp_mat3x4_mat3x4_fragment" />
12519<Test name="lowp_mat4x2_float_vertex" />
12520<Test name="lowp_mat4x2_float_fragment" />
12521<Test name="lowp_mat4x2_mat4x2_vertex" />
12522<Test name="lowp_mat4x2_mat4x2_fragment" />
12523<Test name="mediump_mat4x2_float_vertex" />
12524<Test name="mediump_mat4x2_float_fragment" />
12525<Test name="mediump_mat4x2_mat4x2_vertex" />
12526<Test name="mediump_mat4x2_mat4x2_fragment" />
12527<Test name="highp_mat4x2_float_vertex" />
12528<Test name="highp_mat4x2_float_fragment" />
12529<Test name="highp_mat4x2_mat4x2_vertex" />
12530<Test name="highp_mat4x2_mat4x2_fragment" />
12531<Test name="lowp_mat4x3_float_vertex" />
12532<Test name="lowp_mat4x3_float_fragment" />
12533<Test name="lowp_mat4x3_mat4x3_vertex" />
12534<Test name="lowp_mat4x3_mat4x3_fragment" />
12535<Test name="mediump_mat4x3_float_vertex" />
12536<Test name="mediump_mat4x3_float_fragment" />
12537<Test name="mediump_mat4x3_mat4x3_vertex" />
12538<Test name="mediump_mat4x3_mat4x3_fragment" />
12539<Test name="highp_mat4x3_float_vertex" />
12540<Test name="highp_mat4x3_float_fragment" />
12541<Test name="highp_mat4x3_mat4x3_vertex" />
12542<Test name="highp_mat4x3_mat4x3_fragment" />
12543<Test name="lowp_mat4_float_vertex" />
12544<Test name="lowp_mat4_float_fragment" />
12545<Test name="lowp_mat4_mat4_vertex" />
12546<Test name="lowp_mat4_mat4_fragment" />
12547<Test name="mediump_mat4_float_vertex" />
12548<Test name="mediump_mat4_float_fragment" />
12549<Test name="mediump_mat4_mat4_vertex" />
12550<Test name="mediump_mat4_mat4_fragment" />
12551<Test name="highp_mat4_float_vertex" />
12552<Test name="highp_mat4_float_fragment" />
12553<Test name="highp_mat4_mat4_vertex" />
12554<Test name="highp_mat4_mat4_fragment" />
12555</TestCase>
12556</TestSuite>
12557<TestSuite name="sub">
12558<TestCase name="const">
12559<Test name="lowp_mat2_float_vertex" />
12560<Test name="lowp_mat2_float_fragment" />
12561<Test name="lowp_mat2_mat2_vertex" />
12562<Test name="lowp_mat2_mat2_fragment" />
12563<Test name="mediump_mat2_float_vertex" />
12564<Test name="mediump_mat2_float_fragment" />
12565<Test name="mediump_mat2_mat2_vertex" />
12566<Test name="mediump_mat2_mat2_fragment" />
12567<Test name="highp_mat2_float_vertex" />
12568<Test name="highp_mat2_float_fragment" />
12569<Test name="highp_mat2_mat2_vertex" />
12570<Test name="highp_mat2_mat2_fragment" />
12571<Test name="lowp_mat2x3_float_vertex" />
12572<Test name="lowp_mat2x3_float_fragment" />
12573<Test name="lowp_mat2x3_mat2x3_vertex" />
12574<Test name="lowp_mat2x3_mat2x3_fragment" />
12575<Test name="mediump_mat2x3_float_vertex" />
12576<Test name="mediump_mat2x3_float_fragment" />
12577<Test name="mediump_mat2x3_mat2x3_vertex" />
12578<Test name="mediump_mat2x3_mat2x3_fragment" />
12579<Test name="highp_mat2x3_float_vertex" />
12580<Test name="highp_mat2x3_float_fragment" />
12581<Test name="highp_mat2x3_mat2x3_vertex" />
12582<Test name="highp_mat2x3_mat2x3_fragment" />
12583<Test name="lowp_mat2x4_float_vertex" />
12584<Test name="lowp_mat2x4_float_fragment" />
12585<Test name="lowp_mat2x4_mat2x4_vertex" />
12586<Test name="lowp_mat2x4_mat2x4_fragment" />
12587<Test name="mediump_mat2x4_float_vertex" />
12588<Test name="mediump_mat2x4_float_fragment" />
12589<Test name="mediump_mat2x4_mat2x4_vertex" />
12590<Test name="mediump_mat2x4_mat2x4_fragment" />
12591<Test name="highp_mat2x4_float_vertex" />
12592<Test name="highp_mat2x4_float_fragment" />
12593<Test name="highp_mat2x4_mat2x4_vertex" />
12594<Test name="highp_mat2x4_mat2x4_fragment" />
12595<Test name="lowp_mat3x2_float_vertex" />
12596<Test name="lowp_mat3x2_float_fragment" />
12597<Test name="lowp_mat3x2_mat3x2_vertex" />
12598<Test name="lowp_mat3x2_mat3x2_fragment" />
12599<Test name="mediump_mat3x2_float_vertex" />
12600<Test name="mediump_mat3x2_float_fragment" />
12601<Test name="mediump_mat3x2_mat3x2_vertex" />
12602<Test name="mediump_mat3x2_mat3x2_fragment" />
12603<Test name="highp_mat3x2_float_vertex" />
12604<Test name="highp_mat3x2_float_fragment" />
12605<Test name="highp_mat3x2_mat3x2_vertex" />
12606<Test name="highp_mat3x2_mat3x2_fragment" />
12607<Test name="lowp_mat3_float_vertex" />
12608<Test name="lowp_mat3_float_fragment" />
12609<Test name="lowp_mat3_mat3_vertex" />
12610<Test name="lowp_mat3_mat3_fragment" />
12611<Test name="mediump_mat3_float_vertex" />
12612<Test name="mediump_mat3_float_fragment" />
12613<Test name="mediump_mat3_mat3_vertex" />
12614<Test name="mediump_mat3_mat3_fragment" />
12615<Test name="highp_mat3_float_vertex" />
12616<Test name="highp_mat3_float_fragment" />
12617<Test name="highp_mat3_mat3_vertex" />
12618<Test name="highp_mat3_mat3_fragment" />
12619<Test name="lowp_mat3x4_float_vertex" />
12620<Test name="lowp_mat3x4_float_fragment" />
12621<Test name="lowp_mat3x4_mat3x4_vertex" />
12622<Test name="lowp_mat3x4_mat3x4_fragment" />
12623<Test name="mediump_mat3x4_float_vertex" />
12624<Test name="mediump_mat3x4_float_fragment" />
12625<Test name="mediump_mat3x4_mat3x4_vertex" />
12626<Test name="mediump_mat3x4_mat3x4_fragment" />
12627<Test name="highp_mat3x4_float_vertex" />
12628<Test name="highp_mat3x4_float_fragment" />
12629<Test name="highp_mat3x4_mat3x4_vertex" />
12630<Test name="highp_mat3x4_mat3x4_fragment" />
12631<Test name="lowp_mat4x2_float_vertex" />
12632<Test name="lowp_mat4x2_float_fragment" />
12633<Test name="lowp_mat4x2_mat4x2_vertex" />
12634<Test name="lowp_mat4x2_mat4x2_fragment" />
12635<Test name="mediump_mat4x2_float_vertex" />
12636<Test name="mediump_mat4x2_float_fragment" />
12637<Test name="mediump_mat4x2_mat4x2_vertex" />
12638<Test name="mediump_mat4x2_mat4x2_fragment" />
12639<Test name="highp_mat4x2_float_vertex" />
12640<Test name="highp_mat4x2_float_fragment" />
12641<Test name="highp_mat4x2_mat4x2_vertex" />
12642<Test name="highp_mat4x2_mat4x2_fragment" />
12643<Test name="lowp_mat4x3_float_vertex" />
12644<Test name="lowp_mat4x3_float_fragment" />
12645<Test name="lowp_mat4x3_mat4x3_vertex" />
12646<Test name="lowp_mat4x3_mat4x3_fragment" />
12647<Test name="mediump_mat4x3_float_vertex" />
12648<Test name="mediump_mat4x3_float_fragment" />
12649<Test name="mediump_mat4x3_mat4x3_vertex" />
12650<Test name="mediump_mat4x3_mat4x3_fragment" />
12651<Test name="highp_mat4x3_float_vertex" />
12652<Test name="highp_mat4x3_float_fragment" />
12653<Test name="highp_mat4x3_mat4x3_vertex" />
12654<Test name="highp_mat4x3_mat4x3_fragment" />
12655<Test name="lowp_mat4_float_vertex" />
12656<Test name="lowp_mat4_float_fragment" />
12657<Test name="lowp_mat4_mat4_vertex" />
12658<Test name="lowp_mat4_mat4_fragment" />
12659<Test name="mediump_mat4_float_vertex" />
12660<Test name="mediump_mat4_float_fragment" />
12661<Test name="mediump_mat4_mat4_vertex" />
12662<Test name="mediump_mat4_mat4_fragment" />
12663<Test name="highp_mat4_float_vertex" />
12664<Test name="highp_mat4_float_fragment" />
12665<Test name="highp_mat4_mat4_vertex" />
12666<Test name="highp_mat4_mat4_fragment" />
12667</TestCase>
12668<TestCase name="uniform">
12669<Test name="lowp_mat2_float_vertex" />
12670<Test name="lowp_mat2_float_fragment" />
12671<Test name="lowp_mat2_mat2_vertex" />
12672<Test name="lowp_mat2_mat2_fragment" />
12673<Test name="mediump_mat2_float_vertex" />
12674<Test name="mediump_mat2_float_fragment" />
12675<Test name="mediump_mat2_mat2_vertex" />
12676<Test name="mediump_mat2_mat2_fragment" />
12677<Test name="highp_mat2_float_vertex" />
12678<Test name="highp_mat2_float_fragment" />
12679<Test name="highp_mat2_mat2_vertex" />
12680<Test name="highp_mat2_mat2_fragment" />
12681<Test name="lowp_mat2x3_float_vertex" />
12682<Test name="lowp_mat2x3_float_fragment" />
12683<Test name="lowp_mat2x3_mat2x3_vertex" />
12684<Test name="lowp_mat2x3_mat2x3_fragment" />
12685<Test name="mediump_mat2x3_float_vertex" />
12686<Test name="mediump_mat2x3_float_fragment" />
12687<Test name="mediump_mat2x3_mat2x3_vertex" />
12688<Test name="mediump_mat2x3_mat2x3_fragment" />
12689<Test name="highp_mat2x3_float_vertex" />
12690<Test name="highp_mat2x3_float_fragment" />
12691<Test name="highp_mat2x3_mat2x3_vertex" />
12692<Test name="highp_mat2x3_mat2x3_fragment" />
12693<Test name="lowp_mat2x4_float_vertex" />
12694<Test name="lowp_mat2x4_float_fragment" />
12695<Test name="lowp_mat2x4_mat2x4_vertex" />
12696<Test name="lowp_mat2x4_mat2x4_fragment" />
12697<Test name="mediump_mat2x4_float_vertex" />
12698<Test name="mediump_mat2x4_float_fragment" />
12699<Test name="mediump_mat2x4_mat2x4_vertex" />
12700<Test name="mediump_mat2x4_mat2x4_fragment" />
12701<Test name="highp_mat2x4_float_vertex" />
12702<Test name="highp_mat2x4_float_fragment" />
12703<Test name="highp_mat2x4_mat2x4_vertex" />
12704<Test name="highp_mat2x4_mat2x4_fragment" />
12705<Test name="lowp_mat3x2_float_vertex" />
12706<Test name="lowp_mat3x2_float_fragment" />
12707<Test name="lowp_mat3x2_mat3x2_vertex" />
12708<Test name="lowp_mat3x2_mat3x2_fragment" />
12709<Test name="mediump_mat3x2_float_vertex" />
12710<Test name="mediump_mat3x2_float_fragment" />
12711<Test name="mediump_mat3x2_mat3x2_vertex" />
12712<Test name="mediump_mat3x2_mat3x2_fragment" />
12713<Test name="highp_mat3x2_float_vertex" />
12714<Test name="highp_mat3x2_float_fragment" />
12715<Test name="highp_mat3x2_mat3x2_vertex" />
12716<Test name="highp_mat3x2_mat3x2_fragment" />
12717<Test name="lowp_mat3_float_vertex" />
12718<Test name="lowp_mat3_float_fragment" />
12719<Test name="lowp_mat3_mat3_vertex" />
12720<Test name="lowp_mat3_mat3_fragment" />
12721<Test name="mediump_mat3_float_vertex" />
12722<Test name="mediump_mat3_float_fragment" />
12723<Test name="mediump_mat3_mat3_vertex" />
12724<Test name="mediump_mat3_mat3_fragment" />
12725<Test name="highp_mat3_float_vertex" />
12726<Test name="highp_mat3_float_fragment" />
12727<Test name="highp_mat3_mat3_vertex" />
12728<Test name="highp_mat3_mat3_fragment" />
12729<Test name="lowp_mat3x4_float_vertex" />
12730<Test name="lowp_mat3x4_float_fragment" />
12731<Test name="lowp_mat3x4_mat3x4_vertex" />
12732<Test name="lowp_mat3x4_mat3x4_fragment" />
12733<Test name="mediump_mat3x4_float_vertex" />
12734<Test name="mediump_mat3x4_float_fragment" />
12735<Test name="mediump_mat3x4_mat3x4_vertex" />
12736<Test name="mediump_mat3x4_mat3x4_fragment" />
12737<Test name="highp_mat3x4_float_vertex" />
12738<Test name="highp_mat3x4_float_fragment" />
12739<Test name="highp_mat3x4_mat3x4_vertex" />
12740<Test name="highp_mat3x4_mat3x4_fragment" />
12741<Test name="lowp_mat4x2_float_vertex" />
12742<Test name="lowp_mat4x2_float_fragment" />
12743<Test name="lowp_mat4x2_mat4x2_vertex" />
12744<Test name="lowp_mat4x2_mat4x2_fragment" />
12745<Test name="mediump_mat4x2_float_vertex" />
12746<Test name="mediump_mat4x2_float_fragment" />
12747<Test name="mediump_mat4x2_mat4x2_vertex" />
12748<Test name="mediump_mat4x2_mat4x2_fragment" />
12749<Test name="highp_mat4x2_float_vertex" />
12750<Test name="highp_mat4x2_float_fragment" />
12751<Test name="highp_mat4x2_mat4x2_vertex" />
12752<Test name="highp_mat4x2_mat4x2_fragment" />
12753<Test name="lowp_mat4x3_float_vertex" />
12754<Test name="lowp_mat4x3_float_fragment" />
12755<Test name="lowp_mat4x3_mat4x3_vertex" />
12756<Test name="lowp_mat4x3_mat4x3_fragment" />
12757<Test name="mediump_mat4x3_float_vertex" />
12758<Test name="mediump_mat4x3_float_fragment" />
12759<Test name="mediump_mat4x3_mat4x3_vertex" />
12760<Test name="mediump_mat4x3_mat4x3_fragment" />
12761<Test name="highp_mat4x3_float_vertex" />
12762<Test name="highp_mat4x3_float_fragment" />
12763<Test name="highp_mat4x3_mat4x3_vertex" />
12764<Test name="highp_mat4x3_mat4x3_fragment" />
12765<Test name="lowp_mat4_float_vertex" />
12766<Test name="lowp_mat4_float_fragment" />
12767<Test name="lowp_mat4_mat4_vertex" />
12768<Test name="lowp_mat4_mat4_fragment" />
12769<Test name="mediump_mat4_float_vertex" />
12770<Test name="mediump_mat4_float_fragment" />
12771<Test name="mediump_mat4_mat4_vertex" />
12772<Test name="mediump_mat4_mat4_fragment" />
12773<Test name="highp_mat4_float_vertex" />
12774<Test name="highp_mat4_float_fragment" />
12775<Test name="highp_mat4_mat4_vertex" />
12776<Test name="highp_mat4_mat4_fragment" />
12777</TestCase>
12778<TestCase name="dynamic">
12779<Test name="lowp_mat2_float_vertex" />
12780<Test name="lowp_mat2_float_fragment" />
12781<Test name="lowp_mat2_mat2_vertex" />
12782<Test name="lowp_mat2_mat2_fragment" />
12783<Test name="mediump_mat2_float_vertex" />
12784<Test name="mediump_mat2_float_fragment" />
12785<Test name="mediump_mat2_mat2_vertex" />
12786<Test name="mediump_mat2_mat2_fragment" />
12787<Test name="highp_mat2_float_vertex" />
12788<Test name="highp_mat2_float_fragment" />
12789<Test name="highp_mat2_mat2_vertex" />
12790<Test name="highp_mat2_mat2_fragment" />
12791<Test name="lowp_mat2x3_float_vertex" />
12792<Test name="lowp_mat2x3_float_fragment" />
12793<Test name="lowp_mat2x3_mat2x3_vertex" />
12794<Test name="lowp_mat2x3_mat2x3_fragment" />
12795<Test name="mediump_mat2x3_float_vertex" />
12796<Test name="mediump_mat2x3_float_fragment" />
12797<Test name="mediump_mat2x3_mat2x3_vertex" />
12798<Test name="mediump_mat2x3_mat2x3_fragment" />
12799<Test name="highp_mat2x3_float_vertex" />
12800<Test name="highp_mat2x3_float_fragment" />
12801<Test name="highp_mat2x3_mat2x3_vertex" />
12802<Test name="highp_mat2x3_mat2x3_fragment" />
12803<Test name="lowp_mat2x4_float_vertex" />
12804<Test name="lowp_mat2x4_float_fragment" />
12805<Test name="lowp_mat2x4_mat2x4_vertex" />
12806<Test name="lowp_mat2x4_mat2x4_fragment" />
12807<Test name="mediump_mat2x4_float_vertex" />
12808<Test name="mediump_mat2x4_float_fragment" />
12809<Test name="mediump_mat2x4_mat2x4_vertex" />
12810<Test name="mediump_mat2x4_mat2x4_fragment" />
12811<Test name="highp_mat2x4_float_vertex" />
12812<Test name="highp_mat2x4_float_fragment" />
12813<Test name="highp_mat2x4_mat2x4_vertex" />
12814<Test name="highp_mat2x4_mat2x4_fragment" />
12815<Test name="lowp_mat3x2_float_vertex" />
12816<Test name="lowp_mat3x2_float_fragment" />
12817<Test name="lowp_mat3x2_mat3x2_vertex" />
12818<Test name="lowp_mat3x2_mat3x2_fragment" />
12819<Test name="mediump_mat3x2_float_vertex" />
12820<Test name="mediump_mat3x2_float_fragment" />
12821<Test name="mediump_mat3x2_mat3x2_vertex" />
12822<Test name="mediump_mat3x2_mat3x2_fragment" />
12823<Test name="highp_mat3x2_float_vertex" />
12824<Test name="highp_mat3x2_float_fragment" />
12825<Test name="highp_mat3x2_mat3x2_vertex" />
12826<Test name="highp_mat3x2_mat3x2_fragment" />
12827<Test name="lowp_mat3_float_vertex" />
12828<Test name="lowp_mat3_float_fragment" />
12829<Test name="lowp_mat3_mat3_vertex" />
12830<Test name="lowp_mat3_mat3_fragment" />
12831<Test name="mediump_mat3_float_vertex" />
12832<Test name="mediump_mat3_float_fragment" />
12833<Test name="mediump_mat3_mat3_vertex" />
12834<Test name="mediump_mat3_mat3_fragment" />
12835<Test name="highp_mat3_float_vertex" />
12836<Test name="highp_mat3_float_fragment" />
12837<Test name="highp_mat3_mat3_vertex" />
12838<Test name="highp_mat3_mat3_fragment" />
12839<Test name="lowp_mat3x4_float_vertex" />
12840<Test name="lowp_mat3x4_float_fragment" />
12841<Test name="lowp_mat3x4_mat3x4_vertex" />
12842<Test name="lowp_mat3x4_mat3x4_fragment" />
12843<Test name="mediump_mat3x4_float_vertex" />
12844<Test name="mediump_mat3x4_float_fragment" />
12845<Test name="mediump_mat3x4_mat3x4_vertex" />
12846<Test name="mediump_mat3x4_mat3x4_fragment" />
12847<Test name="highp_mat3x4_float_vertex" />
12848<Test name="highp_mat3x4_float_fragment" />
12849<Test name="highp_mat3x4_mat3x4_vertex" />
12850<Test name="highp_mat3x4_mat3x4_fragment" />
12851<Test name="lowp_mat4x2_float_vertex" />
12852<Test name="lowp_mat4x2_float_fragment" />
12853<Test name="lowp_mat4x2_mat4x2_vertex" />
12854<Test name="lowp_mat4x2_mat4x2_fragment" />
12855<Test name="mediump_mat4x2_float_vertex" />
12856<Test name="mediump_mat4x2_float_fragment" />
12857<Test name="mediump_mat4x2_mat4x2_vertex" />
12858<Test name="mediump_mat4x2_mat4x2_fragment" />
12859<Test name="highp_mat4x2_float_vertex" />
12860<Test name="highp_mat4x2_float_fragment" />
12861<Test name="highp_mat4x2_mat4x2_vertex" />
12862<Test name="highp_mat4x2_mat4x2_fragment" />
12863<Test name="lowp_mat4x3_float_vertex" />
12864<Test name="lowp_mat4x3_float_fragment" />
12865<Test name="lowp_mat4x3_mat4x3_vertex" />
12866<Test name="lowp_mat4x3_mat4x3_fragment" />
12867<Test name="mediump_mat4x3_float_vertex" />
12868<Test name="mediump_mat4x3_float_fragment" />
12869<Test name="mediump_mat4x3_mat4x3_vertex" />
12870<Test name="mediump_mat4x3_mat4x3_fragment" />
12871<Test name="highp_mat4x3_float_vertex" />
12872<Test name="highp_mat4x3_float_fragment" />
12873<Test name="highp_mat4x3_mat4x3_vertex" />
12874<Test name="highp_mat4x3_mat4x3_fragment" />
12875<Test name="lowp_mat4_float_vertex" />
12876<Test name="lowp_mat4_float_fragment" />
12877<Test name="lowp_mat4_mat4_vertex" />
12878<Test name="lowp_mat4_mat4_fragment" />
12879<Test name="mediump_mat4_float_vertex" />
12880<Test name="mediump_mat4_float_fragment" />
12881<Test name="mediump_mat4_mat4_vertex" />
12882<Test name="mediump_mat4_mat4_fragment" />
12883<Test name="highp_mat4_float_vertex" />
12884<Test name="highp_mat4_float_fragment" />
12885<Test name="highp_mat4_mat4_vertex" />
12886<Test name="highp_mat4_mat4_fragment" />
12887</TestCase>
12888</TestSuite>
12889<TestSuite name="mul">
12890<TestCase name="const">
12891<Test name="lowp_mat2_float_vertex" />
12892<Test name="lowp_mat2_float_fragment" />
12893<Test name="lowp_mat2_vec2_vertex" />
12894<Test name="lowp_mat2_vec2_fragment" />
12895<Test name="lowp_vec2_mat2_vertex" />
12896<Test name="lowp_vec2_mat2_fragment" />
12897<Test name="lowp_mat2_mat2_vertex" />
12898<Test name="lowp_mat2_mat2_fragment" />
12899<Test name="lowp_mat2_mat3x2_vertex" />
12900<Test name="lowp_mat2_mat3x2_fragment" />
12901<Test name="lowp_mat2_mat4x2_vertex" />
12902<Test name="lowp_mat2_mat4x2_fragment" />
12903<Test name="mediump_mat2_float_vertex" />
12904<Test name="mediump_mat2_float_fragment" />
12905<Test name="mediump_mat2_vec2_vertex" />
12906<Test name="mediump_mat2_vec2_fragment" />
12907<Test name="mediump_vec2_mat2_vertex" />
12908<Test name="mediump_vec2_mat2_fragment" />
12909<Test name="mediump_mat2_mat2_vertex" />
12910<Test name="mediump_mat2_mat2_fragment" />
12911<Test name="mediump_mat2_mat3x2_vertex" />
12912<Test name="mediump_mat2_mat3x2_fragment" />
12913<Test name="mediump_mat2_mat4x2_vertex" />
12914<Test name="mediump_mat2_mat4x2_fragment" />
12915<Test name="highp_mat2_float_vertex" />
12916<Test name="highp_mat2_float_fragment" />
12917<Test name="highp_mat2_vec2_vertex" />
12918<Test name="highp_mat2_vec2_fragment" />
12919<Test name="highp_vec2_mat2_vertex" />
12920<Test name="highp_vec2_mat2_fragment" />
12921<Test name="highp_mat2_mat2_vertex" />
12922<Test name="highp_mat2_mat2_fragment" />
12923<Test name="highp_mat2_mat3x2_vertex" />
12924<Test name="highp_mat2_mat3x2_fragment" />
12925<Test name="highp_mat2_mat4x2_vertex" />
12926<Test name="highp_mat2_mat4x2_fragment" />
12927<Test name="lowp_mat2x3_float_vertex" />
12928<Test name="lowp_mat2x3_float_fragment" />
12929<Test name="lowp_mat2x3_vec2_vertex" />
12930<Test name="lowp_mat2x3_vec2_fragment" />
12931<Test name="lowp_vec3_mat2x3_vertex" />
12932<Test name="lowp_vec3_mat2x3_fragment" />
12933<Test name="lowp_mat2x3_mat2_vertex" />
12934<Test name="lowp_mat2x3_mat2_fragment" />
12935<Test name="lowp_mat2x3_mat3x2_vertex" />
12936<Test name="lowp_mat2x3_mat3x2_fragment" />
12937<Test name="lowp_mat2x3_mat4x2_vertex" />
12938<Test name="lowp_mat2x3_mat4x2_fragment" />
12939<Test name="mediump_mat2x3_float_vertex" />
12940<Test name="mediump_mat2x3_float_fragment" />
12941<Test name="mediump_mat2x3_vec2_vertex" />
12942<Test name="mediump_mat2x3_vec2_fragment" />
12943<Test name="mediump_vec3_mat2x3_vertex" />
12944<Test name="mediump_vec3_mat2x3_fragment" />
12945<Test name="mediump_mat2x3_mat2_vertex" />
12946<Test name="mediump_mat2x3_mat2_fragment" />
12947<Test name="mediump_mat2x3_mat3x2_vertex" />
12948<Test name="mediump_mat2x3_mat3x2_fragment" />
12949<Test name="mediump_mat2x3_mat4x2_vertex" />
12950<Test name="mediump_mat2x3_mat4x2_fragment" />
12951<Test name="highp_mat2x3_float_vertex" />
12952<Test name="highp_mat2x3_float_fragment" />
12953<Test name="highp_mat2x3_vec2_vertex" />
12954<Test name="highp_mat2x3_vec2_fragment" />
12955<Test name="highp_vec3_mat2x3_vertex" />
12956<Test name="highp_vec3_mat2x3_fragment" />
12957<Test name="highp_mat2x3_mat2_vertex" />
12958<Test name="highp_mat2x3_mat2_fragment" />
12959<Test name="highp_mat2x3_mat3x2_vertex" />
12960<Test name="highp_mat2x3_mat3x2_fragment" />
12961<Test name="highp_mat2x3_mat4x2_vertex" />
12962<Test name="highp_mat2x3_mat4x2_fragment" />
12963<Test name="lowp_mat2x4_float_vertex" />
12964<Test name="lowp_mat2x4_float_fragment" />
12965<Test name="lowp_mat2x4_vec2_vertex" />
12966<Test name="lowp_mat2x4_vec2_fragment" />
12967<Test name="lowp_vec4_mat2x4_vertex" />
12968<Test name="lowp_vec4_mat2x4_fragment" />
12969<Test name="lowp_mat2x4_mat2_vertex" />
12970<Test name="lowp_mat2x4_mat2_fragment" />
12971<Test name="lowp_mat2x4_mat3x2_vertex" />
12972<Test name="lowp_mat2x4_mat3x2_fragment" />
12973<Test name="lowp_mat2x4_mat4x2_vertex" />
12974<Test name="lowp_mat2x4_mat4x2_fragment" />
12975<Test name="mediump_mat2x4_float_vertex" />
12976<Test name="mediump_mat2x4_float_fragment" />
12977<Test name="mediump_mat2x4_vec2_vertex" />
12978<Test name="mediump_mat2x4_vec2_fragment" />
12979<Test name="mediump_vec4_mat2x4_vertex" />
12980<Test name="mediump_vec4_mat2x4_fragment" />
12981<Test name="mediump_mat2x4_mat2_vertex" />
12982<Test name="mediump_mat2x4_mat2_fragment" />
12983<Test name="mediump_mat2x4_mat3x2_vertex" />
12984<Test name="mediump_mat2x4_mat3x2_fragment" />
12985<Test name="mediump_mat2x4_mat4x2_vertex" />
12986<Test name="mediump_mat2x4_mat4x2_fragment" />
12987<Test name="highp_mat2x4_float_vertex" />
12988<Test name="highp_mat2x4_float_fragment" />
12989<Test name="highp_mat2x4_vec2_vertex" />
12990<Test name="highp_mat2x4_vec2_fragment" />
12991<Test name="highp_vec4_mat2x4_vertex" />
12992<Test name="highp_vec4_mat2x4_fragment" />
12993<Test name="highp_mat2x4_mat2_vertex" />
12994<Test name="highp_mat2x4_mat2_fragment" />
12995<Test name="highp_mat2x4_mat3x2_vertex" />
12996<Test name="highp_mat2x4_mat3x2_fragment" />
12997<Test name="highp_mat2x4_mat4x2_vertex" />
12998<Test name="highp_mat2x4_mat4x2_fragment" />
12999<Test name="lowp_mat3x2_float_vertex" />
13000<Test name="lowp_mat3x2_float_fragment" />
13001<Test name="lowp_mat3x2_vec3_vertex" />
13002<Test name="lowp_mat3x2_vec3_fragment" />
13003<Test name="lowp_vec2_mat3x2_vertex" />
13004<Test name="lowp_vec2_mat3x2_fragment" />
13005<Test name="lowp_mat3x2_mat2x3_vertex" />
13006<Test name="lowp_mat3x2_mat2x3_fragment" />
13007<Test name="lowp_mat3x2_mat3_vertex" />
13008<Test name="lowp_mat3x2_mat3_fragment" />
13009<Test name="lowp_mat3x2_mat4x3_vertex" />
13010<Test name="lowp_mat3x2_mat4x3_fragment" />
13011<Test name="mediump_mat3x2_float_vertex" />
13012<Test name="mediump_mat3x2_float_fragment" />
13013<Test name="mediump_mat3x2_vec3_vertex" />
13014<Test name="mediump_mat3x2_vec3_fragment" />
13015<Test name="mediump_vec2_mat3x2_vertex" />
13016<Test name="mediump_vec2_mat3x2_fragment" />
13017<Test name="mediump_mat3x2_mat2x3_vertex" />
13018<Test name="mediump_mat3x2_mat2x3_fragment" />
13019<Test name="mediump_mat3x2_mat3_vertex" />
13020<Test name="mediump_mat3x2_mat3_fragment" />
13021<Test name="mediump_mat3x2_mat4x3_vertex" />
13022<Test name="mediump_mat3x2_mat4x3_fragment" />
13023<Test name="highp_mat3x2_float_vertex" />
13024<Test name="highp_mat3x2_float_fragment" />
13025<Test name="highp_mat3x2_vec3_vertex" />
13026<Test name="highp_mat3x2_vec3_fragment" />
13027<Test name="highp_vec2_mat3x2_vertex" />
13028<Test name="highp_vec2_mat3x2_fragment" />
13029<Test name="highp_mat3x2_mat2x3_vertex" />
13030<Test name="highp_mat3x2_mat2x3_fragment" />
13031<Test name="highp_mat3x2_mat3_vertex" />
13032<Test name="highp_mat3x2_mat3_fragment" />
13033<Test name="highp_mat3x2_mat4x3_vertex" />
13034<Test name="highp_mat3x2_mat4x3_fragment" />
13035<Test name="lowp_mat3_float_vertex" />
13036<Test name="lowp_mat3_float_fragment" />
13037<Test name="lowp_mat3_vec3_vertex" />
13038<Test name="lowp_mat3_vec3_fragment" />
13039<Test name="lowp_vec3_mat3_vertex" />
13040<Test name="lowp_vec3_mat3_fragment" />
13041<Test name="lowp_mat3_mat2x3_vertex" />
13042<Test name="lowp_mat3_mat2x3_fragment" />
13043<Test name="lowp_mat3_mat3_vertex" />
13044<Test name="lowp_mat3_mat3_fragment" />
13045<Test name="lowp_mat3_mat4x3_vertex" />
13046<Test name="lowp_mat3_mat4x3_fragment" />
13047<Test name="mediump_mat3_float_vertex" />
13048<Test name="mediump_mat3_float_fragment" />
13049<Test name="mediump_mat3_vec3_vertex" />
13050<Test name="mediump_mat3_vec3_fragment" />
13051<Test name="mediump_vec3_mat3_vertex" />
13052<Test name="mediump_vec3_mat3_fragment" />
13053<Test name="mediump_mat3_mat2x3_vertex" />
13054<Test name="mediump_mat3_mat2x3_fragment" />
13055<Test name="mediump_mat3_mat3_vertex" />
13056<Test name="mediump_mat3_mat3_fragment" />
13057<Test name="mediump_mat3_mat4x3_vertex" />
13058<Test name="mediump_mat3_mat4x3_fragment" />
13059<Test name="highp_mat3_float_vertex" />
13060<Test name="highp_mat3_float_fragment" />
13061<Test name="highp_mat3_vec3_vertex" />
13062<Test name="highp_mat3_vec3_fragment" />
13063<Test name="highp_vec3_mat3_vertex" />
13064<Test name="highp_vec3_mat3_fragment" />
13065<Test name="highp_mat3_mat2x3_vertex" />
13066<Test name="highp_mat3_mat2x3_fragment" />
13067<Test name="highp_mat3_mat3_vertex" />
13068<Test name="highp_mat3_mat3_fragment" />
13069<Test name="highp_mat3_mat4x3_vertex" />
13070<Test name="highp_mat3_mat4x3_fragment" />
13071<Test name="lowp_mat3x4_float_vertex" />
13072<Test name="lowp_mat3x4_float_fragment" />
13073<Test name="lowp_mat3x4_vec3_vertex" />
13074<Test name="lowp_mat3x4_vec3_fragment" />
13075<Test name="lowp_vec4_mat3x4_vertex" />
13076<Test name="lowp_vec4_mat3x4_fragment" />
13077<Test name="lowp_mat3x4_mat2x3_vertex" />
13078<Test name="lowp_mat3x4_mat2x3_fragment" />
13079<Test name="lowp_mat3x4_mat3_vertex" />
13080<Test name="lowp_mat3x4_mat3_fragment" />
13081<Test name="lowp_mat3x4_mat4x3_vertex" />
13082<Test name="lowp_mat3x4_mat4x3_fragment" />
13083<Test name="mediump_mat3x4_float_vertex" />
13084<Test name="mediump_mat3x4_float_fragment" />
13085<Test name="mediump_mat3x4_vec3_vertex" />
13086<Test name="mediump_mat3x4_vec3_fragment" />
13087<Test name="mediump_vec4_mat3x4_vertex" />
13088<Test name="mediump_vec4_mat3x4_fragment" />
13089<Test name="mediump_mat3x4_mat2x3_vertex" />
13090<Test name="mediump_mat3x4_mat2x3_fragment" />
13091<Test name="mediump_mat3x4_mat3_vertex" />
13092<Test name="mediump_mat3x4_mat3_fragment" />
13093<Test name="mediump_mat3x4_mat4x3_vertex" />
13094<Test name="mediump_mat3x4_mat4x3_fragment" />
13095<Test name="highp_mat3x4_float_vertex" />
13096<Test name="highp_mat3x4_float_fragment" />
13097<Test name="highp_mat3x4_vec3_vertex" />
13098<Test name="highp_mat3x4_vec3_fragment" />
13099<Test name="highp_vec4_mat3x4_vertex" />
13100<Test name="highp_vec4_mat3x4_fragment" />
13101<Test name="highp_mat3x4_mat2x3_vertex" />
13102<Test name="highp_mat3x4_mat2x3_fragment" />
13103<Test name="highp_mat3x4_mat3_vertex" />
13104<Test name="highp_mat3x4_mat3_fragment" />
13105<Test name="highp_mat3x4_mat4x3_vertex" />
13106<Test name="highp_mat3x4_mat4x3_fragment" />
13107<Test name="lowp_mat4x2_float_vertex" />
13108<Test name="lowp_mat4x2_float_fragment" />
13109<Test name="lowp_mat4x2_vec4_vertex" />
13110<Test name="lowp_mat4x2_vec4_fragment" />
13111<Test name="lowp_vec2_mat4x2_vertex" />
13112<Test name="lowp_vec2_mat4x2_fragment" />
13113<Test name="lowp_mat4x2_mat2x4_vertex" />
13114<Test name="lowp_mat4x2_mat2x4_fragment" />
13115<Test name="lowp_mat4x2_mat3x4_vertex" />
13116<Test name="lowp_mat4x2_mat3x4_fragment" />
13117<Test name="lowp_mat4x2_mat4_vertex" />
13118<Test name="lowp_mat4x2_mat4_fragment" />
13119<Test name="mediump_mat4x2_float_vertex" />
13120<Test name="mediump_mat4x2_float_fragment" />
13121<Test name="mediump_mat4x2_vec4_vertex" />
13122<Test name="mediump_mat4x2_vec4_fragment" />
13123<Test name="mediump_vec2_mat4x2_vertex" />
13124<Test name="mediump_vec2_mat4x2_fragment" />
13125<Test name="mediump_mat4x2_mat2x4_vertex" />
13126<Test name="mediump_mat4x2_mat2x4_fragment" />
13127<Test name="mediump_mat4x2_mat3x4_vertex" />
13128<Test name="mediump_mat4x2_mat3x4_fragment" />
13129<Test name="mediump_mat4x2_mat4_vertex" />
13130<Test name="mediump_mat4x2_mat4_fragment" />
13131<Test name="highp_mat4x2_float_vertex" />
13132<Test name="highp_mat4x2_float_fragment" />
13133<Test name="highp_mat4x2_vec4_vertex" />
13134<Test name="highp_mat4x2_vec4_fragment" />
13135<Test name="highp_vec2_mat4x2_vertex" />
13136<Test name="highp_vec2_mat4x2_fragment" />
13137<Test name="highp_mat4x2_mat2x4_vertex" />
13138<Test name="highp_mat4x2_mat2x4_fragment" />
13139<Test name="highp_mat4x2_mat3x4_vertex" />
13140<Test name="highp_mat4x2_mat3x4_fragment" />
13141<Test name="highp_mat4x2_mat4_vertex" />
13142<Test name="highp_mat4x2_mat4_fragment" />
13143<Test name="lowp_mat4x3_float_vertex" />
13144<Test name="lowp_mat4x3_float_fragment" />
13145<Test name="lowp_mat4x3_vec4_vertex" />
13146<Test name="lowp_mat4x3_vec4_fragment" />
13147<Test name="lowp_vec3_mat4x3_vertex" />
13148<Test name="lowp_vec3_mat4x3_fragment" />
13149<Test name="lowp_mat4x3_mat2x4_vertex" />
13150<Test name="lowp_mat4x3_mat2x4_fragment" />
13151<Test name="lowp_mat4x3_mat3x4_vertex" />
13152<Test name="lowp_mat4x3_mat3x4_fragment" />
13153<Test name="lowp_mat4x3_mat4_vertex" />
13154<Test name="lowp_mat4x3_mat4_fragment" />
13155<Test name="mediump_mat4x3_float_vertex" />
13156<Test name="mediump_mat4x3_float_fragment" />
13157<Test name="mediump_mat4x3_vec4_vertex" />
13158<Test name="mediump_mat4x3_vec4_fragment" />
13159<Test name="mediump_vec3_mat4x3_vertex" />
13160<Test name="mediump_vec3_mat4x3_fragment" />
13161<Test name="mediump_mat4x3_mat2x4_vertex" />
13162<Test name="mediump_mat4x3_mat2x4_fragment" />
13163<Test name="mediump_mat4x3_mat3x4_vertex" />
13164<Test name="mediump_mat4x3_mat3x4_fragment" />
13165<Test name="mediump_mat4x3_mat4_vertex" />
13166<Test name="mediump_mat4x3_mat4_fragment" />
13167<Test name="highp_mat4x3_float_vertex" />
13168<Test name="highp_mat4x3_float_fragment" />
13169<Test name="highp_mat4x3_vec4_vertex" />
13170<Test name="highp_mat4x3_vec4_fragment" />
13171<Test name="highp_vec3_mat4x3_vertex" />
13172<Test name="highp_vec3_mat4x3_fragment" />
13173<Test name="highp_mat4x3_mat2x4_vertex" />
13174<Test name="highp_mat4x3_mat2x4_fragment" />
13175<Test name="highp_mat4x3_mat3x4_vertex" />
13176<Test name="highp_mat4x3_mat3x4_fragment" />
13177<Test name="highp_mat4x3_mat4_vertex" />
13178<Test name="highp_mat4x3_mat4_fragment" />
13179<Test name="lowp_mat4_float_vertex" />
13180<Test name="lowp_mat4_float_fragment" />
13181<Test name="lowp_mat4_vec4_vertex" />
13182<Test name="lowp_mat4_vec4_fragment" />
13183<Test name="lowp_vec4_mat4_vertex" />
13184<Test name="lowp_vec4_mat4_fragment" />
13185<Test name="lowp_mat4_mat2x4_vertex" />
13186<Test name="lowp_mat4_mat2x4_fragment" />
13187<Test name="lowp_mat4_mat3x4_vertex" />
13188<Test name="lowp_mat4_mat3x4_fragment" />
13189<Test name="lowp_mat4_mat4_vertex" />
13190<Test name="lowp_mat4_mat4_fragment" />
13191<Test name="mediump_mat4_float_vertex" />
13192<Test name="mediump_mat4_float_fragment" />
13193<Test name="mediump_mat4_vec4_vertex" />
13194<Test name="mediump_mat4_vec4_fragment" />
13195<Test name="mediump_vec4_mat4_vertex" />
13196<Test name="mediump_vec4_mat4_fragment" />
13197<Test name="mediump_mat4_mat2x4_vertex" />
13198<Test name="mediump_mat4_mat2x4_fragment" />
13199<Test name="mediump_mat4_mat3x4_vertex" />
13200<Test name="mediump_mat4_mat3x4_fragment" />
13201<Test name="mediump_mat4_mat4_vertex" />
13202<Test name="mediump_mat4_mat4_fragment" />
13203<Test name="highp_mat4_float_vertex" />
13204<Test name="highp_mat4_float_fragment" />
13205<Test name="highp_mat4_vec4_vertex" />
13206<Test name="highp_mat4_vec4_fragment" />
13207<Test name="highp_vec4_mat4_vertex" />
13208<Test name="highp_vec4_mat4_fragment" />
13209<Test name="highp_mat4_mat2x4_vertex" />
13210<Test name="highp_mat4_mat2x4_fragment" />
13211<Test name="highp_mat4_mat3x4_vertex" />
13212<Test name="highp_mat4_mat3x4_fragment" />
13213<Test name="highp_mat4_mat4_vertex" />
13214<Test name="highp_mat4_mat4_fragment" />
13215</TestCase>
13216<TestCase name="uniform">
13217<Test name="lowp_mat2_float_vertex" />
13218<Test name="lowp_mat2_float_fragment" />
13219<Test name="lowp_mat2_vec2_vertex" />
13220<Test name="lowp_mat2_vec2_fragment" />
13221<Test name="lowp_vec2_mat2_vertex" />
13222<Test name="lowp_vec2_mat2_fragment" />
13223<Test name="lowp_mat2_mat2_vertex" />
13224<Test name="lowp_mat2_mat2_fragment" />
13225<Test name="mediump_mat2_float_vertex" />
13226<Test name="mediump_mat2_float_fragment" />
13227<Test name="mediump_mat2_vec2_vertex" />
13228<Test name="mediump_mat2_vec2_fragment" />
13229<Test name="mediump_vec2_mat2_vertex" />
13230<Test name="mediump_vec2_mat2_fragment" />
13231<Test name="mediump_mat2_mat2_vertex" />
13232<Test name="mediump_mat2_mat2_fragment" />
13233<Test name="highp_mat2_float_vertex" />
13234<Test name="highp_mat2_float_fragment" />
13235<Test name="highp_mat2_vec2_vertex" />
13236<Test name="highp_mat2_vec2_fragment" />
13237<Test name="highp_vec2_mat2_vertex" />
13238<Test name="highp_vec2_mat2_fragment" />
13239<Test name="highp_mat2_mat2_vertex" />
13240<Test name="highp_mat2_mat2_fragment" />
13241<Test name="lowp_mat2x3_float_vertex" />
13242<Test name="lowp_mat2x3_float_fragment" />
13243<Test name="lowp_mat2x3_vec2_vertex" />
13244<Test name="lowp_mat2x3_vec2_fragment" />
13245<Test name="lowp_vec3_mat2x3_vertex" />
13246<Test name="lowp_vec3_mat2x3_fragment" />
13247<Test name="lowp_mat2x3_mat2_vertex" />
13248<Test name="lowp_mat2x3_mat2_fragment" />
13249<Test name="lowp_mat2x3_mat3x2_vertex" />
13250<Test name="lowp_mat2x3_mat3x2_fragment" />
13251<Test name="mediump_mat2x3_float_vertex" />
13252<Test name="mediump_mat2x3_float_fragment" />
13253<Test name="mediump_mat2x3_vec2_vertex" />
13254<Test name="mediump_mat2x3_vec2_fragment" />
13255<Test name="mediump_vec3_mat2x3_vertex" />
13256<Test name="mediump_vec3_mat2x3_fragment" />
13257<Test name="mediump_mat2x3_mat2_vertex" />
13258<Test name="mediump_mat2x3_mat2_fragment" />
13259<Test name="mediump_mat2x3_mat3x2_vertex" />
13260<Test name="mediump_mat2x3_mat3x2_fragment" />
13261<Test name="highp_mat2x3_float_vertex" />
13262<Test name="highp_mat2x3_float_fragment" />
13263<Test name="highp_mat2x3_vec2_vertex" />
13264<Test name="highp_mat2x3_vec2_fragment" />
13265<Test name="highp_vec3_mat2x3_vertex" />
13266<Test name="highp_vec3_mat2x3_fragment" />
13267<Test name="highp_mat2x3_mat2_vertex" />
13268<Test name="highp_mat2x3_mat2_fragment" />
13269<Test name="highp_mat2x3_mat3x2_vertex" />
13270<Test name="highp_mat2x3_mat3x2_fragment" />
13271<Test name="lowp_mat2x4_float_vertex" />
13272<Test name="lowp_mat2x4_float_fragment" />
13273<Test name="lowp_mat2x4_vec2_vertex" />
13274<Test name="lowp_mat2x4_vec2_fragment" />
13275<Test name="lowp_vec4_mat2x4_vertex" />
13276<Test name="lowp_vec4_mat2x4_fragment" />
13277<Test name="lowp_mat2x4_mat2_vertex" />
13278<Test name="lowp_mat2x4_mat2_fragment" />
13279<Test name="mediump_mat2x4_float_vertex" />
13280<Test name="mediump_mat2x4_float_fragment" />
13281<Test name="mediump_mat2x4_vec2_vertex" />
13282<Test name="mediump_mat2x4_vec2_fragment" />
13283<Test name="mediump_vec4_mat2x4_vertex" />
13284<Test name="mediump_vec4_mat2x4_fragment" />
13285<Test name="mediump_mat2x4_mat2_vertex" />
13286<Test name="mediump_mat2x4_mat2_fragment" />
13287<Test name="highp_mat2x4_float_vertex" />
13288<Test name="highp_mat2x4_float_fragment" />
13289<Test name="highp_mat2x4_vec2_vertex" />
13290<Test name="highp_mat2x4_vec2_fragment" />
13291<Test name="highp_vec4_mat2x4_vertex" />
13292<Test name="highp_vec4_mat2x4_fragment" />
13293<Test name="highp_mat2x4_mat2_vertex" />
13294<Test name="highp_mat2x4_mat2_fragment" />
13295<Test name="lowp_mat3x2_float_vertex" />
13296<Test name="lowp_mat3x2_float_fragment" />
13297<Test name="lowp_mat3x2_vec3_vertex" />
13298<Test name="lowp_mat3x2_vec3_fragment" />
13299<Test name="lowp_vec2_mat3x2_vertex" />
13300<Test name="lowp_vec2_mat3x2_fragment" />
13301<Test name="lowp_mat3x2_mat2x3_vertex" />
13302<Test name="lowp_mat3x2_mat2x3_fragment" />
13303<Test name="lowp_mat3x2_mat3_vertex" />
13304<Test name="lowp_mat3x2_mat3_fragment" />
13305<Test name="lowp_mat3x2_mat4x3_vertex" />
13306<Test name="lowp_mat3x2_mat4x3_fragment" />
13307<Test name="mediump_mat3x2_float_vertex" />
13308<Test name="mediump_mat3x2_float_fragment" />
13309<Test name="mediump_mat3x2_vec3_vertex" />
13310<Test name="mediump_mat3x2_vec3_fragment" />
13311<Test name="mediump_vec2_mat3x2_vertex" />
13312<Test name="mediump_vec2_mat3x2_fragment" />
13313<Test name="mediump_mat3x2_mat2x3_vertex" />
13314<Test name="mediump_mat3x2_mat2x3_fragment" />
13315<Test name="mediump_mat3x2_mat3_vertex" />
13316<Test name="mediump_mat3x2_mat3_fragment" />
13317<Test name="mediump_mat3x2_mat4x3_vertex" />
13318<Test name="mediump_mat3x2_mat4x3_fragment" />
13319<Test name="highp_mat3x2_float_vertex" />
13320<Test name="highp_mat3x2_float_fragment" />
13321<Test name="highp_mat3x2_vec3_vertex" />
13322<Test name="highp_mat3x2_vec3_fragment" />
13323<Test name="highp_vec2_mat3x2_vertex" />
13324<Test name="highp_vec2_mat3x2_fragment" />
13325<Test name="highp_mat3x2_mat2x3_vertex" />
13326<Test name="highp_mat3x2_mat2x3_fragment" />
13327<Test name="highp_mat3x2_mat3_vertex" />
13328<Test name="highp_mat3x2_mat3_fragment" />
13329<Test name="highp_mat3x2_mat4x3_vertex" />
13330<Test name="highp_mat3x2_mat4x3_fragment" />
13331<Test name="lowp_mat3_float_vertex" />
13332<Test name="lowp_mat3_float_fragment" />
13333<Test name="lowp_mat3_vec3_vertex" />
13334<Test name="lowp_mat3_vec3_fragment" />
13335<Test name="lowp_vec3_mat3_vertex" />
13336<Test name="lowp_vec3_mat3_fragment" />
13337<Test name="lowp_mat3_mat2x3_vertex" />
13338<Test name="lowp_mat3_mat2x3_fragment" />
13339<Test name="lowp_mat3_mat3_vertex" />
13340<Test name="lowp_mat3_mat3_fragment" />
13341<Test name="mediump_mat3_float_vertex" />
13342<Test name="mediump_mat3_float_fragment" />
13343<Test name="mediump_mat3_vec3_vertex" />
13344<Test name="mediump_mat3_vec3_fragment" />
13345<Test name="mediump_vec3_mat3_vertex" />
13346<Test name="mediump_vec3_mat3_fragment" />
13347<Test name="mediump_mat3_mat2x3_vertex" />
13348<Test name="mediump_mat3_mat2x3_fragment" />
13349<Test name="mediump_mat3_mat3_vertex" />
13350<Test name="mediump_mat3_mat3_fragment" />
13351<Test name="highp_mat3_float_vertex" />
13352<Test name="highp_mat3_float_fragment" />
13353<Test name="highp_mat3_vec3_vertex" />
13354<Test name="highp_mat3_vec3_fragment" />
13355<Test name="highp_vec3_mat3_vertex" />
13356<Test name="highp_vec3_mat3_fragment" />
13357<Test name="highp_mat3_mat2x3_vertex" />
13358<Test name="highp_mat3_mat2x3_fragment" />
13359<Test name="highp_mat3_mat3_vertex" />
13360<Test name="highp_mat3_mat3_fragment" />
13361<Test name="lowp_mat3x4_float_vertex" />
13362<Test name="lowp_mat3x4_float_fragment" />
13363<Test name="lowp_mat3x4_vec3_vertex" />
13364<Test name="lowp_mat3x4_vec3_fragment" />
13365<Test name="lowp_vec4_mat3x4_vertex" />
13366<Test name="lowp_vec4_mat3x4_fragment" />
13367<Test name="lowp_mat3x4_mat2x3_vertex" />
13368<Test name="lowp_mat3x4_mat2x3_fragment" />
13369<Test name="lowp_mat3x4_mat3_vertex" />
13370<Test name="lowp_mat3x4_mat3_fragment" />
13371<Test name="mediump_mat3x4_float_vertex" />
13372<Test name="mediump_mat3x4_float_fragment" />
13373<Test name="mediump_mat3x4_vec3_vertex" />
13374<Test name="mediump_mat3x4_vec3_fragment" />
13375<Test name="mediump_vec4_mat3x4_vertex" />
13376<Test name="mediump_vec4_mat3x4_fragment" />
13377<Test name="mediump_mat3x4_mat2x3_vertex" />
13378<Test name="mediump_mat3x4_mat2x3_fragment" />
13379<Test name="mediump_mat3x4_mat3_vertex" />
13380<Test name="mediump_mat3x4_mat3_fragment" />
13381<Test name="highp_mat3x4_float_vertex" />
13382<Test name="highp_mat3x4_float_fragment" />
13383<Test name="highp_mat3x4_vec3_vertex" />
13384<Test name="highp_mat3x4_vec3_fragment" />
13385<Test name="highp_vec4_mat3x4_vertex" />
13386<Test name="highp_vec4_mat3x4_fragment" />
13387<Test name="highp_mat3x4_mat2x3_vertex" />
13388<Test name="highp_mat3x4_mat2x3_fragment" />
13389<Test name="highp_mat3x4_mat3_vertex" />
13390<Test name="highp_mat3x4_mat3_fragment" />
13391<Test name="lowp_mat4x2_float_vertex" />
13392<Test name="lowp_mat4x2_float_fragment" />
13393<Test name="lowp_mat4x2_vec4_vertex" />
13394<Test name="lowp_mat4x2_vec4_fragment" />
13395<Test name="lowp_vec2_mat4x2_vertex" />
13396<Test name="lowp_vec2_mat4x2_fragment" />
13397<Test name="lowp_mat4x2_mat2x4_vertex" />
13398<Test name="lowp_mat4x2_mat2x4_fragment" />
13399<Test name="lowp_mat4x2_mat3x4_vertex" />
13400<Test name="lowp_mat4x2_mat3x4_fragment" />
13401<Test name="lowp_mat4x2_mat4_vertex" />
13402<Test name="lowp_mat4x2_mat4_fragment" />
13403<Test name="mediump_mat4x2_float_vertex" />
13404<Test name="mediump_mat4x2_float_fragment" />
13405<Test name="mediump_mat4x2_vec4_vertex" />
13406<Test name="mediump_mat4x2_vec4_fragment" />
13407<Test name="mediump_vec2_mat4x2_vertex" />
13408<Test name="mediump_vec2_mat4x2_fragment" />
13409<Test name="mediump_mat4x2_mat2x4_vertex" />
13410<Test name="mediump_mat4x2_mat2x4_fragment" />
13411<Test name="mediump_mat4x2_mat3x4_vertex" />
13412<Test name="mediump_mat4x2_mat3x4_fragment" />
13413<Test name="mediump_mat4x2_mat4_vertex" />
13414<Test name="mediump_mat4x2_mat4_fragment" />
13415<Test name="highp_mat4x2_float_vertex" />
13416<Test name="highp_mat4x2_float_fragment" />
13417<Test name="highp_mat4x2_vec4_vertex" />
13418<Test name="highp_mat4x2_vec4_fragment" />
13419<Test name="highp_vec2_mat4x2_vertex" />
13420<Test name="highp_vec2_mat4x2_fragment" />
13421<Test name="highp_mat4x2_mat2x4_vertex" />
13422<Test name="highp_mat4x2_mat2x4_fragment" />
13423<Test name="highp_mat4x2_mat3x4_vertex" />
13424<Test name="highp_mat4x2_mat3x4_fragment" />
13425<Test name="highp_mat4x2_mat4_vertex" />
13426<Test name="highp_mat4x2_mat4_fragment" />
13427<Test name="lowp_mat4x3_float_vertex" />
13428<Test name="lowp_mat4x3_float_fragment" />
13429<Test name="lowp_mat4x3_vec4_vertex" />
13430<Test name="lowp_mat4x3_vec4_fragment" />
13431<Test name="lowp_vec3_mat4x3_vertex" />
13432<Test name="lowp_vec3_mat4x3_fragment" />
13433<Test name="lowp_mat4x3_mat2x4_vertex" />
13434<Test name="lowp_mat4x3_mat2x4_fragment" />
13435<Test name="lowp_mat4x3_mat3x4_vertex" />
13436<Test name="lowp_mat4x3_mat3x4_fragment" />
13437<Test name="lowp_mat4x3_mat4_vertex" />
13438<Test name="lowp_mat4x3_mat4_fragment" />
13439<Test name="mediump_mat4x3_float_vertex" />
13440<Test name="mediump_mat4x3_float_fragment" />
13441<Test name="mediump_mat4x3_vec4_vertex" />
13442<Test name="mediump_mat4x3_vec4_fragment" />
13443<Test name="mediump_vec3_mat4x3_vertex" />
13444<Test name="mediump_vec3_mat4x3_fragment" />
13445<Test name="mediump_mat4x3_mat2x4_vertex" />
13446<Test name="mediump_mat4x3_mat2x4_fragment" />
13447<Test name="mediump_mat4x3_mat3x4_vertex" />
13448<Test name="mediump_mat4x3_mat3x4_fragment" />
13449<Test name="mediump_mat4x3_mat4_vertex" />
13450<Test name="mediump_mat4x3_mat4_fragment" />
13451<Test name="highp_mat4x3_float_vertex" />
13452<Test name="highp_mat4x3_float_fragment" />
13453<Test name="highp_mat4x3_vec4_vertex" />
13454<Test name="highp_mat4x3_vec4_fragment" />
13455<Test name="highp_vec3_mat4x3_vertex" />
13456<Test name="highp_vec3_mat4x3_fragment" />
13457<Test name="highp_mat4x3_mat2x4_vertex" />
13458<Test name="highp_mat4x3_mat2x4_fragment" />
13459<Test name="highp_mat4x3_mat3x4_vertex" />
13460<Test name="highp_mat4x3_mat3x4_fragment" />
13461<Test name="highp_mat4x3_mat4_vertex" />
13462<Test name="highp_mat4x3_mat4_fragment" />
13463<Test name="lowp_mat4_float_vertex" />
13464<Test name="lowp_mat4_float_fragment" />
13465<Test name="lowp_mat4_vec4_vertex" />
13466<Test name="lowp_mat4_vec4_fragment" />
13467<Test name="lowp_vec4_mat4_vertex" />
13468<Test name="lowp_vec4_mat4_fragment" />
13469<Test name="lowp_mat4_mat2x4_vertex" />
13470<Test name="lowp_mat4_mat2x4_fragment" />
13471<Test name="lowp_mat4_mat3x4_vertex" />
13472<Test name="lowp_mat4_mat3x4_fragment" />
13473<Test name="lowp_mat4_mat4_vertex" />
13474<Test name="lowp_mat4_mat4_fragment" />
13475<Test name="mediump_mat4_float_vertex" />
13476<Test name="mediump_mat4_float_fragment" />
13477<Test name="mediump_mat4_vec4_vertex" />
13478<Test name="mediump_mat4_vec4_fragment" />
13479<Test name="mediump_vec4_mat4_vertex" />
13480<Test name="mediump_vec4_mat4_fragment" />
13481<Test name="mediump_mat4_mat2x4_vertex" />
13482<Test name="mediump_mat4_mat2x4_fragment" />
13483<Test name="mediump_mat4_mat3x4_vertex" />
13484<Test name="mediump_mat4_mat3x4_fragment" />
13485<Test name="mediump_mat4_mat4_vertex" />
13486<Test name="mediump_mat4_mat4_fragment" />
13487<Test name="highp_mat4_float_vertex" />
13488<Test name="highp_mat4_float_fragment" />
13489<Test name="highp_mat4_vec4_vertex" />
13490<Test name="highp_mat4_vec4_fragment" />
13491<Test name="highp_vec4_mat4_vertex" />
13492<Test name="highp_vec4_mat4_fragment" />
13493<Test name="highp_mat4_mat2x4_vertex" />
13494<Test name="highp_mat4_mat2x4_fragment" />
13495<Test name="highp_mat4_mat3x4_vertex" />
13496<Test name="highp_mat4_mat3x4_fragment" />
13497<Test name="highp_mat4_mat4_vertex" />
13498<Test name="highp_mat4_mat4_fragment" />
13499</TestCase>
13500<TestCase name="dynamic">
13501<Test name="lowp_mat2_float_vertex" />
13502<Test name="lowp_mat2_float_fragment" />
13503<Test name="lowp_mat2_vec2_vertex" />
13504<Test name="lowp_mat2_vec2_fragment" />
13505<Test name="lowp_vec2_mat2_vertex" />
13506<Test name="lowp_vec2_mat2_fragment" />
13507<Test name="lowp_mat2_mat2_vertex" />
13508<Test name="lowp_mat2_mat2_fragment" />
13509<Test name="lowp_mat2_mat4x2_vertex" />
13510<Test name="lowp_mat2_mat4x2_fragment" />
13511<Test name="mediump_mat2_float_vertex" />
13512<Test name="mediump_mat2_float_fragment" />
13513<Test name="mediump_mat2_vec2_vertex" />
13514<Test name="mediump_mat2_vec2_fragment" />
13515<Test name="mediump_vec2_mat2_vertex" />
13516<Test name="mediump_vec2_mat2_fragment" />
13517<Test name="mediump_mat2_mat2_vertex" />
13518<Test name="mediump_mat2_mat2_fragment" />
13519<Test name="mediump_mat2_mat4x2_vertex" />
13520<Test name="mediump_mat2_mat4x2_fragment" />
13521<Test name="highp_mat2_float_vertex" />
13522<Test name="highp_mat2_float_fragment" />
13523<Test name="highp_mat2_vec2_vertex" />
13524<Test name="highp_mat2_vec2_fragment" />
13525<Test name="highp_vec2_mat2_vertex" />
13526<Test name="highp_vec2_mat2_fragment" />
13527<Test name="highp_mat2_mat2_vertex" />
13528<Test name="highp_mat2_mat2_fragment" />
13529<Test name="highp_mat2_mat4x2_vertex" />
13530<Test name="highp_mat2_mat4x2_fragment" />
13531<Test name="lowp_mat2x3_float_vertex" />
13532<Test name="lowp_mat2x3_float_fragment" />
13533<Test name="lowp_mat2x3_vec2_vertex" />
13534<Test name="lowp_mat2x3_vec2_fragment" />
13535<Test name="lowp_vec3_mat2x3_vertex" />
13536<Test name="lowp_vec3_mat2x3_fragment" />
13537<Test name="lowp_mat2x3_mat2_vertex" />
13538<Test name="lowp_mat2x3_mat2_fragment" />
13539<Test name="mediump_mat2x3_float_vertex" />
13540<Test name="mediump_mat2x3_float_fragment" />
13541<Test name="mediump_mat2x3_vec2_vertex" />
13542<Test name="mediump_mat2x3_vec2_fragment" />
13543<Test name="mediump_vec3_mat2x3_vertex" />
13544<Test name="mediump_vec3_mat2x3_fragment" />
13545<Test name="mediump_mat2x3_mat2_vertex" />
13546<Test name="mediump_mat2x3_mat2_fragment" />
13547<Test name="highp_mat2x3_float_vertex" />
13548<Test name="highp_mat2x3_float_fragment" />
13549<Test name="highp_mat2x3_vec2_vertex" />
13550<Test name="highp_mat2x3_vec2_fragment" />
13551<Test name="highp_vec3_mat2x3_vertex" />
13552<Test name="highp_vec3_mat2x3_fragment" />
13553<Test name="highp_mat2x3_mat2_vertex" />
13554<Test name="highp_mat2x3_mat2_fragment" />
13555<Test name="lowp_mat2x4_float_vertex" />
13556<Test name="lowp_mat2x4_float_fragment" />
13557<Test name="lowp_mat2x4_vec2_vertex" />
13558<Test name="lowp_mat2x4_vec2_fragment" />
13559<Test name="lowp_vec4_mat2x4_vertex" />
13560<Test name="lowp_vec4_mat2x4_fragment" />
13561<Test name="lowp_mat2x4_mat2_vertex" />
13562<Test name="lowp_mat2x4_mat2_fragment" />
13563<Test name="mediump_mat2x4_float_vertex" />
13564<Test name="mediump_mat2x4_float_fragment" />
13565<Test name="mediump_mat2x4_vec2_vertex" />
13566<Test name="mediump_mat2x4_vec2_fragment" />
13567<Test name="mediump_vec4_mat2x4_vertex" />
13568<Test name="mediump_vec4_mat2x4_fragment" />
13569<Test name="mediump_mat2x4_mat2_vertex" />
13570<Test name="mediump_mat2x4_mat2_fragment" />
13571<Test name="highp_mat2x4_float_vertex" />
13572<Test name="highp_mat2x4_float_fragment" />
13573<Test name="highp_mat2x4_vec2_vertex" />
13574<Test name="highp_mat2x4_vec2_fragment" />
13575<Test name="highp_vec4_mat2x4_vertex" />
13576<Test name="highp_vec4_mat2x4_fragment" />
13577<Test name="highp_mat2x4_mat2_vertex" />
13578<Test name="highp_mat2x4_mat2_fragment" />
13579<Test name="lowp_mat3x2_float_vertex" />
13580<Test name="lowp_mat3x2_float_fragment" />
13581<Test name="lowp_mat3x2_vec3_vertex" />
13582<Test name="lowp_mat3x2_vec3_fragment" />
13583<Test name="lowp_vec2_mat3x2_vertex" />
13584<Test name="lowp_vec2_mat3x2_fragment" />
13585<Test name="lowp_mat3x2_mat2x3_vertex" />
13586<Test name="lowp_mat3x2_mat2x3_fragment" />
13587<Test name="lowp_mat3x2_mat3_vertex" />
13588<Test name="lowp_mat3x2_mat3_fragment" />
13589<Test name="mediump_mat3x2_float_vertex" />
13590<Test name="mediump_mat3x2_float_fragment" />
13591<Test name="mediump_mat3x2_vec3_vertex" />
13592<Test name="mediump_mat3x2_vec3_fragment" />
13593<Test name="mediump_vec2_mat3x2_vertex" />
13594<Test name="mediump_vec2_mat3x2_fragment" />
13595<Test name="mediump_mat3x2_mat2x3_vertex" />
13596<Test name="mediump_mat3x2_mat2x3_fragment" />
13597<Test name="mediump_mat3x2_mat3_vertex" />
13598<Test name="mediump_mat3x2_mat3_fragment" />
13599<Test name="highp_mat3x2_float_vertex" />
13600<Test name="highp_mat3x2_float_fragment" />
13601<Test name="highp_mat3x2_vec3_vertex" />
13602<Test name="highp_mat3x2_vec3_fragment" />
13603<Test name="highp_vec2_mat3x2_vertex" />
13604<Test name="highp_vec2_mat3x2_fragment" />
13605<Test name="highp_mat3x2_mat2x3_vertex" />
13606<Test name="highp_mat3x2_mat2x3_fragment" />
13607<Test name="highp_mat3x2_mat3_vertex" />
13608<Test name="highp_mat3x2_mat3_fragment" />
13609<Test name="lowp_mat3_float_vertex" />
13610<Test name="lowp_mat3_float_fragment" />
13611<Test name="lowp_mat3_vec3_vertex" />
13612<Test name="lowp_mat3_vec3_fragment" />
13613<Test name="lowp_vec3_mat3_vertex" />
13614<Test name="lowp_vec3_mat3_fragment" />
13615<Test name="lowp_mat3_mat2x3_vertex" />
13616<Test name="lowp_mat3_mat2x3_fragment" />
13617<Test name="lowp_mat3_mat3_vertex" />
13618<Test name="lowp_mat3_mat3_fragment" />
13619<Test name="mediump_mat3_float_vertex" />
13620<Test name="mediump_mat3_float_fragment" />
13621<Test name="mediump_mat3_vec3_vertex" />
13622<Test name="mediump_mat3_vec3_fragment" />
13623<Test name="mediump_vec3_mat3_vertex" />
13624<Test name="mediump_vec3_mat3_fragment" />
13625<Test name="mediump_mat3_mat2x3_vertex" />
13626<Test name="mediump_mat3_mat2x3_fragment" />
13627<Test name="mediump_mat3_mat3_vertex" />
13628<Test name="mediump_mat3_mat3_fragment" />
13629<Test name="highp_mat3_float_vertex" />
13630<Test name="highp_mat3_float_fragment" />
13631<Test name="highp_mat3_vec3_vertex" />
13632<Test name="highp_mat3_vec3_fragment" />
13633<Test name="highp_vec3_mat3_vertex" />
13634<Test name="highp_vec3_mat3_fragment" />
13635<Test name="highp_mat3_mat2x3_vertex" />
13636<Test name="highp_mat3_mat2x3_fragment" />
13637<Test name="highp_mat3_mat3_vertex" />
13638<Test name="highp_mat3_mat3_fragment" />
13639<Test name="lowp_mat3x4_float_vertex" />
13640<Test name="lowp_mat3x4_float_fragment" />
13641<Test name="lowp_mat3x4_vec3_vertex" />
13642<Test name="lowp_mat3x4_vec3_fragment" />
13643<Test name="lowp_vec4_mat3x4_vertex" />
13644<Test name="lowp_vec4_mat3x4_fragment" />
13645<Test name="lowp_mat3x4_mat2x3_vertex" />
13646<Test name="lowp_mat3x4_mat2x3_fragment" />
13647<Test name="lowp_mat3x4_mat3_vertex" />
13648<Test name="lowp_mat3x4_mat3_fragment" />
13649<Test name="mediump_mat3x4_float_vertex" />
13650<Test name="mediump_mat3x4_float_fragment" />
13651<Test name="mediump_mat3x4_vec3_vertex" />
13652<Test name="mediump_mat3x4_vec3_fragment" />
13653<Test name="mediump_vec4_mat3x4_vertex" />
13654<Test name="mediump_vec4_mat3x4_fragment" />
13655<Test name="mediump_mat3x4_mat2x3_vertex" />
13656<Test name="mediump_mat3x4_mat2x3_fragment" />
13657<Test name="mediump_mat3x4_mat3_vertex" />
13658<Test name="mediump_mat3x4_mat3_fragment" />
13659<Test name="highp_mat3x4_float_vertex" />
13660<Test name="highp_mat3x4_float_fragment" />
13661<Test name="highp_mat3x4_vec3_vertex" />
13662<Test name="highp_mat3x4_vec3_fragment" />
13663<Test name="highp_vec4_mat3x4_vertex" />
13664<Test name="highp_vec4_mat3x4_fragment" />
13665<Test name="highp_mat3x4_mat2x3_vertex" />
13666<Test name="highp_mat3x4_mat2x3_fragment" />
13667<Test name="highp_mat3x4_mat3_vertex" />
13668<Test name="highp_mat3x4_mat3_fragment" />
13669<Test name="lowp_mat4x2_float_vertex" />
13670<Test name="lowp_mat4x2_float_fragment" />
13671<Test name="lowp_mat4x2_vec4_vertex" />
13672<Test name="lowp_mat4x2_vec4_fragment" />
13673<Test name="lowp_vec2_mat4x2_vertex" />
13674<Test name="lowp_vec2_mat4x2_fragment" />
13675<Test name="lowp_mat4x2_mat2x4_vertex" />
13676<Test name="lowp_mat4x2_mat2x4_fragment" />
13677<Test name="lowp_mat4x2_mat3x4_vertex" />
13678<Test name="lowp_mat4x2_mat3x4_fragment" />
13679<Test name="lowp_mat4x2_mat4_vertex" />
13680<Test name="lowp_mat4x2_mat4_fragment" />
13681<Test name="mediump_mat4x2_float_vertex" />
13682<Test name="mediump_mat4x2_float_fragment" />
13683<Test name="mediump_mat4x2_vec4_vertex" />
13684<Test name="mediump_mat4x2_vec4_fragment" />
13685<Test name="mediump_vec2_mat4x2_vertex" />
13686<Test name="mediump_vec2_mat4x2_fragment" />
13687<Test name="mediump_mat4x2_mat2x4_vertex" />
13688<Test name="mediump_mat4x2_mat2x4_fragment" />
13689<Test name="mediump_mat4x2_mat3x4_vertex" />
13690<Test name="mediump_mat4x2_mat3x4_fragment" />
13691<Test name="mediump_mat4x2_mat4_vertex" />
13692<Test name="mediump_mat4x2_mat4_fragment" />
13693<Test name="highp_mat4x2_float_vertex" />
13694<Test name="highp_mat4x2_float_fragment" />
13695<Test name="highp_mat4x2_vec4_vertex" />
13696<Test name="highp_mat4x2_vec4_fragment" />
13697<Test name="highp_vec2_mat4x2_vertex" />
13698<Test name="highp_vec2_mat4x2_fragment" />
13699<Test name="highp_mat4x2_mat2x4_vertex" />
13700<Test name="highp_mat4x2_mat2x4_fragment" />
13701<Test name="highp_mat4x2_mat3x4_vertex" />
13702<Test name="highp_mat4x2_mat3x4_fragment" />
13703<Test name="highp_mat4x2_mat4_vertex" />
13704<Test name="highp_mat4x2_mat4_fragment" />
13705<Test name="lowp_mat4x3_float_vertex" />
13706<Test name="lowp_mat4x3_float_fragment" />
13707<Test name="lowp_mat4x3_vec4_vertex" />
13708<Test name="lowp_mat4x3_vec4_fragment" />
13709<Test name="lowp_vec3_mat4x3_vertex" />
13710<Test name="lowp_vec3_mat4x3_fragment" />
13711<Test name="lowp_mat4x3_mat2x4_vertex" />
13712<Test name="lowp_mat4x3_mat2x4_fragment" />
13713<Test name="lowp_mat4x3_mat3x4_vertex" />
13714<Test name="lowp_mat4x3_mat3x4_fragment" />
13715<Test name="lowp_mat4x3_mat4_vertex" />
13716<Test name="lowp_mat4x3_mat4_fragment" />
13717<Test name="mediump_mat4x3_float_vertex" />
13718<Test name="mediump_mat4x3_float_fragment" />
13719<Test name="mediump_mat4x3_vec4_vertex" />
13720<Test name="mediump_mat4x3_vec4_fragment" />
13721<Test name="mediump_vec3_mat4x3_vertex" />
13722<Test name="mediump_vec3_mat4x3_fragment" />
13723<Test name="mediump_mat4x3_mat2x4_vertex" />
13724<Test name="mediump_mat4x3_mat2x4_fragment" />
13725<Test name="mediump_mat4x3_mat3x4_vertex" />
13726<Test name="mediump_mat4x3_mat3x4_fragment" />
13727<Test name="mediump_mat4x3_mat4_vertex" />
13728<Test name="mediump_mat4x3_mat4_fragment" />
13729<Test name="highp_mat4x3_float_vertex" />
13730<Test name="highp_mat4x3_float_fragment" />
13731<Test name="highp_mat4x3_vec4_vertex" />
13732<Test name="highp_mat4x3_vec4_fragment" />
13733<Test name="highp_vec3_mat4x3_vertex" />
13734<Test name="highp_vec3_mat4x3_fragment" />
13735<Test name="highp_mat4x3_mat2x4_vertex" />
13736<Test name="highp_mat4x3_mat2x4_fragment" />
13737<Test name="highp_mat4x3_mat3x4_vertex" />
13738<Test name="highp_mat4x3_mat3x4_fragment" />
13739<Test name="highp_mat4x3_mat4_vertex" />
13740<Test name="highp_mat4x3_mat4_fragment" />
13741<Test name="lowp_mat4_float_vertex" />
13742<Test name="lowp_mat4_float_fragment" />
13743<Test name="lowp_mat4_vec4_vertex" />
13744<Test name="lowp_mat4_vec4_fragment" />
13745<Test name="lowp_vec4_mat4_vertex" />
13746<Test name="lowp_vec4_mat4_fragment" />
13747<Test name="lowp_mat4_mat2x4_vertex" />
13748<Test name="lowp_mat4_mat2x4_fragment" />
13749<Test name="lowp_mat4_mat3x4_vertex" />
13750<Test name="lowp_mat4_mat3x4_fragment" />
13751<Test name="lowp_mat4_mat4_vertex" />
13752<Test name="lowp_mat4_mat4_fragment" />
13753<Test name="mediump_mat4_float_vertex" />
13754<Test name="mediump_mat4_float_fragment" />
13755<Test name="mediump_mat4_vec4_vertex" />
13756<Test name="mediump_mat4_vec4_fragment" />
13757<Test name="mediump_vec4_mat4_vertex" />
13758<Test name="mediump_vec4_mat4_fragment" />
13759<Test name="mediump_mat4_mat2x4_vertex" />
13760<Test name="mediump_mat4_mat2x4_fragment" />
13761<Test name="mediump_mat4_mat3x4_vertex" />
13762<Test name="mediump_mat4_mat3x4_fragment" />
13763<Test name="mediump_mat4_mat4_vertex" />
13764<Test name="mediump_mat4_mat4_fragment" />
13765<Test name="highp_mat4_float_vertex" />
13766<Test name="highp_mat4_float_fragment" />
13767<Test name="highp_mat4_vec4_vertex" />
13768<Test name="highp_mat4_vec4_fragment" />
13769<Test name="highp_vec4_mat4_vertex" />
13770<Test name="highp_vec4_mat4_fragment" />
13771<Test name="highp_mat4_mat2x4_vertex" />
13772<Test name="highp_mat4_mat2x4_fragment" />
13773<Test name="highp_mat4_mat3x4_vertex" />
13774<Test name="highp_mat4_mat3x4_fragment" />
13775<Test name="highp_mat4_mat4_vertex" />
13776<Test name="highp_mat4_mat4_fragment" />
13777</TestCase>
13778</TestSuite>
13779<TestSuite name="div">
13780<TestCase name="const">
13781<Test name="lowp_mat2_float_vertex" />
13782<Test name="lowp_mat2_float_fragment" />
13783<Test name="lowp_mat2_mat2_vertex" />
13784<Test name="lowp_mat2_mat2_fragment" />
13785<Test name="mediump_mat2_float_vertex" />
13786<Test name="mediump_mat2_float_fragment" />
13787<Test name="mediump_mat2_mat2_vertex" />
13788<Test name="mediump_mat2_mat2_fragment" />
13789<Test name="highp_mat2_float_vertex" />
13790<Test name="highp_mat2_float_fragment" />
13791<Test name="highp_mat2_mat2_vertex" />
13792<Test name="highp_mat2_mat2_fragment" />
13793<Test name="lowp_mat2x3_float_vertex" />
13794<Test name="lowp_mat2x3_float_fragment" />
13795<Test name="lowp_mat2x3_mat2x3_vertex" />
13796<Test name="lowp_mat2x3_mat2x3_fragment" />
13797<Test name="mediump_mat2x3_float_vertex" />
13798<Test name="mediump_mat2x3_float_fragment" />
13799<Test name="mediump_mat2x3_mat2x3_vertex" />
13800<Test name="mediump_mat2x3_mat2x3_fragment" />
13801<Test name="highp_mat2x3_float_vertex" />
13802<Test name="highp_mat2x3_float_fragment" />
13803<Test name="highp_mat2x3_mat2x3_vertex" />
13804<Test name="highp_mat2x3_mat2x3_fragment" />
13805<Test name="lowp_mat2x4_float_vertex" />
13806<Test name="lowp_mat2x4_float_fragment" />
13807<Test name="lowp_mat2x4_mat2x4_vertex" />
13808<Test name="lowp_mat2x4_mat2x4_fragment" />
13809<Test name="mediump_mat2x4_float_vertex" />
13810<Test name="mediump_mat2x4_float_fragment" />
13811<Test name="mediump_mat2x4_mat2x4_vertex" />
13812<Test name="mediump_mat2x4_mat2x4_fragment" />
13813<Test name="highp_mat2x4_float_vertex" />
13814<Test name="highp_mat2x4_float_fragment" />
13815<Test name="highp_mat2x4_mat2x4_vertex" />
13816<Test name="highp_mat2x4_mat2x4_fragment" />
13817<Test name="lowp_mat3x2_float_vertex" />
13818<Test name="lowp_mat3x2_float_fragment" />
13819<Test name="lowp_mat3x2_mat3x2_vertex" />
13820<Test name="lowp_mat3x2_mat3x2_fragment" />
13821<Test name="mediump_mat3x2_float_vertex" />
13822<Test name="mediump_mat3x2_float_fragment" />
13823<Test name="mediump_mat3x2_mat3x2_vertex" />
13824<Test name="mediump_mat3x2_mat3x2_fragment" />
13825<Test name="highp_mat3x2_float_vertex" />
13826<Test name="highp_mat3x2_float_fragment" />
13827<Test name="highp_mat3x2_mat3x2_vertex" />
13828<Test name="highp_mat3x2_mat3x2_fragment" />
13829<Test name="lowp_mat3_float_vertex" />
13830<Test name="lowp_mat3_float_fragment" />
13831<Test name="lowp_mat3_mat3_vertex" />
13832<Test name="lowp_mat3_mat3_fragment" />
13833<Test name="mediump_mat3_float_vertex" />
13834<Test name="mediump_mat3_float_fragment" />
13835<Test name="mediump_mat3_mat3_vertex" />
13836<Test name="mediump_mat3_mat3_fragment" />
13837<Test name="highp_mat3_float_vertex" />
13838<Test name="highp_mat3_float_fragment" />
13839<Test name="highp_mat3_mat3_vertex" />
13840<Test name="highp_mat3_mat3_fragment" />
13841<Test name="lowp_mat3x4_float_vertex" />
13842<Test name="lowp_mat3x4_float_fragment" />
13843<Test name="lowp_mat3x4_mat3x4_vertex" />
13844<Test name="lowp_mat3x4_mat3x4_fragment" />
13845<Test name="mediump_mat3x4_float_vertex" />
13846<Test name="mediump_mat3x4_float_fragment" />
13847<Test name="mediump_mat3x4_mat3x4_vertex" />
13848<Test name="mediump_mat3x4_mat3x4_fragment" />
13849<Test name="highp_mat3x4_float_vertex" />
13850<Test name="highp_mat3x4_float_fragment" />
13851<Test name="highp_mat3x4_mat3x4_vertex" />
13852<Test name="highp_mat3x4_mat3x4_fragment" />
13853<Test name="lowp_mat4x2_float_vertex" />
13854<Test name="lowp_mat4x2_float_fragment" />
13855<Test name="lowp_mat4x2_mat4x2_vertex" />
13856<Test name="lowp_mat4x2_mat4x2_fragment" />
13857<Test name="mediump_mat4x2_float_vertex" />
13858<Test name="mediump_mat4x2_float_fragment" />
13859<Test name="mediump_mat4x2_mat4x2_vertex" />
13860<Test name="mediump_mat4x2_mat4x2_fragment" />
13861<Test name="highp_mat4x2_float_vertex" />
13862<Test name="highp_mat4x2_float_fragment" />
13863<Test name="highp_mat4x2_mat4x2_vertex" />
13864<Test name="highp_mat4x2_mat4x2_fragment" />
13865<Test name="lowp_mat4x3_float_vertex" />
13866<Test name="lowp_mat4x3_float_fragment" />
13867<Test name="lowp_mat4x3_mat4x3_vertex" />
13868<Test name="lowp_mat4x3_mat4x3_fragment" />
13869<Test name="mediump_mat4x3_float_vertex" />
13870<Test name="mediump_mat4x3_float_fragment" />
13871<Test name="mediump_mat4x3_mat4x3_vertex" />
13872<Test name="mediump_mat4x3_mat4x3_fragment" />
13873<Test name="highp_mat4x3_float_vertex" />
13874<Test name="highp_mat4x3_float_fragment" />
13875<Test name="highp_mat4x3_mat4x3_vertex" />
13876<Test name="highp_mat4x3_mat4x3_fragment" />
13877<Test name="lowp_mat4_float_vertex" />
13878<Test name="lowp_mat4_float_fragment" />
13879<Test name="lowp_mat4_mat4_vertex" />
13880<Test name="lowp_mat4_mat4_fragment" />
13881<Test name="mediump_mat4_float_vertex" />
13882<Test name="mediump_mat4_float_fragment" />
13883<Test name="mediump_mat4_mat4_vertex" />
13884<Test name="mediump_mat4_mat4_fragment" />
13885<Test name="highp_mat4_float_vertex" />
13886<Test name="highp_mat4_float_fragment" />
13887<Test name="highp_mat4_mat4_vertex" />
13888<Test name="highp_mat4_mat4_fragment" />
13889</TestCase>
13890<TestCase name="uniform">
13891<Test name="lowp_mat2_float_vertex" />
13892<Test name="lowp_mat2_float_fragment" />
13893<Test name="lowp_mat2_mat2_vertex" />
13894<Test name="lowp_mat2_mat2_fragment" />
13895<Test name="mediump_mat2_float_vertex" />
13896<Test name="mediump_mat2_float_fragment" />
13897<Test name="mediump_mat2_mat2_vertex" />
13898<Test name="mediump_mat2_mat2_fragment" />
13899<Test name="highp_mat2_float_vertex" />
13900<Test name="highp_mat2_float_fragment" />
13901<Test name="highp_mat2_mat2_vertex" />
13902<Test name="highp_mat2_mat2_fragment" />
13903<Test name="lowp_mat2x3_float_vertex" />
13904<Test name="lowp_mat2x3_float_fragment" />
13905<Test name="lowp_mat2x3_mat2x3_vertex" />
13906<Test name="lowp_mat2x3_mat2x3_fragment" />
13907<Test name="mediump_mat2x3_float_vertex" />
13908<Test name="mediump_mat2x3_float_fragment" />
13909<Test name="mediump_mat2x3_mat2x3_vertex" />
13910<Test name="mediump_mat2x3_mat2x3_fragment" />
13911<Test name="highp_mat2x3_float_vertex" />
13912<Test name="highp_mat2x3_float_fragment" />
13913<Test name="highp_mat2x3_mat2x3_vertex" />
13914<Test name="highp_mat2x3_mat2x3_fragment" />
13915<Test name="lowp_mat2x4_float_vertex" />
13916<Test name="lowp_mat2x4_float_fragment" />
13917<Test name="lowp_mat2x4_mat2x4_vertex" />
13918<Test name="lowp_mat2x4_mat2x4_fragment" />
13919<Test name="mediump_mat2x4_float_vertex" />
13920<Test name="mediump_mat2x4_float_fragment" />
13921<Test name="mediump_mat2x4_mat2x4_vertex" />
13922<Test name="mediump_mat2x4_mat2x4_fragment" />
13923<Test name="highp_mat2x4_float_vertex" />
13924<Test name="highp_mat2x4_float_fragment" />
13925<Test name="highp_mat2x4_mat2x4_vertex" />
13926<Test name="highp_mat2x4_mat2x4_fragment" />
13927<Test name="lowp_mat3x2_float_vertex" />
13928<Test name="lowp_mat3x2_float_fragment" />
13929<Test name="lowp_mat3x2_mat3x2_vertex" />
13930<Test name="lowp_mat3x2_mat3x2_fragment" />
13931<Test name="mediump_mat3x2_float_vertex" />
13932<Test name="mediump_mat3x2_float_fragment" />
13933<Test name="mediump_mat3x2_mat3x2_vertex" />
13934<Test name="mediump_mat3x2_mat3x2_fragment" />
13935<Test name="highp_mat3x2_float_vertex" />
13936<Test name="highp_mat3x2_float_fragment" />
13937<Test name="highp_mat3x2_mat3x2_vertex" />
13938<Test name="highp_mat3x2_mat3x2_fragment" />
13939<Test name="lowp_mat3_float_vertex" />
13940<Test name="lowp_mat3_float_fragment" />
13941<Test name="lowp_mat3_mat3_vertex" />
13942<Test name="lowp_mat3_mat3_fragment" />
13943<Test name="mediump_mat3_float_vertex" />
13944<Test name="mediump_mat3_float_fragment" />
13945<Test name="mediump_mat3_mat3_vertex" />
13946<Test name="mediump_mat3_mat3_fragment" />
13947<Test name="highp_mat3_float_vertex" />
13948<Test name="highp_mat3_float_fragment" />
13949<Test name="highp_mat3_mat3_vertex" />
13950<Test name="highp_mat3_mat3_fragment" />
13951<Test name="lowp_mat3x4_float_vertex" />
13952<Test name="lowp_mat3x4_float_fragment" />
13953<Test name="lowp_mat3x4_mat3x4_vertex" />
13954<Test name="lowp_mat3x4_mat3x4_fragment" />
13955<Test name="mediump_mat3x4_float_vertex" />
13956<Test name="mediump_mat3x4_float_fragment" />
13957<Test name="mediump_mat3x4_mat3x4_vertex" />
13958<Test name="mediump_mat3x4_mat3x4_fragment" />
13959<Test name="highp_mat3x4_float_vertex" />
13960<Test name="highp_mat3x4_float_fragment" />
13961<Test name="highp_mat3x4_mat3x4_vertex" />
13962<Test name="highp_mat3x4_mat3x4_fragment" />
13963<Test name="lowp_mat4x2_float_vertex" />
13964<Test name="lowp_mat4x2_float_fragment" />
13965<Test name="lowp_mat4x2_mat4x2_vertex" />
13966<Test name="lowp_mat4x2_mat4x2_fragment" />
13967<Test name="mediump_mat4x2_float_vertex" />
13968<Test name="mediump_mat4x2_float_fragment" />
13969<Test name="mediump_mat4x2_mat4x2_vertex" />
13970<Test name="mediump_mat4x2_mat4x2_fragment" />
13971<Test name="highp_mat4x2_float_vertex" />
13972<Test name="highp_mat4x2_float_fragment" />
13973<Test name="highp_mat4x2_mat4x2_vertex" />
13974<Test name="highp_mat4x2_mat4x2_fragment" />
13975<Test name="lowp_mat4x3_float_vertex" />
13976<Test name="lowp_mat4x3_float_fragment" />
13977<Test name="lowp_mat4x3_mat4x3_vertex" />
13978<Test name="lowp_mat4x3_mat4x3_fragment" />
13979<Test name="mediump_mat4x3_float_vertex" />
13980<Test name="mediump_mat4x3_float_fragment" />
13981<Test name="mediump_mat4x3_mat4x3_vertex" />
13982<Test name="mediump_mat4x3_mat4x3_fragment" />
13983<Test name="highp_mat4x3_float_vertex" />
13984<Test name="highp_mat4x3_float_fragment" />
13985<Test name="highp_mat4x3_mat4x3_vertex" />
13986<Test name="highp_mat4x3_mat4x3_fragment" />
13987<Test name="lowp_mat4_float_vertex" />
13988<Test name="lowp_mat4_float_fragment" />
13989<Test name="lowp_mat4_mat4_vertex" />
13990<Test name="lowp_mat4_mat4_fragment" />
13991<Test name="mediump_mat4_float_vertex" />
13992<Test name="mediump_mat4_float_fragment" />
13993<Test name="mediump_mat4_mat4_vertex" />
13994<Test name="mediump_mat4_mat4_fragment" />
13995<Test name="highp_mat4_float_vertex" />
13996<Test name="highp_mat4_float_fragment" />
13997<Test name="highp_mat4_mat4_vertex" />
13998<Test name="highp_mat4_mat4_fragment" />
13999</TestCase>
14000<TestCase name="dynamic">
14001<Test name="lowp_mat2_float_vertex" />
14002<Test name="lowp_mat2_float_fragment" />
14003<Test name="lowp_mat2_mat2_vertex" />
14004<Test name="lowp_mat2_mat2_fragment" />
14005<Test name="mediump_mat2_float_vertex" />
14006<Test name="mediump_mat2_float_fragment" />
14007<Test name="mediump_mat2_mat2_vertex" />
14008<Test name="mediump_mat2_mat2_fragment" />
14009<Test name="highp_mat2_float_vertex" />
14010<Test name="highp_mat2_float_fragment" />
14011<Test name="highp_mat2_mat2_vertex" />
14012<Test name="highp_mat2_mat2_fragment" />
14013<Test name="lowp_mat2x3_float_vertex" />
14014<Test name="lowp_mat2x3_float_fragment" />
14015<Test name="lowp_mat2x3_mat2x3_vertex" />
14016<Test name="lowp_mat2x3_mat2x3_fragment" />
14017<Test name="mediump_mat2x3_float_vertex" />
14018<Test name="mediump_mat2x3_float_fragment" />
14019<Test name="mediump_mat2x3_mat2x3_vertex" />
14020<Test name="mediump_mat2x3_mat2x3_fragment" />
14021<Test name="highp_mat2x3_float_vertex" />
14022<Test name="highp_mat2x3_float_fragment" />
14023<Test name="highp_mat2x3_mat2x3_vertex" />
14024<Test name="highp_mat2x3_mat2x3_fragment" />
14025<Test name="lowp_mat2x4_float_vertex" />
14026<Test name="lowp_mat2x4_float_fragment" />
14027<Test name="lowp_mat2x4_mat2x4_vertex" />
14028<Test name="lowp_mat2x4_mat2x4_fragment" />
14029<Test name="mediump_mat2x4_float_vertex" />
14030<Test name="mediump_mat2x4_float_fragment" />
14031<Test name="mediump_mat2x4_mat2x4_vertex" />
14032<Test name="mediump_mat2x4_mat2x4_fragment" />
14033<Test name="highp_mat2x4_float_vertex" />
14034<Test name="highp_mat2x4_float_fragment" />
14035<Test name="highp_mat2x4_mat2x4_vertex" />
14036<Test name="highp_mat2x4_mat2x4_fragment" />
14037<Test name="lowp_mat3x2_float_vertex" />
14038<Test name="lowp_mat3x2_float_fragment" />
14039<Test name="lowp_mat3x2_mat3x2_vertex" />
14040<Test name="lowp_mat3x2_mat3x2_fragment" />
14041<Test name="mediump_mat3x2_float_vertex" />
14042<Test name="mediump_mat3x2_float_fragment" />
14043<Test name="mediump_mat3x2_mat3x2_vertex" />
14044<Test name="mediump_mat3x2_mat3x2_fragment" />
14045<Test name="highp_mat3x2_float_vertex" />
14046<Test name="highp_mat3x2_float_fragment" />
14047<Test name="highp_mat3x2_mat3x2_vertex" />
14048<Test name="highp_mat3x2_mat3x2_fragment" />
14049<Test name="lowp_mat3_float_vertex" />
14050<Test name="lowp_mat3_float_fragment" />
14051<Test name="lowp_mat3_mat3_vertex" />
14052<Test name="lowp_mat3_mat3_fragment" />
14053<Test name="mediump_mat3_float_vertex" />
14054<Test name="mediump_mat3_float_fragment" />
14055<Test name="mediump_mat3_mat3_vertex" />
14056<Test name="mediump_mat3_mat3_fragment" />
14057<Test name="highp_mat3_float_vertex" />
14058<Test name="highp_mat3_float_fragment" />
14059<Test name="highp_mat3_mat3_vertex" />
14060<Test name="highp_mat3_mat3_fragment" />
14061<Test name="lowp_mat3x4_float_vertex" />
14062<Test name="lowp_mat3x4_float_fragment" />
14063<Test name="lowp_mat3x4_mat3x4_vertex" />
14064<Test name="lowp_mat3x4_mat3x4_fragment" />
14065<Test name="mediump_mat3x4_float_vertex" />
14066<Test name="mediump_mat3x4_float_fragment" />
14067<Test name="mediump_mat3x4_mat3x4_vertex" />
14068<Test name="mediump_mat3x4_mat3x4_fragment" />
14069<Test name="highp_mat3x4_float_vertex" />
14070<Test name="highp_mat3x4_float_fragment" />
14071<Test name="highp_mat3x4_mat3x4_vertex" />
14072<Test name="highp_mat3x4_mat3x4_fragment" />
14073<Test name="lowp_mat4x2_float_vertex" />
14074<Test name="lowp_mat4x2_float_fragment" />
14075<Test name="lowp_mat4x2_mat4x2_vertex" />
14076<Test name="lowp_mat4x2_mat4x2_fragment" />
14077<Test name="mediump_mat4x2_float_vertex" />
14078<Test name="mediump_mat4x2_float_fragment" />
14079<Test name="mediump_mat4x2_mat4x2_vertex" />
14080<Test name="mediump_mat4x2_mat4x2_fragment" />
14081<Test name="highp_mat4x2_float_vertex" />
14082<Test name="highp_mat4x2_float_fragment" />
14083<Test name="highp_mat4x2_mat4x2_vertex" />
14084<Test name="highp_mat4x2_mat4x2_fragment" />
14085<Test name="lowp_mat4x3_float_vertex" />
14086<Test name="lowp_mat4x3_float_fragment" />
14087<Test name="lowp_mat4x3_mat4x3_vertex" />
14088<Test name="lowp_mat4x3_mat4x3_fragment" />
14089<Test name="mediump_mat4x3_float_vertex" />
14090<Test name="mediump_mat4x3_float_fragment" />
14091<Test name="mediump_mat4x3_mat4x3_vertex" />
14092<Test name="mediump_mat4x3_mat4x3_fragment" />
14093<Test name="highp_mat4x3_float_vertex" />
14094<Test name="highp_mat4x3_float_fragment" />
14095<Test name="highp_mat4x3_mat4x3_vertex" />
14096<Test name="highp_mat4x3_mat4x3_fragment" />
14097<Test name="lowp_mat4_float_vertex" />
14098<Test name="lowp_mat4_float_fragment" />
14099<Test name="lowp_mat4_mat4_vertex" />
14100<Test name="lowp_mat4_mat4_fragment" />
14101<Test name="mediump_mat4_float_vertex" />
14102<Test name="mediump_mat4_float_fragment" />
14103<Test name="mediump_mat4_mat4_vertex" />
14104<Test name="mediump_mat4_mat4_fragment" />
14105<Test name="highp_mat4_float_vertex" />
14106<Test name="highp_mat4_float_fragment" />
14107<Test name="highp_mat4_mat4_vertex" />
14108<Test name="highp_mat4_mat4_fragment" />
14109</TestCase>
14110</TestSuite>
14111<TestSuite name="matrixcompmult">
14112<TestCase name="dynamic">
14113<Test name="lowp_mat2_mat2_vertex" />
14114<Test name="lowp_mat2_mat2_fragment" />
14115<Test name="mediump_mat2_mat2_vertex" />
14116<Test name="mediump_mat2_mat2_fragment" />
14117<Test name="highp_mat2_mat2_vertex" />
14118<Test name="highp_mat2_mat2_fragment" />
14119<Test name="lowp_mat2x3_mat2x3_vertex" />
14120<Test name="lowp_mat2x3_mat2x3_fragment" />
14121<Test name="mediump_mat2x3_mat2x3_vertex" />
14122<Test name="mediump_mat2x3_mat2x3_fragment" />
14123<Test name="highp_mat2x3_mat2x3_vertex" />
14124<Test name="highp_mat2x3_mat2x3_fragment" />
14125<Test name="lowp_mat2x4_mat2x4_vertex" />
14126<Test name="lowp_mat2x4_mat2x4_fragment" />
14127<Test name="mediump_mat2x4_mat2x4_vertex" />
14128<Test name="mediump_mat2x4_mat2x4_fragment" />
14129<Test name="highp_mat2x4_mat2x4_vertex" />
14130<Test name="highp_mat2x4_mat2x4_fragment" />
14131<Test name="lowp_mat3x2_mat3x2_vertex" />
14132<Test name="lowp_mat3x2_mat3x2_fragment" />
14133<Test name="mediump_mat3x2_mat3x2_vertex" />
14134<Test name="mediump_mat3x2_mat3x2_fragment" />
14135<Test name="highp_mat3x2_mat3x2_vertex" />
14136<Test name="highp_mat3x2_mat3x2_fragment" />
14137<Test name="lowp_mat3_mat3_vertex" />
14138<Test name="lowp_mat3_mat3_fragment" />
14139<Test name="mediump_mat3_mat3_vertex" />
14140<Test name="mediump_mat3_mat3_fragment" />
14141<Test name="highp_mat3_mat3_vertex" />
14142<Test name="highp_mat3_mat3_fragment" />
14143<Test name="lowp_mat3x4_mat3x4_vertex" />
14144<Test name="lowp_mat3x4_mat3x4_fragment" />
14145<Test name="mediump_mat3x4_mat3x4_vertex" />
14146<Test name="mediump_mat3x4_mat3x4_fragment" />
14147<Test name="highp_mat3x4_mat3x4_vertex" />
14148<Test name="highp_mat3x4_mat3x4_fragment" />
14149<Test name="lowp_mat4x2_mat4x2_vertex" />
14150<Test name="lowp_mat4x2_mat4x2_fragment" />
14151<Test name="mediump_mat4x2_mat4x2_vertex" />
14152<Test name="mediump_mat4x2_mat4x2_fragment" />
14153<Test name="highp_mat4x2_mat4x2_vertex" />
14154<Test name="highp_mat4x2_mat4x2_fragment" />
14155<Test name="lowp_mat4x3_mat4x3_vertex" />
14156<Test name="lowp_mat4x3_mat4x3_fragment" />
14157<Test name="mediump_mat4x3_mat4x3_vertex" />
14158<Test name="mediump_mat4x3_mat4x3_fragment" />
14159<Test name="highp_mat4x3_mat4x3_vertex" />
14160<Test name="highp_mat4x3_mat4x3_fragment" />
14161<Test name="lowp_mat4_mat4_vertex" />
14162<Test name="lowp_mat4_mat4_fragment" />
14163<Test name="mediump_mat4_mat4_vertex" />
14164<Test name="mediump_mat4_mat4_fragment" />
14165<Test name="highp_mat4_mat4_vertex" />
14166<Test name="highp_mat4_mat4_fragment" />
14167</TestCase>
14168</TestSuite>
14169<TestSuite name="outerproduct">
14170<TestCase name="dynamic">
14171<Test name="lowp_mat2_float_vertex" />
14172<Test name="lowp_mat2_float_fragment" />
14173<Test name="mediump_mat2_float_vertex" />
14174<Test name="mediump_mat2_float_fragment" />
14175<Test name="highp_mat2_float_vertex" />
14176<Test name="highp_mat2_float_fragment" />
14177<Test name="lowp_mat2x3_float_vertex" />
14178<Test name="lowp_mat2x3_float_fragment" />
14179<Test name="mediump_mat2x3_float_vertex" />
14180<Test name="mediump_mat2x3_float_fragment" />
14181<Test name="highp_mat2x3_float_vertex" />
14182<Test name="highp_mat2x3_float_fragment" />
14183<Test name="lowp_mat2x4_float_vertex" />
14184<Test name="lowp_mat2x4_float_fragment" />
14185<Test name="mediump_mat2x4_float_vertex" />
14186<Test name="mediump_mat2x4_float_fragment" />
14187<Test name="highp_mat2x4_float_vertex" />
14188<Test name="highp_mat2x4_float_fragment" />
14189<Test name="lowp_mat3x2_float_vertex" />
14190<Test name="lowp_mat3x2_float_fragment" />
14191<Test name="mediump_mat3x2_float_vertex" />
14192<Test name="mediump_mat3x2_float_fragment" />
14193<Test name="highp_mat3x2_float_vertex" />
14194<Test name="highp_mat3x2_float_fragment" />
14195<Test name="lowp_mat3_float_vertex" />
14196<Test name="lowp_mat3_float_fragment" />
14197<Test name="mediump_mat3_float_vertex" />
14198<Test name="mediump_mat3_float_fragment" />
14199<Test name="highp_mat3_float_vertex" />
14200<Test name="highp_mat3_float_fragment" />
14201<Test name="lowp_mat3x4_float_vertex" />
14202<Test name="lowp_mat3x4_float_fragment" />
14203<Test name="mediump_mat3x4_float_vertex" />
14204<Test name="mediump_mat3x4_float_fragment" />
14205<Test name="highp_mat3x4_float_vertex" />
14206<Test name="highp_mat3x4_float_fragment" />
14207<Test name="lowp_mat4x2_float_vertex" />
14208<Test name="lowp_mat4x2_float_fragment" />
14209<Test name="mediump_mat4x2_float_vertex" />
14210<Test name="mediump_mat4x2_float_fragment" />
14211<Test name="highp_mat4x2_float_vertex" />
14212<Test name="highp_mat4x2_float_fragment" />
14213<Test name="lowp_mat4x3_float_vertex" />
14214<Test name="lowp_mat4x3_float_fragment" />
14215<Test name="mediump_mat4x3_float_vertex" />
14216<Test name="mediump_mat4x3_float_fragment" />
14217<Test name="highp_mat4x3_float_vertex" />
14218<Test name="highp_mat4x3_float_fragment" />
14219<Test name="lowp_mat4_float_vertex" />
14220<Test name="lowp_mat4_float_fragment" />
14221<Test name="mediump_mat4_float_vertex" />
14222<Test name="mediump_mat4_float_fragment" />
14223<Test name="highp_mat4_float_vertex" />
14224<Test name="highp_mat4_float_fragment" />
14225</TestCase>
14226</TestSuite>
14227<TestSuite name="transpose">
14228<TestCase name="dynamic">
14229<Test name="lowp_mat2_float_vertex" />
14230<Test name="lowp_mat2_float_fragment" />
14231<Test name="mediump_mat2_float_vertex" />
14232<Test name="mediump_mat2_float_fragment" />
14233<Test name="highp_mat2_float_vertex" />
14234<Test name="highp_mat2_float_fragment" />
14235<Test name="lowp_mat2x3_float_vertex" />
14236<Test name="lowp_mat2x3_float_fragment" />
14237<Test name="mediump_mat2x3_float_vertex" />
14238<Test name="mediump_mat2x3_float_fragment" />
14239<Test name="highp_mat2x3_float_vertex" />
14240<Test name="highp_mat2x3_float_fragment" />
14241<Test name="lowp_mat2x4_float_vertex" />
14242<Test name="lowp_mat2x4_float_fragment" />
14243<Test name="mediump_mat2x4_float_vertex" />
14244<Test name="mediump_mat2x4_float_fragment" />
14245<Test name="highp_mat2x4_float_vertex" />
14246<Test name="highp_mat2x4_float_fragment" />
14247<Test name="lowp_mat3x2_float_vertex" />
14248<Test name="lowp_mat3x2_float_fragment" />
14249<Test name="mediump_mat3x2_float_vertex" />
14250<Test name="mediump_mat3x2_float_fragment" />
14251<Test name="highp_mat3x2_float_vertex" />
14252<Test name="highp_mat3x2_float_fragment" />
14253<Test name="lowp_mat3_float_vertex" />
14254<Test name="lowp_mat3_float_fragment" />
14255<Test name="mediump_mat3_float_vertex" />
14256<Test name="mediump_mat3_float_fragment" />
14257<Test name="highp_mat3_float_vertex" />
14258<Test name="highp_mat3_float_fragment" />
14259<Test name="lowp_mat3x4_float_vertex" />
14260<Test name="lowp_mat3x4_float_fragment" />
14261<Test name="mediump_mat3x4_float_vertex" />
14262<Test name="mediump_mat3x4_float_fragment" />
14263<Test name="highp_mat3x4_float_vertex" />
14264<Test name="highp_mat3x4_float_fragment" />
14265<Test name="lowp_mat4x2_float_vertex" />
14266<Test name="lowp_mat4x2_float_fragment" />
14267<Test name="mediump_mat4x2_float_vertex" />
14268<Test name="mediump_mat4x2_float_fragment" />
14269<Test name="highp_mat4x2_float_vertex" />
14270<Test name="highp_mat4x2_float_fragment" />
14271<Test name="lowp_mat4x3_float_fragment" />
14272<Test name="mediump_mat4x3_float_fragment" />
14273<Test name="highp_mat4x3_float_fragment" />
14274<Test name="lowp_mat4_float_fragment" />
14275<Test name="mediump_mat4_float_fragment" />
14276<Test name="highp_mat4_float_fragment" />
14277</TestCase>
14278</TestSuite>
14279<TestSuite name="determinant">
14280<TestCase name="dynamic">
14281<Test name="lowp_mat2_float_vertex" />
14282<Test name="lowp_mat2_float_fragment" />
14283<Test name="mediump_mat2_float_vertex" />
14284<Test name="mediump_mat2_float_fragment" />
14285<Test name="highp_mat2_float_vertex" />
14286<Test name="highp_mat2_float_fragment" />
14287<Test name="lowp_mat3_float_vertex" />
14288<Test name="lowp_mat3_float_fragment" />
14289<Test name="mediump_mat3_float_vertex" />
14290<Test name="mediump_mat3_float_fragment" />
14291<Test name="highp_mat3_float_vertex" />
14292<Test name="highp_mat3_float_fragment" />
14293</TestCase>
14294</TestSuite>
14295<TestSuite name="inverse">
14296<TestCase name="dynamic">
14297<Test name="lowp_mat2_float_vertex" />
14298<Test name="lowp_mat2_float_fragment" />
14299<Test name="mediump_mat2_float_vertex" />
14300<Test name="mediump_mat2_float_fragment" />
14301<Test name="highp_mat2_float_vertex" />
14302<Test name="highp_mat2_float_fragment" />
14303</TestCase>
14304</TestSuite>
14305<TestCase name="unary_addition">
14306<Test name="lowp_mat2_float_vertex" />
14307<Test name="lowp_mat2_float_fragment" />
14308<Test name="mediump_mat2_float_vertex" />
14309<Test name="mediump_mat2_float_fragment" />
14310<Test name="highp_mat2_float_vertex" />
14311<Test name="highp_mat2_float_fragment" />
14312<Test name="lowp_mat2x3_float_vertex" />
14313<Test name="lowp_mat2x3_float_fragment" />
14314<Test name="mediump_mat2x3_float_vertex" />
14315<Test name="mediump_mat2x3_float_fragment" />
14316<Test name="highp_mat2x3_float_vertex" />
14317<Test name="highp_mat2x3_float_fragment" />
14318<Test name="lowp_mat2x4_float_vertex" />
14319<Test name="lowp_mat2x4_float_fragment" />
14320<Test name="mediump_mat2x4_float_vertex" />
14321<Test name="mediump_mat2x4_float_fragment" />
14322<Test name="highp_mat2x4_float_vertex" />
14323<Test name="highp_mat2x4_float_fragment" />
14324<Test name="lowp_mat3x2_float_vertex" />
14325<Test name="lowp_mat3x2_float_fragment" />
14326<Test name="mediump_mat3x2_float_vertex" />
14327<Test name="mediump_mat3x2_float_fragment" />
14328<Test name="highp_mat3x2_float_vertex" />
14329<Test name="highp_mat3x2_float_fragment" />
14330<Test name="lowp_mat3_float_vertex" />
14331<Test name="lowp_mat3_float_fragment" />
14332<Test name="mediump_mat3_float_vertex" />
14333<Test name="mediump_mat3_float_fragment" />
14334<Test name="highp_mat3_float_vertex" />
14335<Test name="highp_mat3_float_fragment" />
14336<Test name="lowp_mat3x4_float_vertex" />
14337<Test name="lowp_mat3x4_float_fragment" />
14338<Test name="mediump_mat3x4_float_vertex" />
14339<Test name="mediump_mat3x4_float_fragment" />
14340<Test name="highp_mat3x4_float_vertex" />
14341<Test name="highp_mat3x4_float_fragment" />
14342<Test name="lowp_mat4x2_float_vertex" />
14343<Test name="lowp_mat4x2_float_fragment" />
14344<Test name="mediump_mat4x2_float_vertex" />
14345<Test name="mediump_mat4x2_float_fragment" />
14346<Test name="highp_mat4x2_float_vertex" />
14347<Test name="highp_mat4x2_float_fragment" />
14348<Test name="lowp_mat4x3_float_vertex" />
14349<Test name="lowp_mat4x3_float_fragment" />
14350<Test name="mediump_mat4x3_float_vertex" />
14351<Test name="mediump_mat4x3_float_fragment" />
14352<Test name="highp_mat4x3_float_vertex" />
14353<Test name="highp_mat4x3_float_fragment" />
14354<Test name="lowp_mat4_float_vertex" />
14355<Test name="lowp_mat4_float_fragment" />
14356<Test name="mediump_mat4_float_vertex" />
14357<Test name="mediump_mat4_float_fragment" />
14358<Test name="highp_mat4_float_vertex" />
14359<Test name="highp_mat4_float_fragment" />
14360</TestCase>
14361<TestCase name="negation">
14362<Test name="lowp_mat2_float_vertex" />
14363<Test name="lowp_mat2_float_fragment" />
14364<Test name="mediump_mat2_float_vertex" />
14365<Test name="mediump_mat2_float_fragment" />
14366<Test name="highp_mat2_float_vertex" />
14367<Test name="highp_mat2_float_fragment" />
14368<Test name="lowp_mat2x3_float_vertex" />
14369<Test name="lowp_mat2x3_float_fragment" />
14370<Test name="mediump_mat2x3_float_vertex" />
14371<Test name="mediump_mat2x3_float_fragment" />
14372<Test name="highp_mat2x3_float_vertex" />
14373<Test name="highp_mat2x3_float_fragment" />
14374<Test name="lowp_mat2x4_float_vertex" />
14375<Test name="lowp_mat2x4_float_fragment" />
14376<Test name="mediump_mat2x4_float_vertex" />
14377<Test name="mediump_mat2x4_float_fragment" />
14378<Test name="highp_mat2x4_float_vertex" />
14379<Test name="highp_mat2x4_float_fragment" />
14380<Test name="lowp_mat3x2_float_vertex" />
14381<Test name="lowp_mat3x2_float_fragment" />
14382<Test name="mediump_mat3x2_float_vertex" />
14383<Test name="mediump_mat3x2_float_fragment" />
14384<Test name="highp_mat3x2_float_vertex" />
14385<Test name="highp_mat3x2_float_fragment" />
14386<Test name="lowp_mat3_float_vertex" />
14387<Test name="lowp_mat3_float_fragment" />
14388<Test name="mediump_mat3_float_vertex" />
14389<Test name="mediump_mat3_float_fragment" />
14390<Test name="highp_mat3_float_vertex" />
14391<Test name="highp_mat3_float_fragment" />
14392<Test name="lowp_mat3x4_float_vertex" />
14393<Test name="lowp_mat3x4_float_fragment" />
14394<Test name="mediump_mat3x4_float_vertex" />
14395<Test name="mediump_mat3x4_float_fragment" />
14396<Test name="highp_mat3x4_float_vertex" />
14397<Test name="highp_mat3x4_float_fragment" />
14398<Test name="lowp_mat4x2_float_vertex" />
14399<Test name="lowp_mat4x2_float_fragment" />
14400<Test name="mediump_mat4x2_float_vertex" />
14401<Test name="mediump_mat4x2_float_fragment" />
14402<Test name="highp_mat4x2_float_vertex" />
14403<Test name="highp_mat4x2_float_fragment" />
14404<Test name="lowp_mat4x3_float_vertex" />
14405<Test name="lowp_mat4x3_float_fragment" />
14406<Test name="mediump_mat4x3_float_vertex" />
14407<Test name="mediump_mat4x3_float_fragment" />
14408<Test name="highp_mat4x3_float_vertex" />
14409<Test name="highp_mat4x3_float_fragment" />
14410<Test name="lowp_mat4_float_vertex" />
14411<Test name="lowp_mat4_float_fragment" />
14412<Test name="mediump_mat4_float_vertex" />
14413<Test name="mediump_mat4_float_fragment" />
14414<Test name="highp_mat4_float_vertex" />
14415<Test name="highp_mat4_float_fragment" />
14416</TestCase>
14417<TestCase name="post_increment">
14418<Test name="lowp_mat3x2_float_vertex" />
14419<Test name="lowp_mat3x2_float_fragment" />
14420<Test name="mediump_mat3x2_float_vertex" />
14421<Test name="mediump_mat3x2_float_fragment" />
14422<Test name="highp_mat3x2_float_vertex" />
14423<Test name="highp_mat3x2_float_fragment" />
14424</TestCase>
14425<TestCase name="add_assign">
14426<Test name="lowp_mat2_float_vertex" />
14427<Test name="lowp_mat2_float_fragment" />
14428<Test name="mediump_mat2_float_vertex" />
14429<Test name="mediump_mat2_float_fragment" />
14430<Test name="highp_mat2_float_vertex" />
14431<Test name="highp_mat2_float_fragment" />
14432<Test name="lowp_mat2x3_float_vertex" />
14433<Test name="lowp_mat2x3_float_fragment" />
14434<Test name="mediump_mat2x3_float_vertex" />
14435<Test name="mediump_mat2x3_float_fragment" />
14436<Test name="highp_mat2x3_float_vertex" />
14437<Test name="highp_mat2x3_float_fragment" />
14438<Test name="lowp_mat2x4_float_vertex" />
14439<Test name="lowp_mat2x4_float_fragment" />
14440<Test name="mediump_mat2x4_float_vertex" />
14441<Test name="mediump_mat2x4_float_fragment" />
14442<Test name="highp_mat2x4_float_vertex" />
14443<Test name="highp_mat2x4_float_fragment" />
14444<Test name="lowp_mat3x2_float_vertex" />
14445<Test name="lowp_mat3x2_float_fragment" />
14446<Test name="mediump_mat3x2_float_vertex" />
14447<Test name="mediump_mat3x2_float_fragment" />
14448<Test name="highp_mat3x2_float_vertex" />
14449<Test name="highp_mat3x2_float_fragment" />
14450<Test name="lowp_mat3_float_vertex" />
14451<Test name="lowp_mat3_float_fragment" />
14452<Test name="mediump_mat3_float_vertex" />
14453<Test name="mediump_mat3_float_fragment" />
14454<Test name="highp_mat3_float_vertex" />
14455<Test name="highp_mat3_float_fragment" />
14456<Test name="lowp_mat3x4_float_vertex" />
14457<Test name="lowp_mat3x4_float_fragment" />
14458<Test name="mediump_mat3x4_float_vertex" />
14459<Test name="mediump_mat3x4_float_fragment" />
14460<Test name="highp_mat3x4_float_vertex" />
14461<Test name="highp_mat3x4_float_fragment" />
14462<Test name="lowp_mat4x2_float_vertex" />
14463<Test name="lowp_mat4x2_float_fragment" />
14464<Test name="mediump_mat4x2_float_vertex" />
14465<Test name="mediump_mat4x2_float_fragment" />
14466<Test name="highp_mat4x2_float_vertex" />
14467<Test name="highp_mat4x2_float_fragment" />
14468<Test name="lowp_mat4x3_float_vertex" />
14469<Test name="lowp_mat4x3_float_fragment" />
14470<Test name="mediump_mat4x3_float_vertex" />
14471<Test name="mediump_mat4x3_float_fragment" />
14472<Test name="highp_mat4x3_float_vertex" />
14473<Test name="highp_mat4x3_float_fragment" />
14474<Test name="lowp_mat4_float_vertex" />
14475<Test name="lowp_mat4_float_fragment" />
14476<Test name="mediump_mat4_float_vertex" />
14477<Test name="mediump_mat4_float_fragment" />
14478<Test name="highp_mat4_float_vertex" />
14479<Test name="highp_mat4_float_fragment" />
14480</TestCase>
14481<TestCase name="sub_assign">
14482<Test name="lowp_mat2_float_vertex" />
14483<Test name="lowp_mat2_float_fragment" />
14484<Test name="mediump_mat2_float_vertex" />
14485<Test name="mediump_mat2_float_fragment" />
14486<Test name="highp_mat2_float_vertex" />
14487<Test name="highp_mat2_float_fragment" />
14488<Test name="lowp_mat2x3_float_vertex" />
14489<Test name="lowp_mat2x3_float_fragment" />
14490<Test name="mediump_mat2x3_float_vertex" />
14491<Test name="mediump_mat2x3_float_fragment" />
14492<Test name="highp_mat2x3_float_vertex" />
14493<Test name="highp_mat2x3_float_fragment" />
14494<Test name="lowp_mat2x4_float_vertex" />
14495<Test name="lowp_mat2x4_float_fragment" />
14496<Test name="mediump_mat2x4_float_vertex" />
14497<Test name="mediump_mat2x4_float_fragment" />
14498<Test name="highp_mat2x4_float_vertex" />
14499<Test name="highp_mat2x4_float_fragment" />
14500<Test name="lowp_mat3x2_float_vertex" />
14501<Test name="lowp_mat3x2_float_fragment" />
14502<Test name="mediump_mat3x2_float_vertex" />
14503<Test name="mediump_mat3x2_float_fragment" />
14504<Test name="highp_mat3x2_float_vertex" />
14505<Test name="highp_mat3x2_float_fragment" />
14506<Test name="lowp_mat3_float_vertex" />
14507<Test name="lowp_mat3_float_fragment" />
14508<Test name="mediump_mat3_float_vertex" />
14509<Test name="mediump_mat3_float_fragment" />
14510<Test name="highp_mat3_float_vertex" />
14511<Test name="highp_mat3_float_fragment" />
14512<Test name="lowp_mat3x4_float_vertex" />
14513<Test name="lowp_mat3x4_float_fragment" />
14514<Test name="mediump_mat3x4_float_vertex" />
14515<Test name="mediump_mat3x4_float_fragment" />
14516<Test name="highp_mat3x4_float_vertex" />
14517<Test name="highp_mat3x4_float_fragment" />
14518<Test name="lowp_mat4x2_float_vertex" />
14519<Test name="lowp_mat4x2_float_fragment" />
14520<Test name="mediump_mat4x2_float_vertex" />
14521<Test name="mediump_mat4x2_float_fragment" />
14522<Test name="highp_mat4x2_float_vertex" />
14523<Test name="highp_mat4x2_float_fragment" />
14524<Test name="lowp_mat4x3_float_vertex" />
14525<Test name="lowp_mat4x3_float_fragment" />
14526<Test name="mediump_mat4x3_float_vertex" />
14527<Test name="mediump_mat4x3_float_fragment" />
14528<Test name="highp_mat4x3_float_vertex" />
14529<Test name="highp_mat4x3_float_fragment" />
14530<Test name="lowp_mat4_float_vertex" />
14531<Test name="lowp_mat4_float_fragment" />
14532<Test name="mediump_mat4_float_vertex" />
14533<Test name="mediump_mat4_float_fragment" />
14534<Test name="highp_mat4_float_vertex" />
14535<Test name="highp_mat4_float_fragment" />
14536</TestCase>
14537<TestCase name="mul_assign">
14538<Test name="lowp_mat2_float_vertex" />
14539<Test name="lowp_mat2_float_fragment" />
14540<Test name="mediump_mat2_float_vertex" />
14541<Test name="mediump_mat2_float_fragment" />
14542<Test name="highp_mat2_float_vertex" />
14543<Test name="highp_mat2_float_fragment" />
14544<Test name="lowp_mat3_float_vertex" />
14545<Test name="lowp_mat3_float_fragment" />
14546<Test name="mediump_mat3_float_vertex" />
14547<Test name="mediump_mat3_float_fragment" />
14548<Test name="highp_mat3_float_vertex" />
14549<Test name="highp_mat3_float_fragment" />
14550<Test name="lowp_mat4_float_vertex" />
14551<Test name="lowp_mat4_float_fragment" />
14552<Test name="mediump_mat4_float_vertex" />
14553<Test name="mediump_mat4_float_fragment" />
14554<Test name="highp_mat4_float_vertex" />
14555<Test name="highp_mat4_float_fragment" />
14556</TestCase>
14557<TestCase name="div_assign">
14558<Test name="lowp_mat2_float_vertex" />
14559<Test name="lowp_mat2_float_fragment" />
14560<Test name="mediump_mat2_float_vertex" />
14561<Test name="mediump_mat2_float_fragment" />
14562<Test name="highp_mat2_float_vertex" />
14563<Test name="highp_mat2_float_fragment" />
14564<Test name="lowp_mat2x3_float_vertex" />
14565<Test name="lowp_mat2x3_float_fragment" />
14566<Test name="mediump_mat2x3_float_vertex" />
14567<Test name="mediump_mat2x3_float_fragment" />
14568<Test name="highp_mat2x3_float_vertex" />
14569<Test name="highp_mat2x3_float_fragment" />
14570<Test name="lowp_mat2x4_float_vertex" />
14571<Test name="lowp_mat2x4_float_fragment" />
14572<Test name="mediump_mat2x4_float_vertex" />
14573<Test name="mediump_mat2x4_float_fragment" />
14574<Test name="highp_mat2x4_float_vertex" />
14575<Test name="highp_mat2x4_float_fragment" />
14576<Test name="lowp_mat3x2_float_vertex" />
14577<Test name="lowp_mat3x2_float_fragment" />
14578<Test name="mediump_mat3x2_float_vertex" />
14579<Test name="mediump_mat3x2_float_fragment" />
14580<Test name="highp_mat3x2_float_vertex" />
14581<Test name="highp_mat3x2_float_fragment" />
14582<Test name="lowp_mat3_float_vertex" />
14583<Test name="lowp_mat3_float_fragment" />
14584<Test name="mediump_mat3_float_vertex" />
14585<Test name="mediump_mat3_float_fragment" />
14586<Test name="highp_mat3_float_vertex" />
14587<Test name="highp_mat3_float_fragment" />
14588<Test name="lowp_mat3x4_float_vertex" />
14589<Test name="lowp_mat3x4_float_fragment" />
14590<Test name="mediump_mat3x4_float_vertex" />
14591<Test name="mediump_mat3x4_float_fragment" />
14592<Test name="highp_mat3x4_float_vertex" />
14593<Test name="highp_mat3x4_float_fragment" />
14594<Test name="lowp_mat4x2_float_vertex" />
14595<Test name="lowp_mat4x2_float_fragment" />
14596<Test name="mediump_mat4x2_float_vertex" />
14597<Test name="mediump_mat4x2_float_fragment" />
14598<Test name="highp_mat4x2_float_vertex" />
14599<Test name="highp_mat4x2_float_fragment" />
14600<Test name="lowp_mat4x3_float_vertex" />
14601<Test name="lowp_mat4x3_float_fragment" />
14602<Test name="mediump_mat4x3_float_vertex" />
14603<Test name="mediump_mat4x3_float_fragment" />
14604<Test name="highp_mat4x3_float_vertex" />
14605<Test name="highp_mat4x3_float_fragment" />
14606<Test name="lowp_mat4_float_vertex" />
14607<Test name="lowp_mat4_float_fragment" />
14608<Test name="mediump_mat4_float_vertex" />
14609<Test name="mediump_mat4_float_fragment" />
14610<Test name="highp_mat4_float_vertex" />
14611<Test name="highp_mat4_float_fragment" />
14612</TestCase>
14613</TestSuite>
14614<TestCase name="return">
14615<Test name="single_return_vertex" />
14616<Test name="single_return_fragment" />
14617<Test name="conditional_return_never_vertex" />
14618<Test name="conditional_return_never_fragment" />
14619<Test name="conditional_return_dynamic_vertex" />
14620<Test name="conditional_return_dynamic_fragment" />
14621<Test name="double_return_vertex" />
14622<Test name="double_return_fragment" />
14623<Test name="last_statement_in_main_vertex" />
14624<Test name="last_statement_in_main_fragment" />
14625<Test name="output_write_always_vertex" />
14626<Test name="output_write_always_fragment" />
14627<Test name="output_write_never_vertex" />
14628<Test name="output_write_never_fragment" />
14629<Test name="output_write_dynamic_vertex" />
14630<Test name="output_write_dynamic_fragment" />
14631<Test name="output_write_in_func_never_vertex" />
14632<Test name="output_write_in_func_never_fragment" />
14633<Test name="output_write_in_func_dynamic_vertex" />
14634<Test name="output_write_in_func_dynamic_fragment" />
14635<Test name="return_in_static_loop_always_vertex" />
14636<Test name="return_in_static_loop_always_fragment" />
14637<Test name="return_in_static_loop_never_vertex" />
14638<Test name="return_in_static_loop_never_fragment" />
14639<Test name="return_in_static_loop_dynamic_vertex" />
14640<Test name="return_in_static_loop_dynamic_fragment" />
14641<Test name="return_in_dynamic_loop_always_vertex" />
14642<Test name="return_in_dynamic_loop_always_fragment" />
14643<Test name="return_in_dynamic_loop_never_vertex" />
14644<Test name="return_in_dynamic_loop_never_fragment" />
14645<Test name="return_in_dynamic_loop_dynamic_vertex" />
14646<Test name="return_in_dynamic_loop_dynamic_fragment" />
14647<Test name="return_in_infinite_loop_vertex" />
14648<Test name="return_in_infinite_loop_fragment" />
14649</TestCase>
14650<TestSuite name="struct">
14651<TestCase name="local">
14652<Test name="basic_vertex" />
14653<Test name="basic_fragment" />
14654<Test name="nested_vertex" />
14655<Test name="nested_fragment" />
14656<Test name="array_member_vertex" />
14657<Test name="array_member_fragment" />
14658<Test name="parameter_vertex" />
14659<Test name="parameter_fragment" />
14660<Test name="parameter_nested_vertex" />
14661<Test name="parameter_nested_fragment" />
14662<Test name="return_vertex" />
14663<Test name="return_fragment" />
14664<Test name="return_nested_vertex" />
14665<Test name="return_nested_fragment" />
14666<Test name="conditional_assignment_vertex" />
14667<Test name="conditional_assignment_fragment" />
14668<Test name="loop_assignment_vertex" />
14669<Test name="loop_assignment_fragment" />
14670<Test name="dynamic_loop_assignment_vertex" />
14671<Test name="dynamic_loop_assignment_fragment" />
14672<Test name="nested_conditional_assignment_vertex" />
14673<Test name="nested_conditional_assignment_fragment" />
14674<Test name="nested_loop_assignment_vertex" />
14675<Test name="nested_loop_assignment_fragment" />
14676<Test name="nested_dynamic_loop_assignment_vertex" />
14677<Test name="nested_dynamic_loop_assignment_fragment" />
14678</TestCase>
14679<TestCase name="uniform">
14680<Test name="basic_vertex" />
14681<Test name="basic_fragment" />
14682<Test name="nested_vertex" />
14683<Test name="nested_fragment" />
14684<Test name="array_member_vertex" />
14685<Test name="array_member_fragment" />
14686<Test name="array_member_dynamic_index_vertex" />
14687<Test name="struct_array_vertex" />
14688<Test name="struct_array_fragment" />
14689<Test name="sampler_vertex" />
14690<Test name="sampler_fragment" />
14691<Test name="equal_fragment" />
14692<Test name="not_equal_fragment" />
14693</TestCase>
14694</TestSuite>
14695<TestCase name="switch">
14696<Test name="basic_static_vertex" />
14697<Test name="basic_static_fragment" />
14698<Test name="basic_uniform_vertex" />
14699<Test name="basic_uniform_fragment" />
14700<Test name="basic_dynamic_vertex" />
14701<Test name="basic_dynamic_fragment" />
14702<Test name="const_expr_in_label_static_vertex" />
14703<Test name="const_expr_in_label_static_fragment" />
14704<Test name="const_expr_in_label_uniform_vertex" />
14705<Test name="const_expr_in_label_uniform_fragment" />
14706<Test name="const_expr_in_label_dynamic_vertex" />
14707<Test name="const_expr_in_label_dynamic_fragment" />
14708<Test name="default_label_static_vertex" />
14709<Test name="default_label_static_fragment" />
14710<Test name="default_label_uniform_vertex" />
14711<Test name="default_label_uniform_fragment" />
14712<Test name="default_label_dynamic_vertex" />
14713<Test name="default_label_dynamic_fragment" />
14714<Test name="default_not_last_static_vertex" />
14715<Test name="default_not_last_static_fragment" />
14716<Test name="default_not_last_uniform_vertex" />
14717<Test name="default_not_last_uniform_fragment" />
14718<Test name="default_not_last_dynamic_vertex" />
14719<Test name="default_not_last_dynamic_fragment" />
14720<Test name="no_default_label_static_vertex" />
14721<Test name="no_default_label_static_fragment" />
14722<Test name="no_default_label_uniform_vertex" />
14723<Test name="no_default_label_uniform_fragment" />
14724<Test name="no_default_label_dynamic_vertex" />
14725<Test name="no_default_label_dynamic_fragment" />
14726<Test name="fall_through_static_vertex" />
14727<Test name="fall_through_static_fragment" />
14728<Test name="fall_through_uniform_vertex" />
14729<Test name="fall_through_uniform_fragment" />
14730<Test name="fall_through_dynamic_vertex" />
14731<Test name="fall_through_dynamic_fragment" />
14732<Test name="fall_through_default_static_vertex" />
14733<Test name="fall_through_default_static_fragment" />
14734<Test name="fall_through_default_uniform_vertex" />
14735<Test name="fall_through_default_uniform_fragment" />
14736<Test name="fall_through_default_dynamic_vertex" />
14737<Test name="fall_through_default_dynamic_fragment" />
14738<Test name="conditional_fall_through_static_vertex" />
14739<Test name="conditional_fall_through_static_fragment" />
14740<Test name="conditional_fall_through_uniform_vertex" />
14741<Test name="conditional_fall_through_uniform_fragment" />
14742<Test name="conditional_fall_through_dynamic_vertex" />
14743<Test name="conditional_fall_through_dynamic_fragment" />
14744<Test name="conditional_fall_through_2_static_vertex" />
14745<Test name="conditional_fall_through_2_static_fragment" />
14746<Test name="conditional_fall_through_2_uniform_fragment" />
14747<Test name="conditional_fall_through_2_dynamic_vertex" />
14748<Test name="conditional_fall_through_2_dynamic_fragment" />
14749<Test name="scope_static_vertex" />
14750<Test name="scope_static_fragment" />
14751<Test name="scope_uniform_vertex" />
14752<Test name="scope_uniform_fragment" />
14753<Test name="scope_dynamic_vertex" />
14754<Test name="scope_dynamic_fragment" />
14755<Test name="switch_in_if_static_vertex" />
14756<Test name="switch_in_if_static_fragment" />
14757<Test name="switch_in_if_uniform_vertex" />
14758<Test name="switch_in_if_uniform_fragment" />
14759<Test name="switch_in_if_dynamic_vertex" />
14760<Test name="switch_in_if_dynamic_fragment" />
14761<Test name="switch_in_for_loop_static_vertex" />
14762<Test name="switch_in_for_loop_static_fragment" />
14763<Test name="switch_in_for_loop_uniform_vertex" />
14764<Test name="switch_in_for_loop_uniform_fragment" />
14765<Test name="switch_in_for_loop_dynamic_vertex" />
14766<Test name="switch_in_for_loop_dynamic_fragment" />
14767<Test name="switch_in_while_loop_static_vertex" />
14768<Test name="switch_in_while_loop_static_fragment" />
14769<Test name="switch_in_while_loop_uniform_vertex" />
14770<Test name="switch_in_while_loop_uniform_fragment" />
14771<Test name="switch_in_while_loop_dynamic_vertex" />
14772<Test name="switch_in_while_loop_dynamic_fragment" />
14773<Test name="switch_in_do_while_loop_static_vertex" />
14774<Test name="switch_in_do_while_loop_static_fragment" />
14775<Test name="switch_in_do_while_loop_uniform_vertex" />
14776<Test name="switch_in_do_while_loop_uniform_fragment" />
14777<Test name="switch_in_do_while_loop_dynamic_vertex" />
14778<Test name="switch_in_do_while_loop_dynamic_fragment" />
14779<Test name="if_in_switch_static_vertex" />
14780<Test name="if_in_switch_static_fragment" />
14781<Test name="if_in_switch_uniform_vertex" />
14782<Test name="if_in_switch_uniform_fragment" />
14783<Test name="if_in_switch_dynamic_vertex" />
14784<Test name="if_in_switch_dynamic_fragment" />
14785<Test name="for_loop_in_switch_static_vertex" />
14786<Test name="for_loop_in_switch_static_fragment" />
14787<Test name="for_loop_in_switch_uniform_vertex" />
14788<Test name="for_loop_in_switch_uniform_fragment" />
14789<Test name="for_loop_in_switch_dynamic_vertex" />
14790<Test name="for_loop_in_switch_dynamic_fragment" />
14791<Test name="while_loop_in_switch_static_vertex" />
14792<Test name="while_loop_in_switch_static_fragment" />
14793<Test name="while_loop_in_switch_uniform_vertex" />
14794<Test name="while_loop_in_switch_uniform_fragment" />
14795<Test name="while_loop_in_switch_dynamic_vertex" />
14796<Test name="while_loop_in_switch_dynamic_fragment" />
14797<Test name="do_while_loop_in_switch_static_vertex" />
14798<Test name="do_while_loop_in_switch_static_fragment" />
14799<Test name="do_while_loop_in_switch_uniform_vertex" />
14800<Test name="do_while_loop_in_switch_dynamic_vertex" />
14801<Test name="do_while_loop_in_switch_dynamic_fragment" />
14802<Test name="switch_in_switch_static_vertex" />
14803<Test name="switch_in_switch_static_fragment" />
14804<Test name="switch_in_switch_dynamic_vertex" />
14805<Test name="switch_in_switch_dynamic_fragment" />
14806<Test name="empty_condition_vertex" />
14807<Test name="empty_condition_fragment" />
14808<Test name="condition_float_vertex" />
14809<Test name="condition_float_fragment" />
14810<Test name="condition_bool_vertex" />
14811<Test name="condition_bool_fragment" />
14812<Test name="condition_ivec2_vertex" />
14813<Test name="condition_ivec2_fragment" />
14814<Test name="condition_struct_vertex" />
14815<Test name="condition_struct_fragment" />
14816<Test name="duplicate_label_vertex" />
14817<Test name="duplicate_label_fragment" />
14818<Test name="float_label_vertex" />
14819<Test name="float_label_fragment" />
14820<Test name="non_const_int_label_vertex" />
14821<Test name="non_const_int_label_fragment" />
14822<Test name="statement_before_label_vertex" />
14823<Test name="statement_before_label_fragment" />
14824<Test name="statement_before_default_label_vertex" />
14825<Test name="statement_before_default_label_fragment" />
14826<Test name="no_statement_after_label_vertex" />
14827<Test name="no_statement_after_label_fragment" />
14828<Test name="no_statement_after_default_label_vertex" />
14829<Test name="no_statement_after_default_label_fragment" />
14830<Test name="case_in_if_vertex" />
14831<Test name="case_in_if_fragment" />
14832<Test name="default_in_if_vertex" />
14833<Test name="default_in_if_fragment" />
14834<Test name="case_in_for_loop_vertex" />
14835<Test name="case_in_for_loop_fragment" />
14836<Test name="default_in_for_loop_vertex" />
14837<Test name="default_in_for_loop_fragment" />
14838<Test name="case_in_while_loop_vertex" />
14839<Test name="case_in_while_loop_fragment" />
14840<Test name="default_in_while_loop_vertex" />
14841<Test name="default_in_while_loop_fragment" />
14842<Test name="case_in_do_while_loop_vertex" />
14843<Test name="case_in_do_while_loop_fragment" />
14844<Test name="default_in_do_while_loop_vertex" />
14845<Test name="default_in_do_while_loop_fragment" />
14846<Test name="missing_colon_vertex" />
14847<Test name="missing_colon_fragment" />
14848<Test name="missing_opening_brace_vertex" />
14849<Test name="missing_opening_brace_fragment" />
14850<Test name="missing_closing_brace_vertex" />
14851<Test name="missing_closing_brace_fragment" />
14852<Test name="double_case_vertex" />
14853<Test name="double_case_fragment" />
14854<Test name="double_default_1_vertex" />
14855<Test name="double_default_1_fragment" />
14856<Test name="double_default_2_vertex" />
14857<Test name="double_default_2_fragment" />
14858</TestCase>
14859<TestSuite name="fragdepth">
14860<TestCase name="write">
14861<Test name="no_write" />
14862</TestCase>
14863<TestCase name="compare">
14864<Test name="no_write" />
14865<Test name="const" />
14866<Test name="uniform" />
14867<Test name="dynamic" />
14868<Test name="fragcoord_z" />
14869<Test name="uniform_conditional_write" />
14870<Test name="dynamic_conditional_write" />
14871<Test name="uniform_loop_write" />
14872<Test name="write_in_function" />
14873</TestCase>
14874</TestSuite>
14875<TestSuite name="precision">
14876<TestCase name="float">
14877<Test name="highp_add_vertex" />
14878<Test name="highp_add_fragment" />
14879<Test name="highp_sub_vertex" />
14880<Test name="highp_sub_fragment" />
14881<Test name="highp_mul_vertex" />
14882<Test name="highp_mul_fragment" />
14883<Test name="highp_div_vertex" />
14884<Test name="highp_div_fragment" />
14885<Test name="mediump_add_vertex" />
14886<Test name="mediump_add_fragment" />
14887<Test name="mediump_sub_vertex" />
14888<Test name="mediump_sub_fragment" />
14889<Test name="mediump_mul_vertex" />
14890<Test name="mediump_mul_fragment" />
14891<Test name="mediump_div_vertex" />
14892<Test name="mediump_div_fragment" />
14893</TestCase>
14894<TestCase name="int">
14895<Test name="highp_add_fragment" />
14896<Test name="highp_sub_fragment" />
14897<Test name="highp_mul_fragment" />
14898<Test name="highp_div_fragment" />
14899<Test name="mediump_add_vertex" />
14900<Test name="mediump_add_fragment" />
14901<Test name="mediump_sub_vertex" />
14902<Test name="mediump_sub_fragment" />
14903<Test name="mediump_mul_vertex" />
14904<Test name="mediump_mul_fragment" />
14905<Test name="mediump_div_vertex" />
14906<Test name="mediump_div_fragment" />
14907<Test name="lowp_add_vertex" />
14908<Test name="lowp_add_fragment" />
14909<Test name="lowp_sub_vertex" />
14910<Test name="lowp_sub_fragment" />
14911<Test name="lowp_mul_vertex" />
14912<Test name="lowp_mul_fragment" />
14913<Test name="lowp_div_vertex" />
14914<Test name="lowp_div_fragment" />
14915</TestCase>
14916<TestCase name="uint">
14917<Test name="highp_add_fragment" />
14918<Test name="highp_sub_fragment" />
14919<Test name="highp_mul_fragment" />
14920<Test name="highp_div_fragment" />
14921<Test name="mediump_add_vertex" />
14922<Test name="mediump_add_fragment" />
14923<Test name="mediump_sub_vertex" />
14924<Test name="mediump_sub_fragment" />
14925<Test name="mediump_mul_vertex" />
14926<Test name="mediump_mul_fragment" />
14927<Test name="mediump_div_vertex" />
14928<Test name="mediump_div_fragment" />
14929<Test name="lowp_add_vertex" />
14930<Test name="lowp_add_fragment" />
14931<Test name="lowp_sub_vertex" />
14932<Test name="lowp_sub_fragment" />
14933<Test name="lowp_mul_vertex" />
14934<Test name="lowp_mul_fragment" />
14935<Test name="lowp_div_vertex" />
14936<Test name="lowp_div_fragment" />
14937</TestCase>
14938</TestSuite>
14939<TestCase name="builtin_variable">
14940<Test name="max_vertex_attribs_vertex" />
14941<Test name="max_vertex_attribs_fragment" />
14942<Test name="max_vertex_uniform_vectors_vertex" />
14943<Test name="max_vertex_uniform_vectors_fragment" />
14944<Test name="max_fragment_uniform_vectors_vertex" />
14945<Test name="max_fragment_uniform_vectors_fragment" />
14946<Test name="max_texture_image_units_vertex" />
14947<Test name="max_texture_image_units_fragment" />
14948<Test name="max_draw_buffers_vertex" />
14949<Test name="max_draw_buffers_fragment" />
14950<Test name="depth_range_vertex" />
14951<Test name="depth_range_fragment" />
14952<Test name="vertex_id" />
14953<Test name="fragcoord_xyz" />
14954<Test name="pointcoord" />
14955<Test name="frontfacing" />
14956</TestCase>
14957<TestSuite name="texture_functions">
14958<TestCase name="texture">
14959<Test name="sampler2d_fixed_vertex" />
14960<Test name="sampler2d_fixed_fragment" />
14961<Test name="sampler2d_float_vertex" />
14962<Test name="sampler2d_float_fragment" />
14963<Test name="isampler2d_vertex" />
14964<Test name="isampler2d_fragment" />
14965<Test name="usampler2d_vertex" />
14966<Test name="usampler2d_fragment" />
14967<Test name="sampler2d_bias_fixed_fragment" />
14968<Test name="sampler2d_bias_float_fragment" />
14969<Test name="isampler2d_bias_fragment" />
14970<Test name="usampler2d_bias_fragment" />
14971<Test name="samplercube_fixed_vertex" />
14972<Test name="samplercube_fixed_fragment" />
14973<Test name="samplercube_float_vertex" />
14974<Test name="samplercube_float_fragment" />
14975<Test name="isamplercube_vertex" />
14976<Test name="isamplercube_fragment" />
14977<Test name="usamplercube_vertex" />
14978<Test name="usamplercube_fragment" />
14979<Test name="samplercube_bias_fixed_fragment" />
14980<Test name="samplercube_bias_float_fragment" />
14981<Test name="isamplercube_bias_fragment" />
14982<Test name="usamplercube_bias_fragment" />
14983<Test name="sampler2darray_fixed_vertex" />
14984<Test name="sampler2darray_fixed_fragment" />
14985<Test name="sampler2darray_float_vertex" />
14986<Test name="sampler2darray_float_fragment" />
14987<Test name="isampler2darray_vertex" />
14988<Test name="isampler2darray_fragment" />
14989<Test name="usampler2darray_vertex" />
14990<Test name="usampler2darray_fragment" />
14991<Test name="sampler2darray_bias_fixed_fragment" />
14992<Test name="sampler2darray_bias_float_fragment" />
14993<Test name="isampler2darray_bias_fragment" />
14994<Test name="usampler2darray_bias_fragment" />
14995<Test name="sampler3d_fixed_vertex" />
14996<Test name="sampler3d_fixed_fragment" />
14997<Test name="sampler3d_float_vertex" />
14998<Test name="sampler3d_float_fragment" />
14999<Test name="isampler3d_vertex" />
15000<Test name="isampler3d_fragment" />
15001<Test name="usampler3d_vertex" />
15002<Test name="usampler3d_fragment" />
15003<Test name="sampler3d_bias_fixed_fragment" />
15004<Test name="sampler3d_bias_float_fragment" />
15005<Test name="isampler3d_bias_fragment" />
15006<Test name="usampler3d_bias_fragment" />
15007<Test name="sampler2dshadow_vertex" />
15008<Test name="sampler2dshadow_fragment" />
15009<Test name="sampler2dshadow_bias_fragment" />
15010<Test name="samplercubeshadow_vertex" />
15011<Test name="samplercubeshadow_fragment" />
15012<Test name="samplercubeshadow_bias_fragment" />
15013<Test name="sampler2darrayshadow_fragment" />
15014</TestCase>
15015<TestCase name="textureproj">
15016<Test name="sampler2d_vec3_fixed_vertex" />
15017<Test name="sampler2d_vec3_fixed_fragment" />
15018<Test name="sampler2d_vec3_float_vertex" />
15019<Test name="sampler2d_vec3_float_fragment" />
15020<Test name="isampler2d_vec3_vertex" />
15021<Test name="isampler2d_vec3_fragment" />
15022<Test name="usampler2d_vec3_vertex" />
15023<Test name="usampler2d_vec3_fragment" />
15024<Test name="sampler2d_vec3_bias_fixed_fragment" />
15025<Test name="sampler2d_vec3_bias_float_fragment" />
15026<Test name="isampler2d_vec3_bias_fragment" />
15027<Test name="usampler2d_vec3_bias_fragment" />
15028<Test name="sampler2d_vec4_fixed_vertex" />
15029<Test name="sampler2d_vec4_fixed_fragment" />
15030<Test name="sampler2d_vec4_float_vertex" />
15031<Test name="sampler2d_vec4_float_fragment" />
15032<Test name="isampler2d_vec4_vertex" />
15033<Test name="isampler2d_vec4_fragment" />
15034<Test name="usampler2d_vec4_vertex" />
15035<Test name="usampler2d_vec4_fragment" />
15036<Test name="sampler2d_vec4_bias_fixed_fragment" />
15037<Test name="sampler2d_vec4_bias_float_fragment" />
15038<Test name="isampler2d_vec4_bias_fragment" />
15039<Test name="usampler2d_vec4_bias_fragment" />
15040<Test name="sampler3d_fixed_vertex" />
15041<Test name="sampler3d_fixed_fragment" />
15042<Test name="sampler3d_float_vertex" />
15043<Test name="sampler3d_float_fragment" />
15044<Test name="isampler3d_vertex" />
15045<Test name="isampler3d_fragment" />
15046<Test name="usampler3d_vertex" />
15047<Test name="usampler3d_fragment" />
15048<Test name="sampler3d_bias_fixed_fragment" />
15049<Test name="sampler3d_bias_float_fragment" />
15050<Test name="isampler3d_bias_fragment" />
15051<Test name="usampler3d_bias_fragment" />
15052<Test name="sampler2dshadow_vertex" />
15053<Test name="sampler2dshadow_fragment" />
15054<Test name="sampler2dshadow_bias_fragment" />
15055</TestCase>
15056<TestCase name="texturelod">
15057<Test name="sampler2d_fixed_vertex" />
15058<Test name="sampler2d_fixed_fragment" />
15059<Test name="sampler2d_float_vertex" />
15060<Test name="sampler2d_float_fragment" />
15061<Test name="isampler2d_vertex" />
15062<Test name="isampler2d_fragment" />
15063<Test name="usampler2d_vertex" />
15064<Test name="usampler2d_fragment" />
15065<Test name="isamplercube_vertex" />
15066<Test name="isamplercube_fragment" />
15067<Test name="usamplercube_vertex" />
15068<Test name="usamplercube_fragment" />
15069<Test name="sampler2darray_fixed_vertex" />
15070<Test name="sampler2darray_fixed_fragment" />
15071<Test name="sampler2darray_float_vertex" />
15072<Test name="sampler2darray_float_fragment" />
15073<Test name="isampler2darray_vertex" />
15074<Test name="isampler2darray_fragment" />
15075<Test name="usampler2darray_vertex" />
15076<Test name="usampler2darray_fragment" />
15077<Test name="sampler3d_fixed_vertex" />
15078<Test name="sampler3d_fixed_fragment" />
15079<Test name="sampler3d_float_vertex" />
15080<Test name="sampler3d_float_fragment" />
15081<Test name="isampler3d_vertex" />
15082<Test name="isampler3d_fragment" />
15083<Test name="usampler3d_vertex" />
15084<Test name="usampler3d_fragment" />
15085<Test name="sampler2dshadow_vertex" />
15086<Test name="sampler2dshadow_fragment" />
15087</TestCase>
15088<TestCase name="textureprojlod">
15089<Test name="sampler2d_vec3_fixed_vertex" />
15090<Test name="sampler2d_vec3_fixed_fragment" />
15091<Test name="sampler2d_vec3_float_vertex" />
15092<Test name="sampler2d_vec3_float_fragment" />
15093<Test name="isampler2d_vec3_vertex" />
15094<Test name="isampler2d_vec3_fragment" />
15095<Test name="usampler2d_vec3_vertex" />
15096<Test name="usampler2d_vec3_fragment" />
15097<Test name="sampler2d_vec4_fixed_vertex" />
15098<Test name="sampler2d_vec4_fixed_fragment" />
15099<Test name="sampler2d_vec4_float_vertex" />
15100<Test name="sampler2d_vec4_float_fragment" />
15101<Test name="isampler2d_vec4_vertex" />
15102<Test name="isampler2d_vec4_fragment" />
15103<Test name="usampler2d_vec4_vertex" />
15104<Test name="usampler2d_vec4_fragment" />
15105<Test name="sampler3d_fixed_vertex" />
15106<Test name="sampler3d_fixed_fragment" />
15107<Test name="sampler3d_float_vertex" />
15108<Test name="sampler3d_float_fragment" />
15109<Test name="isampler3d_vertex" />
15110<Test name="isampler3d_fragment" />
15111<Test name="usampler3d_vertex" />
15112<Test name="usampler3d_fragment" />
15113<Test name="sampler2dshadow_vertex" />
15114<Test name="sampler2dshadow_fragment" />
15115</TestCase>
15116<TestCase name="texturegrad">
15117<Test name="sampler2d_fixed_vertex" />
15118<Test name="sampler2d_fixed_fragment" />
15119<Test name="sampler2d_float_vertex" />
15120<Test name="sampler2d_float_fragment" />
15121<Test name="samplercube_fixed_vertex" />
15122<Test name="samplercube_fixed_fragment" />
15123<Test name="samplercube_float_vertex" />
15124<Test name="samplercube_float_fragment" />
15125<Test name="sampler2darray_fixed_vertex" />
15126<Test name="sampler2darray_fixed_fragment" />
15127<Test name="sampler2darray_float_vertex" />
15128<Test name="sampler2darray_float_fragment" />
15129<Test name="sampler3d_fixed_vertex" />
15130<Test name="sampler3d_fixed_fragment" />
15131<Test name="sampler3d_float_vertex" />
15132<Test name="sampler3d_float_fragment" />
15133<Test name="sampler2dshadow_vertex" />
15134<Test name="sampler2dshadow_fragment" />
15135<Test name="sampler2darrayshadow_vertex" />
15136<Test name="sampler2darrayshadow_fragment" />
15137</TestCase>
15138<TestCase name="textureprojgrad">
15139<Test name="sampler2d_vec3_fixed_vertex" />
15140<Test name="sampler2d_vec3_fixed_fragment" />
15141<Test name="sampler2d_vec3_float_vertex" />
15142<Test name="sampler2d_vec3_float_fragment" />
15143<Test name="sampler2d_vec4_fixed_vertex" />
15144<Test name="sampler2d_vec4_fixed_fragment" />
15145<Test name="sampler2d_vec4_float_vertex" />
15146<Test name="sampler2d_vec4_float_fragment" />
15147<Test name="sampler3d_fixed_vertex" />
15148<Test name="sampler3d_fixed_fragment" />
15149<Test name="sampler3d_float_vertex" />
15150<Test name="sampler3d_float_fragment" />
15151<Test name="sampler2dshadow_vertex" />
15152<Test name="sampler2dshadow_fragment" />
15153</TestCase>
15154<TestCase name="texelfetch">
15155<Test name="sampler2d_fixed_vertex" />
15156<Test name="sampler2d_fixed_fragment" />
15157<Test name="sampler2d_float_vertex" />
15158<Test name="sampler2d_float_fragment" />
15159<Test name="isampler2d_vertex" />
15160<Test name="isampler2d_fragment" />
15161<Test name="usampler2d_vertex" />
15162<Test name="usampler2d_fragment" />
15163</TestCase>
15164<TestCase name="texelfetchoffset">
15165<Test name="usampler2d_vertex" />
15166<Test name="usampler2d_fragment" />
15167</TestCase>
15168<TestCase name="invalid">
15169<Test name="texture_sampler3dshadow_vec4_vertex" />
15170<Test name="texture_sampler3dshadow_vec4_fragment" />
15171<Test name="textureproj_samplercube_vec4_vertex" />
15172<Test name="textureproj_samplercube_vec4_fragment" />
15173<Test name="textureproj_isamplercube_vec4_vertex" />
15174<Test name="textureproj_isamplercube_vec4_fragment" />
15175<Test name="textureproj_usamplercube_vec4_vertex" />
15176<Test name="textureproj_usamplercube_vec4_fragment" />
15177<Test name="textureproj_samplercube_vec4_float_vertex" />
15178<Test name="textureproj_samplercube_vec4_float_fragment" />
15179<Test name="textureproj_isamplercube_vec4_float_vertex" />
15180<Test name="textureproj_isamplercube_vec4_float_fragment" />
15181<Test name="textureproj_usamplercube_vec4_float_vertex" />
15182<Test name="textureproj_usamplercube_vec4_float_fragment" />
15183<Test name="textureproj_sampler2darrayshadow_vec4_vertex" />
15184<Test name="textureproj_sampler2darrayshadow_vec4_fragment" />
15185<Test name="textureproj_sampler2darrayshadow_vec4_float_vertex" />
15186<Test name="textureproj_sampler2darrayshadow_vec4_float_fragment" />
15187<Test name="texturelod_samplercubeshadow_vec4_float_vertex" />
15188<Test name="texturelod_samplercubeshadow_vec4_float_fragment" />
15189<Test name="texturelod_sampler2darrayshadow_vec4_float_vertex" />
15190<Test name="texturelod_sampler2darrayshadow_vec4_float_fragment" />
15191<Test name="textureoffset_samplercube_vec3_ivec2_vertex" />
15192<Test name="textureoffset_samplercube_vec3_ivec2_fragment" />
15193<Test name="textureoffset_isamplercube_vec3_ivec2_vertex" />
15194<Test name="textureoffset_isamplercube_vec3_ivec2_fragment" />
15195<Test name="textureoffset_usamplercube_vec3_ivec2_vertex" />
15196<Test name="textureoffset_usamplercube_vec3_ivec2_fragment" />
15197<Test name="textureoffset_samplercube_vec3_ivec3_vertex" />
15198<Test name="textureoffset_samplercube_vec3_ivec3_fragment" />
15199<Test name="textureoffset_isamplercube_vec3_ivec3_vertex" />
15200<Test name="textureoffset_isamplercube_vec3_ivec3_fragment" />
15201<Test name="textureoffset_usamplercube_vec3_ivec3_vertex" />
15202<Test name="textureoffset_usamplercube_vec3_ivec3_fragment" />
15203<Test name="textureoffset_samplercube_vec3_ivec2_float_vertex" />
15204<Test name="textureoffset_samplercube_vec3_ivec2_float_fragment" />
15205<Test name="textureoffset_samplercube_vec3_ivec3_float_vertex" />
15206<Test name="textureoffset_samplercube_vec3_ivec3_float_fragment" />
15207<Test name="textureoffset_sampler2darray_vec3_ivec3_vertex" />
15208<Test name="textureoffset_sampler2darray_vec3_ivec3_fragment" />
15209<Test name="textureoffset_sampler2darray_vec3_ivec3_float_vertex" />
15210<Test name="textureoffset_sampler2darray_vec3_ivec3_float_fragment" />
15211<Test name="textureoffset_samplercubeshadow_vec4_ivec2_vertex" />
15212<Test name="textureoffset_samplercubeshadow_vec4_ivec2_fragment" />
15213<Test name="textureoffset_samplercubeshadow_vec4_ivec3_vertex" />
15214<Test name="textureoffset_samplercubeshadow_vec4_ivec3_fragment" />
15215<Test name="textureoffset_sampler2darrayshadow_vec4_ivec2_float_vertex" />
15216<Test name="textureoffset_sampler2darrayshadow_vec4_ivec2_float_fragment" />
15217<Test name="texelfetch_samplercube_ivec3_int_vertex" />
15218<Test name="texelfetch_samplercube_ivec3_int_fragment" />
15219<Test name="texelfetch_isamplercube_ivec3_int_vertex" />
15220<Test name="texelfetch_isamplercube_ivec3_int_fragment" />
15221<Test name="texelfetch_usamplercube_ivec3_int_vertex" />
15222<Test name="texelfetch_usamplercube_ivec3_int_fragment" />
15223<Test name="texelfetch_sampler2dshadow_ivec2_int_vertex" />
15224<Test name="texelfetch_sampler2dshadow_ivec2_int_fragment" />
15225<Test name="texelfetch_samplercubeshadow_ivec3_int_vertex" />
15226<Test name="texelfetch_samplercubeshadow_ivec3_int_fragment" />
15227<Test name="texelfetch_sampler2darrayshadow_ivec3_int_vertex" />
15228<Test name="texelfetch_sampler2darrayshadow_ivec3_int_fragment" />
15229<Test name="texelfetch_samplercube_ivec3_int_ivec3_vertex" />
15230<Test name="texelfetch_samplercube_ivec3_int_ivec3_fragment" />
15231<Test name="texelfetch_sampler2dshadow_ivec2_int_ivec2_vertex" />
15232<Test name="texelfetch_sampler2dshadow_ivec2_int_ivec2_fragment" />
15233<Test name="texelfetch_samplercubeshadow_ivec3_int_ivec3_vertex" />
15234<Test name="texelfetch_samplercubeshadow_ivec3_int_ivec3_fragment" />
15235<Test name="texelfetch_sampler2darrayshadow_ivec3_int_ivec3_vertex" />
15236<Test name="texelfetch_sampler2darrayshadow_ivec3_int_ivec3_fragment" />
15237<Test name="textureprojoffset_samplercube_vec4_ivec2_vertex" />
15238<Test name="textureprojoffset_samplercube_vec4_ivec2_fragment" />
15239<Test name="textureprojoffset_samplercube_vec4_ivec3_vertex" />
15240<Test name="textureprojoffset_samplercube_vec4_ivec3_fragment" />
15241<Test name="textureprojoffset_samplercubeshadow_vec4_ivec3_vertex" />
15242<Test name="textureprojoffset_samplercubeshadow_vec4_ivec3_fragment" />
15243<Test name="textureprojoffset_sampler2darrayshadow_vec4_ivec2_vertex" />
15244<Test name="textureprojoffset_sampler2darrayshadow_vec4_ivec2_fragment" />
15245<Test name="textureprojoffset_sampler2darrayshadow_vec4_ivec3_vertex" />
15246<Test name="textureprojoffset_sampler2darrayshadow_vec4_ivec3_fragment" />
15247<Test name="texturelodoffset_samplercube_vec3_float_ivec2_vertex" />
15248<Test name="texturelodoffset_samplercube_vec3_float_ivec2_fragment" />
15249<Test name="texturelodoffset_samplercube_vec3_float_ivec3_vertex" />
15250<Test name="texturelodoffset_samplercube_vec3_float_ivec3_fragment" />
15251<Test name="texturelodoffset_samplercubeshadow_vec3_float_ivec3_vertex" />
15252<Test name="texturelodoffset_samplercubeshadow_vec3_float_ivec3_fragment" />
15253<Test name="texturelodoffset_sampler2darrayshadow_vec3_float_ivec2_vertex" />
15254<Test name="texturelodoffset_sampler2darrayshadow_vec3_float_ivec2_fragment" />
15255<Test name="texturelodoffset_sampler2darrayshadow_vec3_float_ivec3_vertex" />
15256<Test name="texturelodoffset_sampler2darrayshadow_vec3_float_ivec3_fragment" />
15257<Test name="textureprojlod_samplercube_vec4_float_vertex" />
15258<Test name="textureprojlod_samplercube_vec4_float_fragment" />
15259<Test name="textureprojlod_sampler2darray_vec4_float_vertex" />
15260<Test name="textureprojlod_sampler2darray_vec4_float_fragment" />
15261<Test name="textureprojlod_sampler2darrayshadow_vec4_float_vertex" />
15262<Test name="textureprojlod_sampler2darrayshadow_vec4_float_fragment" />
15263<Test name="texturegrad_sampler2darray_vec3_vec3_vec3_vertex" />
15264<Test name="texturegrad_sampler2darray_vec3_vec3_vec3_fragment" />
15265<Test name="texturegradoffset_samplercube_vec3_vec3_vec3_ivec2_vertex" />
15266<Test name="texturegradoffset_samplercube_vec3_vec3_vec3_ivec2_fragment" />
15267<Test name="texturegradoffset_samplercube_vec3_vec3_vec3_ivec3_vertex" />
15268<Test name="texturegradoffset_samplercube_vec3_vec3_vec3_ivec3_fragment" />
15269<Test name="texturegradoffset_samplercubeshadow_vec4_vec3_vec3_ivec2_vertex" />
15270<Test name="texturegradoffset_samplercubeshadow_vec4_vec3_vec3_ivec2_fragment" />
15271<Test name="texturegradoffset_samplercubeshadow_vec4_vec3_vec3_ivec3_vertex" />
15272<Test name="texturegradoffset_samplercubeshadow_vec4_vec3_vec3_ivec3_fragment" />
15273<Test name="textureprojgrad_samplercube_vec4_vec3_vec3_vertex" />
15274<Test name="textureprojgrad_samplercube_vec4_vec3_vec3_fragment" />
15275<Test name="textureprojgrad_sampler2darray_vec4_vec2_vec2_vertex" />
15276<Test name="textureprojgrad_sampler2darray_vec4_vec2_vec2_fragment" />
15277<Test name="textureprojgradoffset_samplercube_vec4_vec3_vec3_ivec2_vertex" />
15278<Test name="textureprojgradoffset_samplercube_vec4_vec3_vec3_ivec2_fragment" />
15279<Test name="textureprojgradoffset_samplercube_vec4_vec3_vec3_ivec3_vertex" />
15280<Test name="textureprojgradoffset_samplercube_vec4_vec3_vec3_ivec3_fragment" />
15281<Test name="textureprojgradoffset_sampler2darray_vec4_vec2_vec2_ivec2_vertex" />
15282<Test name="textureprojgradoffset_sampler2darray_vec4_vec2_vec2_ivec2_fragment" />
15283<Test name="textureprojgradoffset_sampler2darray_vec4_vec2_vec2_ivec3_vertex" />
15284<Test name="textureprojgradoffset_sampler2darray_vec4_vec2_vec2_ivec3_fragment" />
15285</TestCase>
15286</TestSuite>
15287<TestSuite name="derivate">
15288<TestSuite name="dfdx">
15289<TestCase name="constant">
15290<Test name="float" />
15291<Test name="vec2" />
15292<Test name="vec3" />
15293<Test name="vec4" />
15294</TestCase>
15295<TestCase name="linear">
15296<Test name="float_lowp" />
15297<Test name="float_mediump" />
15298<Test name="float_highp" />
15299<Test name="vec2_highp" />
15300</TestCase>
15301<TestCase name="in_function">
15302<Test name="float_mediump" />
15303<Test name="float_highp" />
15304<Test name="vec2_highp" />
15305</TestCase>
15306<TestCase name="static_if">
15307<Test name="float_mediump" />
15308<Test name="float_highp" />
15309<Test name="vec2_highp" />
15310</TestCase>
15311<TestCase name="static_loop">
15312<Test name="float_mediump" />
15313<Test name="float_highp" />
15314<Test name="vec2_highp" />
15315</TestCase>
15316<TestCase name="static_switch">
15317<Test name="float_mediump" />
15318<Test name="float_highp" />
15319<Test name="vec2_highp" />
15320</TestCase>
15321<TestCase name="uniform_if">
15322<Test name="float_mediump" />
15323<Test name="float_highp" />
15324<Test name="vec2_highp" />
15325</TestCase>
15326<TestCase name="uniform_loop">
15327<Test name="float_mediump" />
15328<Test name="float_highp" />
15329<Test name="vec2_highp" />
15330</TestCase>
15331<TestCase name="uniform_switch">
15332<Test name="float_mediump" />
15333<Test name="float_highp" />
15334<Test name="vec2_highp" />
15335</TestCase>
15336<TestCase name="fbo">
15337<Test name="float_mediump" />
15338<Test name="float_highp" />
15339<Test name="vec2_highp" />
15340</TestCase>
15341<TestCase name="fbo_msaa2">
15342<Test name="float_mediump" />
15343</TestCase>
15344<TestCase name="fbo_msaa4">
15345<Test name="float_mediump" />
15346</TestCase>
15347<TestCase name="fbo_float">
15348<Test name="float_lowp" />
15349<Test name="float_mediump" />
15350</TestCase>
15351<TestSuite name="fastest">
15352<TestCase name="default">
15353<Test name="float_mediump" />
15354<Test name="float_highp" />
15355<Test name="vec2_highp" />
15356</TestCase>
15357<TestCase name="fbo_msaa4">
15358<Test name="float_mediump" />
15359</TestCase>
15360<TestCase name="fbo_float">
15361<Test name="float_lowp" />
15362<Test name="float_mediump" />
15363</TestCase>
15364</TestSuite>
15365<TestSuite name="nicest">
15366<TestCase name="default">
15367<Test name="float_mediump" />
15368<Test name="float_highp" />
15369<Test name="vec2_highp" />
15370</TestCase>
15371<TestCase name="fbo_msaa4">
15372<Test name="float_mediump" />
15373</TestCase>
15374<TestCase name="fbo_float">
15375<Test name="float_lowp" />
15376<Test name="float_mediump" />
15377</TestCase>
15378</TestSuite>
15379</TestSuite>
15380<TestSuite name="dfdy">
15381<TestCase name="constant">
15382<Test name="float" />
15383<Test name="vec2" />
15384<Test name="vec3" />
15385<Test name="vec4" />
15386</TestCase>
15387<TestCase name="linear">
15388<Test name="float_highp" />
15389<Test name="vec2_highp" />
15390</TestCase>
15391<TestCase name="in_function">
15392<Test name="float_highp" />
15393<Test name="vec2_highp" />
15394</TestCase>
15395<TestCase name="static_if">
15396<Test name="float_highp" />
15397<Test name="vec2_highp" />
15398</TestCase>
15399<TestCase name="static_loop">
15400<Test name="float_highp" />
15401<Test name="vec2_highp" />
15402</TestCase>
15403<TestCase name="static_switch">
15404<Test name="float_highp" />
15405<Test name="vec2_highp" />
15406</TestCase>
15407<TestCase name="uniform_if">
15408<Test name="float_highp" />
15409<Test name="vec2_highp" />
15410</TestCase>
15411<TestCase name="uniform_loop">
15412<Test name="float_highp" />
15413<Test name="vec2_highp" />
15414</TestCase>
15415<TestCase name="uniform_switch">
15416<Test name="float_highp" />
15417<Test name="vec2_highp" />
15418</TestCase>
15419<TestCase name="fbo">
15420<Test name="float_highp" />
15421<Test name="vec2_highp" />
15422</TestCase>
15423<TestSuite name="fastest">
15424<TestCase name="default">
15425<Test name="float_highp" />
15426<Test name="vec2_highp" />
15427</TestCase>
15428</TestSuite>
15429<TestSuite name="nicest">
15430<TestCase name="default">
15431<Test name="float_highp" />
15432<Test name="vec2_highp" />
15433</TestCase>
15434</TestSuite>
15435</TestSuite>
15436<TestSuite name="fwidth">
15437<TestCase name="constant">
15438<Test name="float" />
15439<Test name="vec2" />
15440<Test name="vec3" />
15441<Test name="vec4" />
15442</TestCase>
15443<TestCase name="linear">
15444<Test name="float_lowp" />
15445<Test name="float_mediump" />
15446<Test name="float_highp" />
15447<Test name="vec2_lowp" />
15448<Test name="vec2_mediump" />
15449<Test name="vec2_highp" />
15450<Test name="vec4_lowp" />
15451<Test name="vec4_mediump" />
15452</TestCase>
15453<TestCase name="in_function">
15454<Test name="float_mediump" />
15455<Test name="float_highp" />
15456<Test name="vec2_mediump" />
15457<Test name="vec2_highp" />
15458<Test name="vec4_mediump" />
15459</TestCase>
15460<TestCase name="static_if">
15461<Test name="float_mediump" />
15462<Test name="float_highp" />
15463<Test name="vec2_mediump" />
15464<Test name="vec2_highp" />
15465<Test name="vec4_mediump" />
15466</TestCase>
15467<TestCase name="static_loop">
15468<Test name="float_mediump" />
15469<Test name="float_highp" />
15470<Test name="vec2_mediump" />
15471<Test name="vec2_highp" />
15472<Test name="vec4_mediump" />
15473</TestCase>
15474<TestCase name="static_switch">
15475<Test name="float_mediump" />
15476<Test name="float_highp" />
15477<Test name="vec2_mediump" />
15478<Test name="vec2_highp" />
15479<Test name="vec4_mediump" />
15480</TestCase>
15481<TestCase name="uniform_if">
15482<Test name="float_mediump" />
15483<Test name="float_highp" />
15484<Test name="vec2_mediump" />
15485<Test name="vec2_highp" />
15486<Test name="vec4_mediump" />
15487</TestCase>
15488<TestCase name="uniform_loop">
15489<Test name="float_mediump" />
15490<Test name="float_highp" />
15491<Test name="vec2_mediump" />
15492<Test name="vec2_highp" />
15493<Test name="vec4_mediump" />
15494</TestCase>
15495<TestCase name="uniform_switch">
15496<Test name="float_mediump" />
15497<Test name="float_highp" />
15498<Test name="vec2_mediump" />
15499<Test name="vec2_highp" />
15500<Test name="vec4_mediump" />
15501</TestCase>
15502<TestCase name="fbo">
15503<Test name="float_mediump" />
15504<Test name="float_highp" />
15505<Test name="vec2_mediump" />
15506<Test name="vec2_highp" />
15507<Test name="vec4_mediump" />
15508</TestCase>
15509<TestCase name="fbo_msaa2">
15510<Test name="float_mediump" />
15511<Test name="vec2_mediump" />
15512</TestCase>
15513<TestCase name="fbo_msaa4">
15514<Test name="float_mediump" />
15515<Test name="vec2_mediump" />
15516</TestCase>
15517<TestCase name="fbo_float">
15518<Test name="float_lowp" />
15519<Test name="float_mediump" />
15520<Test name="vec2_lowp" />
15521<Test name="vec2_mediump" />
15522<Test name="vec4_lowp" />
15523<Test name="vec4_mediump" />
15524</TestCase>
15525<TestSuite name="fastest">
15526<TestCase name="default">
15527<Test name="float_mediump" />
15528<Test name="float_highp" />
15529<Test name="vec2_mediump" />
15530<Test name="vec2_highp" />
15531<Test name="vec4_mediump" />
15532</TestCase>
15533<TestCase name="fbo_msaa4">
15534<Test name="float_mediump" />
15535<Test name="vec2_mediump" />
15536</TestCase>
15537<TestCase name="fbo_float">
15538<Test name="float_lowp" />
15539<Test name="float_mediump" />
15540<Test name="vec2_lowp" />
15541<Test name="vec2_mediump" />
15542<Test name="vec4_lowp" />
15543<Test name="vec4_mediump" />
15544</TestCase>
15545</TestSuite>
15546<TestSuite name="nicest">
15547<TestCase name="default">
15548<Test name="float_mediump" />
15549<Test name="float_highp" />
15550<Test name="vec2_mediump" />
15551<Test name="vec2_highp" />
15552<Test name="vec4_mediump" />
15553</TestCase>
15554<TestCase name="fbo_msaa4">
15555<Test name="float_mediump" />
15556<Test name="vec2_mediump" />
15557</TestCase>
15558<TestCase name="fbo_float">
15559<Test name="float_lowp" />
15560<Test name="float_mediump" />
15561<Test name="vec2_lowp" />
15562<Test name="vec2_mediump" />
15563<Test name="vec4_lowp" />
15564<Test name="vec4_mediump" />
15565</TestCase>
15566</TestSuite>
15567</TestSuite>
15568</TestSuite>
15569<TestSuite name="builtin_functions">
15570<TestSuite name="common">
15571<TestCase name="abs">
15572<Test name="float_lowp_vertex" />
15573<Test name="float_lowp_fragment" />
15574<Test name="float_mediump_vertex" />
15575<Test name="float_mediump_fragment" />
15576<Test name="float_highp_vertex" />
15577<Test name="float_highp_fragment" />
15578<Test name="vec2_lowp_vertex" />
15579<Test name="vec2_lowp_fragment" />
15580<Test name="vec2_mediump_vertex" />
15581<Test name="vec2_mediump_fragment" />
15582<Test name="vec2_highp_vertex" />
15583<Test name="vec2_highp_fragment" />
15584<Test name="vec3_lowp_vertex" />
15585<Test name="vec3_lowp_fragment" />
15586<Test name="vec3_mediump_vertex" />
15587<Test name="vec3_mediump_fragment" />
15588<Test name="vec3_highp_vertex" />
15589<Test name="vec3_highp_fragment" />
15590<Test name="vec4_lowp_vertex" />
15591<Test name="vec4_lowp_fragment" />
15592<Test name="vec4_mediump_vertex" />
15593<Test name="vec4_mediump_fragment" />
15594<Test name="vec4_highp_vertex" />
15595<Test name="vec4_highp_fragment" />
15596<Test name="int_lowp_fragment" />
15597<Test name="int_mediump_fragment" />
15598<Test name="ivec2_lowp_fragment" />
15599<Test name="ivec2_mediump_fragment" />
15600<Test name="ivec3_lowp_fragment" />
15601<Test name="ivec3_mediump_fragment" />
15602<Test name="ivec4_lowp_fragment" />
15603<Test name="ivec4_mediump_fragment" />
15604</TestCase>
15605<TestCase name="sign">
15606<Test name="float_lowp_vertex" />
15607<Test name="float_lowp_fragment" />
15608<Test name="float_mediump_vertex" />
15609<Test name="float_mediump_fragment" />
15610<Test name="float_highp_vertex" />
15611<Test name="float_highp_fragment" />
15612<Test name="vec2_lowp_vertex" />
15613<Test name="vec2_lowp_fragment" />
15614<Test name="vec2_mediump_vertex" />
15615<Test name="vec2_mediump_fragment" />
15616<Test name="vec2_highp_vertex" />
15617<Test name="vec2_highp_fragment" />
15618<Test name="vec3_lowp_vertex" />
15619<Test name="vec3_lowp_fragment" />
15620<Test name="vec3_mediump_vertex" />
15621<Test name="vec3_mediump_fragment" />
15622<Test name="vec3_highp_vertex" />
15623<Test name="vec3_highp_fragment" />
15624<Test name="vec4_lowp_vertex" />
15625<Test name="vec4_lowp_fragment" />
15626<Test name="vec4_mediump_vertex" />
15627<Test name="vec4_mediump_fragment" />
15628<Test name="vec4_highp_vertex" />
15629<Test name="vec4_highp_fragment" />
15630<Test name="int_lowp_vertex" />
15631<Test name="int_lowp_fragment" />
15632<Test name="int_mediump_vertex" />
15633<Test name="int_mediump_fragment" />
15634<Test name="int_highp_vertex" />
15635<Test name="int_highp_fragment" />
15636<Test name="ivec2_lowp_vertex" />
15637<Test name="ivec2_lowp_fragment" />
15638<Test name="ivec2_mediump_vertex" />
15639<Test name="ivec2_mediump_fragment" />
15640<Test name="ivec2_highp_vertex" />
15641<Test name="ivec2_highp_fragment" />
15642<Test name="ivec3_lowp_vertex" />
15643<Test name="ivec3_lowp_fragment" />
15644<Test name="ivec3_mediump_vertex" />
15645<Test name="ivec3_mediump_fragment" />
15646<Test name="ivec3_highp_vertex" />
15647<Test name="ivec3_highp_fragment" />
15648<Test name="ivec4_lowp_vertex" />
15649<Test name="ivec4_lowp_fragment" />
15650<Test name="ivec4_mediump_vertex" />
15651<Test name="ivec4_mediump_fragment" />
15652<Test name="ivec4_highp_vertex" />
15653<Test name="ivec4_highp_fragment" />
15654</TestCase>
15655<TestCase name="floor">
15656<Test name="float_lowp_vertex" />
15657<Test name="float_lowp_fragment" />
15658<Test name="float_mediump_vertex" />
15659<Test name="float_mediump_fragment" />
15660<Test name="float_highp_vertex" />
15661<Test name="float_highp_fragment" />
15662<Test name="vec2_lowp_vertex" />
15663<Test name="vec2_lowp_fragment" />
15664<Test name="vec2_mediump_vertex" />
15665<Test name="vec2_mediump_fragment" />
15666<Test name="vec2_highp_vertex" />
15667<Test name="vec2_highp_fragment" />
15668<Test name="vec3_lowp_vertex" />
15669<Test name="vec3_lowp_fragment" />
15670<Test name="vec3_mediump_vertex" />
15671<Test name="vec3_mediump_fragment" />
15672<Test name="vec3_highp_vertex" />
15673<Test name="vec3_highp_fragment" />
15674<Test name="vec4_lowp_vertex" />
15675<Test name="vec4_lowp_fragment" />
15676<Test name="vec4_mediump_vertex" />
15677<Test name="vec4_mediump_fragment" />
15678<Test name="vec4_highp_vertex" />
15679<Test name="vec4_highp_fragment" />
15680</TestCase>
15681<TestCase name="trunc">
15682<Test name="float_lowp_vertex" />
15683<Test name="float_lowp_fragment" />
15684<Test name="float_mediump_vertex" />
15685<Test name="float_mediump_fragment" />
15686<Test name="vec2_lowp_vertex" />
15687<Test name="vec2_lowp_fragment" />
15688<Test name="vec2_mediump_vertex" />
15689<Test name="vec2_mediump_fragment" />
15690<Test name="vec3_lowp_vertex" />
15691<Test name="vec3_lowp_fragment" />
15692<Test name="vec3_mediump_vertex" />
15693<Test name="vec3_mediump_fragment" />
15694<Test name="vec4_lowp_vertex" />
15695<Test name="vec4_lowp_fragment" />
15696<Test name="vec4_mediump_vertex" />
15697<Test name="vec4_mediump_fragment" />
15698</TestCase>
15699<TestCase name="round">
15700<Test name="float_lowp_vertex" />
15701<Test name="float_lowp_fragment" />
15702<Test name="float_mediump_vertex" />
15703<Test name="float_mediump_fragment" />
15704<Test name="float_highp_vertex" />
15705<Test name="float_highp_fragment" />
15706<Test name="vec2_lowp_vertex" />
15707<Test name="vec2_lowp_fragment" />
15708<Test name="vec2_mediump_vertex" />
15709<Test name="vec2_mediump_fragment" />
15710<Test name="vec2_highp_vertex" />
15711<Test name="vec2_highp_fragment" />
15712<Test name="vec3_lowp_vertex" />
15713<Test name="vec3_lowp_fragment" />
15714<Test name="vec3_mediump_vertex" />
15715<Test name="vec3_mediump_fragment" />
15716<Test name="vec3_highp_vertex" />
15717<Test name="vec3_highp_fragment" />
15718<Test name="vec4_lowp_vertex" />
15719<Test name="vec4_lowp_fragment" />
15720<Test name="vec4_mediump_vertex" />
15721<Test name="vec4_mediump_fragment" />
15722<Test name="vec4_highp_vertex" />
15723<Test name="vec4_highp_fragment" />
15724</TestCase>
15725<TestCase name="roundeven">
15726<Test name="float_lowp_vertex" />
15727<Test name="float_lowp_fragment" />
15728<Test name="float_mediump_vertex" />
15729<Test name="float_mediump_fragment" />
15730<Test name="float_highp_vertex" />
15731<Test name="float_highp_fragment" />
15732<Test name="vec2_lowp_vertex" />
15733<Test name="vec2_lowp_fragment" />
15734<Test name="vec2_mediump_vertex" />
15735<Test name="vec2_mediump_fragment" />
15736<Test name="vec2_highp_vertex" />
15737<Test name="vec2_highp_fragment" />
15738<Test name="vec3_lowp_vertex" />
15739<Test name="vec3_lowp_fragment" />
15740<Test name="vec3_mediump_vertex" />
15741<Test name="vec3_mediump_fragment" />
15742<Test name="vec3_highp_vertex" />
15743<Test name="vec3_highp_fragment" />
15744<Test name="vec4_lowp_vertex" />
15745<Test name="vec4_lowp_fragment" />
15746<Test name="vec4_mediump_vertex" />
15747<Test name="vec4_mediump_fragment" />
15748<Test name="vec4_highp_vertex" />
15749<Test name="vec4_highp_fragment" />
15750</TestCase>
15751<TestCase name="ceil">
15752<Test name="float_lowp_vertex" />
15753<Test name="float_lowp_fragment" />
15754<Test name="float_mediump_vertex" />
15755<Test name="float_mediump_fragment" />
15756<Test name="float_highp_vertex" />
15757<Test name="float_highp_fragment" />
15758<Test name="vec2_lowp_vertex" />
15759<Test name="vec2_lowp_fragment" />
15760<Test name="vec2_mediump_vertex" />
15761<Test name="vec2_mediump_fragment" />
15762<Test name="vec2_highp_vertex" />
15763<Test name="vec2_highp_fragment" />
15764<Test name="vec3_lowp_vertex" />
15765<Test name="vec3_lowp_fragment" />
15766<Test name="vec3_mediump_vertex" />
15767<Test name="vec3_mediump_fragment" />
15768<Test name="vec3_highp_vertex" />
15769<Test name="vec3_highp_fragment" />
15770<Test name="vec4_lowp_vertex" />
15771<Test name="vec4_lowp_fragment" />
15772<Test name="vec4_mediump_vertex" />
15773<Test name="vec4_mediump_fragment" />
15774<Test name="vec4_highp_vertex" />
15775<Test name="vec4_highp_fragment" />
15776</TestCase>
15777<TestCase name="fract">
15778<Test name="float_lowp_vertex" />
15779<Test name="float_lowp_fragment" />
15780<Test name="float_mediump_vertex" />
15781<Test name="float_mediump_fragment" />
15782<Test name="float_highp_vertex" />
15783<Test name="float_highp_fragment" />
15784<Test name="vec2_lowp_vertex" />
15785<Test name="vec2_lowp_fragment" />
15786<Test name="vec2_mediump_vertex" />
15787<Test name="vec2_mediump_fragment" />
15788<Test name="vec2_highp_vertex" />
15789<Test name="vec2_highp_fragment" />
15790<Test name="vec3_lowp_vertex" />
15791<Test name="vec3_lowp_fragment" />
15792<Test name="vec3_mediump_vertex" />
15793<Test name="vec3_mediump_fragment" />
15794<Test name="vec3_highp_vertex" />
15795<Test name="vec3_highp_fragment" />
15796<Test name="vec4_lowp_vertex" />
15797<Test name="vec4_lowp_fragment" />
15798<Test name="vec4_mediump_vertex" />
15799<Test name="vec4_mediump_fragment" />
15800<Test name="vec4_highp_vertex" />
15801<Test name="vec4_highp_fragment" />
15802</TestCase>
15803<TestCase name="floatbitstoint">
15804<Test name="float_lowp_vertex" />
15805<Test name="float_lowp_fragment" />
15806<Test name="float_mediump_vertex" />
15807<Test name="float_mediump_fragment" />
15808<Test name="float_highp_vertex" />
15809<Test name="float_highp_fragment" />
15810<Test name="vec2_lowp_vertex" />
15811<Test name="vec2_lowp_fragment" />
15812<Test name="vec2_mediump_vertex" />
15813<Test name="vec2_mediump_fragment" />
15814<Test name="vec2_highp_vertex" />
15815<Test name="vec2_highp_fragment" />
15816<Test name="vec3_lowp_vertex" />
15817<Test name="vec3_lowp_fragment" />
15818<Test name="vec3_mediump_vertex" />
15819<Test name="vec3_mediump_fragment" />
15820<Test name="vec3_highp_vertex" />
15821<Test name="vec3_highp_fragment" />
15822<Test name="vec4_lowp_vertex" />
15823<Test name="vec4_lowp_fragment" />
15824<Test name="vec4_mediump_vertex" />
15825<Test name="vec4_mediump_fragment" />
15826<Test name="vec4_highp_vertex" />
15827<Test name="vec4_highp_fragment" />
15828</TestCase>
15829<TestCase name="floatbitstouint">
15830<Test name="float_lowp_vertex" />
15831<Test name="float_lowp_fragment" />
15832<Test name="float_mediump_vertex" />
15833<Test name="float_mediump_fragment" />
15834<Test name="float_highp_vertex" />
15835<Test name="float_highp_fragment" />
15836<Test name="vec2_lowp_vertex" />
15837<Test name="vec2_lowp_fragment" />
15838<Test name="vec2_mediump_vertex" />
15839<Test name="vec2_mediump_fragment" />
15840<Test name="vec2_highp_vertex" />
15841<Test name="vec2_highp_fragment" />
15842<Test name="vec3_lowp_vertex" />
15843<Test name="vec3_lowp_fragment" />
15844<Test name="vec3_mediump_vertex" />
15845<Test name="vec3_mediump_fragment" />
15846<Test name="vec3_highp_vertex" />
15847<Test name="vec3_highp_fragment" />
15848<Test name="vec4_lowp_vertex" />
15849<Test name="vec4_lowp_fragment" />
15850<Test name="vec4_mediump_vertex" />
15851<Test name="vec4_mediump_fragment" />
15852<Test name="vec4_highp_vertex" />
15853<Test name="vec4_highp_fragment" />
15854</TestCase>
15855<TestCase name="intbitstofloat">
15856<Test name="int_highp_vertex" />
15857<Test name="int_highp_fragment" />
15858<Test name="ivec2_highp_vertex" />
15859<Test name="ivec2_highp_fragment" />
15860<Test name="ivec3_highp_vertex" />
15861<Test name="ivec3_highp_fragment" />
15862</TestCase>
15863<TestCase name="uintbitstofloat">
15864<Test name="uint_highp_vertex" />
15865<Test name="uint_highp_fragment" />
15866<Test name="uvec2_highp_vertex" />
15867<Test name="uvec2_highp_fragment" />
15868<Test name="uvec3_highp_vertex" />
15869<Test name="uvec3_highp_fragment" />
15870</TestCase>
15871</TestSuite>
15872<TestCase name="pack_unpack">
15873<Test name="packsnorm2x16_lowp_vertex" />
15874<Test name="packsnorm2x16_mediump_vertex" />
15875<Test name="packsnorm2x16_highp_vertex" />
15876<Test name="packunorm2x16_highp_vertex" />
15877<Test name="packhalf2x16_vertex" />
15878<Test name="packhalf2x16_fragment" />
15879</TestCase>
15880<TestSuite name="precision">
15881<TestSuite name="add">
15882<TestCase name="lowp_vertex">
15883<Test name="scalar" />
15884<Test name="vec2" />
15885<Test name="vec3" />
15886<Test name="vec4" />
15887</TestCase>
15888<TestCase name="lowp_fragment">
15889<Test name="scalar" />
15890<Test name="vec2" />
15891<Test name="vec3" />
15892<Test name="vec4" />
15893</TestCase>
15894<TestCase name="mediump_vertex">
15895<Test name="scalar" />
15896<Test name="vec2" />
15897<Test name="vec3" />
15898<Test name="vec4" />
15899</TestCase>
15900<TestCase name="mediump_fragment">
15901<Test name="scalar" />
15902<Test name="vec2" />
15903<Test name="vec3" />
15904<Test name="vec4" />
15905</TestCase>
15906</TestSuite>
15907<TestSuite name="sub">
15908<TestCase name="lowp_vertex">
15909<Test name="scalar" />
15910<Test name="vec2" />
15911<Test name="vec3" />
15912<Test name="vec4" />
15913</TestCase>
15914<TestCase name="lowp_fragment">
15915<Test name="scalar" />
15916<Test name="vec2" />
15917<Test name="vec3" />
15918<Test name="vec4" />
15919</TestCase>
15920<TestCase name="mediump_vertex">
15921<Test name="scalar" />
15922<Test name="vec2" />
15923<Test name="vec3" />
15924<Test name="vec4" />
15925</TestCase>
15926<TestCase name="mediump_fragment">
15927<Test name="scalar" />
15928<Test name="vec2" />
15929<Test name="vec3" />
15930<Test name="vec4" />
15931</TestCase>
15932</TestSuite>
15933<TestSuite name="mul">
15934<TestCase name="lowp_vertex">
15935<Test name="scalar" />
15936<Test name="vec2" />
15937<Test name="vec3" />
15938<Test name="vec4" />
15939</TestCase>
15940<TestCase name="lowp_fragment">
15941<Test name="scalar" />
15942<Test name="vec2" />
15943<Test name="vec3" />
15944<Test name="vec4" />
15945</TestCase>
15946<TestCase name="mediump_vertex">
15947<Test name="scalar" />
15948<Test name="vec2" />
15949<Test name="vec3" />
15950<Test name="vec4" />
15951</TestCase>
15952<TestCase name="mediump_fragment">
15953<Test name="scalar" />
15954<Test name="vec2" />
15955<Test name="vec3" />
15956<Test name="vec4" />
15957</TestCase>
15958</TestSuite>
15959<TestSuite name="div">
15960<TestCase name="lowp_vertex">
15961<Test name="scalar" />
15962<Test name="vec2" />
15963<Test name="vec3" />
15964<Test name="vec4" />
15965</TestCase>
15966<TestCase name="lowp_fragment">
15967<Test name="scalar" />
15968<Test name="vec2" />
15969<Test name="vec3" />
15970<Test name="vec4" />
15971</TestCase>
15972<TestCase name="mediump_vertex">
15973<Test name="scalar" />
15974<Test name="vec2" />
15975<Test name="vec3" />
15976<Test name="vec4" />
15977</TestCase>
15978<TestCase name="mediump_fragment">
15979<Test name="scalar" />
15980<Test name="vec2" />
15981<Test name="vec3" />
15982<Test name="vec4" />
15983</TestCase>
15984</TestSuite>
15985<TestSuite name="radians">
15986<TestCase name="lowp_vertex">
15987<Test name="scalar" />
15988<Test name="vec2" />
15989<Test name="vec3" />
15990<Test name="vec4" />
15991</TestCase>
15992<TestCase name="lowp_fragment">
15993<Test name="scalar" />
15994<Test name="vec2" />
15995<Test name="vec3" />
15996<Test name="vec4" />
15997</TestCase>
15998<TestCase name="mediump_vertex">
15999<Test name="scalar" />
16000<Test name="vec2" />
16001<Test name="vec3" />
16002<Test name="vec4" />
16003</TestCase>
16004<TestCase name="mediump_fragment">
16005<Test name="scalar" />
16006<Test name="vec2" />
16007<Test name="vec3" />
16008<Test name="vec4" />
16009</TestCase>
16010<TestCase name="highp_vertex">
16011<Test name="scalar" />
16012<Test name="vec2" />
16013<Test name="vec3" />
16014<Test name="vec4" />
16015</TestCase>
16016<TestCase name="highp_fragment">
16017<Test name="scalar" />
16018<Test name="vec2" />
16019<Test name="vec3" />
16020<Test name="vec4" />
16021</TestCase>
16022</TestSuite>
16023<TestSuite name="degrees">
16024<TestCase name="lowp_vertex">
16025<Test name="scalar" />
16026<Test name="vec2" />
16027<Test name="vec3" />
16028<Test name="vec4" />
16029</TestCase>
16030<TestCase name="lowp_fragment">
16031<Test name="scalar" />
16032<Test name="vec2" />
16033<Test name="vec3" />
16034<Test name="vec4" />
16035</TestCase>
16036<TestCase name="mediump_vertex">
16037<Test name="scalar" />
16038<Test name="vec2" />
16039<Test name="vec3" />
16040<Test name="vec4" />
16041</TestCase>
16042<TestCase name="mediump_fragment">
16043<Test name="scalar" />
16044<Test name="vec2" />
16045<Test name="vec3" />
16046<Test name="vec4" />
16047</TestCase>
16048</TestSuite>
16049<TestSuite name="sin">
16050<TestCase name="lowp_vertex">
16051<Test name="scalar" />
16052<Test name="vec2" />
16053<Test name="vec3" />
16054<Test name="vec4" />
16055</TestCase>
16056<TestCase name="lowp_fragment">
16057<Test name="scalar" />
16058<Test name="vec2" />
16059<Test name="vec3" />
16060<Test name="vec4" />
16061</TestCase>
16062<TestCase name="highp_vertex">
16063<Test name="scalar" />
16064<Test name="vec2" />
16065<Test name="vec3" />
16066<Test name="vec4" />
16067</TestCase>
16068<TestCase name="highp_fragment">
16069<Test name="scalar" />
16070<Test name="vec2" />
16071<Test name="vec3" />
16072<Test name="vec4" />
16073</TestCase>
16074</TestSuite>
16075<TestSuite name="cos">
16076<TestCase name="lowp_vertex">
16077<Test name="scalar" />
16078<Test name="vec2" />
16079<Test name="vec3" />
16080<Test name="vec4" />
16081</TestCase>
16082<TestCase name="lowp_fragment">
16083<Test name="scalar" />
16084<Test name="vec2" />
16085<Test name="vec3" />
16086<Test name="vec4" />
16087</TestCase>
16088<TestCase name="highp_vertex">
16089<Test name="scalar" />
16090<Test name="vec2" />
16091<Test name="vec3" />
16092<Test name="vec4" />
16093</TestCase>
16094<TestCase name="highp_fragment">
16095<Test name="scalar" />
16096<Test name="vec2" />
16097<Test name="vec3" />
16098<Test name="vec4" />
16099</TestCase>
16100</TestSuite>
16101<TestSuite name="tan">
16102<TestCase name="lowp_vertex">
16103<Test name="scalar" />
16104<Test name="vec2" />
16105<Test name="vec3" />
16106<Test name="vec4" />
16107</TestCase>
16108<TestCase name="lowp_fragment">
16109<Test name="scalar" />
16110<Test name="vec2" />
16111<Test name="vec3" />
16112<Test name="vec4" />
16113</TestCase>
16114<TestCase name="highp_vertex">
16115<Test name="scalar" />
16116<Test name="vec2" />
16117<Test name="vec3" />
16118<Test name="vec4" />
16119</TestCase>
16120<TestCase name="highp_fragment">
16121<Test name="scalar" />
16122<Test name="vec2" />
16123<Test name="vec3" />
16124<Test name="vec4" />
16125</TestCase>
16126</TestSuite>
16127<TestSuite name="asin">
16128<TestCase name="lowp_vertex">
16129<Test name="scalar" />
16130<Test name="vec2" />
16131<Test name="vec3" />
16132<Test name="vec4" />
16133</TestCase>
16134<TestCase name="lowp_fragment">
16135<Test name="scalar" />
16136<Test name="vec2" />
16137<Test name="vec3" />
16138<Test name="vec4" />
16139</TestCase>
16140</TestSuite>
16141<TestSuite name="acos">
16142<TestCase name="lowp_vertex">
16143<Test name="scalar" />
16144<Test name="vec2" />
16145<Test name="vec3" />
16146<Test name="vec4" />
16147</TestCase>
16148<TestCase name="lowp_fragment">
16149<Test name="scalar" />
16150<Test name="vec2" />
16151<Test name="vec3" />
16152<Test name="vec4" />
16153</TestCase>
16154<TestCase name="mediump_vertex">
16155<Test name="scalar" />
16156<Test name="vec2" />
16157<Test name="vec3" />
16158<Test name="vec4" />
16159</TestCase>
16160<TestCase name="mediump_fragment">
16161<Test name="scalar" />
16162<Test name="vec2" />
16163<Test name="vec3" />
16164<Test name="vec4" />
16165</TestCase>
16166</TestSuite>
16167<TestSuite name="atan">
16168<TestCase name="lowp_vertex">
16169<Test name="scalar" />
16170<Test name="vec2" />
16171<Test name="vec3" />
16172<Test name="vec4" />
16173</TestCase>
16174<TestCase name="lowp_fragment">
16175<Test name="scalar" />
16176<Test name="vec2" />
16177<Test name="vec3" />
16178<Test name="vec4" />
16179</TestCase>
16180<TestCase name="mediump_vertex">
16181<Test name="scalar" />
16182<Test name="vec2" />
16183<Test name="vec3" />
16184<Test name="vec4" />
16185</TestCase>
16186</TestSuite>
16187<TestSuite name="sinh">
16188<TestCase name="lowp_vertex">
16189<Test name="scalar" />
16190<Test name="vec2" />
16191<Test name="vec3" />
16192<Test name="vec4" />
16193</TestCase>
16194<TestCase name="lowp_fragment">
16195<Test name="scalar" />
16196<Test name="vec2" />
16197<Test name="vec3" />
16198<Test name="vec4" />
16199</TestCase>
16200<TestCase name="mediump_vertex">
16201<Test name="scalar" />
16202<Test name="vec2" />
16203<Test name="vec3" />
16204<Test name="vec4" />
16205</TestCase>
16206<TestCase name="mediump_fragment">
16207<Test name="scalar" />
16208<Test name="vec2" />
16209<Test name="vec3" />
16210<Test name="vec4" />
16211</TestCase>
16212<TestCase name="highp_vertex">
16213<Test name="scalar" />
16214<Test name="vec2" />
16215<Test name="vec3" />
16216<Test name="vec4" />
16217</TestCase>
16218<TestCase name="highp_fragment">
16219<Test name="scalar" />
16220<Test name="vec2" />
16221<Test name="vec3" />
16222<Test name="vec4" />
16223</TestCase>
16224</TestSuite>
16225<TestSuite name="cosh">
16226<TestCase name="lowp_vertex">
16227<Test name="scalar" />
16228<Test name="vec2" />
16229<Test name="vec3" />
16230<Test name="vec4" />
16231</TestCase>
16232<TestCase name="lowp_fragment">
16233<Test name="scalar" />
16234<Test name="vec2" />
16235<Test name="vec3" />
16236<Test name="vec4" />
16237</TestCase>
16238<TestCase name="mediump_vertex">
16239<Test name="scalar" />
16240<Test name="vec2" />
16241<Test name="vec3" />
16242<Test name="vec4" />
16243</TestCase>
16244<TestCase name="mediump_fragment">
16245<Test name="scalar" />
16246<Test name="vec2" />
16247<Test name="vec3" />
16248<Test name="vec4" />
16249</TestCase>
16250<TestCase name="highp_vertex">
16251<Test name="scalar" />
16252<Test name="vec2" />
16253<Test name="vec3" />
16254<Test name="vec4" />
16255</TestCase>
16256<TestCase name="highp_fragment">
16257<Test name="scalar" />
16258<Test name="vec2" />
16259<Test name="vec3" />
16260<Test name="vec4" />
16261</TestCase>
16262</TestSuite>
16263<TestSuite name="tanh">
16264<TestCase name="lowp_vertex">
16265<Test name="scalar" />
16266<Test name="vec2" />
16267<Test name="vec3" />
16268<Test name="vec4" />
16269</TestCase>
16270<TestCase name="lowp_fragment">
16271<Test name="scalar" />
16272<Test name="vec2" />
16273<Test name="vec3" />
16274<Test name="vec4" />
16275</TestCase>
16276<TestCase name="mediump_vertex">
16277<Test name="scalar" />
16278<Test name="vec2" />
16279<Test name="vec3" />
16280<Test name="vec4" />
16281</TestCase>
16282<TestCase name="mediump_fragment">
16283<Test name="scalar" />
16284<Test name="vec2" />
16285<Test name="vec3" />
16286<Test name="vec4" />
16287</TestCase>
16288</TestSuite>
16289<TestSuite name="asinh">
16290<TestCase name="lowp_vertex">
16291<Test name="scalar" />
16292<Test name="vec2" />
16293<Test name="vec3" />
16294<Test name="vec4" />
16295</TestCase>
16296<TestCase name="lowp_fragment">
16297<Test name="scalar" />
16298<Test name="vec2" />
16299<Test name="vec3" />
16300<Test name="vec4" />
16301</TestCase>
16302<TestCase name="mediump_vertex">
16303<Test name="scalar" />
16304<Test name="vec2" />
16305<Test name="vec3" />
16306<Test name="vec4" />
16307</TestCase>
16308<TestCase name="mediump_fragment">
16309<Test name="scalar" />
16310<Test name="vec2" />
16311<Test name="vec3" />
16312<Test name="vec4" />
16313</TestCase>
16314<TestCase name="highp_vertex">
16315<Test name="scalar" />
16316<Test name="vec2" />
16317<Test name="vec3" />
16318<Test name="vec4" />
16319</TestCase>
16320<TestCase name="highp_fragment">
16321<Test name="scalar" />
16322<Test name="vec2" />
16323<Test name="vec3" />
16324<Test name="vec4" />
16325</TestCase>
16326</TestSuite>
16327<TestSuite name="acosh">
16328<TestCase name="lowp_vertex">
16329<Test name="scalar" />
16330<Test name="vec2" />
16331<Test name="vec3" />
16332<Test name="vec4" />
16333</TestCase>
16334<TestCase name="lowp_fragment">
16335<Test name="scalar" />
16336<Test name="vec2" />
16337<Test name="vec3" />
16338<Test name="vec4" />
16339</TestCase>
16340<TestCase name="mediump_vertex">
16341<Test name="scalar" />
16342<Test name="vec2" />
16343<Test name="vec3" />
16344<Test name="vec4" />
16345</TestCase>
16346<TestCase name="mediump_fragment">
16347<Test name="scalar" />
16348<Test name="vec2" />
16349<Test name="vec3" />
16350<Test name="vec4" />
16351</TestCase>
16352</TestSuite>
16353<TestSuite name="atanh">
16354<TestCase name="lowp_vertex">
16355<Test name="scalar" />
16356<Test name="vec2" />
16357<Test name="vec3" />
16358<Test name="vec4" />
16359</TestCase>
16360<TestCase name="lowp_fragment">
16361<Test name="scalar" />
16362<Test name="vec2" />
16363<Test name="vec3" />
16364<Test name="vec4" />
16365</TestCase>
16366<TestCase name="mediump_vertex">
16367<Test name="scalar" />
16368<Test name="vec2" />
16369<Test name="vec3" />
16370<Test name="vec4" />
16371</TestCase>
16372</TestSuite>
16373<TestSuite name="pow">
16374<TestCase name="lowp_vertex">
16375<Test name="scalar" />
16376<Test name="vec2" />
16377<Test name="vec3" />
16378<Test name="vec4" />
16379</TestCase>
16380<TestCase name="lowp_fragment">
16381<Test name="scalar" />
16382<Test name="vec2" />
16383<Test name="vec3" />
16384<Test name="vec4" />
16385</TestCase>
16386<TestCase name="mediump_vertex">
16387<Test name="scalar" />
16388<Test name="vec2" />
16389<Test name="vec3" />
16390<Test name="vec4" />
16391</TestCase>
16392<TestCase name="mediump_fragment">
16393<Test name="scalar" />
16394<Test name="vec2" />
16395<Test name="vec3" />
16396<Test name="vec4" />
16397</TestCase>
16398<TestCase name="highp_vertex">
16399<Test name="scalar" />
16400<Test name="vec2" />
16401<Test name="vec3" />
16402<Test name="vec4" />
16403</TestCase>
16404<TestCase name="highp_fragment">
16405<Test name="scalar" />
16406<Test name="vec2" />
16407<Test name="vec3" />
16408<Test name="vec4" />
16409</TestCase>
16410</TestSuite>
16411<TestSuite name="exp">
16412<TestCase name="lowp_vertex">
16413<Test name="scalar" />
16414<Test name="vec2" />
16415<Test name="vec3" />
16416<Test name="vec4" />
16417</TestCase>
16418<TestCase name="lowp_fragment">
16419<Test name="scalar" />
16420<Test name="vec2" />
16421<Test name="vec3" />
16422<Test name="vec4" />
16423</TestCase>
16424<TestCase name="mediump_vertex">
16425<Test name="scalar" />
16426<Test name="vec2" />
16427<Test name="vec3" />
16428<Test name="vec4" />
16429</TestCase>
16430<TestCase name="mediump_fragment">
16431<Test name="scalar" />
16432<Test name="vec2" />
16433<Test name="vec3" />
16434<Test name="vec4" />
16435</TestCase>
16436<TestCase name="highp_vertex">
16437<Test name="scalar" />
16438<Test name="vec2" />
16439<Test name="vec3" />
16440<Test name="vec4" />
16441</TestCase>
16442<TestCase name="highp_fragment">
16443<Test name="scalar" />
16444<Test name="vec2" />
16445<Test name="vec3" />
16446<Test name="vec4" />
16447</TestCase>
16448</TestSuite>
16449<TestSuite name="log">
16450<TestCase name="lowp_vertex">
16451<Test name="scalar" />
16452<Test name="vec2" />
16453<Test name="vec3" />
16454<Test name="vec4" />
16455</TestCase>
16456<TestCase name="lowp_fragment">
16457<Test name="scalar" />
16458<Test name="vec2" />
16459<Test name="vec3" />
16460<Test name="vec4" />
16461</TestCase>
16462<TestCase name="mediump_vertex">
16463<Test name="scalar" />
16464<Test name="vec2" />
16465<Test name="vec3" />
16466<Test name="vec4" />
16467</TestCase>
16468<TestCase name="mediump_fragment">
16469<Test name="scalar" />
16470<Test name="vec2" />
16471<Test name="vec3" />
16472<Test name="vec4" />
16473</TestCase>
16474</TestSuite>
16475<TestSuite name="exp2">
16476<TestCase name="lowp_vertex">
16477<Test name="scalar" />
16478<Test name="vec2" />
16479<Test name="vec3" />
16480<Test name="vec4" />
16481</TestCase>
16482<TestCase name="lowp_fragment">
16483<Test name="scalar" />
16484<Test name="vec2" />
16485<Test name="vec3" />
16486<Test name="vec4" />
16487</TestCase>
16488<TestCase name="mediump_vertex">
16489<Test name="scalar" />
16490<Test name="vec2" />
16491<Test name="vec3" />
16492<Test name="vec4" />
16493</TestCase>
16494<TestCase name="mediump_fragment">
16495<Test name="scalar" />
16496<Test name="vec2" />
16497<Test name="vec3" />
16498<Test name="vec4" />
16499</TestCase>
16500<TestCase name="highp_vertex">
16501<Test name="scalar" />
16502<Test name="vec2" />
16503<Test name="vec3" />
16504<Test name="vec4" />
16505</TestCase>
16506<TestCase name="highp_fragment">
16507<Test name="scalar" />
16508<Test name="vec2" />
16509<Test name="vec3" />
16510<Test name="vec4" />
16511</TestCase>
16512</TestSuite>
16513<TestSuite name="log2">
16514<TestCase name="lowp_vertex">
16515<Test name="scalar" />
16516<Test name="vec2" />
16517<Test name="vec3" />
16518<Test name="vec4" />
16519</TestCase>
16520<TestCase name="lowp_fragment">
16521<Test name="scalar" />
16522<Test name="vec2" />
16523<Test name="vec3" />
16524<Test name="vec4" />
16525</TestCase>
16526<TestCase name="mediump_vertex">
16527<Test name="scalar" />
16528<Test name="vec2" />
16529<Test name="vec3" />
16530<Test name="vec4" />
16531</TestCase>
16532<TestCase name="mediump_fragment">
16533<Test name="scalar" />
16534<Test name="vec2" />
16535<Test name="vec3" />
16536<Test name="vec4" />
16537</TestCase>
16538<TestCase name="highp_vertex">
16539<Test name="scalar" />
16540<Test name="vec2" />
16541<Test name="vec3" />
16542<Test name="vec4" />
16543</TestCase>
16544<TestCase name="highp_fragment">
16545<Test name="scalar" />
16546<Test name="vec2" />
16547<Test name="vec3" />
16548<Test name="vec4" />
16549</TestCase>
16550</TestSuite>
16551<TestSuite name="sqrt">
16552<TestCase name="lowp_vertex">
16553<Test name="scalar" />
16554<Test name="vec2" />
16555<Test name="vec3" />
16556<Test name="vec4" />
16557</TestCase>
16558<TestCase name="lowp_fragment">
16559<Test name="scalar" />
16560<Test name="vec2" />
16561<Test name="vec3" />
16562<Test name="vec4" />
16563</TestCase>
16564<TestCase name="mediump_vertex">
16565<Test name="scalar" />
16566<Test name="vec2" />
16567<Test name="vec3" />
16568<Test name="vec4" />
16569</TestCase>
16570<TestCase name="mediump_fragment">
16571<Test name="scalar" />
16572<Test name="vec2" />
16573<Test name="vec3" />
16574<Test name="vec4" />
16575</TestCase>
16576<TestCase name="highp_vertex">
16577<Test name="scalar" />
16578<Test name="vec2" />
16579<Test name="vec3" />
16580<Test name="vec4" />
16581</TestCase>
16582<TestCase name="highp_fragment">
16583<Test name="scalar" />
16584<Test name="vec2" />
16585<Test name="vec3" />
16586<Test name="vec4" />
16587</TestCase>
16588</TestSuite>
16589<TestSuite name="inversesqrt">
16590<TestCase name="lowp_vertex">
16591<Test name="scalar" />
16592<Test name="vec2" />
16593<Test name="vec3" />
16594<Test name="vec4" />
16595</TestCase>
16596<TestCase name="lowp_fragment">
16597<Test name="scalar" />
16598<Test name="vec2" />
16599<Test name="vec3" />
16600<Test name="vec4" />
16601</TestCase>
16602<TestCase name="mediump_vertex">
16603<Test name="scalar" />
16604<Test name="vec2" />
16605<Test name="vec3" />
16606<Test name="vec4" />
16607</TestCase>
16608<TestCase name="mediump_fragment">
16609<Test name="scalar" />
16610<Test name="vec2" />
16611<Test name="vec3" />
16612<Test name="vec4" />
16613</TestCase>
16614<TestCase name="highp_vertex">
16615<Test name="scalar" />
16616<Test name="vec2" />
16617<Test name="vec3" />
16618<Test name="vec4" />
16619</TestCase>
16620<TestCase name="highp_fragment">
16621<Test name="scalar" />
16622<Test name="vec2" />
16623<Test name="vec3" />
16624<Test name="vec4" />
16625</TestCase>
16626</TestSuite>
16627<TestSuite name="abs">
16628<TestCase name="lowp_vertex">
16629<Test name="scalar" />
16630<Test name="vec2" />
16631<Test name="vec3" />
16632<Test name="vec4" />
16633</TestCase>
16634<TestCase name="lowp_fragment">
16635<Test name="scalar" />
16636<Test name="vec2" />
16637<Test name="vec3" />
16638<Test name="vec4" />
16639</TestCase>
16640<TestCase name="mediump_vertex">
16641<Test name="scalar" />
16642<Test name="vec2" />
16643<Test name="vec3" />
16644<Test name="vec4" />
16645</TestCase>
16646<TestCase name="mediump_fragment">
16647<Test name="scalar" />
16648<Test name="vec2" />
16649<Test name="vec3" />
16650<Test name="vec4" />
16651</TestCase>
16652<TestCase name="highp_vertex">
16653<Test name="scalar" />
16654<Test name="vec2" />
16655<Test name="vec3" />
16656<Test name="vec4" />
16657</TestCase>
16658<TestCase name="highp_fragment">
16659<Test name="scalar" />
16660<Test name="vec2" />
16661<Test name="vec3" />
16662<Test name="vec4" />
16663</TestCase>
16664</TestSuite>
16665<TestSuite name="sign">
16666<TestCase name="lowp_vertex">
16667<Test name="scalar" />
16668<Test name="vec2" />
16669<Test name="vec3" />
16670<Test name="vec4" />
16671</TestCase>
16672<TestCase name="lowp_fragment">
16673<Test name="scalar" />
16674<Test name="vec2" />
16675<Test name="vec3" />
16676<Test name="vec4" />
16677</TestCase>
16678<TestCase name="mediump_vertex">
16679<Test name="scalar" />
16680<Test name="vec2" />
16681<Test name="vec3" />
16682<Test name="vec4" />
16683</TestCase>
16684<TestCase name="mediump_fragment">
16685<Test name="scalar" />
16686<Test name="vec2" />
16687<Test name="vec3" />
16688<Test name="vec4" />
16689</TestCase>
16690<TestCase name="highp_vertex">
16691<Test name="scalar" />
16692<Test name="vec2" />
16693<Test name="vec3" />
16694<Test name="vec4" />
16695</TestCase>
16696<TestCase name="highp_fragment">
16697<Test name="scalar" />
16698<Test name="vec2" />
16699<Test name="vec3" />
16700<Test name="vec4" />
16701</TestCase>
16702</TestSuite>
16703<TestSuite name="floor">
16704<TestCase name="lowp_vertex">
16705<Test name="scalar" />
16706<Test name="vec2" />
16707<Test name="vec3" />
16708<Test name="vec4" />
16709</TestCase>
16710<TestCase name="lowp_fragment">
16711<Test name="scalar" />
16712<Test name="vec2" />
16713<Test name="vec3" />
16714<Test name="vec4" />
16715</TestCase>
16716<TestCase name="mediump_vertex">
16717<Test name="scalar" />
16718<Test name="vec2" />
16719<Test name="vec3" />
16720<Test name="vec4" />
16721</TestCase>
16722<TestCase name="mediump_fragment">
16723<Test name="scalar" />
16724<Test name="vec2" />
16725<Test name="vec3" />
16726<Test name="vec4" />
16727</TestCase>
16728<TestCase name="highp_vertex">
16729<Test name="scalar" />
16730<Test name="vec2" />
16731<Test name="vec3" />
16732<Test name="vec4" />
16733</TestCase>
16734<TestCase name="highp_fragment">
16735<Test name="scalar" />
16736<Test name="vec2" />
16737<Test name="vec3" />
16738<Test name="vec4" />
16739</TestCase>
16740</TestSuite>
16741<TestSuite name="trunc">
16742<TestCase name="lowp_vertex">
16743<Test name="scalar" />
16744<Test name="vec2" />
16745<Test name="vec3" />
16746<Test name="vec4" />
16747</TestCase>
16748<TestCase name="lowp_fragment">
16749<Test name="scalar" />
16750<Test name="vec2" />
16751<Test name="vec3" />
16752<Test name="vec4" />
16753</TestCase>
16754<TestCase name="mediump_vertex">
16755<Test name="scalar" />
16756<Test name="vec2" />
16757<Test name="vec3" />
16758<Test name="vec4" />
16759</TestCase>
16760<TestCase name="mediump_fragment">
16761<Test name="scalar" />
16762<Test name="vec2" />
16763<Test name="vec3" />
16764<Test name="vec4" />
16765</TestCase>
16766<TestCase name="highp_vertex">
16767<Test name="scalar" />
16768<Test name="vec2" />
16769<Test name="vec3" />
16770<Test name="vec4" />
16771</TestCase>
16772<TestCase name="highp_fragment">
16773<Test name="scalar" />
16774<Test name="vec2" />
16775<Test name="vec3" />
16776<Test name="vec4" />
16777</TestCase>
16778</TestSuite>
16779<TestSuite name="round">
16780<TestCase name="lowp_vertex">
16781<Test name="scalar" />
16782<Test name="vec2" />
16783<Test name="vec3" />
16784<Test name="vec4" />
16785</TestCase>
16786<TestCase name="lowp_fragment">
16787<Test name="scalar" />
16788<Test name="vec2" />
16789<Test name="vec3" />
16790<Test name="vec4" />
16791</TestCase>
16792<TestCase name="mediump_vertex">
16793<Test name="scalar" />
16794<Test name="vec2" />
16795<Test name="vec3" />
16796<Test name="vec4" />
16797</TestCase>
16798<TestCase name="mediump_fragment">
16799<Test name="scalar" />
16800<Test name="vec2" />
16801<Test name="vec3" />
16802<Test name="vec4" />
16803</TestCase>
16804<TestCase name="highp_vertex">
16805<Test name="scalar" />
16806<Test name="vec2" />
16807<Test name="vec3" />
16808<Test name="vec4" />
16809</TestCase>
16810<TestCase name="highp_fragment">
16811<Test name="scalar" />
16812<Test name="vec2" />
16813<Test name="vec3" />
16814<Test name="vec4" />
16815</TestCase>
16816</TestSuite>
16817<TestSuite name="roundeven">
16818<TestCase name="lowp_vertex">
16819<Test name="scalar" />
16820<Test name="vec2" />
16821<Test name="vec3" />
16822<Test name="vec4" />
16823</TestCase>
16824<TestCase name="lowp_fragment">
16825<Test name="scalar" />
16826<Test name="vec2" />
16827<Test name="vec3" />
16828<Test name="vec4" />
16829</TestCase>
16830<TestCase name="mediump_vertex">
16831<Test name="scalar" />
16832<Test name="vec2" />
16833<Test name="vec3" />
16834<Test name="vec4" />
16835</TestCase>
16836<TestCase name="mediump_fragment">
16837<Test name="scalar" />
16838<Test name="vec2" />
16839<Test name="vec3" />
16840<Test name="vec4" />
16841</TestCase>
16842<TestCase name="highp_vertex">
16843<Test name="scalar" />
16844<Test name="vec2" />
16845<Test name="vec3" />
16846<Test name="vec4" />
16847</TestCase>
16848<TestCase name="highp_fragment">
16849<Test name="scalar" />
16850<Test name="vec2" />
16851<Test name="vec3" />
16852<Test name="vec4" />
16853</TestCase>
16854</TestSuite>
16855<TestSuite name="fract">
16856<TestCase name="lowp_vertex">
16857<Test name="scalar" />
16858<Test name="vec2" />
16859<Test name="vec3" />
16860<Test name="vec4" />
16861</TestCase>
16862<TestCase name="lowp_fragment">
16863<Test name="scalar" />
16864<Test name="vec2" />
16865<Test name="vec3" />
16866<Test name="vec4" />
16867</TestCase>
16868<TestCase name="mediump_vertex">
16869<Test name="scalar" />
16870<Test name="vec2" />
16871<Test name="vec3" />
16872<Test name="vec4" />
16873</TestCase>
16874<TestCase name="mediump_fragment">
16875<Test name="scalar" />
16876<Test name="vec2" />
16877<Test name="vec3" />
16878<Test name="vec4" />
16879</TestCase>
16880<TestCase name="highp_vertex">
16881<Test name="scalar" />
16882<Test name="vec2" />
16883<Test name="vec3" />
16884<Test name="vec4" />
16885</TestCase>
16886<TestCase name="highp_fragment">
16887<Test name="scalar" />
16888<Test name="vec2" />
16889<Test name="vec3" />
16890<Test name="vec4" />
16891</TestCase>
16892</TestSuite>
16893<TestSuite name="mod">
16894<TestCase name="lowp_vertex">
16895<Test name="scalar" />
16896<Test name="vec2" />
16897<Test name="vec3" />
16898<Test name="vec4" />
16899</TestCase>
16900<TestCase name="lowp_fragment">
16901<Test name="scalar" />
16902<Test name="vec2" />
16903<Test name="vec3" />
16904<Test name="vec4" />
16905</TestCase>
16906</TestSuite>
16907<TestSuite name="min">
16908<TestCase name="lowp_vertex">
16909<Test name="scalar" />
16910<Test name="vec2" />
16911<Test name="vec3" />
16912<Test name="vec4" />
16913</TestCase>
16914<TestCase name="lowp_fragment">
16915<Test name="scalar" />
16916<Test name="vec2" />
16917<Test name="vec3" />
16918<Test name="vec4" />
16919</TestCase>
16920<TestCase name="mediump_vertex">
16921<Test name="scalar" />
16922<Test name="vec2" />
16923<Test name="vec3" />
16924<Test name="vec4" />
16925</TestCase>
16926<TestCase name="mediump_fragment">
16927<Test name="scalar" />
16928<Test name="vec2" />
16929<Test name="vec3" />
16930<Test name="vec4" />
16931</TestCase>
16932</TestSuite>
16933<TestSuite name="max">
16934<TestCase name="lowp_vertex">
16935<Test name="scalar" />
16936<Test name="vec2" />
16937<Test name="vec3" />
16938<Test name="vec4" />
16939</TestCase>
16940<TestCase name="lowp_fragment">
16941<Test name="scalar" />
16942<Test name="vec2" />
16943<Test name="vec3" />
16944<Test name="vec4" />
16945</TestCase>
16946<TestCase name="mediump_vertex">
16947<Test name="scalar" />
16948<Test name="vec2" />
16949<Test name="vec3" />
16950<Test name="vec4" />
16951</TestCase>
16952<TestCase name="mediump_fragment">
16953<Test name="scalar" />
16954<Test name="vec2" />
16955<Test name="vec3" />
16956<Test name="vec4" />
16957</TestCase>
16958</TestSuite>
16959<TestSuite name="clamp">
16960<TestCase name="lowp_vertex">
16961<Test name="scalar" />
16962<Test name="vec2" />
16963<Test name="vec3" />
16964<Test name="vec4" />
16965</TestCase>
16966<TestCase name="lowp_fragment">
16967<Test name="scalar" />
16968<Test name="vec2" />
16969<Test name="vec3" />
16970<Test name="vec4" />
16971</TestCase>
16972<TestCase name="mediump_vertex">
16973<Test name="scalar" />
16974<Test name="vec2" />
16975<Test name="vec3" />
16976<Test name="vec4" />
16977</TestCase>
16978<TestCase name="mediump_fragment">
16979<Test name="scalar" />
16980<Test name="vec2" />
16981<Test name="vec3" />
16982<Test name="vec4" />
16983</TestCase>
16984</TestSuite>
16985<TestSuite name="step">
16986<TestCase name="lowp_vertex">
16987<Test name="scalar" />
16988<Test name="vec2" />
16989<Test name="vec3" />
16990<Test name="vec4" />
16991</TestCase>
16992<TestCase name="lowp_fragment">
16993<Test name="scalar" />
16994<Test name="vec2" />
16995<Test name="vec3" />
16996<Test name="vec4" />
16997</TestCase>
16998<TestCase name="mediump_vertex">
16999<Test name="scalar" />
17000<Test name="vec2" />
17001<Test name="vec3" />
17002<Test name="vec4" />
17003</TestCase>
17004<TestCase name="mediump_fragment">
17005<Test name="scalar" />
17006<Test name="vec2" />
17007<Test name="vec3" />
17008<Test name="vec4" />
17009</TestCase>
17010<TestCase name="highp_vertex">
17011<Test name="scalar" />
17012<Test name="vec2" />
17013<Test name="vec3" />
17014<Test name="vec4" />
17015</TestCase>
17016<TestCase name="highp_fragment">
17017<Test name="scalar" />
17018<Test name="vec2" />
17019<Test name="vec3" />
17020<Test name="vec4" />
17021</TestCase>
17022</TestSuite>
17023<TestSuite name="smoothstep">
17024<TestCase name="lowp_vertex">
17025<Test name="scalar" />
17026<Test name="vec2" />
17027<Test name="vec3" />
17028<Test name="vec4" />
17029</TestCase>
17030<TestCase name="lowp_fragment">
17031<Test name="scalar" />
17032<Test name="vec2" />
17033<Test name="vec3" />
17034<Test name="vec4" />
17035</TestCase>
17036<TestCase name="highp_vertex">
17037<Test name="scalar" />
17038<Test name="vec2" />
17039<Test name="vec3" />
17040<Test name="vec4" />
17041</TestCase>
17042<TestCase name="highp_fragment">
17043<Test name="scalar" />
17044<Test name="vec2" />
17045<Test name="vec3" />
17046<Test name="vec4" />
17047</TestCase>
17048</TestSuite>
17049<TestSuite name="length">
17050<TestCase name="lowp_vertex">
17051<Test name="scalar" />
17052<Test name="vec2" />
17053<Test name="vec3" />
17054<Test name="vec4" />
17055</TestCase>
17056<TestCase name="lowp_fragment">
17057<Test name="scalar" />
17058<Test name="vec2" />
17059<Test name="vec3" />
17060<Test name="vec4" />
17061</TestCase>
17062<TestCase name="mediump_vertex">
17063<Test name="scalar" />
17064<Test name="vec2" />
17065<Test name="vec3" />
17066<Test name="vec4" />
17067</TestCase>
17068<TestCase name="mediump_fragment">
17069<Test name="scalar" />
17070<Test name="vec2" />
17071<Test name="vec3" />
17072<Test name="vec4" />
17073</TestCase>
17074<TestCase name="highp_vertex">
17075<Test name="scalar" />
17076<Test name="vec2" />
17077<Test name="vec3" />
17078<Test name="vec4" />
17079</TestCase>
17080<TestCase name="highp_fragment">
17081<Test name="scalar" />
17082<Test name="vec2" />
17083<Test name="vec3" />
17084<Test name="vec4" />
17085</TestCase>
17086</TestSuite>
17087<TestSuite name="distance">
17088<TestCase name="lowp_vertex">
17089<Test name="scalar" />
17090<Test name="vec2" />
17091<Test name="vec3" />
17092<Test name="vec4" />
17093</TestCase>
17094<TestCase name="lowp_fragment">
17095<Test name="scalar" />
17096<Test name="vec2" />
17097<Test name="vec3" />
17098<Test name="vec4" />
17099</TestCase>
17100<TestCase name="mediump_vertex">
17101<Test name="scalar" />
17102<Test name="vec2" />
17103<Test name="vec3" />
17104<Test name="vec4" />
17105</TestCase>
17106<TestCase name="mediump_fragment">
17107<Test name="scalar" />
17108<Test name="vec2" />
17109<Test name="vec3" />
17110<Test name="vec4" />
17111</TestCase>
17112<TestCase name="highp_vertex">
17113<Test name="scalar" />
17114<Test name="vec2" />
17115<Test name="vec3" />
17116<Test name="vec4" />
17117</TestCase>
17118<TestCase name="highp_fragment">
17119<Test name="scalar" />
17120<Test name="vec2" />
17121<Test name="vec3" />
17122<Test name="vec4" />
17123</TestCase>
17124</TestSuite>
17125<TestSuite name="dot">
17126<TestCase name="lowp_vertex">
17127<Test name="vec3" />
17128<Test name="vec4" />
17129</TestCase>
17130<TestCase name="lowp_fragment">
17131<Test name="vec3" />
17132<Test name="vec4" />
17133</TestCase>
17134<TestCase name="mediump_vertex">
17135<Test name="vec3" />
17136<Test name="vec4" />
17137</TestCase>
17138<TestCase name="mediump_fragment">
17139<Test name="vec3" />
17140<Test name="vec4" />
17141</TestCase>
17142</TestSuite>
17143<TestCase name="cross">
17144<Test name="lowp_vertex" />
17145<Test name="lowp_fragment" />
17146<Test name="mediump_vertex" />
17147<Test name="mediump_fragment" />
17148</TestCase>
17149<TestSuite name="normalize">
17150<TestCase name="lowp_vertex">
17151<Test name="scalar" />
17152<Test name="vec2" />
17153<Test name="vec3" />
17154<Test name="vec4" />
17155</TestCase>
17156<TestCase name="lowp_fragment">
17157<Test name="scalar" />
17158<Test name="vec2" />
17159<Test name="vec3" />
17160<Test name="vec4" />
17161</TestCase>
17162<TestCase name="mediump_vertex">
17163<Test name="scalar" />
17164<Test name="vec2" />
17165<Test name="vec3" />
17166<Test name="vec4" />
17167</TestCase>
17168<TestCase name="mediump_fragment">
17169<Test name="scalar" />
17170<Test name="vec2" />
17171<Test name="vec3" />
17172<Test name="vec4" />
17173</TestCase>
17174<TestCase name="highp_vertex">
17175<Test name="scalar" />
17176<Test name="vec2" />
17177<Test name="vec3" />
17178<Test name="vec4" />
17179</TestCase>
17180<TestCase name="highp_fragment">
17181<Test name="scalar" />
17182<Test name="vec2" />
17183<Test name="vec3" />
17184<Test name="vec4" />
17185</TestCase>
17186</TestSuite>
17187<TestSuite name="faceforward">
17188<TestCase name="lowp_vertex">
17189<Test name="vec3" />
17190<Test name="vec4" />
17191</TestCase>
17192<TestCase name="lowp_fragment">
17193<Test name="vec3" />
17194<Test name="vec4" />
17195</TestCase>
17196<TestCase name="mediump_vertex">
17197<Test name="vec3" />
17198<Test name="vec4" />
17199</TestCase>
17200<TestCase name="mediump_fragment">
17201<Test name="vec3" />
17202<Test name="vec4" />
17203</TestCase>
17204<TestCase name="highp_vertex">
17205<Test name="vec3" />
17206<Test name="vec4" />
17207</TestCase>
17208<TestCase name="highp_fragment">
17209<Test name="vec3" />
17210<Test name="vec4" />
17211</TestCase>
17212</TestSuite>
17213<TestSuite name="reflect">
17214<TestCase name="lowp_vertex">
17215<Test name="scalar" />
17216<Test name="vec3" />
17217<Test name="vec4" />
17218</TestCase>
17219<TestCase name="lowp_fragment">
17220<Test name="scalar" />
17221<Test name="vec3" />
17222<Test name="vec4" />
17223</TestCase>
17224<TestCase name="mediump_vertex">
17225<Test name="scalar" />
17226<Test name="vec3" />
17227<Test name="vec4" />
17228</TestCase>
17229<TestCase name="mediump_fragment">
17230<Test name="scalar" />
17231<Test name="vec3" />
17232<Test name="vec4" />
17233</TestCase>
17234</TestSuite>
17235<TestSuite name="matrixcompmult">
17236<TestCase name="lowp_vertex">
17237<Test name="mat2" />
17238<Test name="mat2x3" />
17239<Test name="mat2x4" />
17240<Test name="mat3x2" />
17241<Test name="mat3" />
17242<Test name="mat3x4" />
17243<Test name="mat4x2" />
17244<Test name="mat4x3" />
17245<Test name="mat4" />
17246</TestCase>
17247<TestCase name="mediump_vertex">
17248<Test name="mat2" />
17249<Test name="mat2x3" />
17250<Test name="mat2x4" />
17251<Test name="mat3x2" />
17252<Test name="mat3" />
17253<Test name="mat3x4" />
17254<Test name="mat4x2" />
17255<Test name="mat4x3" />
17256<Test name="mat4" />
17257</TestCase>
17258</TestSuite>
17259<TestSuite name="outerproduct">
17260<TestCase name="lowp_vertex">
17261<Test name="mat2" />
17262<Test name="mat2x3" />
17263<Test name="mat2x4" />
17264<Test name="mat3x2" />
17265<Test name="mat3" />
17266<Test name="mat3x4" />
17267<Test name="mat4x2" />
17268<Test name="mat4x3" />
17269<Test name="mat4" />
17270</TestCase>
17271<TestCase name="lowp_fragment">
17272<Test name="mat2" />
17273<Test name="mat2x3" />
17274<Test name="mat2x4" />
17275<Test name="mat3x2" />
17276<Test name="mat3" />
17277<Test name="mat3x4" />
17278<Test name="mat4x2" />
17279<Test name="mat4x3" />
17280<Test name="mat4" />
17281</TestCase>
17282<TestCase name="mediump_vertex">
17283<Test name="mat2" />
17284<Test name="mat2x3" />
17285<Test name="mat2x4" />
17286<Test name="mat3x2" />
17287<Test name="mat3" />
17288<Test name="mat3x4" />
17289<Test name="mat4x2" />
17290<Test name="mat4x3" />
17291<Test name="mat4" />
17292</TestCase>
17293<TestCase name="mediump_fragment">
17294<Test name="mat2" />
17295<Test name="mat2x3" />
17296<Test name="mat2x4" />
17297<Test name="mat3x2" />
17298<Test name="mat3" />
17299<Test name="mat3x4" />
17300<Test name="mat4x2" />
17301<Test name="mat4x3" />
17302<Test name="mat4" />
17303</TestCase>
17304</TestSuite>
17305<TestSuite name="transpose">
17306<TestCase name="lowp_vertex">
17307<Test name="mat2" />
17308<Test name="mat2x3" />
17309<Test name="mat2x4" />
17310<Test name="mat3x2" />
17311<Test name="mat3" />
17312<Test name="mat3x4" />
17313<Test name="mat4x2" />
17314<Test name="mat4x3" />
17315<Test name="mat4" />
17316</TestCase>
17317<TestCase name="mediump_vertex">
17318<Test name="mat2" />
17319<Test name="mat2x3" />
17320<Test name="mat2x4" />
17321<Test name="mat3x2" />
17322<Test name="mat3" />
17323<Test name="mat3x4" />
17324<Test name="mat4x2" />
17325<Test name="mat4x3" />
17326<Test name="mat4" />
17327</TestCase>
17328<TestCase name="highp_vertex">
17329<Test name="mat2" />
17330<Test name="mat2x3" />
17331<Test name="mat2x4" />
17332<Test name="mat3x2" />
17333<Test name="mat3" />
17334<Test name="mat3x4" />
17335<Test name="mat4x2" />
17336<Test name="mat4x3" />
17337<Test name="mat4" />
17338</TestCase>
17339<TestCase name="highp_fragment">
17340<Test name="mat2" />
17341<Test name="mat3x2" />
17342<Test name="mat3" />
17343</TestCase>
17344</TestSuite>
17345<TestSuite name="determinant">
17346<TestCase name="lowp_vertex">
17347<Test name="mat2" />
17348</TestCase>
17349<TestCase name="lowp_fragment">
17350<Test name="mat2" />
17351</TestCase>
17352<TestCase name="mediump_vertex">
17353<Test name="mat2" />
17354</TestCase>
17355</TestSuite>
17356<TestSuite name="inverse">
17357<TestCase name="lowp_vertex">
17358<Test name="mat2" />
17359</TestCase>
17360<TestCase name="mediump_vertex">
17361<Test name="mat2" />
17362</TestCase>
17363</TestSuite>
17364</TestSuite>
17365</TestSuite>
17366<TestSuite name="invariance">
17367<TestCase name="highp">
17368<Test name="common_subexpression_0" />
17369<Test name="common_subexpression_2" />
17370<Test name="subexpression_precision_lowp" />
17371<Test name="subexpression_precision_mediump" />
17372<Test name="subexpression_precision_highp" />
17373<Test name="loop_2" />
17374<Test name="loop_3" />
17375<Test name="loop_4" />
17376</TestCase>
17377<TestCase name="mediump">
17378<Test name="common_subexpression_0" />
17379<Test name="common_subexpression_2" />
17380<Test name="subexpression_precision_lowp" />
17381<Test name="subexpression_precision_mediump" />
17382<Test name="subexpression_precision_highp" />
17383<Test name="loop_2" />
17384<Test name="loop_3" />
17385<Test name="loop_4" />
17386</TestCase>
17387<TestCase name="lowp">
17388<Test name="common_subexpression_0" />
17389<Test name="common_subexpression_2" />
17390<Test name="subexpression_precision_lowp" />
17391<Test name="subexpression_precision_mediump" />
17392<Test name="subexpression_precision_highp" />
17393<Test name="loop_2" />
17394<Test name="loop_3" />
17395<Test name="loop_4" />
17396</TestCase>
17397</TestSuite>
17398<TestCase name="fragdata">
17399<Test name="valid_static_index" />
17400<Test name="valid_uniform_index" />
17401<Test name="valid_dynamic_index" />
17402</TestCase>
17403<TestSuite name="constant_expressions">
17404<TestCase name="trivial">
17405<Test name="float_vertex" />
17406<Test name="float_fragment" />
17407<Test name="int_vertex" />
17408<Test name="int_fragment" />
17409<Test name="bool_vertex" />
17410<Test name="bool_fragment" />
17411<Test name="cast_vertex" />
17412<Test name="cast_fragment" />
17413</TestCase>
17414<TestCase name="operators">
17415<Test name="math_float_vertex" />
17416<Test name="math_float_fragment" />
17417<Test name="math_vec_vertex" />
17418<Test name="math_vec_fragment" />
17419<Test name="math_int_vertex" />
17420<Test name="math_int_fragment" />
17421<Test name="math_ivec_vertex" />
17422<Test name="math_ivec_fragment" />
17423<Test name="math_mat_vertex" />
17424<Test name="math_mat_fragment" />
17425<Test name="bitwise_vertex" />
17426<Test name="bitwise_fragment" />
17427<Test name="logical_vertex" />
17428<Test name="logical_fragment" />
17429<Test name="compare_vertex" />
17430<Test name="compare_fragment" />
17431<Test name="selection_vertex" />
17432<Test name="selection_fragment" />
17433</TestCase>
17434<TestCase name="complex_types">
17435<Test name="struct_vertex" />
17436<Test name="struct_fragment" />
17437<Test name="nested_struct_vertex" />
17438<Test name="nested_struct_fragment" />
17439<Test name="array_size_vertex" />
17440<Test name="array_size_fragment" />
17441</TestCase>
17442<TestCase name="other">
17443<Test name="switch_case_vertex" />
17444<Test name="switch_case_fragment" />
17445</TestCase>
17446<TestSuite name="builtin_functions">
17447<TestCase name="angle_and_trigonometry">
17448<Test name="sin_float_vertex" />
17449<Test name="sin_float_fragment" />
17450<Test name="sin_vec2_vertex" />
17451<Test name="sin_vec2_fragment" />
17452<Test name="sin_vec3_vertex" />
17453<Test name="sin_vec3_fragment" />
17454<Test name="sin_vec4_vertex" />
17455<Test name="sin_vec4_fragment" />
17456<Test name="cos_float_vertex" />
17457<Test name="cos_float_fragment" />
17458<Test name="cos_vec2_vertex" />
17459<Test name="cos_vec2_fragment" />
17460<Test name="cos_vec3_vertex" />
17461<Test name="cos_vec3_fragment" />
17462<Test name="cos_vec4_vertex" />
17463<Test name="cos_vec4_fragment" />
17464</TestCase>
17465<TestCase name="exponential">
17466<Test name="pow_float_vertex" />
17467<Test name="pow_float_fragment" />
17468<Test name="pow_vec2_vertex" />
17469<Test name="pow_vec2_fragment" />
17470<Test name="pow_vec3_vertex" />
17471<Test name="pow_vec3_fragment" />
17472<Test name="pow_vec4_vertex" />
17473<Test name="pow_vec4_fragment" />
17474<Test name="exp_float_vertex" />
17475<Test name="exp_float_fragment" />
17476<Test name="exp_vec2_vertex" />
17477<Test name="exp_vec2_fragment" />
17478<Test name="exp_vec3_vertex" />
17479<Test name="exp_vec3_fragment" />
17480<Test name="exp_vec4_vertex" />
17481<Test name="exp_vec4_fragment" />
17482<Test name="log_float_vertex" />
17483<Test name="log_float_fragment" />
17484<Test name="log_vec2_vertex" />
17485<Test name="log_vec2_fragment" />
17486<Test name="log_vec3_vertex" />
17487<Test name="log_vec3_fragment" />
17488<Test name="log_vec4_vertex" />
17489<Test name="log_vec4_fragment" />
17490<Test name="exp2_float_vertex" />
17491<Test name="exp2_float_fragment" />
17492<Test name="exp2_vec2_vertex" />
17493<Test name="exp2_vec2_fragment" />
17494<Test name="exp2_vec3_vertex" />
17495<Test name="exp2_vec3_fragment" />
17496<Test name="exp2_vec4_vertex" />
17497<Test name="exp2_vec4_fragment" />
17498<Test name="log2_float_vertex" />
17499<Test name="log2_float_fragment" />
17500<Test name="log2_vec2_vertex" />
17501<Test name="log2_vec2_fragment" />
17502<Test name="log2_vec3_vertex" />
17503<Test name="log2_vec3_fragment" />
17504<Test name="log2_vec4_vertex" />
17505<Test name="log2_vec4_fragment" />
17506<Test name="sqrt_float_vertex" />
17507<Test name="sqrt_float_fragment" />
17508<Test name="sqrt_vec2_vertex" />
17509<Test name="sqrt_vec2_fragment" />
17510<Test name="sqrt_vec3_vertex" />
17511<Test name="sqrt_vec3_fragment" />
17512<Test name="sqrt_vec4_vertex" />
17513<Test name="sqrt_vec4_fragment" />
17514</TestCase>
17515<TestCase name="common">
17516<Test name="abs_float_vertex" />
17517<Test name="abs_float_fragment" />
17518<Test name="abs_vec2_vertex" />
17519<Test name="abs_vec2_fragment" />
17520<Test name="abs_vec3_vertex" />
17521<Test name="abs_vec3_fragment" />
17522<Test name="abs_vec4_vertex" />
17523<Test name="abs_vec4_fragment" />
17524<Test name="sign_float_vertex" />
17525<Test name="sign_float_fragment" />
17526<Test name="sign_vec2_vertex" />
17527<Test name="sign_vec2_fragment" />
17528<Test name="sign_vec3_vertex" />
17529<Test name="sign_vec3_fragment" />
17530<Test name="sign_vec4_vertex" />
17531<Test name="sign_vec4_fragment" />
17532<Test name="floor_float_vertex" />
17533<Test name="floor_float_fragment" />
17534<Test name="floor_vec2_vertex" />
17535<Test name="floor_vec2_fragment" />
17536<Test name="floor_vec3_vertex" />
17537<Test name="floor_vec3_fragment" />
17538<Test name="floor_vec4_vertex" />
17539<Test name="floor_vec4_fragment" />
17540<Test name="ceil_float_vertex" />
17541<Test name="ceil_float_fragment" />
17542<Test name="ceil_vec2_vertex" />
17543<Test name="ceil_vec2_fragment" />
17544<Test name="ceil_vec3_vertex" />
17545<Test name="ceil_vec3_fragment" />
17546<Test name="ceil_vec4_vertex" />
17547<Test name="ceil_vec4_fragment" />
17548<Test name="min_float_vertex" />
17549<Test name="min_float_fragment" />
17550<Test name="min_vec2_vertex" />
17551<Test name="min_vec2_fragment" />
17552<Test name="min_vec2_float_vertex" />
17553<Test name="min_vec2_float_fragment" />
17554<Test name="min_vec3_vertex" />
17555<Test name="min_vec3_fragment" />
17556<Test name="min_vec3_float_vertex" />
17557<Test name="min_vec3_float_fragment" />
17558<Test name="min_vec4_vertex" />
17559<Test name="min_vec4_fragment" />
17560<Test name="min_vec4_float_vertex" />
17561<Test name="min_vec4_float_fragment" />
17562<Test name="max_float_vertex" />
17563<Test name="max_float_fragment" />
17564<Test name="max_vec2_vertex" />
17565<Test name="max_vec2_fragment" />
17566<Test name="max_vec2_float_vertex" />
17567<Test name="max_vec2_float_fragment" />
17568<Test name="max_vec3_vertex" />
17569<Test name="max_vec3_fragment" />
17570<Test name="max_vec3_float_vertex" />
17571<Test name="max_vec3_float_fragment" />
17572<Test name="max_vec4_vertex" />
17573<Test name="max_vec4_fragment" />
17574<Test name="max_vec4_float_vertex" />
17575<Test name="max_vec4_float_fragment" />
17576<Test name="clamp_float_vertex" />
17577<Test name="clamp_float_fragment" />
17578<Test name="clamp_vec2_vertex" />
17579<Test name="clamp_vec2_fragment" />
17580<Test name="clamp_vec2_float_vertex" />
17581<Test name="clamp_vec2_float_fragment" />
17582<Test name="clamp_vec3_vertex" />
17583<Test name="clamp_vec3_fragment" />
17584<Test name="clamp_vec3_float_vertex" />
17585<Test name="clamp_vec3_float_fragment" />
17586<Test name="clamp_vec4_vertex" />
17587<Test name="clamp_vec4_fragment" />
17588<Test name="clamp_vec4_float_vertex" />
17589<Test name="clamp_vec4_float_fragment" />
17590</TestCase>
17591<TestCase name="geometric">
17592<Test name="length_float_vertex" />
17593<Test name="length_float_fragment" />
17594<Test name="length_vec2_vertex" />
17595<Test name="length_vec2_fragment" />
17596<Test name="length_vec3_vertex" />
17597<Test name="length_vec3_fragment" />
17598<Test name="length_vec4_vertex" />
17599<Test name="length_vec4_fragment" />
17600<Test name="dot_float_vertex" />
17601<Test name="dot_float_fragment" />
17602<Test name="dot_vec2_vertex" />
17603<Test name="dot_vec2_fragment" />
17604<Test name="dot_vec3_vertex" />
17605<Test name="dot_vec3_fragment" />
17606<Test name="dot_vec4_vertex" />
17607<Test name="dot_vec4_fragment" />
17608<Test name="normalize_float_vertex" />
17609<Test name="normalize_float_fragment" />
17610<Test name="normalize_vec2_vertex" />
17611<Test name="normalize_vec2_fragment" />
17612<Test name="normalize_vec3_vertex" />
17613<Test name="normalize_vec3_fragment" />
17614<Test name="normalize_vec4_vertex" />
17615<Test name="normalize_vec4_fragment" />
17616</TestCase>
17617</TestSuite>
17618</TestSuite>
17619<TestSuite name="random">
17620<TestSuite name="basic_expression">
17621<TestCase name="vertex">
17622<Test name="0" />
17623<Test name="1" />
17624<Test name="2" />
17625<Test name="3" />
17626<Test name="4" />
17627<Test name="5" />
17628<Test name="6" />
17629<Test name="7" />
17630<Test name="8" />
17631<Test name="9" />
17632<Test name="10" />
17633<Test name="11" />
17634<Test name="12" />
17635<Test name="13" />
17636<Test name="14" />
17637<Test name="15" />
17638<Test name="16" />
17639<Test name="17" />
17640<Test name="18" />
17641<Test name="19" />
17642<Test name="20" />
17643<Test name="21" />
17644<Test name="22" />
17645<Test name="23" />
17646<Test name="24" />
17647<Test name="25" />
17648<Test name="26" />
17649<Test name="27" />
17650<Test name="28" />
17651<Test name="29" />
17652<Test name="30" />
17653<Test name="31" />
17654<Test name="32" />
17655<Test name="33" />
17656<Test name="34" />
17657<Test name="35" />
17658<Test name="36" />
17659<Test name="37" />
17660<Test name="38" />
17661<Test name="39" />
17662<Test name="40" />
17663<Test name="41" />
17664<Test name="42" />
17665<Test name="43" />
17666<Test name="44" />
17667<Test name="45" />
17668<Test name="46" />
17669<Test name="47" />
17670<Test name="48" />
17671<Test name="49" />
17672<Test name="50" />
17673<Test name="51" />
17674<Test name="52" />
17675<Test name="53" />
17676<Test name="54" />
17677<Test name="55" />
17678<Test name="56" />
17679<Test name="57" />
17680<Test name="58" />
17681<Test name="59" />
17682<Test name="60" />
17683<Test name="61" />
17684<Test name="62" />
17685<Test name="63" />
17686<Test name="64" />
17687<Test name="65" />
17688<Test name="66" />
17689<Test name="67" />
17690<Test name="68" />
17691<Test name="69" />
17692<Test name="70" />
17693<Test name="71" />
17694<Test name="72" />
17695<Test name="73" />
17696<Test name="74" />
17697<Test name="75" />
17698<Test name="76" />
17699<Test name="77" />
17700<Test name="78" />
17701<Test name="79" />
17702<Test name="80" />
17703<Test name="81" />
17704<Test name="82" />
17705<Test name="83" />
17706<Test name="84" />
17707<Test name="85" />
17708<Test name="86" />
17709<Test name="87" />
17710<Test name="88" />
17711<Test name="89" />
17712<Test name="90" />
17713<Test name="91" />
17714<Test name="92" />
17715<Test name="93" />
17716<Test name="94" />
17717<Test name="95" />
17718<Test name="96" />
17719<Test name="97" />
17720<Test name="98" />
17721<Test name="99" />
17722</TestCase>
17723<TestCase name="fragment">
17724<Test name="0" />
17725<Test name="1" />
17726<Test name="2" />
17727<Test name="3" />
17728<Test name="4" />
17729<Test name="5" />
17730<Test name="6" />
17731<Test name="7" />
17732<Test name="8" />
17733<Test name="9" />
17734<Test name="10" />
17735<Test name="11" />
17736<Test name="12" />
17737<Test name="13" />
17738<Test name="14" />
17739<Test name="15" />
17740<Test name="16" />
17741<Test name="17" />
17742<Test name="18" />
17743<Test name="19" />
17744<Test name="20" />
17745<Test name="21" />
17746<Test name="22" />
17747<Test name="23" />
17748<Test name="24" />
17749<Test name="25" />
17750<Test name="26" />
17751<Test name="27" />
17752<Test name="28" />
17753<Test name="29" />
17754<Test name="30" />
17755<Test name="31" />
17756<Test name="32" />
17757<Test name="33" />
17758<Test name="34" />
17759<Test name="35" />
17760<Test name="36" />
17761<Test name="37" />
17762<Test name="38" />
17763<Test name="39" />
17764<Test name="40" />
17765<Test name="41" />
17766<Test name="42" />
17767<Test name="43" />
17768<Test name="44" />
17769<Test name="45" />
17770<Test name="46" />
17771<Test name="47" />
17772<Test name="48" />
17773<Test name="49" />
17774<Test name="50" />
17775<Test name="51" />
17776<Test name="52" />
17777<Test name="53" />
17778<Test name="54" />
17779<Test name="55" />
17780<Test name="56" />
17781<Test name="57" />
17782<Test name="58" />
17783<Test name="59" />
17784<Test name="60" />
17785<Test name="61" />
17786<Test name="62" />
17787<Test name="63" />
17788<Test name="64" />
17789<Test name="65" />
17790<Test name="66" />
17791<Test name="67" />
17792<Test name="68" />
17793<Test name="69" />
17794<Test name="70" />
17795<Test name="71" />
17796<Test name="72" />
17797<Test name="73" />
17798<Test name="74" />
17799<Test name="75" />
17800<Test name="76" />
17801<Test name="77" />
17802<Test name="78" />
17803<Test name="79" />
17804<Test name="80" />
17805<Test name="81" />
17806<Test name="82" />
17807<Test name="83" />
17808<Test name="84" />
17809<Test name="85" />
17810<Test name="86" />
17811<Test name="87" />
17812<Test name="88" />
17813<Test name="89" />
17814<Test name="90" />
17815<Test name="91" />
17816<Test name="92" />
17817<Test name="93" />
17818<Test name="94" />
17819<Test name="95" />
17820<Test name="96" />
17821<Test name="97" />
17822<Test name="98" />
17823<Test name="99" />
17824</TestCase>
17825<TestCase name="combined">
17826<Test name="0" />
17827<Test name="1" />
17828<Test name="2" />
17829<Test name="3" />
17830<Test name="4" />
17831<Test name="5" />
17832<Test name="6" />
17833<Test name="7" />
17834<Test name="8" />
17835<Test name="9" />
17836<Test name="10" />
17837<Test name="11" />
17838<Test name="12" />
17839<Test name="13" />
17840<Test name="14" />
17841<Test name="15" />
17842<Test name="16" />
17843<Test name="17" />
17844<Test name="18" />
17845<Test name="19" />
17846<Test name="20" />
17847<Test name="21" />
17848<Test name="22" />
17849<Test name="23" />
17850<Test name="24" />
17851<Test name="25" />
17852<Test name="26" />
17853<Test name="27" />
17854<Test name="28" />
17855<Test name="29" />
17856<Test name="30" />
17857<Test name="31" />
17858<Test name="32" />
17859<Test name="33" />
17860<Test name="34" />
17861<Test name="35" />
17862<Test name="36" />
17863<Test name="37" />
17864<Test name="38" />
17865<Test name="39" />
17866<Test name="40" />
17867<Test name="41" />
17868<Test name="42" />
17869<Test name="43" />
17870<Test name="44" />
17871<Test name="45" />
17872<Test name="46" />
17873<Test name="47" />
17874<Test name="48" />
17875<Test name="49" />
17876<Test name="50" />
17877<Test name="51" />
17878<Test name="52" />
17879<Test name="53" />
17880<Test name="54" />
17881<Test name="55" />
17882<Test name="56" />
17883<Test name="57" />
17884<Test name="58" />
17885<Test name="59" />
17886<Test name="60" />
17887<Test name="61" />
17888<Test name="62" />
17889<Test name="63" />
17890<Test name="64" />
17891<Test name="65" />
17892<Test name="66" />
17893<Test name="67" />
17894<Test name="68" />
17895<Test name="69" />
17896<Test name="70" />
17897<Test name="71" />
17898<Test name="72" />
17899<Test name="73" />
17900<Test name="74" />
17901<Test name="75" />
17902<Test name="76" />
17903<Test name="77" />
17904<Test name="78" />
17905<Test name="79" />
17906<Test name="80" />
17907<Test name="81" />
17908<Test name="82" />
17909<Test name="83" />
17910<Test name="84" />
17911<Test name="85" />
17912<Test name="86" />
17913<Test name="87" />
17914<Test name="88" />
17915<Test name="89" />
17916<Test name="90" />
17917<Test name="91" />
17918<Test name="92" />
17919<Test name="93" />
17920<Test name="94" />
17921<Test name="95" />
17922<Test name="96" />
17923<Test name="97" />
17924<Test name="98" />
17925<Test name="99" />
17926</TestCase>
17927</TestSuite>
17928<TestSuite name="scalar_conversion">
17929<TestCase name="vertex">
17930<Test name="0" />
17931<Test name="1" />
17932<Test name="2" />
17933<Test name="3" />
17934<Test name="4" />
17935<Test name="5" />
17936<Test name="6" />
17937<Test name="7" />
17938<Test name="8" />
17939<Test name="9" />
17940<Test name="10" />
17941<Test name="11" />
17942<Test name="12" />
17943<Test name="13" />
17944<Test name="14" />
17945<Test name="15" />
17946<Test name="16" />
17947<Test name="17" />
17948<Test name="18" />
17949<Test name="19" />
17950<Test name="20" />
17951<Test name="21" />
17952<Test name="22" />
17953<Test name="23" />
17954<Test name="24" />
17955<Test name="25" />
17956<Test name="26" />
17957<Test name="27" />
17958<Test name="28" />
17959<Test name="29" />
17960<Test name="30" />
17961<Test name="31" />
17962<Test name="32" />
17963<Test name="33" />
17964<Test name="34" />
17965<Test name="35" />
17966<Test name="36" />
17967<Test name="37" />
17968<Test name="38" />
17969<Test name="39" />
17970<Test name="40" />
17971<Test name="41" />
17972<Test name="42" />
17973<Test name="43" />
17974<Test name="44" />
17975<Test name="45" />
17976<Test name="46" />
17977<Test name="47" />
17978<Test name="48" />
17979<Test name="49" />
17980<Test name="50" />
17981<Test name="51" />
17982<Test name="52" />
17983<Test name="53" />
17984<Test name="54" />
17985<Test name="55" />
17986<Test name="56" />
17987<Test name="57" />
17988<Test name="58" />
17989<Test name="59" />
17990<Test name="60" />
17991<Test name="61" />
17992<Test name="62" />
17993<Test name="63" />
17994<Test name="64" />
17995<Test name="65" />
17996<Test name="66" />
17997<Test name="67" />
17998<Test name="68" />
17999<Test name="69" />
18000<Test name="70" />
18001<Test name="71" />
18002<Test name="72" />
18003<Test name="73" />
18004<Test name="74" />
18005<Test name="75" />
18006<Test name="76" />
18007<Test name="77" />
18008<Test name="78" />
18009<Test name="79" />
18010<Test name="80" />
18011<Test name="81" />
18012<Test name="82" />
18013<Test name="83" />
18014<Test name="84" />
18015<Test name="85" />
18016<Test name="86" />
18017<Test name="87" />
18018<Test name="88" />
18019<Test name="89" />
18020<Test name="90" />
18021<Test name="91" />
18022<Test name="92" />
18023<Test name="93" />
18024<Test name="94" />
18025<Test name="95" />
18026<Test name="96" />
18027<Test name="97" />
18028<Test name="98" />
18029<Test name="99" />
18030</TestCase>
18031<TestCase name="fragment">
18032<Test name="0" />
18033<Test name="1" />
18034<Test name="2" />
18035<Test name="3" />
18036<Test name="4" />
18037<Test name="5" />
18038<Test name="6" />
18039<Test name="7" />
18040<Test name="8" />
18041<Test name="9" />
18042<Test name="10" />
18043<Test name="11" />
18044<Test name="12" />
18045<Test name="13" />
18046<Test name="14" />
18047<Test name="15" />
18048<Test name="16" />
18049<Test name="17" />
18050<Test name="18" />
18051<Test name="19" />
18052<Test name="20" />
18053<Test name="21" />
18054<Test name="22" />
18055<Test name="23" />
18056<Test name="24" />
18057<Test name="25" />
18058<Test name="26" />
18059<Test name="27" />
18060<Test name="28" />
18061<Test name="29" />
18062<Test name="30" />
18063<Test name="31" />
18064<Test name="32" />
18065<Test name="33" />
18066<Test name="34" />
18067<Test name="35" />
18068<Test name="36" />
18069<Test name="37" />
18070<Test name="38" />
18071<Test name="39" />
18072<Test name="40" />
18073<Test name="41" />
18074<Test name="42" />
18075<Test name="43" />
18076<Test name="44" />
18077<Test name="45" />
18078<Test name="46" />
18079<Test name="47" />
18080<Test name="48" />
18081<Test name="49" />
18082<Test name="50" />
18083<Test name="51" />
18084<Test name="52" />
18085<Test name="53" />
18086<Test name="54" />
18087<Test name="55" />
18088<Test name="56" />
18089<Test name="57" />
18090<Test name="58" />
18091<Test name="59" />
18092<Test name="60" />
18093<Test name="61" />
18094<Test name="62" />
18095<Test name="63" />
18096<Test name="64" />
18097<Test name="65" />
18098<Test name="66" />
18099<Test name="67" />
18100<Test name="68" />
18101<Test name="69" />
18102<Test name="70" />
18103<Test name="71" />
18104<Test name="73" />
18105<Test name="74" />
18106<Test name="75" />
18107<Test name="76" />
18108<Test name="77" />
18109<Test name="78" />
18110<Test name="79" />
18111<Test name="80" />
18112<Test name="81" />
18113<Test name="82" />
18114<Test name="83" />
18115<Test name="84" />
18116<Test name="85" />
18117<Test name="86" />
18118<Test name="87" />
18119<Test name="88" />
18120<Test name="89" />
18121<Test name="90" />
18122<Test name="91" />
18123<Test name="92" />
18124<Test name="93" />
18125<Test name="94" />
18126<Test name="95" />
18127<Test name="96" />
18128<Test name="97" />
18129<Test name="98" />
18130<Test name="99" />
18131</TestCase>
18132<TestCase name="combined">
18133<Test name="0" />
18134<Test name="1" />
18135<Test name="2" />
18136<Test name="3" />
18137<Test name="4" />
18138<Test name="5" />
18139<Test name="6" />
18140<Test name="7" />
18141<Test name="8" />
18142<Test name="9" />
18143<Test name="10" />
18144<Test name="11" />
18145<Test name="12" />
18146<Test name="13" />
18147<Test name="14" />
18148<Test name="15" />
18149<Test name="16" />
18150<Test name="17" />
18151<Test name="18" />
18152<Test name="19" />
18153<Test name="20" />
18154<Test name="21" />
18155<Test name="22" />
18156<Test name="23" />
18157<Test name="24" />
18158<Test name="25" />
18159<Test name="26" />
18160<Test name="27" />
18161<Test name="28" />
18162<Test name="29" />
18163<Test name="30" />
18164<Test name="31" />
18165<Test name="32" />
18166<Test name="33" />
18167<Test name="34" />
18168<Test name="35" />
18169<Test name="36" />
18170<Test name="37" />
18171<Test name="38" />
18172<Test name="39" />
18173<Test name="40" />
18174<Test name="41" />
18175<Test name="42" />
18176<Test name="43" />
18177<Test name="44" />
18178<Test name="45" />
18179<Test name="46" />
18180<Test name="47" />
18181<Test name="48" />
18182<Test name="49" />
18183<Test name="50" />
18184<Test name="51" />
18185<Test name="52" />
18186<Test name="53" />
18187<Test name="54" />
18188<Test name="55" />
18189<Test name="56" />
18190<Test name="57" />
18191<Test name="58" />
18192<Test name="59" />
18193<Test name="60" />
18194<Test name="61" />
18195<Test name="62" />
18196<Test name="63" />
18197<Test name="64" />
18198<Test name="65" />
18199<Test name="66" />
18200<Test name="67" />
18201<Test name="68" />
18202<Test name="69" />
18203<Test name="70" />
18204<Test name="71" />
18205<Test name="73" />
18206<Test name="74" />
18207<Test name="75" />
18208<Test name="76" />
18209<Test name="77" />
18210<Test name="78" />
18211<Test name="79" />
18212<Test name="80" />
18213<Test name="81" />
18214<Test name="82" />
18215<Test name="83" />
18216<Test name="84" />
18217<Test name="85" />
18218<Test name="86" />
18219<Test name="87" />
18220<Test name="88" />
18221<Test name="89" />
18222<Test name="90" />
18223<Test name="91" />
18224<Test name="92" />
18225<Test name="93" />
18226<Test name="94" />
18227<Test name="95" />
18228<Test name="96" />
18229<Test name="97" />
18230<Test name="98" />
18231<Test name="99" />
18232</TestCase>
18233</TestSuite>
18234<TestSuite name="swizzle">
18235<TestCase name="vertex">
18236<Test name="0" />
18237<Test name="1" />
18238<Test name="2" />
18239<Test name="3" />
18240<Test name="4" />
18241<Test name="5" />
18242<Test name="6" />
18243<Test name="7" />
18244<Test name="8" />
18245<Test name="9" />
18246<Test name="10" />
18247<Test name="11" />
18248<Test name="12" />
18249<Test name="13" />
18250<Test name="14" />
18251<Test name="15" />
18252<Test name="16" />
18253<Test name="17" />
18254<Test name="18" />
18255<Test name="19" />
18256<Test name="20" />
18257<Test name="21" />
18258<Test name="22" />
18259<Test name="23" />
18260<Test name="24" />
18261<Test name="25" />
18262<Test name="26" />
18263<Test name="27" />
18264<Test name="28" />
18265<Test name="29" />
18266<Test name="30" />
18267<Test name="31" />
18268<Test name="32" />
18269<Test name="33" />
18270<Test name="34" />
18271<Test name="35" />
18272<Test name="36" />
18273<Test name="37" />
18274<Test name="38" />
18275<Test name="39" />
18276<Test name="40" />
18277<Test name="41" />
18278<Test name="42" />
18279<Test name="43" />
18280<Test name="44" />
18281<Test name="45" />
18282<Test name="46" />
18283<Test name="47" />
18284<Test name="48" />
18285<Test name="49" />
18286</TestCase>
18287<TestCase name="fragment">
18288<Test name="0" />
18289<Test name="1" />
18290<Test name="2" />
18291<Test name="3" />
18292<Test name="4" />
18293<Test name="5" />
18294<Test name="6" />
18295<Test name="7" />
18296<Test name="8" />
18297<Test name="9" />
18298<Test name="10" />
18299<Test name="11" />
18300<Test name="12" />
18301<Test name="13" />
18302<Test name="14" />
18303<Test name="15" />
18304<Test name="16" />
18305<Test name="17" />
18306<Test name="18" />
18307<Test name="19" />
18308<Test name="20" />
18309<Test name="21" />
18310<Test name="22" />
18311<Test name="23" />
18312<Test name="24" />
18313<Test name="25" />
18314<Test name="26" />
18315<Test name="27" />
18316<Test name="28" />
18317<Test name="29" />
18318<Test name="30" />
18319<Test name="31" />
18320<Test name="32" />
18321<Test name="33" />
18322<Test name="34" />
18323<Test name="35" />
18324<Test name="36" />
18325<Test name="37" />
18326<Test name="38" />
18327<Test name="39" />
18328<Test name="40" />
18329<Test name="41" />
18330<Test name="42" />
18331<Test name="43" />
18332<Test name="44" />
18333<Test name="45" />
18334<Test name="46" />
18335<Test name="47" />
18336<Test name="48" />
18337<Test name="49" />
18338</TestCase>
18339</TestSuite>
18340<TestSuite name="comparison_ops">
18341<TestCase name="vertex">
18342<Test name="0" />
18343<Test name="1" />
18344<Test name="2" />
18345<Test name="3" />
18346<Test name="4" />
18347<Test name="5" />
18348<Test name="6" />
18349<Test name="7" />
18350<Test name="8" />
18351<Test name="9" />
18352<Test name="10" />
18353<Test name="11" />
18354<Test name="12" />
18355<Test name="13" />
18356<Test name="14" />
18357<Test name="15" />
18358<Test name="16" />
18359<Test name="17" />
18360<Test name="18" />
18361<Test name="19" />
18362<Test name="20" />
18363<Test name="21" />
18364<Test name="22" />
18365<Test name="23" />
18366<Test name="24" />
18367<Test name="25" />
18368<Test name="26" />
18369<Test name="27" />
18370<Test name="28" />
18371<Test name="29" />
18372<Test name="30" />
18373<Test name="31" />
18374<Test name="32" />
18375<Test name="33" />
18376<Test name="34" />
18377<Test name="35" />
18378<Test name="36" />
18379<Test name="37" />
18380<Test name="38" />
18381<Test name="39" />
18382<Test name="40" />
18383<Test name="42" />
18384<Test name="43" />
18385<Test name="44" />
18386<Test name="45" />
18387<Test name="46" />
18388<Test name="47" />
18389<Test name="48" />
18390<Test name="49" />
18391</TestCase>
18392<TestCase name="fragment">
18393<Test name="0" />
18394<Test name="1" />
18395<Test name="2" />
18396<Test name="3" />
18397<Test name="4" />
18398<Test name="5" />
18399<Test name="6" />
18400<Test name="7" />
18401<Test name="8" />
18402<Test name="9" />
18403<Test name="10" />
18404<Test name="11" />
18405<Test name="12" />
18406<Test name="13" />
18407<Test name="14" />
18408<Test name="15" />
18409<Test name="16" />
18410<Test name="17" />
18411<Test name="18" />
18412<Test name="19" />
18413<Test name="20" />
18414<Test name="21" />
18415<Test name="22" />
18416<Test name="23" />
18417<Test name="24" />
18418<Test name="25" />
18419<Test name="26" />
18420<Test name="27" />
18421<Test name="28" />
18422<Test name="29" />
18423<Test name="30" />
18424<Test name="31" />
18425<Test name="32" />
18426<Test name="33" />
18427<Test name="34" />
18428<Test name="35" />
18429<Test name="36" />
18430<Test name="37" />
18431<Test name="38" />
18432<Test name="39" />
18433<Test name="40" />
18434<Test name="42" />
18435<Test name="43" />
18436<Test name="44" />
18437<Test name="45" />
18438<Test name="46" />
18439<Test name="47" />
18440<Test name="48" />
18441<Test name="49" />
18442</TestCase>
18443</TestSuite>
18444<TestSuite name="conditionals">
18445<TestCase name="vertex">
18446<Test name="0" />
18447<Test name="1" />
18448<Test name="2" />
18449<Test name="3" />
18450<Test name="4" />
18451<Test name="5" />
18452<Test name="6" />
18453<Test name="7" />
18454<Test name="8" />
18455<Test name="9" />
18456<Test name="10" />
18457<Test name="11" />
18458<Test name="12" />
18459<Test name="13" />
18460<Test name="14" />
18461<Test name="15" />
18462<Test name="16" />
18463<Test name="17" />
18464<Test name="18" />
18465<Test name="19" />
18466<Test name="20" />
18467<Test name="21" />
18468<Test name="22" />
18469<Test name="23" />
18470<Test name="24" />
18471<Test name="25" />
18472<Test name="26" />
18473<Test name="27" />
18474<Test name="28" />
18475<Test name="29" />
18476<Test name="30" />
18477<Test name="31" />
18478<Test name="32" />
18479<Test name="33" />
18480<Test name="34" />
18481<Test name="35" />
18482<Test name="36" />
18483<Test name="37" />
18484<Test name="38" />
18485<Test name="39" />
18486<Test name="40" />
18487<Test name="41" />
18488<Test name="42" />
18489<Test name="43" />
18490<Test name="44" />
18491<Test name="45" />
18492<Test name="46" />
18493<Test name="47" />
18494<Test name="48" />
18495<Test name="49" />
18496<Test name="50" />
18497<Test name="51" />
18498<Test name="52" />
18499<Test name="53" />
18500<Test name="54" />
18501<Test name="55" />
18502<Test name="56" />
18503<Test name="57" />
18504<Test name="58" />
18505<Test name="59" />
18506<Test name="60" />
18507<Test name="61" />
18508<Test name="62" />
18509<Test name="63" />
18510<Test name="64" />
18511<Test name="65" />
18512<Test name="66" />
18513<Test name="67" />
18514<Test name="68" />
18515<Test name="69" />
18516<Test name="70" />
18517<Test name="71" />
18518<Test name="72" />
18519<Test name="73" />
18520<Test name="74" />
18521<Test name="75" />
18522<Test name="76" />
18523<Test name="77" />
18524<Test name="78" />
18525<Test name="79" />
18526<Test name="80" />
18527<Test name="81" />
18528<Test name="82" />
18529<Test name="83" />
18530<Test name="84" />
18531<Test name="85" />
18532<Test name="86" />
18533<Test name="87" />
18534<Test name="88" />
18535<Test name="89" />
18536<Test name="90" />
18537<Test name="91" />
18538<Test name="92" />
18539<Test name="93" />
18540<Test name="94" />
18541<Test name="95" />
18542<Test name="96" />
18543<Test name="97" />
18544<Test name="98" />
18545<Test name="99" />
18546</TestCase>
18547<TestCase name="fragment">
18548<Test name="0" />
18549<Test name="1" />
18550<Test name="2" />
18551<Test name="3" />
18552<Test name="4" />
18553<Test name="5" />
18554<Test name="6" />
18555<Test name="7" />
18556<Test name="8" />
18557<Test name="9" />
18558<Test name="10" />
18559<Test name="11" />
18560<Test name="12" />
18561<Test name="13" />
18562<Test name="14" />
18563<Test name="15" />
18564<Test name="16" />
18565<Test name="17" />
18566<Test name="18" />
18567<Test name="19" />
18568<Test name="20" />
18569<Test name="21" />
18570<Test name="22" />
18571<Test name="23" />
18572<Test name="24" />
18573<Test name="25" />
18574<Test name="26" />
18575<Test name="27" />
18576<Test name="28" />
18577<Test name="29" />
18578<Test name="30" />
18579<Test name="31" />
18580<Test name="32" />
18581<Test name="33" />
18582<Test name="34" />
18583<Test name="35" />
18584<Test name="36" />
18585<Test name="37" />
18586<Test name="38" />
18587<Test name="39" />
18588<Test name="40" />
18589<Test name="41" />
18590<Test name="42" />
18591<Test name="43" />
18592<Test name="44" />
18593<Test name="45" />
18594<Test name="46" />
18595<Test name="47" />
18596<Test name="48" />
18597<Test name="49" />
18598<Test name="50" />
18599<Test name="51" />
18600<Test name="52" />
18601<Test name="53" />
18602<Test name="54" />
18603<Test name="55" />
18604<Test name="56" />
18605<Test name="57" />
18606<Test name="58" />
18607<Test name="59" />
18608<Test name="60" />
18609<Test name="61" />
18610<Test name="62" />
18611<Test name="63" />
18612<Test name="64" />
18613<Test name="65" />
18614<Test name="66" />
18615<Test name="67" />
18616<Test name="68" />
18617<Test name="69" />
18618<Test name="70" />
18619<Test name="71" />
18620<Test name="72" />
18621<Test name="73" />
18622<Test name="74" />
18623<Test name="75" />
18624<Test name="76" />
18625<Test name="77" />
18626<Test name="78" />
18627<Test name="79" />
18628<Test name="80" />
18629<Test name="81" />
18630<Test name="82" />
18631<Test name="83" />
18632<Test name="84" />
18633<Test name="85" />
18634<Test name="86" />
18635<Test name="87" />
18636<Test name="88" />
18637<Test name="89" />
18638<Test name="90" />
18639<Test name="91" />
18640<Test name="92" />
18641<Test name="93" />
18642<Test name="94" />
18643<Test name="95" />
18644<Test name="96" />
18645<Test name="97" />
18646<Test name="98" />
18647<Test name="99" />
18648</TestCase>
18649<TestCase name="combined">
18650<Test name="0" />
18651<Test name="1" />
18652<Test name="2" />
18653<Test name="3" />
18654<Test name="4" />
18655<Test name="5" />
18656<Test name="6" />
18657<Test name="7" />
18658<Test name="8" />
18659<Test name="9" />
18660<Test name="10" />
18661<Test name="11" />
18662<Test name="12" />
18663<Test name="13" />
18664<Test name="14" />
18665<Test name="15" />
18666<Test name="16" />
18667<Test name="17" />
18668<Test name="18" />
18669<Test name="19" />
18670<Test name="20" />
18671<Test name="21" />
18672<Test name="22" />
18673<Test name="23" />
18674<Test name="24" />
18675<Test name="25" />
18676<Test name="26" />
18677<Test name="27" />
18678<Test name="28" />
18679<Test name="29" />
18680<Test name="30" />
18681<Test name="31" />
18682<Test name="32" />
18683<Test name="33" />
18684<Test name="34" />
18685<Test name="35" />
18686<Test name="36" />
18687<Test name="37" />
18688<Test name="38" />
18689<Test name="39" />
18690<Test name="40" />
18691<Test name="41" />
18692<Test name="42" />
18693<Test name="43" />
18694<Test name="44" />
18695<Test name="45" />
18696<Test name="46" />
18697<Test name="47" />
18698<Test name="48" />
18699<Test name="49" />
18700<Test name="50" />
18701<Test name="51" />
18702<Test name="52" />
18703<Test name="53" />
18704<Test name="54" />
18705<Test name="55" />
18706<Test name="56" />
18707<Test name="57" />
18708<Test name="58" />
18709<Test name="59" />
18710<Test name="60" />
18711<Test name="61" />
18712<Test name="62" />
18713<Test name="63" />
18714<Test name="64" />
18715<Test name="65" />
18716<Test name="66" />
18717<Test name="67" />
18718<Test name="68" />
18719<Test name="69" />
18720<Test name="70" />
18721<Test name="71" />
18722<Test name="72" />
18723<Test name="73" />
18724<Test name="74" />
18725<Test name="75" />
18726<Test name="76" />
18727<Test name="77" />
18728<Test name="78" />
18729<Test name="79" />
18730<Test name="80" />
18731<Test name="81" />
18732<Test name="82" />
18733<Test name="83" />
18734<Test name="84" />
18735<Test name="85" />
18736<Test name="86" />
18737<Test name="87" />
18738<Test name="88" />
18739<Test name="89" />
18740<Test name="90" />
18741<Test name="91" />
18742<Test name="92" />
18743<Test name="93" />
18744<Test name="94" />
18745<Test name="95" />
18746<Test name="96" />
18747<Test name="97" />
18748<Test name="98" />
18749<Test name="99" />
18750</TestCase>
18751</TestSuite>
18752<TestSuite name="trigonometric">
18753<TestCase name="vertex">
18754<Test name="0" />
18755<Test name="1" />
18756<Test name="2" />
18757<Test name="4" />
18758<Test name="5" />
18759<Test name="6" />
18760<Test name="7" />
18761<Test name="8" />
18762<Test name="9" />
18763<Test name="12" />
18764<Test name="13" />
18765<Test name="14" />
18766<Test name="16" />
18767<Test name="17" />
18768<Test name="18" />
18769<Test name="19" />
18770<Test name="20" />
18771<Test name="21" />
18772<Test name="22" />
18773<Test name="23" />
18774<Test name="24" />
18775<Test name="25" />
18776<Test name="26" />
18777<Test name="27" />
18778<Test name="28" />
18779<Test name="29" />
18780<Test name="30" />
18781<Test name="31" />
18782<Test name="32" />
18783<Test name="33" />
18784<Test name="34" />
18785<Test name="35" />
18786<Test name="36" />
18787<Test name="38" />
18788<Test name="39" />
18789<Test name="40" />
18790<Test name="41" />
18791<Test name="42" />
18792<Test name="43" />
18793<Test name="44" />
18794<Test name="45" />
18795<Test name="46" />
18796<Test name="47" />
18797<Test name="48" />
18798<Test name="50" />
18799<Test name="51" />
18800<Test name="52" />
18801<Test name="53" />
18802<Test name="54" />
18803<Test name="55" />
18804<Test name="56" />
18805<Test name="57" />
18806<Test name="58" />
18807<Test name="59" />
18808<Test name="60" />
18809<Test name="61" />
18810<Test name="62" />
18811<Test name="63" />
18812<Test name="64" />
18813<Test name="65" />
18814<Test name="66" />
18815<Test name="67" />
18816<Test name="68" />
18817<Test name="69" />
18818<Test name="70" />
18819<Test name="71" />
18820<Test name="72" />
18821<Test name="73" />
18822<Test name="74" />
18823<Test name="75" />
18824<Test name="76" />
18825<Test name="77" />
18826<Test name="78" />
18827<Test name="79" />
18828<Test name="80" />
18829<Test name="81" />
18830<Test name="82" />
18831<Test name="84" />
18832<Test name="85" />
18833<Test name="86" />
18834<Test name="87" />
18835<Test name="88" />
18836<Test name="90" />
18837<Test name="91" />
18838<Test name="92" />
18839<Test name="93" />
18840<Test name="95" />
18841<Test name="96" />
18842<Test name="97" />
18843<Test name="98" />
18844<Test name="99" />
18845</TestCase>
18846<TestCase name="fragment">
18847<Test name="0" />
18848<Test name="1" />
18849<Test name="2" />
18850<Test name="4" />
18851<Test name="5" />
18852<Test name="6" />
18853<Test name="7" />
18854<Test name="8" />
18855<Test name="9" />
18856<Test name="11" />
18857<Test name="12" />
18858<Test name="13" />
18859<Test name="14" />
18860<Test name="16" />
18861<Test name="17" />
18862<Test name="18" />
18863<Test name="19" />
18864<Test name="20" />
18865<Test name="21" />
18866<Test name="22" />
18867<Test name="23" />
18868<Test name="24" />
18869<Test name="25" />
18870<Test name="26" />
18871<Test name="27" />
18872<Test name="28" />
18873<Test name="29" />
18874<Test name="30" />
18875<Test name="31" />
18876<Test name="32" />
18877<Test name="33" />
18878<Test name="34" />
18879<Test name="35" />
18880<Test name="36" />
18881<Test name="38" />
18882<Test name="39" />
18883<Test name="41" />
18884<Test name="42" />
18885<Test name="43" />
18886<Test name="44" />
18887<Test name="45" />
18888<Test name="46" />
18889<Test name="47" />
18890<Test name="48" />
18891<Test name="50" />
18892<Test name="51" />
18893<Test name="52" />
18894<Test name="53" />
18895<Test name="54" />
18896<Test name="55" />
18897<Test name="56" />
18898<Test name="57" />
18899<Test name="58" />
18900<Test name="59" />
18901<Test name="60" />
18902<Test name="61" />
18903<Test name="62" />
18904<Test name="63" />
18905<Test name="64" />
18906<Test name="65" />
18907<Test name="66" />
18908<Test name="67" />
18909<Test name="68" />
18910<Test name="69" />
18911<Test name="70" />
18912<Test name="71" />
18913<Test name="72" />
18914<Test name="73" />
18915<Test name="74" />
18916<Test name="75" />
18917<Test name="76" />
18918<Test name="77" />
18919<Test name="78" />
18920<Test name="79" />
18921<Test name="80" />
18922<Test name="81" />
18923<Test name="82" />
18924<Test name="84" />
18925<Test name="85" />
18926<Test name="86" />
18927<Test name="87" />
18928<Test name="88" />
18929<Test name="90" />
18930<Test name="91" />
18931<Test name="92" />
18932<Test name="93" />
18933<Test name="95" />
18934<Test name="96" />
18935<Test name="97" />
18936<Test name="98" />
18937<Test name="99" />
18938</TestCase>
18939</TestSuite>
18940<TestSuite name="exponential">
18941<TestCase name="vertex">
18942<Test name="0" />
18943<Test name="1" />
18944<Test name="2" />
18945<Test name="3" />
18946<Test name="4" />
18947<Test name="5" />
18948<Test name="6" />
18949<Test name="7" />
18950<Test name="8" />
18951<Test name="9" />
18952<Test name="10" />
18953<Test name="11" />
18954<Test name="12" />
18955<Test name="13" />
18956<Test name="14" />
18957<Test name="15" />
18958<Test name="16" />
18959<Test name="17" />
18960<Test name="18" />
18961<Test name="19" />
18962<Test name="20" />
18963<Test name="21" />
18964<Test name="22" />
18965<Test name="23" />
18966<Test name="25" />
18967<Test name="26" />
18968<Test name="27" />
18969<Test name="28" />
18970<Test name="29" />
18971<Test name="30" />
18972<Test name="31" />
18973<Test name="33" />
18974<Test name="34" />
18975<Test name="35" />
18976<Test name="36" />
18977<Test name="37" />
18978<Test name="39" />
18979<Test name="40" />
18980<Test name="41" />
18981<Test name="42" />
18982<Test name="43" />
18983<Test name="44" />
18984<Test name="45" />
18985<Test name="47" />
18986<Test name="48" />
18987<Test name="49" />
18988<Test name="50" />
18989<Test name="52" />
18990<Test name="53" />
18991<Test name="54" />
18992<Test name="55" />
18993<Test name="56" />
18994<Test name="57" />
18995<Test name="58" />
18996<Test name="59" />
18997<Test name="60" />
18998<Test name="61" />
18999<Test name="62" />
19000<Test name="63" />
19001<Test name="65" />
19002<Test name="66" />
19003<Test name="67" />
19004<Test name="68" />
19005<Test name="69" />
19006<Test name="71" />
19007<Test name="72" />
19008<Test name="73" />
19009<Test name="74" />
19010<Test name="75" />
19011<Test name="76" />
19012<Test name="77" />
19013<Test name="78" />
19014<Test name="80" />
19015<Test name="81" />
19016<Test name="82" />
19017<Test name="83" />
19018<Test name="84" />
19019<Test name="85" />
19020<Test name="86" />
19021<Test name="87" />
19022<Test name="88" />
19023<Test name="89" />
19024<Test name="90" />
19025<Test name="91" />
19026<Test name="92" />
19027<Test name="93" />
19028<Test name="94" />
19029<Test name="95" />
19030<Test name="96" />
19031<Test name="97" />
19032<Test name="98" />
19033<Test name="99" />
19034</TestCase>
19035<TestCase name="fragment">
19036<Test name="0" />
19037<Test name="2" />
19038<Test name="3" />
19039<Test name="4" />
19040<Test name="5" />
19041<Test name="6" />
19042<Test name="7" />
19043<Test name="8" />
19044<Test name="9" />
19045<Test name="10" />
19046<Test name="12" />
19047<Test name="13" />
19048<Test name="14" />
19049<Test name="15" />
19050<Test name="16" />
19051<Test name="17" />
19052<Test name="18" />
19053<Test name="19" />
19054<Test name="20" />
19055<Test name="21" />
19056<Test name="22" />
19057<Test name="23" />
19058<Test name="25" />
19059<Test name="26" />
19060<Test name="27" />
19061<Test name="28" />
19062<Test name="29" />
19063<Test name="30" />
19064<Test name="31" />
19065<Test name="33" />
19066<Test name="34" />
19067<Test name="35" />
19068<Test name="36" />
19069<Test name="37" />
19070<Test name="38" />
19071<Test name="39" />
19072<Test name="40" />
19073<Test name="41" />
19074<Test name="42" />
19075<Test name="43" />
19076<Test name="44" />
19077<Test name="45" />
19078<Test name="46" />
19079<Test name="48" />
19080<Test name="49" />
19081<Test name="50" />
19082<Test name="52" />
19083<Test name="53" />
19084<Test name="54" />
19085<Test name="55" />
19086<Test name="56" />
19087<Test name="57" />
19088<Test name="58" />
19089<Test name="59" />
19090<Test name="60" />
19091<Test name="61" />
19092<Test name="62" />
19093<Test name="63" />
19094<Test name="65" />
19095<Test name="66" />
19096<Test name="67" />
19097<Test name="68" />
19098<Test name="69" />
19099<Test name="71" />
19100<Test name="72" />
19101<Test name="73" />
19102<Test name="74" />
19103<Test name="75" />
19104<Test name="76" />
19105<Test name="77" />
19106<Test name="78" />
19107<Test name="80" />
19108<Test name="81" />
19109<Test name="82" />
19110<Test name="83" />
19111<Test name="84" />
19112<Test name="85" />
19113<Test name="86" />
19114<Test name="87" />
19115<Test name="89" />
19116<Test name="90" />
19117<Test name="91" />
19118<Test name="92" />
19119<Test name="93" />
19120<Test name="94" />
19121<Test name="95" />
19122<Test name="96" />
19123<Test name="97" />
19124<Test name="98" />
19125<Test name="99" />
19126</TestCase>
19127</TestSuite>
19128<TestSuite name="texture">
19129<TestCase name="vertex">
19130<Test name="0" />
19131<Test name="1" />
19132<Test name="2" />
19133<Test name="3" />
19134<Test name="4" />
19135<Test name="5" />
19136<Test name="6" />
19137<Test name="7" />
19138<Test name="8" />
19139<Test name="9" />
19140<Test name="10" />
19141<Test name="11" />
19142<Test name="12" />
19143<Test name="13" />
19144<Test name="14" />
19145<Test name="15" />
19146<Test name="16" />
19147<Test name="17" />
19148<Test name="18" />
19149<Test name="19" />
19150<Test name="20" />
19151<Test name="21" />
19152<Test name="22" />
19153<Test name="23" />
19154<Test name="24" />
19155<Test name="25" />
19156<Test name="26" />
19157<Test name="27" />
19158<Test name="28" />
19159<Test name="29" />
19160<Test name="30" />
19161<Test name="31" />
19162<Test name="32" />
19163<Test name="33" />
19164<Test name="34" />
19165<Test name="35" />
19166<Test name="36" />
19167<Test name="37" />
19168<Test name="38" />
19169<Test name="39" />
19170<Test name="40" />
19171<Test name="41" />
19172<Test name="42" />
19173<Test name="43" />
19174<Test name="44" />
19175<Test name="45" />
19176<Test name="46" />
19177<Test name="47" />
19178<Test name="48" />
19179<Test name="49" />
19180</TestCase>
19181<TestCase name="fragment">
19182<Test name="0" />
19183<Test name="1" />
19184<Test name="2" />
19185<Test name="3" />
19186<Test name="4" />
19187<Test name="5" />
19188<Test name="6" />
19189<Test name="7" />
19190<Test name="8" />
19191<Test name="9" />
19192<Test name="10" />
19193<Test name="11" />
19194<Test name="12" />
19195<Test name="13" />
19196<Test name="14" />
19197<Test name="15" />
19198<Test name="16" />
19199<Test name="17" />
19200<Test name="18" />
19201<Test name="19" />
19202<Test name="20" />
19203<Test name="21" />
19204<Test name="22" />
19205<Test name="23" />
19206<Test name="24" />
19207<Test name="25" />
19208<Test name="26" />
19209<Test name="27" />
19210<Test name="28" />
19211<Test name="29" />
19212<Test name="30" />
19213<Test name="31" />
19214<Test name="32" />
19215<Test name="33" />
19216<Test name="34" />
19217<Test name="35" />
19218<Test name="36" />
19219<Test name="37" />
19220<Test name="38" />
19221<Test name="39" />
19222<Test name="40" />
19223<Test name="41" />
19224<Test name="42" />
19225<Test name="43" />
19226<Test name="44" />
19227<Test name="45" />
19228<Test name="46" />
19229<Test name="47" />
19230<Test name="48" />
19231<Test name="49" />
19232<Test name="50" />
19233<Test name="51" />
19234<Test name="52" />
19235<Test name="53" />
19236<Test name="54" />
19237<Test name="55" />
19238<Test name="56" />
19239<Test name="57" />
19240<Test name="58" />
19241<Test name="59" />
19242<Test name="60" />
19243<Test name="61" />
19244<Test name="62" />
19245<Test name="63" />
19246<Test name="64" />
19247<Test name="65" />
19248<Test name="66" />
19249<Test name="67" />
19250<Test name="68" />
19251<Test name="69" />
19252<Test name="70" />
19253<Test name="71" />
19254<Test name="73" />
19255<Test name="74" />
19256<Test name="75" />
19257<Test name="76" />
19258<Test name="77" />
19259<Test name="78" />
19260<Test name="79" />
19261<Test name="80" />
19262<Test name="81" />
19263<Test name="82" />
19264<Test name="83" />
19265<Test name="84" />
19266<Test name="85" />
19267<Test name="86" />
19268<Test name="87" />
19269<Test name="88" />
19270<Test name="89" />
19271<Test name="90" />
19272<Test name="91" />
19273<Test name="92" />
19274<Test name="93" />
19275<Test name="94" />
19276<Test name="95" />
19277<Test name="96" />
19278<Test name="97" />
19279<Test name="98" />
19280<Test name="99" />
19281<Test name="100" />
19282<Test name="101" />
19283<Test name="102" />
19284<Test name="103" />
19285<Test name="104" />
19286<Test name="105" />
19287<Test name="106" />
19288<Test name="107" />
19289<Test name="108" />
19290<Test name="109" />
19291<Test name="110" />
19292<Test name="111" />
19293<Test name="112" />
19294<Test name="113" />
19295<Test name="114" />
19296<Test name="115" />
19297<Test name="116" />
19298<Test name="117" />
19299<Test name="118" />
19300<Test name="119" />
19301<Test name="120" />
19302<Test name="121" />
19303<Test name="122" />
19304<Test name="123" />
19305<Test name="124" />
19306<Test name="125" />
19307<Test name="126" />
19308<Test name="127" />
19309<Test name="128" />
19310<Test name="129" />
19311<Test name="130" />
19312<Test name="131" />
19313<Test name="132" />
19314<Test name="133" />
19315<Test name="134" />
19316<Test name="135" />
19317<Test name="136" />
19318<Test name="137" />
19319<Test name="138" />
19320<Test name="139" />
19321<Test name="140" />
19322<Test name="141" />
19323<Test name="142" />
19324<Test name="143" />
19325<Test name="144" />
19326<Test name="145" />
19327<Test name="146" />
19328<Test name="147" />
19329<Test name="148" />
19330<Test name="149" />
19331</TestCase>
19332</TestSuite>
19333<TestSuite name="all_features">
19334<TestCase name="vertex">
19335<Test name="0" />
19336<Test name="3" />
19337<Test name="8" />
19338<Test name="11" />
19339<Test name="12" />
19340<Test name="14" />
19341<Test name="15" />
19342<Test name="19" />
19343<Test name="20" />
19344<Test name="24" />
19345<Test name="25" />
19346<Test name="27" />
19347<Test name="28" />
19348<Test name="31" />
19349<Test name="33" />
19350<Test name="36" />
19351<Test name="43" />
19352<Test name="51" />
19353<Test name="52" />
19354<Test name="57" />
19355<Test name="59" />
19356<Test name="60" />
19357<Test name="63" />
19358<Test name="64" />
19359<Test name="67" />
19360<Test name="68" />
19361<Test name="75" />
19362<Test name="82" />
19363<Test name="83" />
19364<Test name="86" />
19365<Test name="89" />
19366<Test name="91" />
19367<Test name="95" />
19368<Test name="97" />
19369<Test name="99" />
19370</TestCase>
19371<TestCase name="fragment">
19372<Test name="2" />
19373<Test name="3" />
19374<Test name="4" />
19375<Test name="8" />
19376<Test name="11" />
19377<Test name="15" />
19378<Test name="17" />
19379<Test name="19" />
19380<Test name="23" />
19381<Test name="24" />
19382<Test name="27" />
19383<Test name="28" />
19384<Test name="29" />
19385<Test name="31" />
19386<Test name="33" />
19387<Test name="36" />
19388<Test name="42" />
19389<Test name="43" />
19390<Test name="51" />
19391<Test name="52" />
19392<Test name="57" />
19393<Test name="59" />
19394<Test name="60" />
19395<Test name="67" />
19396<Test name="68" />
19397<Test name="74" />
19398<Test name="75" />
19399<Test name="83" />
19400<Test name="84" />
19401<Test name="85" />
19402<Test name="91" />
19403<Test name="97" />
19404<Test name="98" />
19405<Test name="99" />
19406</TestCase>
19407</TestSuite>
19408</TestSuite>
19409</TestSuite>
19410<TestSuite name="texture">
19411<TestSuite name="format">
19412<TestCase name="unsized">
19413<Test name="alpha_2d_pot" />
19414<Test name="alpha_2d_npot" />
19415<Test name="alpha_cube_pot" />
19416<Test name="alpha_cube_npot" />
19417<Test name="alpha_2d_array_pot" />
19418<Test name="alpha_2d_array_npot" />
19419<Test name="alpha_3d_pot" />
19420<Test name="alpha_3d_npot" />
19421<Test name="luminance_2d_pot" />
19422<Test name="luminance_2d_npot" />
19423<Test name="luminance_cube_pot" />
19424<Test name="luminance_cube_npot" />
19425<Test name="luminance_2d_array_pot" />
19426<Test name="luminance_2d_array_npot" />
19427<Test name="luminance_3d_pot" />
19428<Test name="luminance_3d_npot" />
19429<Test name="luminance_alpha_2d_pot" />
19430<Test name="luminance_alpha_2d_npot" />
19431<Test name="luminance_alpha_cube_pot" />
19432<Test name="luminance_alpha_cube_npot" />
19433<Test name="luminance_alpha_2d_array_pot" />
19434<Test name="luminance_alpha_2d_array_npot" />
19435<Test name="luminance_alpha_3d_pot" />
19436<Test name="luminance_alpha_3d_npot" />
19437<Test name="rgb_unsigned_short_5_6_5_2d_pot" />
19438<Test name="rgb_unsigned_short_5_6_5_2d_npot" />
19439<Test name="rgb_unsigned_short_5_6_5_cube_pot" />
19440<Test name="rgb_unsigned_short_5_6_5_cube_npot" />
19441<Test name="rgb_unsigned_short_5_6_5_2d_array_pot" />
19442<Test name="rgb_unsigned_short_5_6_5_2d_array_npot" />
19443<Test name="rgb_unsigned_short_5_6_5_3d_pot" />
19444<Test name="rgb_unsigned_short_5_6_5_3d_npot" />
19445<Test name="rgb_unsigned_byte_2d_pot" />
19446<Test name="rgb_unsigned_byte_2d_npot" />
19447<Test name="rgb_unsigned_byte_cube_pot" />
19448<Test name="rgb_unsigned_byte_cube_npot" />
19449<Test name="rgb_unsigned_byte_2d_array_pot" />
19450<Test name="rgb_unsigned_byte_2d_array_npot" />
19451<Test name="rgb_unsigned_byte_3d_pot" />
19452<Test name="rgb_unsigned_byte_3d_npot" />
19453<Test name="rgba_unsigned_short_4_4_4_4_2d_pot" />
19454<Test name="rgba_unsigned_short_4_4_4_4_2d_npot" />
19455<Test name="rgba_unsigned_short_4_4_4_4_cube_pot" />
19456<Test name="rgba_unsigned_short_4_4_4_4_cube_npot" />
19457<Test name="rgba_unsigned_short_4_4_4_4_2d_array_pot" />
19458<Test name="rgba_unsigned_short_4_4_4_4_2d_array_npot" />
19459<Test name="rgba_unsigned_short_4_4_4_4_3d_pot" />
19460<Test name="rgba_unsigned_short_4_4_4_4_3d_npot" />
19461<Test name="rgba_unsigned_short_5_5_5_1_2d_pot" />
19462<Test name="rgba_unsigned_short_5_5_5_1_2d_npot" />
19463<Test name="rgba_unsigned_short_5_5_5_1_cube_pot" />
19464<Test name="rgba_unsigned_short_5_5_5_1_cube_npot" />
19465<Test name="rgba_unsigned_short_5_5_5_1_2d_array_pot" />
19466<Test name="rgba_unsigned_short_5_5_5_1_2d_array_npot" />
19467<Test name="rgba_unsigned_short_5_5_5_1_3d_pot" />
19468<Test name="rgba_unsigned_short_5_5_5_1_3d_npot" />
19469<Test name="rgba_unsigned_byte_2d_pot" />
19470<Test name="rgba_unsigned_byte_2d_npot" />
19471<Test name="rgba_unsigned_byte_cube_pot" />
19472<Test name="rgba_unsigned_byte_cube_npot" />
19473<Test name="rgba_unsigned_byte_2d_array_pot" />
19474<Test name="rgba_unsigned_byte_2d_array_npot" />
19475<Test name="rgba_unsigned_byte_3d_pot" />
19476<Test name="rgba_unsigned_byte_3d_npot" />
19477</TestCase>
19478<TestSuite name="sized">
19479<TestCase name="2d">
19480<Test name="rgba32f_pot" />
19481<Test name="rgba32f_npot" />
19482<Test name="rgba32i_pot" />
19483<Test name="rgba32i_npot" />
19484<Test name="rgba32ui_pot" />
19485<Test name="rgba32ui_npot" />
19486<Test name="rgba16f_pot" />
19487<Test name="rgba16f_npot" />
19488<Test name="rgba16i_pot" />
19489<Test name="rgba16i_npot" />
19490<Test name="rgba16ui_pot" />
19491<Test name="rgba16ui_npot" />
19492<Test name="rgba8_pot" />
19493<Test name="rgba8_npot" />
19494<Test name="rgba8i_pot" />
19495<Test name="rgba8i_npot" />
19496<Test name="rgba8ui_pot" />
19497<Test name="rgba8ui_npot" />
19498<Test name="srgb8_alpha8_pot" />
19499<Test name="srgb8_alpha8_npot" />
19500<Test name="rgb10_a2_pot" />
19501<Test name="rgb10_a2_npot" />
19502<Test name="rgb10_a2ui_pot" />
19503<Test name="rgb10_a2ui_npot" />
19504<Test name="rgba4_pot" />
19505<Test name="rgba4_npot" />
19506<Test name="rgb5_a1_pot" />
19507<Test name="rgb5_a1_npot" />
19508<Test name="rgba8_snorm_pot" />
19509<Test name="rgba8_snorm_npot" />
19510<Test name="rgb8_pot" />
19511<Test name="rgb8_npot" />
19512<Test name="rgb565_pot" />
19513<Test name="rgb565_npot" />
19514<Test name="r11f_g11f_b10f_pot" />
19515<Test name="r11f_g11f_b10f_npot" />
19516<Test name="rgb32f_pot" />
19517<Test name="rgb32f_npot" />
19518<Test name="rgb32i_pot" />
19519<Test name="rgb32i_npot" />
19520<Test name="rgb32ui_pot" />
19521<Test name="rgb32ui_npot" />
19522<Test name="rgb16f_pot" />
19523<Test name="rgb16f_npot" />
19524<Test name="rgb16i_pot" />
19525<Test name="rgb16i_npot" />
19526<Test name="rgb16ui_pot" />
19527<Test name="rgb16ui_npot" />
19528<Test name="rgb8_snorm_pot" />
19529<Test name="rgb8_snorm_npot" />
19530<Test name="rgb8i_pot" />
19531<Test name="rgb8i_npot" />
19532<Test name="rgb8ui_pot" />
19533<Test name="rgb8ui_npot" />
19534<Test name="srgb8_pot" />
19535<Test name="srgb8_npot" />
19536<Test name="rgb9_e5_pot" />
19537<Test name="rgb9_e5_npot" />
19538<Test name="rg32f_pot" />
19539<Test name="rg32f_npot" />
19540<Test name="rg32i_pot" />
19541<Test name="rg32i_npot" />
19542<Test name="rg32ui_pot" />
19543<Test name="rg32ui_npot" />
19544<Test name="rg16f_pot" />
19545<Test name="rg16f_npot" />
19546<Test name="rg16i_pot" />
19547<Test name="rg16i_npot" />
19548<Test name="rg16ui_pot" />
19549<Test name="rg16ui_npot" />
19550<Test name="rg8_pot" />
19551<Test name="rg8_npot" />
19552<Test name="rg8i_pot" />
19553<Test name="rg8i_npot" />
19554<Test name="rg8ui_pot" />
19555<Test name="rg8ui_npot" />
19556<Test name="rg8_snorm_pot" />
19557<Test name="rg8_snorm_npot" />
19558<Test name="r32f_pot" />
19559<Test name="r32f_npot" />
19560<Test name="r32i_pot" />
19561<Test name="r32i_npot" />
19562<Test name="r32ui_pot" />
19563<Test name="r32ui_npot" />
19564<Test name="r16f_pot" />
19565<Test name="r16f_npot" />
19566<Test name="r16i_pot" />
19567<Test name="r16i_npot" />
19568<Test name="r16ui_pot" />
19569<Test name="r16ui_npot" />
19570<Test name="r8_pot" />
19571<Test name="r8_npot" />
19572<Test name="r8i_pot" />
19573<Test name="r8i_npot" />
19574<Test name="r8ui_pot" />
19575<Test name="r8ui_npot" />
19576<Test name="r8_snorm_pot" />
19577<Test name="r8_snorm_npot" />
19578<Test name="depth_component32f_pot" />
19579<Test name="depth_component32f_npot" />
19580<Test name="depth_component24_pot" />
19581<Test name="depth_component24_npot" />
19582<Test name="depth_component16_pot" />
19583<Test name="depth_component16_npot" />
19584<Test name="depth32f_stencil8_pot" />
19585<Test name="depth32f_stencil8_npot" />
19586<Test name="depth24_stencil8_pot" />
19587<Test name="depth24_stencil8_npot" />
19588</TestCase>
19589<TestCase name="cube">
19590<Test name="rgba32f_pot" />
19591<Test name="rgba32f_npot" />
19592<Test name="rgba32i_pot" />
19593<Test name="rgba32i_npot" />
19594<Test name="rgba32ui_pot" />
19595<Test name="rgba32ui_npot" />
19596<Test name="rgba16f_pot" />
19597<Test name="rgba16f_npot" />
19598<Test name="rgba16i_pot" />
19599<Test name="rgba16i_npot" />
19600<Test name="rgba16ui_pot" />
19601<Test name="rgba16ui_npot" />
19602<Test name="rgba8_pot" />
19603<Test name="rgba8_npot" />
19604<Test name="rgba8i_pot" />
19605<Test name="rgba8i_npot" />
19606<Test name="rgba8ui_pot" />
19607<Test name="rgba8ui_npot" />
19608<Test name="srgb8_alpha8_pot" />
19609<Test name="srgb8_alpha8_npot" />
19610<Test name="rgb10_a2_pot" />
19611<Test name="rgb10_a2_npot" />
19612<Test name="rgb10_a2ui_pot" />
19613<Test name="rgb10_a2ui_npot" />
19614<Test name="rgba4_pot" />
19615<Test name="rgba4_npot" />
19616<Test name="rgb5_a1_pot" />
19617<Test name="rgb5_a1_npot" />
19618<Test name="rgba8_snorm_pot" />
19619<Test name="rgba8_snorm_npot" />
19620<Test name="rgb8_pot" />
19621<Test name="rgb8_npot" />
19622<Test name="rgb565_pot" />
19623<Test name="rgb565_npot" />
19624<Test name="r11f_g11f_b10f_pot" />
19625<Test name="r11f_g11f_b10f_npot" />
19626<Test name="rgb32f_pot" />
19627<Test name="rgb32f_npot" />
19628<Test name="rgb32i_pot" />
19629<Test name="rgb32i_npot" />
19630<Test name="rgb32ui_pot" />
19631<Test name="rgb32ui_npot" />
19632<Test name="rgb16f_pot" />
19633<Test name="rgb16f_npot" />
19634<Test name="rgb16i_pot" />
19635<Test name="rgb16i_npot" />
19636<Test name="rgb16ui_pot" />
19637<Test name="rgb16ui_npot" />
19638<Test name="rgb8_snorm_pot" />
19639<Test name="rgb8_snorm_npot" />
19640<Test name="rgb8i_pot" />
19641<Test name="rgb8i_npot" />
19642<Test name="rgb8ui_pot" />
19643<Test name="rgb8ui_npot" />
19644<Test name="srgb8_pot" />
19645<Test name="srgb8_npot" />
19646<Test name="rgb9_e5_pot" />
19647<Test name="rgb9_e5_npot" />
19648<Test name="rg32f_pot" />
19649<Test name="rg32f_npot" />
19650<Test name="rg32i_pot" />
19651<Test name="rg32i_npot" />
19652<Test name="rg32ui_pot" />
19653<Test name="rg32ui_npot" />
19654<Test name="rg16f_pot" />
19655<Test name="rg16f_npot" />
19656<Test name="rg16i_pot" />
19657<Test name="rg16i_npot" />
19658<Test name="rg16ui_pot" />
19659<Test name="rg16ui_npot" />
19660<Test name="rg8_pot" />
19661<Test name="rg8_npot" />
19662<Test name="rg8i_pot" />
19663<Test name="rg8i_npot" />
19664<Test name="rg8ui_pot" />
19665<Test name="rg8ui_npot" />
19666<Test name="rg8_snorm_pot" />
19667<Test name="rg8_snorm_npot" />
19668<Test name="r32f_pot" />
19669<Test name="r32f_npot" />
19670<Test name="r32i_pot" />
19671<Test name="r32i_npot" />
19672<Test name="r32ui_pot" />
19673<Test name="r32ui_npot" />
19674<Test name="r16f_pot" />
19675<Test name="r16f_npot" />
19676<Test name="r16i_pot" />
19677<Test name="r16i_npot" />
19678<Test name="r16ui_pot" />
19679<Test name="r16ui_npot" />
19680<Test name="r8_pot" />
19681<Test name="r8_npot" />
19682<Test name="r8i_pot" />
19683<Test name="r8i_npot" />
19684<Test name="r8ui_pot" />
19685<Test name="r8ui_npot" />
19686<Test name="r8_snorm_pot" />
19687<Test name="r8_snorm_npot" />
19688<Test name="depth_component32f_pot" />
19689<Test name="depth_component32f_npot" />
19690<Test name="depth_component24_pot" />
19691<Test name="depth_component24_npot" />
19692<Test name="depth_component16_pot" />
19693<Test name="depth_component16_npot" />
19694<Test name="depth32f_stencil8_pot" />
19695<Test name="depth32f_stencil8_npot" />
19696<Test name="depth24_stencil8_pot" />
19697<Test name="depth24_stencil8_npot" />
19698</TestCase>
19699<TestCase name="2d_array">
19700<Test name="rgba32f_pot" />
19701<Test name="rgba32f_npot" />
19702<Test name="rgba32i_pot" />
19703<Test name="rgba32i_npot" />
19704<Test name="rgba32ui_pot" />
19705<Test name="rgba32ui_npot" />
19706<Test name="rgba16f_pot" />
19707<Test name="rgba16f_npot" />
19708<Test name="rgba16i_pot" />
19709<Test name="rgba16i_npot" />
19710<Test name="rgba16ui_pot" />
19711<Test name="rgba16ui_npot" />
19712<Test name="rgba8_pot" />
19713<Test name="rgba8_npot" />
19714<Test name="rgba8i_pot" />
19715<Test name="rgba8i_npot" />
19716<Test name="rgba8ui_pot" />
19717<Test name="rgba8ui_npot" />
19718<Test name="srgb8_alpha8_pot" />
19719<Test name="srgb8_alpha8_npot" />
19720<Test name="rgb10_a2_pot" />
19721<Test name="rgb10_a2_npot" />
19722<Test name="rgb10_a2ui_pot" />
19723<Test name="rgb10_a2ui_npot" />
19724<Test name="rgba4_pot" />
19725<Test name="rgba4_npot" />
19726<Test name="rgb5_a1_pot" />
19727<Test name="rgb5_a1_npot" />
19728<Test name="rgba8_snorm_pot" />
19729<Test name="rgba8_snorm_npot" />
19730<Test name="rgb8_pot" />
19731<Test name="rgb8_npot" />
19732<Test name="rgb565_pot" />
19733<Test name="rgb565_npot" />
19734<Test name="r11f_g11f_b10f_pot" />
19735<Test name="r11f_g11f_b10f_npot" />
19736<Test name="rgb32f_pot" />
19737<Test name="rgb32f_npot" />
19738<Test name="rgb32i_pot" />
19739<Test name="rgb32i_npot" />
19740<Test name="rgb32ui_pot" />
19741<Test name="rgb32ui_npot" />
19742<Test name="rgb16f_pot" />
19743<Test name="rgb16f_npot" />
19744<Test name="rgb16i_pot" />
19745<Test name="rgb16i_npot" />
19746<Test name="rgb16ui_pot" />
19747<Test name="rgb16ui_npot" />
19748<Test name="rgb8_snorm_pot" />
19749<Test name="rgb8_snorm_npot" />
19750<Test name="rgb8i_pot" />
19751<Test name="rgb8i_npot" />
19752<Test name="rgb8ui_pot" />
19753<Test name="rgb8ui_npot" />
19754<Test name="srgb8_pot" />
19755<Test name="srgb8_npot" />
19756<Test name="rgb9_e5_pot" />
19757<Test name="rgb9_e5_npot" />
19758<Test name="rg32f_pot" />
19759<Test name="rg32f_npot" />
19760<Test name="rg32i_pot" />
19761<Test name="rg32i_npot" />
19762<Test name="rg32ui_pot" />
19763<Test name="rg32ui_npot" />
19764<Test name="rg16f_pot" />
19765<Test name="rg16f_npot" />
19766<Test name="rg16i_pot" />
19767<Test name="rg16i_npot" />
19768<Test name="rg16ui_pot" />
19769<Test name="rg16ui_npot" />
19770<Test name="rg8_pot" />
19771<Test name="rg8_npot" />
19772<Test name="rg8i_pot" />
19773<Test name="rg8i_npot" />
19774<Test name="rg8ui_pot" />
19775<Test name="rg8ui_npot" />
19776<Test name="rg8_snorm_pot" />
19777<Test name="rg8_snorm_npot" />
19778<Test name="r32f_pot" />
19779<Test name="r32f_npot" />
19780<Test name="r32i_pot" />
19781<Test name="r32i_npot" />
19782<Test name="r32ui_pot" />
19783<Test name="r32ui_npot" />
19784<Test name="r16f_pot" />
19785<Test name="r16f_npot" />
19786<Test name="r16i_pot" />
19787<Test name="r16i_npot" />
19788<Test name="r16ui_pot" />
19789<Test name="r16ui_npot" />
19790<Test name="r8_pot" />
19791<Test name="r8_npot" />
19792<Test name="r8i_pot" />
19793<Test name="r8i_npot" />
19794<Test name="r8ui_pot" />
19795<Test name="r8ui_npot" />
19796<Test name="r8_snorm_pot" />
19797<Test name="r8_snorm_npot" />
19798<Test name="depth_component32f_pot" />
19799<Test name="depth_component32f_npot" />
19800<Test name="depth_component24_pot" />
19801<Test name="depth_component24_npot" />
19802<Test name="depth_component16_pot" />
19803<Test name="depth_component16_npot" />
19804<Test name="depth32f_stencil8_pot" />
19805<Test name="depth32f_stencil8_npot" />
19806<Test name="depth24_stencil8_pot" />
19807<Test name="depth24_stencil8_npot" />
19808</TestCase>
19809<TestCase name="3d">
19810<Test name="rgba32f_pot" />
19811<Test name="rgba32f_npot" />
19812<Test name="rgba32i_pot" />
19813<Test name="rgba32i_npot" />
19814<Test name="rgba32ui_pot" />
19815<Test name="rgba32ui_npot" />
19816<Test name="rgba16f_pot" />
19817<Test name="rgba16f_npot" />
19818<Test name="rgba16i_pot" />
19819<Test name="rgba16i_npot" />
19820<Test name="rgba16ui_pot" />
19821<Test name="rgba16ui_npot" />
19822<Test name="rgba8_pot" />
19823<Test name="rgba8_npot" />
19824<Test name="rgba8i_pot" />
19825<Test name="rgba8i_npot" />
19826<Test name="rgba8ui_pot" />
19827<Test name="rgba8ui_npot" />
19828<Test name="srgb8_alpha8_pot" />
19829<Test name="srgb8_alpha8_npot" />
19830<Test name="rgb10_a2_pot" />
19831<Test name="rgb10_a2_npot" />
19832<Test name="rgb10_a2ui_pot" />
19833<Test name="rgb10_a2ui_npot" />
19834<Test name="rgba4_pot" />
19835<Test name="rgba4_npot" />
19836<Test name="rgb5_a1_pot" />
19837<Test name="rgb5_a1_npot" />
19838<Test name="rgba8_snorm_pot" />
19839<Test name="rgba8_snorm_npot" />
19840<Test name="rgb8_pot" />
19841<Test name="rgb8_npot" />
19842<Test name="rgb565_pot" />
19843<Test name="rgb565_npot" />
19844<Test name="r11f_g11f_b10f_pot" />
19845<Test name="r11f_g11f_b10f_npot" />
19846<Test name="rgb32f_pot" />
19847<Test name="rgb32f_npot" />
19848<Test name="rgb32i_pot" />
19849<Test name="rgb32i_npot" />
19850<Test name="rgb32ui_pot" />
19851<Test name="rgb32ui_npot" />
19852<Test name="rgb16f_pot" />
19853<Test name="rgb16f_npot" />
19854<Test name="rgb16i_pot" />
19855<Test name="rgb16i_npot" />
19856<Test name="rgb16ui_pot" />
19857<Test name="rgb16ui_npot" />
19858<Test name="rgb8_snorm_pot" />
19859<Test name="rgb8_snorm_npot" />
19860<Test name="rgb8i_pot" />
19861<Test name="rgb8i_npot" />
19862<Test name="rgb8ui_pot" />
19863<Test name="rgb8ui_npot" />
19864<Test name="srgb8_pot" />
19865<Test name="srgb8_npot" />
19866<Test name="rgb9_e5_pot" />
19867<Test name="rgb9_e5_npot" />
19868<Test name="rg32f_pot" />
19869<Test name="rg32f_npot" />
19870<Test name="rg32i_pot" />
19871<Test name="rg32i_npot" />
19872<Test name="rg32ui_pot" />
19873<Test name="rg32ui_npot" />
19874<Test name="rg16f_pot" />
19875<Test name="rg16f_npot" />
19876<Test name="rg16i_pot" />
19877<Test name="rg16i_npot" />
19878<Test name="rg16ui_pot" />
19879<Test name="rg16ui_npot" />
19880<Test name="rg8_pot" />
19881<Test name="rg8_npot" />
19882<Test name="rg8i_pot" />
19883<Test name="rg8i_npot" />
19884<Test name="rg8ui_pot" />
19885<Test name="rg8ui_npot" />
19886<Test name="rg8_snorm_pot" />
19887<Test name="rg8_snorm_npot" />
19888<Test name="r32f_pot" />
19889<Test name="r32f_npot" />
19890<Test name="r32i_pot" />
19891<Test name="r32i_npot" />
19892<Test name="r32ui_pot" />
19893<Test name="r32ui_npot" />
19894<Test name="r16f_pot" />
19895<Test name="r16f_npot" />
19896<Test name="r16i_pot" />
19897<Test name="r16i_npot" />
19898<Test name="r16ui_pot" />
19899<Test name="r16ui_npot" />
19900<Test name="r8_pot" />
19901<Test name="r8_npot" />
19902<Test name="r8i_pot" />
19903<Test name="r8i_npot" />
19904<Test name="r8ui_pot" />
19905<Test name="r8ui_npot" />
19906<Test name="r8_snorm_pot" />
19907<Test name="r8_snorm_npot" />
19908</TestCase>
19909</TestSuite>
19910<TestCase name="compressed">
19911<Test name="etc1_2d_pot" />
19912<Test name="etc1_2d_npot" />
19913<Test name="etc1_cube_pot" />
19914<Test name="etc1_cube_npot" />
19915<Test name="eac_r11_2d_pot" />
19916<Test name="eac_r11_cube_pot" />
19917<Test name="eac_r11_2d_npot" />
19918<Test name="eac_r11_cube_npot" />
19919<Test name="eac_signed_r11_2d_pot" />
19920<Test name="eac_signed_r11_cube_pot" />
19921<Test name="eac_signed_r11_2d_npot" />
19922<Test name="eac_signed_r11_cube_npot" />
19923<Test name="eac_rg11_2d_pot" />
19924<Test name="eac_rg11_cube_pot" />
19925<Test name="eac_rg11_2d_npot" />
19926<Test name="eac_rg11_cube_npot" />
19927<Test name="eac_signed_rg11_2d_pot" />
19928<Test name="eac_signed_rg11_cube_pot" />
19929<Test name="eac_signed_rg11_2d_npot" />
19930<Test name="eac_signed_rg11_cube_npot" />
19931<Test name="etc2_rgb8_2d_pot" />
19932<Test name="etc2_rgb8_cube_pot" />
19933<Test name="etc2_rgb8_2d_npot" />
19934<Test name="etc2_rgb8_cube_npot" />
19935<Test name="etc2_srgb8_2d_pot" />
19936<Test name="etc2_srgb8_cube_pot" />
19937<Test name="etc2_srgb8_2d_npot" />
19938<Test name="etc2_srgb8_cube_npot" />
19939<Test name="etc2_rgb8_punchthrough_alpha1_2d_pot" />
19940<Test name="etc2_rgb8_punchthrough_alpha1_cube_pot" />
19941<Test name="etc2_rgb8_punchthrough_alpha1_2d_npot" />
19942<Test name="etc2_rgb8_punchthrough_alpha1_cube_npot" />
19943<Test name="etc2_srgb8_punchthrough_alpha1_2d_pot" />
19944<Test name="etc2_srgb8_punchthrough_alpha1_cube_pot" />
19945<Test name="etc2_srgb8_punchthrough_alpha1_2d_npot" />
19946<Test name="etc2_srgb8_punchthrough_alpha1_cube_npot" />
19947<Test name="etc2_eac_rgba8_2d_pot" />
19948<Test name="etc2_eac_rgba8_cube_pot" />
19949<Test name="etc2_eac_rgba8_2d_npot" />
19950<Test name="etc2_eac_rgba8_cube_npot" />
19951<Test name="etc2_eac_srgb8_alpha8_2d_pot" />
19952<Test name="etc2_eac_srgb8_alpha8_cube_pot" />
19953<Test name="etc2_eac_srgb8_alpha8_2d_npot" />
19954<Test name="etc2_eac_srgb8_alpha8_cube_npot" />
19955</TestCase>
19956</TestSuite>
19957<TestSuite name="size">
19958<TestCase name="2d">
19959<Test name="64x64_l8" />
19960<Test name="64x64_l8_mipmap" />
19961<Test name="64x64_rgba4444" />
19962<Test name="64x64_rgba4444_mipmap" />
19963<Test name="64x64_rgb888" />
19964<Test name="64x64_rgb888_mipmap" />
19965<Test name="64x64_rgba8888" />
19966<Test name="64x64_rgba8888_mipmap" />
19967<Test name="65x63_l8" />
19968<Test name="65x63_rgba4444" />
19969<Test name="65x63_rgb888" />
19970<Test name="65x63_rgba8888" />
19971<Test name="512x512_l8" />
19972<Test name="512x512_l8_mipmap" />
19973<Test name="512x512_rgba4444" />
19974<Test name="512x512_rgba4444_mipmap" />
19975<Test name="512x512_rgb888" />
19976<Test name="512x512_rgb888_mipmap" />
19977<Test name="512x512_rgba8888" />
19978<Test name="512x512_rgba8888_mipmap" />
19979<Test name="1024x1024_l8" />
19980<Test name="1024x1024_l8_mipmap" />
19981<Test name="1024x1024_rgba4444" />
19982<Test name="1024x1024_rgba4444_mipmap" />
19983<Test name="1024x1024_rgb888" />
19984<Test name="1024x1024_rgb888_mipmap" />
19985<Test name="1024x1024_rgba8888" />
19986<Test name="1024x1024_rgba8888_mipmap" />
19987<Test name="2048x2048_l8" />
19988<Test name="2048x2048_l8_mipmap" />
19989<Test name="2048x2048_rgba4444" />
19990<Test name="2048x2048_rgba4444_mipmap" />
19991<Test name="2048x2048_rgb888" />
19992<Test name="2048x2048_rgb888_mipmap" />
19993<Test name="2048x2048_rgba8888" />
19994<Test name="2048x2048_rgba8888_mipmap" />
19995</TestCase>
19996<TestCase name="cube">
19997<Test name="15x15_l8" />
19998<Test name="15x15_rgba4444" />
19999<Test name="15x15_rgb888" />
20000<Test name="15x15_rgba8888" />
20001<Test name="16x16_l8" />
20002<Test name="16x16_l8_mipmap" />
20003<Test name="16x16_rgba4444" />
20004<Test name="16x16_rgba4444_mipmap" />
20005<Test name="16x16_rgb888" />
20006<Test name="16x16_rgb888_mipmap" />
20007<Test name="16x16_rgba8888" />
20008<Test name="16x16_rgba8888_mipmap" />
20009<Test name="64x64_l8" />
20010<Test name="64x64_l8_mipmap" />
20011<Test name="64x64_rgba4444" />
20012<Test name="64x64_rgba4444_mipmap" />
20013<Test name="64x64_rgb888" />
20014<Test name="64x64_rgb888_mipmap" />
20015<Test name="64x64_rgba8888" />
20016<Test name="64x64_rgba8888_mipmap" />
20017<Test name="128x128_l8" />
20018<Test name="128x128_l8_mipmap" />
20019<Test name="128x128_rgba4444" />
20020<Test name="128x128_rgba4444_mipmap" />
20021<Test name="128x128_rgb888" />
20022<Test name="128x128_rgb888_mipmap" />
20023<Test name="128x128_rgba8888" />
20024<Test name="128x128_rgba8888_mipmap" />
20025<Test name="256x256_l8" />
20026<Test name="256x256_l8_mipmap" />
20027<Test name="256x256_rgba4444_mipmap" />
20028<Test name="256x256_rgb888" />
20029<Test name="256x256_rgb888_mipmap" />
20030<Test name="256x256_rgba8888" />
20031<Test name="256x256_rgba8888_mipmap" />
20032<Test name="512x512_l8" />
20033<Test name="512x512_l8_mipmap" />
20034<Test name="512x512_rgba4444_mipmap" />
20035<Test name="512x512_rgb888" />
20036<Test name="512x512_rgb888_mipmap" />
20037<Test name="512x512_rgba8888" />
20038<Test name="512x512_rgba8888_mipmap" />
20039</TestCase>
20040</TestSuite>
20041<TestSuite name="wrap">
20042<TestCase name="rgba8">
20043<Test name="clamp_clamp_nearest_pot" />
20044<Test name="clamp_clamp_linear_pot" />
20045<Test name="clamp_repeat_nearest_pot" />
20046<Test name="clamp_repeat_linear_pot" />
20047<Test name="clamp_mirror_nearest_pot" />
20048<Test name="clamp_mirror_linear_pot" />
20049<Test name="repeat_clamp_nearest_pot" />
20050<Test name="repeat_clamp_linear_pot" />
20051<Test name="repeat_repeat_nearest_pot" />
20052<Test name="repeat_repeat_linear_pot" />
20053<Test name="repeat_mirror_nearest_pot" />
20054<Test name="repeat_mirror_linear_pot" />
20055<Test name="mirror_clamp_nearest_pot" />
20056<Test name="mirror_clamp_linear_pot" />
20057<Test name="mirror_repeat_nearest_pot" />
20058<Test name="mirror_repeat_linear_pot" />
20059<Test name="mirror_mirror_nearest_pot" />
20060<Test name="mirror_mirror_linear_pot" />
20061<Test name="clamp_clamp_nearest_npot" />
20062<Test name="clamp_clamp_linear_npot" />
20063<Test name="clamp_repeat_nearest_npot" />
20064<Test name="clamp_repeat_linear_npot" />
20065<Test name="clamp_mirror_nearest_npot" />
20066<Test name="clamp_mirror_linear_npot" />
20067<Test name="repeat_clamp_nearest_npot" />
20068<Test name="repeat_clamp_linear_npot" />
20069<Test name="repeat_repeat_nearest_npot" />
20070<Test name="repeat_repeat_linear_npot" />
20071<Test name="repeat_mirror_nearest_npot" />
20072<Test name="repeat_mirror_linear_npot" />
20073<Test name="mirror_clamp_nearest_npot" />
20074<Test name="mirror_clamp_linear_npot" />
20075<Test name="mirror_repeat_nearest_npot" />
20076<Test name="mirror_repeat_linear_npot" />
20077<Test name="mirror_mirror_nearest_npot" />
20078<Test name="mirror_mirror_linear_npot" />
20079</TestCase>
20080<TestCase name="etc1">
20081<Test name="clamp_clamp_nearest_pot" />
20082<Test name="clamp_clamp_linear_pot" />
20083<Test name="clamp_repeat_nearest_pot" />
20084<Test name="clamp_repeat_linear_pot" />
20085<Test name="clamp_mirror_nearest_pot" />
20086<Test name="clamp_mirror_linear_pot" />
20087<Test name="repeat_clamp_nearest_pot" />
20088<Test name="repeat_clamp_linear_pot" />
20089<Test name="repeat_repeat_nearest_pot" />
20090<Test name="repeat_repeat_linear_pot" />
20091<Test name="repeat_mirror_nearest_pot" />
20092<Test name="repeat_mirror_linear_pot" />
20093<Test name="mirror_clamp_nearest_pot" />
20094<Test name="mirror_clamp_linear_pot" />
20095<Test name="mirror_repeat_nearest_pot" />
20096<Test name="mirror_repeat_linear_pot" />
20097<Test name="mirror_mirror_nearest_pot" />
20098<Test name="mirror_mirror_linear_pot" />
20099<Test name="clamp_clamp_nearest_npot" />
20100<Test name="clamp_clamp_linear_npot" />
20101<Test name="clamp_repeat_nearest_npot" />
20102<Test name="clamp_repeat_linear_npot" />
20103<Test name="clamp_mirror_nearest_npot" />
20104<Test name="clamp_mirror_linear_npot" />
20105<Test name="repeat_clamp_nearest_npot" />
20106<Test name="repeat_clamp_linear_npot" />
20107<Test name="repeat_repeat_nearest_npot" />
20108<Test name="repeat_repeat_linear_npot" />
20109<Test name="repeat_mirror_nearest_npot" />
20110<Test name="repeat_mirror_linear_npot" />
20111<Test name="mirror_clamp_nearest_npot" />
20112<Test name="mirror_clamp_linear_npot" />
20113<Test name="mirror_repeat_nearest_npot" />
20114<Test name="mirror_repeat_linear_npot" />
20115<Test name="mirror_mirror_nearest_npot" />
20116<Test name="mirror_mirror_linear_npot" />
20117</TestCase>
20118<TestCase name="eac_r11">
20119<Test name="clamp_clamp_nearest_pot" />
20120<Test name="clamp_clamp_linear_pot" />
20121<Test name="clamp_repeat_nearest_pot" />
20122<Test name="clamp_repeat_linear_pot" />
20123<Test name="clamp_mirror_nearest_pot" />
20124<Test name="clamp_mirror_linear_pot" />
20125<Test name="repeat_clamp_nearest_pot" />
20126<Test name="repeat_clamp_linear_pot" />
20127<Test name="repeat_repeat_nearest_pot" />
20128<Test name="repeat_repeat_linear_pot" />
20129<Test name="repeat_mirror_nearest_pot" />
20130<Test name="repeat_mirror_linear_pot" />
20131<Test name="mirror_clamp_nearest_pot" />
20132<Test name="mirror_clamp_linear_pot" />
20133<Test name="mirror_repeat_nearest_pot" />
20134<Test name="mirror_repeat_linear_pot" />
20135<Test name="mirror_mirror_nearest_pot" />
20136<Test name="mirror_mirror_linear_pot" />
20137<Test name="clamp_clamp_nearest_npot" />
20138<Test name="clamp_clamp_linear_npot" />
20139<Test name="clamp_repeat_nearest_npot" />
20140<Test name="clamp_repeat_linear_npot" />
20141<Test name="clamp_mirror_nearest_npot" />
20142<Test name="clamp_mirror_linear_npot" />
20143<Test name="repeat_clamp_nearest_npot" />
20144<Test name="repeat_clamp_linear_npot" />
20145<Test name="repeat_repeat_nearest_npot" />
20146<Test name="repeat_repeat_linear_npot" />
20147<Test name="repeat_mirror_nearest_npot" />
20148<Test name="repeat_mirror_linear_npot" />
20149<Test name="mirror_clamp_nearest_npot" />
20150<Test name="mirror_clamp_linear_npot" />
20151<Test name="mirror_repeat_nearest_npot" />
20152<Test name="mirror_repeat_linear_npot" />
20153<Test name="mirror_mirror_nearest_npot" />
20154<Test name="mirror_mirror_linear_npot" />
20155</TestCase>
20156<TestCase name="eac_signed_r11">
20157<Test name="clamp_clamp_nearest_pot" />
20158<Test name="clamp_clamp_linear_pot" />
20159<Test name="clamp_repeat_nearest_pot" />
20160<Test name="clamp_repeat_linear_pot" />
20161<Test name="clamp_mirror_nearest_pot" />
20162<Test name="clamp_mirror_linear_pot" />
20163<Test name="repeat_clamp_nearest_pot" />
20164<Test name="repeat_clamp_linear_pot" />
20165<Test name="repeat_repeat_nearest_pot" />
20166<Test name="repeat_repeat_linear_pot" />
20167<Test name="repeat_mirror_nearest_pot" />
20168<Test name="repeat_mirror_linear_pot" />
20169<Test name="mirror_clamp_nearest_pot" />
20170<Test name="mirror_clamp_linear_pot" />
20171<Test name="mirror_repeat_nearest_pot" />
20172<Test name="mirror_repeat_linear_pot" />
20173<Test name="mirror_mirror_nearest_pot" />
20174<Test name="mirror_mirror_linear_pot" />
20175<Test name="clamp_clamp_nearest_npot" />
20176<Test name="clamp_clamp_linear_npot" />
20177<Test name="clamp_repeat_nearest_npot" />
20178<Test name="clamp_repeat_linear_npot" />
20179<Test name="clamp_mirror_nearest_npot" />
20180<Test name="clamp_mirror_linear_npot" />
20181<Test name="repeat_clamp_nearest_npot" />
20182<Test name="repeat_clamp_linear_npot" />
20183<Test name="repeat_repeat_nearest_npot" />
20184<Test name="repeat_repeat_linear_npot" />
20185<Test name="repeat_mirror_nearest_npot" />
20186<Test name="repeat_mirror_linear_npot" />
20187<Test name="mirror_clamp_nearest_npot" />
20188<Test name="mirror_clamp_linear_npot" />
20189<Test name="mirror_repeat_nearest_npot" />
20190<Test name="mirror_repeat_linear_npot" />
20191<Test name="mirror_mirror_nearest_npot" />
20192<Test name="mirror_mirror_linear_npot" />
20193</TestCase>
20194<TestCase name="eac_rg11">
20195<Test name="clamp_clamp_nearest_pot" />
20196<Test name="clamp_clamp_linear_pot" />
20197<Test name="clamp_repeat_nearest_pot" />
20198<Test name="clamp_repeat_linear_pot" />
20199<Test name="clamp_mirror_nearest_pot" />
20200<Test name="clamp_mirror_linear_pot" />
20201<Test name="repeat_clamp_nearest_pot" />
20202<Test name="repeat_clamp_linear_pot" />
20203<Test name="repeat_repeat_nearest_pot" />
20204<Test name="repeat_repeat_linear_pot" />
20205<Test name="repeat_mirror_nearest_pot" />
20206<Test name="repeat_mirror_linear_pot" />
20207<Test name="mirror_clamp_nearest_pot" />
20208<Test name="mirror_clamp_linear_pot" />
20209<Test name="mirror_repeat_nearest_pot" />
20210<Test name="mirror_repeat_linear_pot" />
20211<Test name="mirror_mirror_nearest_pot" />
20212<Test name="mirror_mirror_linear_pot" />
20213<Test name="clamp_clamp_nearest_npot" />
20214<Test name="clamp_clamp_linear_npot" />
20215<Test name="clamp_repeat_nearest_npot" />
20216<Test name="clamp_repeat_linear_npot" />
20217<Test name="clamp_mirror_nearest_npot" />
20218<Test name="clamp_mirror_linear_npot" />
20219<Test name="repeat_clamp_nearest_npot" />
20220<Test name="repeat_clamp_linear_npot" />
20221<Test name="repeat_repeat_nearest_npot" />
20222<Test name="repeat_repeat_linear_npot" />
20223<Test name="repeat_mirror_nearest_npot" />
20224<Test name="repeat_mirror_linear_npot" />
20225<Test name="mirror_clamp_nearest_npot" />
20226<Test name="mirror_clamp_linear_npot" />
20227<Test name="mirror_repeat_nearest_npot" />
20228<Test name="mirror_repeat_linear_npot" />
20229<Test name="mirror_mirror_nearest_npot" />
20230<Test name="mirror_mirror_linear_npot" />
20231</TestCase>
20232<TestCase name="eac_signed_rg11">
20233<Test name="clamp_clamp_nearest_pot" />
20234<Test name="clamp_clamp_linear_pot" />
20235<Test name="clamp_repeat_nearest_pot" />
20236<Test name="clamp_repeat_linear_pot" />
20237<Test name="clamp_mirror_nearest_pot" />
20238<Test name="clamp_mirror_linear_pot" />
20239<Test name="repeat_clamp_nearest_pot" />
20240<Test name="repeat_clamp_linear_pot" />
20241<Test name="repeat_repeat_nearest_pot" />
20242<Test name="repeat_repeat_linear_pot" />
20243<Test name="repeat_mirror_nearest_pot" />
20244<Test name="repeat_mirror_linear_pot" />
20245<Test name="mirror_clamp_nearest_pot" />
20246<Test name="mirror_clamp_linear_pot" />
20247<Test name="mirror_repeat_nearest_pot" />
20248<Test name="mirror_repeat_linear_pot" />
20249<Test name="mirror_mirror_nearest_pot" />
20250<Test name="mirror_mirror_linear_pot" />
20251<Test name="clamp_clamp_nearest_npot" />
20252<Test name="clamp_clamp_linear_npot" />
20253<Test name="clamp_repeat_nearest_npot" />
20254<Test name="clamp_repeat_linear_npot" />
20255<Test name="clamp_mirror_nearest_npot" />
20256<Test name="clamp_mirror_linear_npot" />
20257<Test name="repeat_clamp_nearest_npot" />
20258<Test name="repeat_clamp_linear_npot" />
20259<Test name="repeat_repeat_nearest_npot" />
20260<Test name="repeat_repeat_linear_npot" />
20261<Test name="repeat_mirror_nearest_npot" />
20262<Test name="repeat_mirror_linear_npot" />
20263<Test name="mirror_clamp_nearest_npot" />
20264<Test name="mirror_clamp_linear_npot" />
20265<Test name="mirror_repeat_nearest_npot" />
20266<Test name="mirror_repeat_linear_npot" />
20267<Test name="mirror_mirror_nearest_npot" />
20268<Test name="mirror_mirror_linear_npot" />
20269</TestCase>
20270<TestCase name="etc2_rgb8">
20271<Test name="clamp_clamp_nearest_pot" />
20272<Test name="clamp_clamp_linear_pot" />
20273<Test name="clamp_repeat_nearest_pot" />
20274<Test name="clamp_repeat_linear_pot" />
20275<Test name="clamp_mirror_nearest_pot" />
20276<Test name="clamp_mirror_linear_pot" />
20277<Test name="repeat_clamp_nearest_pot" />
20278<Test name="repeat_clamp_linear_pot" />
20279<Test name="repeat_repeat_nearest_pot" />
20280<Test name="repeat_repeat_linear_pot" />
20281<Test name="repeat_mirror_nearest_pot" />
20282<Test name="repeat_mirror_linear_pot" />
20283<Test name="mirror_clamp_nearest_pot" />
20284<Test name="mirror_clamp_linear_pot" />
20285<Test name="mirror_repeat_nearest_pot" />
20286<Test name="mirror_repeat_linear_pot" />
20287<Test name="mirror_mirror_nearest_pot" />
20288<Test name="mirror_mirror_linear_pot" />
20289<Test name="clamp_clamp_nearest_npot" />
20290<Test name="clamp_clamp_linear_npot" />
20291<Test name="clamp_repeat_nearest_npot" />
20292<Test name="clamp_repeat_linear_npot" />
20293<Test name="clamp_mirror_nearest_npot" />
20294<Test name="clamp_mirror_linear_npot" />
20295<Test name="repeat_clamp_nearest_npot" />
20296<Test name="repeat_clamp_linear_npot" />
20297<Test name="repeat_repeat_nearest_npot" />
20298<Test name="repeat_repeat_linear_npot" />
20299<Test name="repeat_mirror_nearest_npot" />
20300<Test name="repeat_mirror_linear_npot" />
20301<Test name="mirror_clamp_nearest_npot" />
20302<Test name="mirror_clamp_linear_npot" />
20303<Test name="mirror_repeat_nearest_npot" />
20304<Test name="mirror_repeat_linear_npot" />
20305<Test name="mirror_mirror_nearest_npot" />
20306<Test name="mirror_mirror_linear_npot" />
20307</TestCase>
20308<TestCase name="etc2_srgb8">
20309<Test name="clamp_clamp_nearest_pot" />
20310<Test name="clamp_clamp_linear_pot" />
20311<Test name="clamp_repeat_nearest_pot" />
20312<Test name="clamp_repeat_linear_pot" />
20313<Test name="clamp_mirror_nearest_pot" />
20314<Test name="clamp_mirror_linear_pot" />
20315<Test name="repeat_clamp_nearest_pot" />
20316<Test name="repeat_clamp_linear_pot" />
20317<Test name="repeat_repeat_nearest_pot" />
20318<Test name="repeat_repeat_linear_pot" />
20319<Test name="repeat_mirror_nearest_pot" />
20320<Test name="repeat_mirror_linear_pot" />
20321<Test name="mirror_clamp_nearest_pot" />
20322<Test name="mirror_clamp_linear_pot" />
20323<Test name="mirror_repeat_nearest_pot" />
20324<Test name="mirror_repeat_linear_pot" />
20325<Test name="mirror_mirror_nearest_pot" />
20326<Test name="mirror_mirror_linear_pot" />
20327<Test name="clamp_clamp_nearest_npot" />
20328<Test name="clamp_clamp_linear_npot" />
20329<Test name="clamp_repeat_nearest_npot" />
20330<Test name="clamp_repeat_linear_npot" />
20331<Test name="clamp_mirror_nearest_npot" />
20332<Test name="clamp_mirror_linear_npot" />
20333<Test name="repeat_clamp_nearest_npot" />
20334<Test name="repeat_clamp_linear_npot" />
20335<Test name="repeat_repeat_nearest_npot" />
20336<Test name="repeat_repeat_linear_npot" />
20337<Test name="repeat_mirror_nearest_npot" />
20338<Test name="repeat_mirror_linear_npot" />
20339<Test name="mirror_clamp_nearest_npot" />
20340<Test name="mirror_clamp_linear_npot" />
20341<Test name="mirror_repeat_nearest_npot" />
20342<Test name="mirror_repeat_linear_npot" />
20343<Test name="mirror_mirror_nearest_npot" />
20344<Test name="mirror_mirror_linear_npot" />
20345</TestCase>
20346<TestCase name="etc2_rgb8_punchthrough_alpha1">
20347<Test name="clamp_clamp_nearest_pot" />
20348<Test name="clamp_clamp_linear_pot" />
20349<Test name="clamp_repeat_nearest_pot" />
20350<Test name="clamp_repeat_linear_pot" />
20351<Test name="clamp_mirror_nearest_pot" />
20352<Test name="clamp_mirror_linear_pot" />
20353<Test name="repeat_clamp_nearest_pot" />
20354<Test name="repeat_clamp_linear_pot" />
20355<Test name="repeat_repeat_nearest_pot" />
20356<Test name="repeat_repeat_linear_pot" />
20357<Test name="repeat_mirror_nearest_pot" />
20358<Test name="repeat_mirror_linear_pot" />
20359<Test name="mirror_clamp_nearest_pot" />
20360<Test name="mirror_clamp_linear_pot" />
20361<Test name="mirror_repeat_nearest_pot" />
20362<Test name="mirror_repeat_linear_pot" />
20363<Test name="mirror_mirror_nearest_pot" />
20364<Test name="mirror_mirror_linear_pot" />
20365<Test name="clamp_clamp_nearest_npot" />
20366<Test name="clamp_clamp_linear_npot" />
20367<Test name="clamp_repeat_nearest_npot" />
20368<Test name="clamp_repeat_linear_npot" />
20369<Test name="clamp_mirror_nearest_npot" />
20370<Test name="clamp_mirror_linear_npot" />
20371<Test name="repeat_clamp_nearest_npot" />
20372<Test name="repeat_clamp_linear_npot" />
20373<Test name="repeat_repeat_nearest_npot" />
20374<Test name="repeat_repeat_linear_npot" />
20375<Test name="repeat_mirror_nearest_npot" />
20376<Test name="repeat_mirror_linear_npot" />
20377<Test name="mirror_clamp_nearest_npot" />
20378<Test name="mirror_clamp_linear_npot" />
20379<Test name="mirror_repeat_nearest_npot" />
20380<Test name="mirror_repeat_linear_npot" />
20381<Test name="mirror_mirror_nearest_npot" />
20382<Test name="mirror_mirror_linear_npot" />
20383</TestCase>
20384<TestCase name="etc2_srgb8_punchthrough_alpha1">
20385<Test name="clamp_clamp_nearest_pot" />
20386<Test name="clamp_clamp_linear_pot" />
20387<Test name="clamp_repeat_nearest_pot" />
20388<Test name="clamp_repeat_linear_pot" />
20389<Test name="clamp_mirror_nearest_pot" />
20390<Test name="clamp_mirror_linear_pot" />
20391<Test name="repeat_clamp_nearest_pot" />
20392<Test name="repeat_clamp_linear_pot" />
20393<Test name="repeat_repeat_nearest_pot" />
20394<Test name="repeat_repeat_linear_pot" />
20395<Test name="repeat_mirror_nearest_pot" />
20396<Test name="repeat_mirror_linear_pot" />
20397<Test name="mirror_clamp_nearest_pot" />
20398<Test name="mirror_clamp_linear_pot" />
20399<Test name="mirror_repeat_nearest_pot" />
20400<Test name="mirror_repeat_linear_pot" />
20401<Test name="mirror_mirror_nearest_pot" />
20402<Test name="mirror_mirror_linear_pot" />
20403<Test name="clamp_clamp_nearest_npot" />
20404<Test name="clamp_clamp_linear_npot" />
20405<Test name="clamp_repeat_nearest_npot" />
20406<Test name="clamp_repeat_linear_npot" />
20407<Test name="clamp_mirror_nearest_npot" />
20408<Test name="clamp_mirror_linear_npot" />
20409<Test name="repeat_clamp_nearest_npot" />
20410<Test name="repeat_clamp_linear_npot" />
20411<Test name="repeat_repeat_nearest_npot" />
20412<Test name="repeat_repeat_linear_npot" />
20413<Test name="repeat_mirror_nearest_npot" />
20414<Test name="repeat_mirror_linear_npot" />
20415<Test name="mirror_clamp_nearest_npot" />
20416<Test name="mirror_clamp_linear_npot" />
20417<Test name="mirror_repeat_nearest_npot" />
20418<Test name="mirror_repeat_linear_npot" />
20419<Test name="mirror_mirror_nearest_npot" />
20420<Test name="mirror_mirror_linear_npot" />
20421</TestCase>
20422<TestCase name="etc2_eac_rgba8">
20423<Test name="clamp_clamp_nearest_pot" />
20424<Test name="clamp_clamp_linear_pot" />
20425<Test name="clamp_repeat_nearest_pot" />
20426<Test name="clamp_repeat_linear_pot" />
20427<Test name="clamp_mirror_nearest_pot" />
20428<Test name="clamp_mirror_linear_pot" />
20429<Test name="repeat_clamp_nearest_pot" />
20430<Test name="repeat_clamp_linear_pot" />
20431<Test name="repeat_repeat_nearest_pot" />
20432<Test name="repeat_repeat_linear_pot" />
20433<Test name="repeat_mirror_nearest_pot" />
20434<Test name="repeat_mirror_linear_pot" />
20435<Test name="mirror_clamp_nearest_pot" />
20436<Test name="mirror_clamp_linear_pot" />
20437<Test name="mirror_repeat_nearest_pot" />
20438<Test name="mirror_repeat_linear_pot" />
20439<Test name="mirror_mirror_nearest_pot" />
20440<Test name="mirror_mirror_linear_pot" />
20441<Test name="clamp_clamp_nearest_npot" />
20442<Test name="clamp_clamp_linear_npot" />
20443<Test name="clamp_repeat_nearest_npot" />
20444<Test name="clamp_repeat_linear_npot" />
20445<Test name="clamp_mirror_nearest_npot" />
20446<Test name="clamp_mirror_linear_npot" />
20447<Test name="repeat_clamp_nearest_npot" />
20448<Test name="repeat_clamp_linear_npot" />
20449<Test name="repeat_repeat_nearest_npot" />
20450<Test name="repeat_repeat_linear_npot" />
20451<Test name="repeat_mirror_nearest_npot" />
20452<Test name="repeat_mirror_linear_npot" />
20453<Test name="mirror_clamp_nearest_npot" />
20454<Test name="mirror_clamp_linear_npot" />
20455<Test name="mirror_repeat_nearest_npot" />
20456<Test name="mirror_repeat_linear_npot" />
20457<Test name="mirror_mirror_nearest_npot" />
20458<Test name="mirror_mirror_linear_npot" />
20459</TestCase>
20460<TestCase name="etc2_eac_srgb8_alpha8">
20461<Test name="clamp_clamp_nearest_pot" />
20462<Test name="clamp_clamp_linear_pot" />
20463<Test name="clamp_repeat_nearest_pot" />
20464<Test name="clamp_repeat_linear_pot" />
20465<Test name="clamp_mirror_nearest_pot" />
20466<Test name="clamp_mirror_linear_pot" />
20467<Test name="repeat_clamp_nearest_pot" />
20468<Test name="repeat_clamp_linear_pot" />
20469<Test name="repeat_repeat_nearest_pot" />
20470<Test name="repeat_repeat_linear_pot" />
20471<Test name="repeat_mirror_nearest_pot" />
20472<Test name="repeat_mirror_linear_pot" />
20473<Test name="mirror_clamp_nearest_pot" />
20474<Test name="mirror_clamp_linear_pot" />
20475<Test name="mirror_repeat_nearest_pot" />
20476<Test name="mirror_repeat_linear_pot" />
20477<Test name="mirror_mirror_nearest_pot" />
20478<Test name="mirror_mirror_linear_pot" />
20479<Test name="clamp_clamp_nearest_npot" />
20480<Test name="clamp_clamp_linear_npot" />
20481<Test name="clamp_repeat_nearest_npot" />
20482<Test name="clamp_repeat_linear_npot" />
20483<Test name="clamp_mirror_nearest_npot" />
20484<Test name="clamp_mirror_linear_npot" />
20485<Test name="repeat_clamp_nearest_npot" />
20486<Test name="repeat_clamp_linear_npot" />
20487<Test name="repeat_repeat_nearest_npot" />
20488<Test name="repeat_repeat_linear_npot" />
20489<Test name="repeat_mirror_nearest_npot" />
20490<Test name="repeat_mirror_linear_npot" />
20491<Test name="mirror_clamp_nearest_npot" />
20492<Test name="mirror_clamp_linear_npot" />
20493<Test name="mirror_repeat_nearest_npot" />
20494<Test name="mirror_repeat_linear_npot" />
20495<Test name="mirror_mirror_nearest_npot" />
20496<Test name="mirror_mirror_linear_npot" />
20497</TestCase>
20498<TestCase name="astc_4x4">
20499<Test name="clamp_clamp_nearest_divisible" />
20500<Test name="clamp_clamp_linear_divisible" />
20501<Test name="clamp_repeat_nearest_divisible" />
20502<Test name="clamp_repeat_linear_divisible" />
20503<Test name="clamp_mirror_nearest_divisible" />
20504<Test name="clamp_mirror_linear_divisible" />
20505<Test name="repeat_clamp_nearest_divisible" />
20506<Test name="repeat_clamp_linear_divisible" />
20507<Test name="repeat_repeat_nearest_divisible" />
20508<Test name="repeat_repeat_linear_divisible" />
20509<Test name="repeat_mirror_nearest_divisible" />
20510<Test name="repeat_mirror_linear_divisible" />
20511<Test name="mirror_clamp_nearest_divisible" />
20512<Test name="mirror_clamp_linear_divisible" />
20513<Test name="mirror_repeat_nearest_divisible" />
20514<Test name="mirror_repeat_linear_divisible" />
20515<Test name="mirror_mirror_nearest_divisible" />
20516<Test name="mirror_mirror_linear_divisible" />
20517<Test name="clamp_clamp_nearest_not_divisible" />
20518<Test name="clamp_clamp_linear_not_divisible" />
20519<Test name="clamp_repeat_nearest_not_divisible" />
20520<Test name="clamp_repeat_linear_not_divisible" />
20521<Test name="clamp_mirror_nearest_not_divisible" />
20522<Test name="clamp_mirror_linear_not_divisible" />
20523<Test name="repeat_clamp_nearest_not_divisible" />
20524<Test name="repeat_clamp_linear_not_divisible" />
20525<Test name="repeat_repeat_nearest_not_divisible" />
20526<Test name="repeat_repeat_linear_not_divisible" />
20527<Test name="repeat_mirror_nearest_not_divisible" />
20528<Test name="repeat_mirror_linear_not_divisible" />
20529<Test name="mirror_clamp_nearest_not_divisible" />
20530<Test name="mirror_clamp_linear_not_divisible" />
20531<Test name="mirror_repeat_nearest_not_divisible" />
20532<Test name="mirror_repeat_linear_not_divisible" />
20533<Test name="mirror_mirror_nearest_not_divisible" />
20534<Test name="mirror_mirror_linear_not_divisible" />
20535</TestCase>
20536<TestCase name="astc_5x4">
20537<Test name="clamp_clamp_nearest_divisible" />
20538<Test name="clamp_clamp_linear_divisible" />
20539<Test name="clamp_repeat_nearest_divisible" />
20540<Test name="clamp_repeat_linear_divisible" />
20541<Test name="clamp_mirror_nearest_divisible" />
20542<Test name="clamp_mirror_linear_divisible" />
20543<Test name="repeat_clamp_nearest_divisible" />
20544<Test name="repeat_clamp_linear_divisible" />
20545<Test name="repeat_repeat_nearest_divisible" />
20546<Test name="repeat_repeat_linear_divisible" />
20547<Test name="repeat_mirror_nearest_divisible" />
20548<Test name="repeat_mirror_linear_divisible" />
20549<Test name="mirror_clamp_nearest_divisible" />
20550<Test name="mirror_clamp_linear_divisible" />
20551<Test name="mirror_repeat_nearest_divisible" />
20552<Test name="mirror_repeat_linear_divisible" />
20553<Test name="mirror_mirror_nearest_divisible" />
20554<Test name="mirror_mirror_linear_divisible" />
20555<Test name="clamp_clamp_nearest_not_divisible" />
20556<Test name="clamp_clamp_linear_not_divisible" />
20557<Test name="clamp_repeat_nearest_not_divisible" />
20558<Test name="clamp_repeat_linear_not_divisible" />
20559<Test name="clamp_mirror_nearest_not_divisible" />
20560<Test name="clamp_mirror_linear_not_divisible" />
20561<Test name="repeat_clamp_nearest_not_divisible" />
20562<Test name="repeat_clamp_linear_not_divisible" />
20563<Test name="repeat_repeat_nearest_not_divisible" />
20564<Test name="repeat_repeat_linear_not_divisible" />
20565<Test name="repeat_mirror_nearest_not_divisible" />
20566<Test name="repeat_mirror_linear_not_divisible" />
20567<Test name="mirror_clamp_nearest_not_divisible" />
20568<Test name="mirror_clamp_linear_not_divisible" />
20569<Test name="mirror_repeat_nearest_not_divisible" />
20570<Test name="mirror_repeat_linear_not_divisible" />
20571<Test name="mirror_mirror_nearest_not_divisible" />
20572<Test name="mirror_mirror_linear_not_divisible" />
20573</TestCase>
20574<TestCase name="astc_5x5">
20575<Test name="clamp_clamp_nearest_divisible" />
20576<Test name="clamp_clamp_linear_divisible" />
20577<Test name="clamp_repeat_nearest_divisible" />
20578<Test name="clamp_repeat_linear_divisible" />
20579<Test name="clamp_mirror_nearest_divisible" />
20580<Test name="clamp_mirror_linear_divisible" />
20581<Test name="repeat_clamp_nearest_divisible" />
20582<Test name="repeat_clamp_linear_divisible" />
20583<Test name="repeat_repeat_nearest_divisible" />
20584<Test name="repeat_repeat_linear_divisible" />
20585<Test name="repeat_mirror_nearest_divisible" />
20586<Test name="repeat_mirror_linear_divisible" />
20587<Test name="mirror_clamp_nearest_divisible" />
20588<Test name="mirror_clamp_linear_divisible" />
20589<Test name="mirror_repeat_nearest_divisible" />
20590<Test name="mirror_repeat_linear_divisible" />
20591<Test name="mirror_mirror_nearest_divisible" />
20592<Test name="mirror_mirror_linear_divisible" />
20593<Test name="clamp_clamp_nearest_not_divisible" />
20594<Test name="clamp_clamp_linear_not_divisible" />
20595<Test name="clamp_repeat_nearest_not_divisible" />
20596<Test name="clamp_repeat_linear_not_divisible" />
20597<Test name="clamp_mirror_nearest_not_divisible" />
20598<Test name="clamp_mirror_linear_not_divisible" />
20599<Test name="repeat_clamp_nearest_not_divisible" />
20600<Test name="repeat_clamp_linear_not_divisible" />
20601<Test name="repeat_repeat_nearest_not_divisible" />
20602<Test name="repeat_repeat_linear_not_divisible" />
20603<Test name="repeat_mirror_nearest_not_divisible" />
20604<Test name="repeat_mirror_linear_not_divisible" />
20605<Test name="mirror_clamp_nearest_not_divisible" />
20606<Test name="mirror_clamp_linear_not_divisible" />
20607<Test name="mirror_repeat_nearest_not_divisible" />
20608<Test name="mirror_repeat_linear_not_divisible" />
20609<Test name="mirror_mirror_nearest_not_divisible" />
20610<Test name="mirror_mirror_linear_not_divisible" />
20611</TestCase>
20612<TestCase name="astc_6x5">
20613<Test name="clamp_clamp_nearest_divisible" />
20614<Test name="clamp_clamp_linear_divisible" />
20615<Test name="clamp_repeat_nearest_divisible" />
20616<Test name="clamp_repeat_linear_divisible" />
20617<Test name="clamp_mirror_nearest_divisible" />
20618<Test name="clamp_mirror_linear_divisible" />
20619<Test name="repeat_clamp_nearest_divisible" />
20620<Test name="repeat_clamp_linear_divisible" />
20621<Test name="repeat_repeat_nearest_divisible" />
20622<Test name="repeat_repeat_linear_divisible" />
20623<Test name="repeat_mirror_nearest_divisible" />
20624<Test name="repeat_mirror_linear_divisible" />
20625<Test name="mirror_clamp_nearest_divisible" />
20626<Test name="mirror_clamp_linear_divisible" />
20627<Test name="mirror_repeat_nearest_divisible" />
20628<Test name="mirror_repeat_linear_divisible" />
20629<Test name="mirror_mirror_nearest_divisible" />
20630<Test name="mirror_mirror_linear_divisible" />
20631<Test name="clamp_clamp_nearest_not_divisible" />
20632<Test name="clamp_clamp_linear_not_divisible" />
20633<Test name="clamp_repeat_nearest_not_divisible" />
20634<Test name="clamp_repeat_linear_not_divisible" />
20635<Test name="clamp_mirror_nearest_not_divisible" />
20636<Test name="clamp_mirror_linear_not_divisible" />
20637<Test name="repeat_clamp_nearest_not_divisible" />
20638<Test name="repeat_clamp_linear_not_divisible" />
20639<Test name="repeat_repeat_nearest_not_divisible" />
20640<Test name="repeat_repeat_linear_not_divisible" />
20641<Test name="repeat_mirror_nearest_not_divisible" />
20642<Test name="repeat_mirror_linear_not_divisible" />
20643<Test name="mirror_clamp_nearest_not_divisible" />
20644<Test name="mirror_clamp_linear_not_divisible" />
20645<Test name="mirror_repeat_nearest_not_divisible" />
20646<Test name="mirror_repeat_linear_not_divisible" />
20647<Test name="mirror_mirror_nearest_not_divisible" />
20648<Test name="mirror_mirror_linear_not_divisible" />
20649</TestCase>
20650<TestCase name="astc_6x6">
20651<Test name="clamp_clamp_nearest_divisible" />
20652<Test name="clamp_clamp_linear_divisible" />
20653<Test name="clamp_repeat_nearest_divisible" />
20654<Test name="clamp_repeat_linear_divisible" />
20655<Test name="clamp_mirror_nearest_divisible" />
20656<Test name="clamp_mirror_linear_divisible" />
20657<Test name="repeat_clamp_nearest_divisible" />
20658<Test name="repeat_clamp_linear_divisible" />
20659<Test name="repeat_repeat_nearest_divisible" />
20660<Test name="repeat_repeat_linear_divisible" />
20661<Test name="repeat_mirror_nearest_divisible" />
20662<Test name="repeat_mirror_linear_divisible" />
20663<Test name="mirror_clamp_nearest_divisible" />
20664<Test name="mirror_clamp_linear_divisible" />
20665<Test name="mirror_repeat_nearest_divisible" />
20666<Test name="mirror_repeat_linear_divisible" />
20667<Test name="mirror_mirror_nearest_divisible" />
20668<Test name="mirror_mirror_linear_divisible" />
20669<Test name="clamp_clamp_nearest_not_divisible" />
20670<Test name="clamp_clamp_linear_not_divisible" />
20671<Test name="clamp_repeat_nearest_not_divisible" />
20672<Test name="clamp_repeat_linear_not_divisible" />
20673<Test name="clamp_mirror_nearest_not_divisible" />
20674<Test name="clamp_mirror_linear_not_divisible" />
20675<Test name="repeat_clamp_nearest_not_divisible" />
20676<Test name="repeat_clamp_linear_not_divisible" />
20677<Test name="repeat_repeat_nearest_not_divisible" />
20678<Test name="repeat_repeat_linear_not_divisible" />
20679<Test name="repeat_mirror_nearest_not_divisible" />
20680<Test name="repeat_mirror_linear_not_divisible" />
20681<Test name="mirror_clamp_nearest_not_divisible" />
20682<Test name="mirror_clamp_linear_not_divisible" />
20683<Test name="mirror_repeat_nearest_not_divisible" />
20684<Test name="mirror_repeat_linear_not_divisible" />
20685<Test name="mirror_mirror_nearest_not_divisible" />
20686<Test name="mirror_mirror_linear_not_divisible" />
20687</TestCase>
20688<TestCase name="astc_8x5">
20689<Test name="clamp_clamp_nearest_divisible" />
20690<Test name="clamp_clamp_linear_divisible" />
20691<Test name="clamp_repeat_nearest_divisible" />
20692<Test name="clamp_repeat_linear_divisible" />
20693<Test name="clamp_mirror_nearest_divisible" />
20694<Test name="clamp_mirror_linear_divisible" />
20695<Test name="repeat_clamp_nearest_divisible" />
20696<Test name="repeat_clamp_linear_divisible" />
20697<Test name="repeat_repeat_nearest_divisible" />
20698<Test name="repeat_repeat_linear_divisible" />
20699<Test name="repeat_mirror_nearest_divisible" />
20700<Test name="repeat_mirror_linear_divisible" />
20701<Test name="mirror_clamp_nearest_divisible" />
20702<Test name="mirror_clamp_linear_divisible" />
20703<Test name="mirror_repeat_nearest_divisible" />
20704<Test name="mirror_repeat_linear_divisible" />
20705<Test name="mirror_mirror_nearest_divisible" />
20706<Test name="mirror_mirror_linear_divisible" />
20707<Test name="clamp_clamp_nearest_not_divisible" />
20708<Test name="clamp_clamp_linear_not_divisible" />
20709<Test name="clamp_repeat_nearest_not_divisible" />
20710<Test name="clamp_repeat_linear_not_divisible" />
20711<Test name="clamp_mirror_nearest_not_divisible" />
20712<Test name="clamp_mirror_linear_not_divisible" />
20713<Test name="repeat_clamp_nearest_not_divisible" />
20714<Test name="repeat_clamp_linear_not_divisible" />
20715<Test name="repeat_repeat_nearest_not_divisible" />
20716<Test name="repeat_repeat_linear_not_divisible" />
20717<Test name="repeat_mirror_nearest_not_divisible" />
20718<Test name="repeat_mirror_linear_not_divisible" />
20719<Test name="mirror_clamp_nearest_not_divisible" />
20720<Test name="mirror_clamp_linear_not_divisible" />
20721<Test name="mirror_repeat_nearest_not_divisible" />
20722<Test name="mirror_repeat_linear_not_divisible" />
20723<Test name="mirror_mirror_nearest_not_divisible" />
20724<Test name="mirror_mirror_linear_not_divisible" />
20725</TestCase>
20726<TestCase name="astc_8x6">
20727<Test name="clamp_clamp_nearest_divisible" />
20728<Test name="clamp_clamp_linear_divisible" />
20729<Test name="clamp_repeat_nearest_divisible" />
20730<Test name="clamp_repeat_linear_divisible" />
20731<Test name="clamp_mirror_nearest_divisible" />
20732<Test name="clamp_mirror_linear_divisible" />
20733<Test name="repeat_clamp_nearest_divisible" />
20734<Test name="repeat_clamp_linear_divisible" />
20735<Test name="repeat_repeat_nearest_divisible" />
20736<Test name="repeat_repeat_linear_divisible" />
20737<Test name="repeat_mirror_nearest_divisible" />
20738<Test name="repeat_mirror_linear_divisible" />
20739<Test name="mirror_clamp_nearest_divisible" />
20740<Test name="mirror_clamp_linear_divisible" />
20741<Test name="mirror_repeat_nearest_divisible" />
20742<Test name="mirror_repeat_linear_divisible" />
20743<Test name="mirror_mirror_nearest_divisible" />
20744<Test name="mirror_mirror_linear_divisible" />
20745<Test name="clamp_clamp_nearest_not_divisible" />
20746<Test name="clamp_clamp_linear_not_divisible" />
20747<Test name="clamp_repeat_nearest_not_divisible" />
20748<Test name="clamp_repeat_linear_not_divisible" />
20749<Test name="clamp_mirror_nearest_not_divisible" />
20750<Test name="clamp_mirror_linear_not_divisible" />
20751<Test name="repeat_clamp_nearest_not_divisible" />
20752<Test name="repeat_clamp_linear_not_divisible" />
20753<Test name="repeat_repeat_nearest_not_divisible" />
20754<Test name="repeat_repeat_linear_not_divisible" />
20755<Test name="repeat_mirror_nearest_not_divisible" />
20756<Test name="repeat_mirror_linear_not_divisible" />
20757<Test name="mirror_clamp_nearest_not_divisible" />
20758<Test name="mirror_clamp_linear_not_divisible" />
20759<Test name="mirror_repeat_nearest_not_divisible" />
20760<Test name="mirror_repeat_linear_not_divisible" />
20761<Test name="mirror_mirror_nearest_not_divisible" />
20762<Test name="mirror_mirror_linear_not_divisible" />
20763</TestCase>
20764<TestCase name="astc_8x8">
20765<Test name="clamp_clamp_nearest_divisible" />
20766<Test name="clamp_clamp_linear_divisible" />
20767<Test name="clamp_repeat_nearest_divisible" />
20768<Test name="clamp_repeat_linear_divisible" />
20769<Test name="clamp_mirror_nearest_divisible" />
20770<Test name="clamp_mirror_linear_divisible" />
20771<Test name="repeat_clamp_nearest_divisible" />
20772<Test name="repeat_clamp_linear_divisible" />
20773<Test name="repeat_repeat_nearest_divisible" />
20774<Test name="repeat_repeat_linear_divisible" />
20775<Test name="repeat_mirror_nearest_divisible" />
20776<Test name="repeat_mirror_linear_divisible" />
20777<Test name="mirror_clamp_nearest_divisible" />
20778<Test name="mirror_clamp_linear_divisible" />
20779<Test name="mirror_repeat_nearest_divisible" />
20780<Test name="mirror_repeat_linear_divisible" />
20781<Test name="mirror_mirror_nearest_divisible" />
20782<Test name="mirror_mirror_linear_divisible" />
20783<Test name="clamp_clamp_nearest_not_divisible" />
20784<Test name="clamp_clamp_linear_not_divisible" />
20785<Test name="clamp_repeat_nearest_not_divisible" />
20786<Test name="clamp_repeat_linear_not_divisible" />
20787<Test name="clamp_mirror_nearest_not_divisible" />
20788<Test name="clamp_mirror_linear_not_divisible" />
20789<Test name="repeat_clamp_nearest_not_divisible" />
20790<Test name="repeat_clamp_linear_not_divisible" />
20791<Test name="repeat_repeat_nearest_not_divisible" />
20792<Test name="repeat_repeat_linear_not_divisible" />
20793<Test name="repeat_mirror_nearest_not_divisible" />
20794<Test name="repeat_mirror_linear_not_divisible" />
20795<Test name="mirror_clamp_nearest_not_divisible" />
20796<Test name="mirror_clamp_linear_not_divisible" />
20797<Test name="mirror_repeat_nearest_not_divisible" />
20798<Test name="mirror_repeat_linear_not_divisible" />
20799<Test name="mirror_mirror_nearest_not_divisible" />
20800<Test name="mirror_mirror_linear_not_divisible" />
20801</TestCase>
20802<TestCase name="astc_10x5">
20803<Test name="clamp_clamp_nearest_divisible" />
20804<Test name="clamp_clamp_linear_divisible" />
20805<Test name="clamp_repeat_nearest_divisible" />
20806<Test name="clamp_repeat_linear_divisible" />
20807<Test name="clamp_mirror_nearest_divisible" />
20808<Test name="clamp_mirror_linear_divisible" />
20809<Test name="repeat_clamp_nearest_divisible" />
20810<Test name="repeat_clamp_linear_divisible" />
20811<Test name="repeat_repeat_nearest_divisible" />
20812<Test name="repeat_repeat_linear_divisible" />
20813<Test name="repeat_mirror_nearest_divisible" />
20814<Test name="repeat_mirror_linear_divisible" />
20815<Test name="mirror_clamp_nearest_divisible" />
20816<Test name="mirror_clamp_linear_divisible" />
20817<Test name="mirror_repeat_nearest_divisible" />
20818<Test name="mirror_repeat_linear_divisible" />
20819<Test name="mirror_mirror_nearest_divisible" />
20820<Test name="mirror_mirror_linear_divisible" />
20821<Test name="clamp_clamp_nearest_not_divisible" />
20822<Test name="clamp_clamp_linear_not_divisible" />
20823<Test name="clamp_repeat_nearest_not_divisible" />
20824<Test name="clamp_repeat_linear_not_divisible" />
20825<Test name="clamp_mirror_nearest_not_divisible" />
20826<Test name="clamp_mirror_linear_not_divisible" />
20827<Test name="repeat_clamp_nearest_not_divisible" />
20828<Test name="repeat_clamp_linear_not_divisible" />
20829<Test name="repeat_repeat_nearest_not_divisible" />
20830<Test name="repeat_repeat_linear_not_divisible" />
20831<Test name="repeat_mirror_nearest_not_divisible" />
20832<Test name="repeat_mirror_linear_not_divisible" />
20833<Test name="mirror_clamp_nearest_not_divisible" />
20834<Test name="mirror_clamp_linear_not_divisible" />
20835<Test name="mirror_repeat_nearest_not_divisible" />
20836<Test name="mirror_repeat_linear_not_divisible" />
20837<Test name="mirror_mirror_nearest_not_divisible" />
20838<Test name="mirror_mirror_linear_not_divisible" />
20839</TestCase>
20840<TestCase name="astc_10x6">
20841<Test name="clamp_clamp_nearest_divisible" />
20842<Test name="clamp_clamp_linear_divisible" />
20843<Test name="clamp_repeat_nearest_divisible" />
20844<Test name="clamp_repeat_linear_divisible" />
20845<Test name="clamp_mirror_nearest_divisible" />
20846<Test name="clamp_mirror_linear_divisible" />
20847<Test name="repeat_clamp_nearest_divisible" />
20848<Test name="repeat_clamp_linear_divisible" />
20849<Test name="repeat_repeat_nearest_divisible" />
20850<Test name="repeat_repeat_linear_divisible" />
20851<Test name="repeat_mirror_nearest_divisible" />
20852<Test name="repeat_mirror_linear_divisible" />
20853<Test name="mirror_clamp_nearest_divisible" />
20854<Test name="mirror_clamp_linear_divisible" />
20855<Test name="mirror_repeat_nearest_divisible" />
20856<Test name="mirror_repeat_linear_divisible" />
20857<Test name="mirror_mirror_nearest_divisible" />
20858<Test name="mirror_mirror_linear_divisible" />
20859<Test name="clamp_clamp_nearest_not_divisible" />
20860<Test name="clamp_clamp_linear_not_divisible" />
20861<Test name="clamp_repeat_nearest_not_divisible" />
20862<Test name="clamp_repeat_linear_not_divisible" />
20863<Test name="clamp_mirror_nearest_not_divisible" />
20864<Test name="clamp_mirror_linear_not_divisible" />
20865<Test name="repeat_clamp_nearest_not_divisible" />
20866<Test name="repeat_clamp_linear_not_divisible" />
20867<Test name="repeat_repeat_nearest_not_divisible" />
20868<Test name="repeat_repeat_linear_not_divisible" />
20869<Test name="repeat_mirror_nearest_not_divisible" />
20870<Test name="repeat_mirror_linear_not_divisible" />
20871<Test name="mirror_clamp_nearest_not_divisible" />
20872<Test name="mirror_clamp_linear_not_divisible" />
20873<Test name="mirror_repeat_nearest_not_divisible" />
20874<Test name="mirror_repeat_linear_not_divisible" />
20875<Test name="mirror_mirror_nearest_not_divisible" />
20876<Test name="mirror_mirror_linear_not_divisible" />
20877</TestCase>
20878<TestCase name="astc_10x8">
20879<Test name="clamp_clamp_nearest_divisible" />
20880<Test name="clamp_clamp_linear_divisible" />
20881<Test name="clamp_repeat_nearest_divisible" />
20882<Test name="clamp_repeat_linear_divisible" />
20883<Test name="clamp_mirror_nearest_divisible" />
20884<Test name="clamp_mirror_linear_divisible" />
20885<Test name="repeat_clamp_nearest_divisible" />
20886<Test name="repeat_clamp_linear_divisible" />
20887<Test name="repeat_repeat_nearest_divisible" />
20888<Test name="repeat_repeat_linear_divisible" />
20889<Test name="repeat_mirror_nearest_divisible" />
20890<Test name="repeat_mirror_linear_divisible" />
20891<Test name="mirror_clamp_nearest_divisible" />
20892<Test name="mirror_clamp_linear_divisible" />
20893<Test name="mirror_repeat_nearest_divisible" />
20894<Test name="mirror_repeat_linear_divisible" />
20895<Test name="mirror_mirror_nearest_divisible" />
20896<Test name="mirror_mirror_linear_divisible" />
20897<Test name="clamp_clamp_nearest_not_divisible" />
20898<Test name="clamp_clamp_linear_not_divisible" />
20899<Test name="clamp_repeat_nearest_not_divisible" />
20900<Test name="clamp_repeat_linear_not_divisible" />
20901<Test name="clamp_mirror_nearest_not_divisible" />
20902<Test name="clamp_mirror_linear_not_divisible" />
20903<Test name="repeat_clamp_nearest_not_divisible" />
20904<Test name="repeat_clamp_linear_not_divisible" />
20905<Test name="repeat_repeat_nearest_not_divisible" />
20906<Test name="repeat_repeat_linear_not_divisible" />
20907<Test name="repeat_mirror_nearest_not_divisible" />
20908<Test name="repeat_mirror_linear_not_divisible" />
20909<Test name="mirror_clamp_nearest_not_divisible" />
20910<Test name="mirror_clamp_linear_not_divisible" />
20911<Test name="mirror_repeat_nearest_not_divisible" />
20912<Test name="mirror_repeat_linear_not_divisible" />
20913<Test name="mirror_mirror_nearest_not_divisible" />
20914<Test name="mirror_mirror_linear_not_divisible" />
20915</TestCase>
20916<TestCase name="astc_10x10">
20917<Test name="clamp_clamp_nearest_divisible" />
20918<Test name="clamp_clamp_linear_divisible" />
20919<Test name="clamp_repeat_nearest_divisible" />
20920<Test name="clamp_repeat_linear_divisible" />
20921<Test name="clamp_mirror_nearest_divisible" />
20922<Test name="clamp_mirror_linear_divisible" />
20923<Test name="repeat_clamp_nearest_divisible" />
20924<Test name="repeat_clamp_linear_divisible" />
20925<Test name="repeat_repeat_nearest_divisible" />
20926<Test name="repeat_repeat_linear_divisible" />
20927<Test name="repeat_mirror_nearest_divisible" />
20928<Test name="repeat_mirror_linear_divisible" />
20929<Test name="mirror_clamp_nearest_divisible" />
20930<Test name="mirror_clamp_linear_divisible" />
20931<Test name="mirror_repeat_nearest_divisible" />
20932<Test name="mirror_repeat_linear_divisible" />
20933<Test name="mirror_mirror_nearest_divisible" />
20934<Test name="mirror_mirror_linear_divisible" />
20935<Test name="clamp_clamp_nearest_not_divisible" />
20936<Test name="clamp_clamp_linear_not_divisible" />
20937<Test name="clamp_repeat_nearest_not_divisible" />
20938<Test name="clamp_repeat_linear_not_divisible" />
20939<Test name="clamp_mirror_nearest_not_divisible" />
20940<Test name="clamp_mirror_linear_not_divisible" />
20941<Test name="repeat_clamp_nearest_not_divisible" />
20942<Test name="repeat_clamp_linear_not_divisible" />
20943<Test name="repeat_repeat_nearest_not_divisible" />
20944<Test name="repeat_repeat_linear_not_divisible" />
20945<Test name="repeat_mirror_nearest_not_divisible" />
20946<Test name="repeat_mirror_linear_not_divisible" />
20947<Test name="mirror_clamp_nearest_not_divisible" />
20948<Test name="mirror_clamp_linear_not_divisible" />
20949<Test name="mirror_repeat_nearest_not_divisible" />
20950<Test name="mirror_repeat_linear_not_divisible" />
20951<Test name="mirror_mirror_nearest_not_divisible" />
20952<Test name="mirror_mirror_linear_not_divisible" />
20953</TestCase>
20954<TestCase name="astc_12x10">
20955<Test name="clamp_clamp_nearest_divisible" />
20956<Test name="clamp_clamp_linear_divisible" />
20957<Test name="clamp_repeat_nearest_divisible" />
20958<Test name="clamp_repeat_linear_divisible" />
20959<Test name="clamp_mirror_nearest_divisible" />
20960<Test name="clamp_mirror_linear_divisible" />
20961<Test name="repeat_clamp_nearest_divisible" />
20962<Test name="repeat_clamp_linear_divisible" />
20963<Test name="repeat_repeat_nearest_divisible" />
20964<Test name="repeat_repeat_linear_divisible" />
20965<Test name="repeat_mirror_nearest_divisible" />
20966<Test name="repeat_mirror_linear_divisible" />
20967<Test name="mirror_clamp_nearest_divisible" />
20968<Test name="mirror_clamp_linear_divisible" />
20969<Test name="mirror_repeat_nearest_divisible" />
20970<Test name="mirror_repeat_linear_divisible" />
20971<Test name="mirror_mirror_nearest_divisible" />
20972<Test name="mirror_mirror_linear_divisible" />
20973<Test name="clamp_clamp_nearest_not_divisible" />
20974<Test name="clamp_clamp_linear_not_divisible" />
20975<Test name="clamp_repeat_nearest_not_divisible" />
20976<Test name="clamp_repeat_linear_not_divisible" />
20977<Test name="clamp_mirror_nearest_not_divisible" />
20978<Test name="clamp_mirror_linear_not_divisible" />
20979<Test name="repeat_clamp_nearest_not_divisible" />
20980<Test name="repeat_clamp_linear_not_divisible" />
20981<Test name="repeat_repeat_nearest_not_divisible" />
20982<Test name="repeat_repeat_linear_not_divisible" />
20983<Test name="repeat_mirror_nearest_not_divisible" />
20984<Test name="repeat_mirror_linear_not_divisible" />
20985<Test name="mirror_clamp_nearest_not_divisible" />
20986<Test name="mirror_clamp_linear_not_divisible" />
20987<Test name="mirror_repeat_nearest_not_divisible" />
20988<Test name="mirror_repeat_linear_not_divisible" />
20989<Test name="mirror_mirror_nearest_not_divisible" />
20990<Test name="mirror_mirror_linear_not_divisible" />
20991</TestCase>
20992<TestCase name="astc_12x12">
20993<Test name="clamp_clamp_nearest_divisible" />
20994<Test name="clamp_clamp_linear_divisible" />
20995<Test name="clamp_repeat_nearest_divisible" />
20996<Test name="clamp_repeat_linear_divisible" />
20997<Test name="clamp_mirror_nearest_divisible" />
20998<Test name="clamp_mirror_linear_divisible" />
20999<Test name="repeat_clamp_nearest_divisible" />
21000<Test name="repeat_clamp_linear_divisible" />
21001<Test name="repeat_repeat_nearest_divisible" />
21002<Test name="repeat_repeat_linear_divisible" />
21003<Test name="repeat_mirror_nearest_divisible" />
21004<Test name="repeat_mirror_linear_divisible" />
21005<Test name="mirror_clamp_nearest_divisible" />
21006<Test name="mirror_clamp_linear_divisible" />
21007<Test name="mirror_repeat_nearest_divisible" />
21008<Test name="mirror_repeat_linear_divisible" />
21009<Test name="mirror_mirror_nearest_divisible" />
21010<Test name="mirror_mirror_linear_divisible" />
21011<Test name="clamp_clamp_nearest_not_divisible" />
21012<Test name="clamp_clamp_linear_not_divisible" />
21013<Test name="clamp_repeat_nearest_not_divisible" />
21014<Test name="clamp_repeat_linear_not_divisible" />
21015<Test name="clamp_mirror_nearest_not_divisible" />
21016<Test name="clamp_mirror_linear_not_divisible" />
21017<Test name="repeat_clamp_nearest_not_divisible" />
21018<Test name="repeat_clamp_linear_not_divisible" />
21019<Test name="repeat_repeat_nearest_not_divisible" />
21020<Test name="repeat_repeat_linear_not_divisible" />
21021<Test name="repeat_mirror_nearest_not_divisible" />
21022<Test name="repeat_mirror_linear_not_divisible" />
21023<Test name="mirror_clamp_nearest_not_divisible" />
21024<Test name="mirror_clamp_linear_not_divisible" />
21025<Test name="mirror_repeat_nearest_not_divisible" />
21026<Test name="mirror_repeat_linear_not_divisible" />
21027<Test name="mirror_mirror_nearest_not_divisible" />
21028<Test name="mirror_mirror_linear_not_divisible" />
21029</TestCase>
21030<TestCase name="astc_4x4_srgb">
21031<Test name="clamp_clamp_nearest_divisible" />
21032<Test name="clamp_clamp_linear_divisible" />
21033<Test name="clamp_repeat_nearest_divisible" />
21034<Test name="clamp_repeat_linear_divisible" />
21035<Test name="clamp_mirror_nearest_divisible" />
21036<Test name="clamp_mirror_linear_divisible" />
21037<Test name="repeat_clamp_nearest_divisible" />
21038<Test name="repeat_clamp_linear_divisible" />
21039<Test name="repeat_repeat_nearest_divisible" />
21040<Test name="repeat_repeat_linear_divisible" />
21041<Test name="repeat_mirror_nearest_divisible" />
21042<Test name="repeat_mirror_linear_divisible" />
21043<Test name="mirror_clamp_nearest_divisible" />
21044<Test name="mirror_clamp_linear_divisible" />
21045<Test name="mirror_repeat_nearest_divisible" />
21046<Test name="mirror_repeat_linear_divisible" />
21047<Test name="mirror_mirror_nearest_divisible" />
21048<Test name="mirror_mirror_linear_divisible" />
21049<Test name="clamp_clamp_nearest_not_divisible" />
21050<Test name="clamp_clamp_linear_not_divisible" />
21051<Test name="clamp_repeat_nearest_not_divisible" />
21052<Test name="clamp_repeat_linear_not_divisible" />
21053<Test name="clamp_mirror_nearest_not_divisible" />
21054<Test name="clamp_mirror_linear_not_divisible" />
21055<Test name="repeat_clamp_nearest_not_divisible" />
21056<Test name="repeat_clamp_linear_not_divisible" />
21057<Test name="repeat_repeat_nearest_not_divisible" />
21058<Test name="repeat_repeat_linear_not_divisible" />
21059<Test name="repeat_mirror_nearest_not_divisible" />
21060<Test name="repeat_mirror_linear_not_divisible" />
21061<Test name="mirror_clamp_nearest_not_divisible" />
21062<Test name="mirror_clamp_linear_not_divisible" />
21063<Test name="mirror_repeat_nearest_not_divisible" />
21064<Test name="mirror_repeat_linear_not_divisible" />
21065<Test name="mirror_mirror_nearest_not_divisible" />
21066<Test name="mirror_mirror_linear_not_divisible" />
21067</TestCase>
21068<TestCase name="astc_5x4_srgb">
21069<Test name="clamp_clamp_nearest_divisible" />
21070<Test name="clamp_clamp_linear_divisible" />
21071<Test name="clamp_repeat_nearest_divisible" />
21072<Test name="clamp_repeat_linear_divisible" />
21073<Test name="clamp_mirror_nearest_divisible" />
21074<Test name="clamp_mirror_linear_divisible" />
21075<Test name="repeat_clamp_nearest_divisible" />
21076<Test name="repeat_clamp_linear_divisible" />
21077<Test name="repeat_repeat_nearest_divisible" />
21078<Test name="repeat_repeat_linear_divisible" />
21079<Test name="repeat_mirror_nearest_divisible" />
21080<Test name="repeat_mirror_linear_divisible" />
21081<Test name="mirror_clamp_nearest_divisible" />
21082<Test name="mirror_clamp_linear_divisible" />
21083<Test name="mirror_repeat_nearest_divisible" />
21084<Test name="mirror_repeat_linear_divisible" />
21085<Test name="mirror_mirror_nearest_divisible" />
21086<Test name="mirror_mirror_linear_divisible" />
21087<Test name="clamp_clamp_nearest_not_divisible" />
21088<Test name="clamp_clamp_linear_not_divisible" />
21089<Test name="clamp_repeat_nearest_not_divisible" />
21090<Test name="clamp_repeat_linear_not_divisible" />
21091<Test name="clamp_mirror_nearest_not_divisible" />
21092<Test name="clamp_mirror_linear_not_divisible" />
21093<Test name="repeat_clamp_nearest_not_divisible" />
21094<Test name="repeat_clamp_linear_not_divisible" />
21095<Test name="repeat_repeat_nearest_not_divisible" />
21096<Test name="repeat_repeat_linear_not_divisible" />
21097<Test name="repeat_mirror_nearest_not_divisible" />
21098<Test name="repeat_mirror_linear_not_divisible" />
21099<Test name="mirror_clamp_nearest_not_divisible" />
21100<Test name="mirror_clamp_linear_not_divisible" />
21101<Test name="mirror_repeat_nearest_not_divisible" />
21102<Test name="mirror_repeat_linear_not_divisible" />
21103<Test name="mirror_mirror_nearest_not_divisible" />
21104<Test name="mirror_mirror_linear_not_divisible" />
21105</TestCase>
21106<TestCase name="astc_5x5_srgb">
21107<Test name="clamp_clamp_nearest_divisible" />
21108<Test name="clamp_clamp_linear_divisible" />
21109<Test name="clamp_repeat_nearest_divisible" />
21110<Test name="clamp_repeat_linear_divisible" />
21111<Test name="clamp_mirror_nearest_divisible" />
21112<Test name="clamp_mirror_linear_divisible" />
21113<Test name="repeat_clamp_nearest_divisible" />
21114<Test name="repeat_clamp_linear_divisible" />
21115<Test name="repeat_repeat_nearest_divisible" />
21116<Test name="repeat_repeat_linear_divisible" />
21117<Test name="repeat_mirror_nearest_divisible" />
21118<Test name="repeat_mirror_linear_divisible" />
21119<Test name="mirror_clamp_nearest_divisible" />
21120<Test name="mirror_clamp_linear_divisible" />
21121<Test name="mirror_repeat_nearest_divisible" />
21122<Test name="mirror_repeat_linear_divisible" />
21123<Test name="mirror_mirror_nearest_divisible" />
21124<Test name="mirror_mirror_linear_divisible" />
21125<Test name="clamp_clamp_nearest_not_divisible" />
21126<Test name="clamp_clamp_linear_not_divisible" />
21127<Test name="clamp_repeat_nearest_not_divisible" />
21128<Test name="clamp_repeat_linear_not_divisible" />
21129<Test name="clamp_mirror_nearest_not_divisible" />
21130<Test name="clamp_mirror_linear_not_divisible" />
21131<Test name="repeat_clamp_nearest_not_divisible" />
21132<Test name="repeat_clamp_linear_not_divisible" />
21133<Test name="repeat_repeat_nearest_not_divisible" />
21134<Test name="repeat_repeat_linear_not_divisible" />
21135<Test name="repeat_mirror_nearest_not_divisible" />
21136<Test name="repeat_mirror_linear_not_divisible" />
21137<Test name="mirror_clamp_nearest_not_divisible" />
21138<Test name="mirror_clamp_linear_not_divisible" />
21139<Test name="mirror_repeat_nearest_not_divisible" />
21140<Test name="mirror_repeat_linear_not_divisible" />
21141<Test name="mirror_mirror_nearest_not_divisible" />
21142<Test name="mirror_mirror_linear_not_divisible" />
21143</TestCase>
21144<TestCase name="astc_6x5_srgb">
21145<Test name="clamp_clamp_nearest_divisible" />
21146<Test name="clamp_clamp_linear_divisible" />
21147<Test name="clamp_repeat_nearest_divisible" />
21148<Test name="clamp_repeat_linear_divisible" />
21149<Test name="clamp_mirror_nearest_divisible" />
21150<Test name="clamp_mirror_linear_divisible" />
21151<Test name="repeat_clamp_nearest_divisible" />
21152<Test name="repeat_clamp_linear_divisible" />
21153<Test name="repeat_repeat_nearest_divisible" />
21154<Test name="repeat_repeat_linear_divisible" />
21155<Test name="repeat_mirror_nearest_divisible" />
21156<Test name="repeat_mirror_linear_divisible" />
21157<Test name="mirror_clamp_nearest_divisible" />
21158<Test name="mirror_clamp_linear_divisible" />
21159<Test name="mirror_repeat_nearest_divisible" />
21160<Test name="mirror_repeat_linear_divisible" />
21161<Test name="mirror_mirror_nearest_divisible" />
21162<Test name="mirror_mirror_linear_divisible" />
21163<Test name="clamp_clamp_nearest_not_divisible" />
21164<Test name="clamp_clamp_linear_not_divisible" />
21165<Test name="clamp_repeat_nearest_not_divisible" />
21166<Test name="clamp_repeat_linear_not_divisible" />
21167<Test name="clamp_mirror_nearest_not_divisible" />
21168<Test name="clamp_mirror_linear_not_divisible" />
21169<Test name="repeat_clamp_nearest_not_divisible" />
21170<Test name="repeat_clamp_linear_not_divisible" />
21171<Test name="repeat_repeat_nearest_not_divisible" />
21172<Test name="repeat_repeat_linear_not_divisible" />
21173<Test name="repeat_mirror_nearest_not_divisible" />
21174<Test name="repeat_mirror_linear_not_divisible" />
21175<Test name="mirror_clamp_nearest_not_divisible" />
21176<Test name="mirror_clamp_linear_not_divisible" />
21177<Test name="mirror_repeat_nearest_not_divisible" />
21178<Test name="mirror_repeat_linear_not_divisible" />
21179<Test name="mirror_mirror_nearest_not_divisible" />
21180<Test name="mirror_mirror_linear_not_divisible" />
21181</TestCase>
21182<TestCase name="astc_6x6_srgb">
21183<Test name="clamp_clamp_nearest_divisible" />
21184<Test name="clamp_clamp_linear_divisible" />
21185<Test name="clamp_repeat_nearest_divisible" />
21186<Test name="clamp_repeat_linear_divisible" />
21187<Test name="clamp_mirror_nearest_divisible" />
21188<Test name="clamp_mirror_linear_divisible" />
21189<Test name="repeat_clamp_nearest_divisible" />
21190<Test name="repeat_clamp_linear_divisible" />
21191<Test name="repeat_repeat_nearest_divisible" />
21192<Test name="repeat_repeat_linear_divisible" />
21193<Test name="repeat_mirror_nearest_divisible" />
21194<Test name="repeat_mirror_linear_divisible" />
21195<Test name="mirror_clamp_nearest_divisible" />
21196<Test name="mirror_clamp_linear_divisible" />
21197<Test name="mirror_repeat_nearest_divisible" />
21198<Test name="mirror_repeat_linear_divisible" />
21199<Test name="mirror_mirror_nearest_divisible" />
21200<Test name="mirror_mirror_linear_divisible" />
21201<Test name="clamp_clamp_nearest_not_divisible" />
21202<Test name="clamp_clamp_linear_not_divisible" />
21203<Test name="clamp_repeat_nearest_not_divisible" />
21204<Test name="clamp_repeat_linear_not_divisible" />
21205<Test name="clamp_mirror_nearest_not_divisible" />
21206<Test name="clamp_mirror_linear_not_divisible" />
21207<Test name="repeat_clamp_nearest_not_divisible" />
21208<Test name="repeat_clamp_linear_not_divisible" />
21209<Test name="repeat_repeat_nearest_not_divisible" />
21210<Test name="repeat_repeat_linear_not_divisible" />
21211<Test name="repeat_mirror_nearest_not_divisible" />
21212<Test name="repeat_mirror_linear_not_divisible" />
21213<Test name="mirror_clamp_nearest_not_divisible" />
21214<Test name="mirror_clamp_linear_not_divisible" />
21215<Test name="mirror_repeat_nearest_not_divisible" />
21216<Test name="mirror_repeat_linear_not_divisible" />
21217<Test name="mirror_mirror_nearest_not_divisible" />
21218<Test name="mirror_mirror_linear_not_divisible" />
21219</TestCase>
21220<TestCase name="astc_8x5_srgb">
21221<Test name="clamp_clamp_nearest_divisible" />
21222<Test name="clamp_clamp_linear_divisible" />
21223<Test name="clamp_repeat_nearest_divisible" />
21224<Test name="clamp_repeat_linear_divisible" />
21225<Test name="clamp_mirror_nearest_divisible" />
21226<Test name="clamp_mirror_linear_divisible" />
21227<Test name="repeat_clamp_nearest_divisible" />
21228<Test name="repeat_clamp_linear_divisible" />
21229<Test name="repeat_repeat_nearest_divisible" />
21230<Test name="repeat_repeat_linear_divisible" />
21231<Test name="repeat_mirror_nearest_divisible" />
21232<Test name="repeat_mirror_linear_divisible" />
21233<Test name="mirror_clamp_nearest_divisible" />
21234<Test name="mirror_clamp_linear_divisible" />
21235<Test name="mirror_repeat_nearest_divisible" />
21236<Test name="mirror_repeat_linear_divisible" />
21237<Test name="mirror_mirror_nearest_divisible" />
21238<Test name="mirror_mirror_linear_divisible" />
21239<Test name="clamp_clamp_nearest_not_divisible" />
21240<Test name="clamp_clamp_linear_not_divisible" />
21241<Test name="clamp_repeat_nearest_not_divisible" />
21242<Test name="clamp_repeat_linear_not_divisible" />
21243<Test name="clamp_mirror_nearest_not_divisible" />
21244<Test name="clamp_mirror_linear_not_divisible" />
21245<Test name="repeat_clamp_nearest_not_divisible" />
21246<Test name="repeat_clamp_linear_not_divisible" />
21247<Test name="repeat_repeat_nearest_not_divisible" />
21248<Test name="repeat_repeat_linear_not_divisible" />
21249<Test name="repeat_mirror_nearest_not_divisible" />
21250<Test name="repeat_mirror_linear_not_divisible" />
21251<Test name="mirror_clamp_nearest_not_divisible" />
21252<Test name="mirror_clamp_linear_not_divisible" />
21253<Test name="mirror_repeat_nearest_not_divisible" />
21254<Test name="mirror_repeat_linear_not_divisible" />
21255<Test name="mirror_mirror_nearest_not_divisible" />
21256<Test name="mirror_mirror_linear_not_divisible" />
21257</TestCase>
21258<TestCase name="astc_8x6_srgb">
21259<Test name="clamp_clamp_nearest_divisible" />
21260<Test name="clamp_clamp_linear_divisible" />
21261<Test name="clamp_repeat_nearest_divisible" />
21262<Test name="clamp_repeat_linear_divisible" />
21263<Test name="clamp_mirror_nearest_divisible" />
21264<Test name="clamp_mirror_linear_divisible" />
21265<Test name="repeat_clamp_nearest_divisible" />
21266<Test name="repeat_clamp_linear_divisible" />
21267<Test name="repeat_repeat_nearest_divisible" />
21268<Test name="repeat_repeat_linear_divisible" />
21269<Test name="repeat_mirror_nearest_divisible" />
21270<Test name="repeat_mirror_linear_divisible" />
21271<Test name="mirror_clamp_nearest_divisible" />
21272<Test name="mirror_clamp_linear_divisible" />
21273<Test name="mirror_repeat_nearest_divisible" />
21274<Test name="mirror_repeat_linear_divisible" />
21275<Test name="mirror_mirror_nearest_divisible" />
21276<Test name="mirror_mirror_linear_divisible" />
21277<Test name="clamp_clamp_nearest_not_divisible" />
21278<Test name="clamp_clamp_linear_not_divisible" />
21279<Test name="clamp_repeat_nearest_not_divisible" />
21280<Test name="clamp_repeat_linear_not_divisible" />
21281<Test name="clamp_mirror_nearest_not_divisible" />
21282<Test name="clamp_mirror_linear_not_divisible" />
21283<Test name="repeat_clamp_nearest_not_divisible" />
21284<Test name="repeat_clamp_linear_not_divisible" />
21285<Test name="repeat_repeat_nearest_not_divisible" />
21286<Test name="repeat_repeat_linear_not_divisible" />
21287<Test name="repeat_mirror_nearest_not_divisible" />
21288<Test name="repeat_mirror_linear_not_divisible" />
21289<Test name="mirror_clamp_nearest_not_divisible" />
21290<Test name="mirror_clamp_linear_not_divisible" />
21291<Test name="mirror_repeat_nearest_not_divisible" />
21292<Test name="mirror_repeat_linear_not_divisible" />
21293<Test name="mirror_mirror_nearest_not_divisible" />
21294<Test name="mirror_mirror_linear_not_divisible" />
21295</TestCase>
21296<TestCase name="astc_8x8_srgb">
21297<Test name="clamp_clamp_nearest_divisible" />
21298<Test name="clamp_clamp_linear_divisible" />
21299<Test name="clamp_repeat_nearest_divisible" />
21300<Test name="clamp_repeat_linear_divisible" />
21301<Test name="clamp_mirror_nearest_divisible" />
21302<Test name="clamp_mirror_linear_divisible" />
21303<Test name="repeat_clamp_nearest_divisible" />
21304<Test name="repeat_clamp_linear_divisible" />
21305<Test name="repeat_repeat_nearest_divisible" />
21306<Test name="repeat_repeat_linear_divisible" />
21307<Test name="repeat_mirror_nearest_divisible" />
21308<Test name="repeat_mirror_linear_divisible" />
21309<Test name="mirror_clamp_nearest_divisible" />
21310<Test name="mirror_clamp_linear_divisible" />
21311<Test name="mirror_repeat_nearest_divisible" />
21312<Test name="mirror_repeat_linear_divisible" />
21313<Test name="mirror_mirror_nearest_divisible" />
21314<Test name="mirror_mirror_linear_divisible" />
21315<Test name="clamp_clamp_nearest_not_divisible" />
21316<Test name="clamp_clamp_linear_not_divisible" />
21317<Test name="clamp_repeat_nearest_not_divisible" />
21318<Test name="clamp_repeat_linear_not_divisible" />
21319<Test name="clamp_mirror_nearest_not_divisible" />
21320<Test name="clamp_mirror_linear_not_divisible" />
21321<Test name="repeat_clamp_nearest_not_divisible" />
21322<Test name="repeat_clamp_linear_not_divisible" />
21323<Test name="repeat_repeat_nearest_not_divisible" />
21324<Test name="repeat_repeat_linear_not_divisible" />
21325<Test name="repeat_mirror_nearest_not_divisible" />
21326<Test name="repeat_mirror_linear_not_divisible" />
21327<Test name="mirror_clamp_nearest_not_divisible" />
21328<Test name="mirror_clamp_linear_not_divisible" />
21329<Test name="mirror_repeat_nearest_not_divisible" />
21330<Test name="mirror_repeat_linear_not_divisible" />
21331<Test name="mirror_mirror_nearest_not_divisible" />
21332<Test name="mirror_mirror_linear_not_divisible" />
21333</TestCase>
21334<TestCase name="astc_10x5_srgb">
21335<Test name="clamp_clamp_nearest_divisible" />
21336<Test name="clamp_clamp_linear_divisible" />
21337<Test name="clamp_repeat_nearest_divisible" />
21338<Test name="clamp_repeat_linear_divisible" />
21339<Test name="clamp_mirror_nearest_divisible" />
21340<Test name="clamp_mirror_linear_divisible" />
21341<Test name="repeat_clamp_nearest_divisible" />
21342<Test name="repeat_clamp_linear_divisible" />
21343<Test name="repeat_repeat_nearest_divisible" />
21344<Test name="repeat_repeat_linear_divisible" />
21345<Test name="repeat_mirror_nearest_divisible" />
21346<Test name="repeat_mirror_linear_divisible" />
21347<Test name="mirror_clamp_nearest_divisible" />
21348<Test name="mirror_clamp_linear_divisible" />
21349<Test name="mirror_repeat_nearest_divisible" />
21350<Test name="mirror_repeat_linear_divisible" />
21351<Test name="mirror_mirror_nearest_divisible" />
21352<Test name="mirror_mirror_linear_divisible" />
21353<Test name="clamp_clamp_nearest_not_divisible" />
21354<Test name="clamp_clamp_linear_not_divisible" />
21355<Test name="clamp_repeat_nearest_not_divisible" />
21356<Test name="clamp_repeat_linear_not_divisible" />
21357<Test name="clamp_mirror_nearest_not_divisible" />
21358<Test name="clamp_mirror_linear_not_divisible" />
21359<Test name="repeat_clamp_nearest_not_divisible" />
21360<Test name="repeat_clamp_linear_not_divisible" />
21361<Test name="repeat_repeat_nearest_not_divisible" />
21362<Test name="repeat_repeat_linear_not_divisible" />
21363<Test name="repeat_mirror_nearest_not_divisible" />
21364<Test name="repeat_mirror_linear_not_divisible" />
21365<Test name="mirror_clamp_nearest_not_divisible" />
21366<Test name="mirror_clamp_linear_not_divisible" />
21367<Test name="mirror_repeat_nearest_not_divisible" />
21368<Test name="mirror_repeat_linear_not_divisible" />
21369<Test name="mirror_mirror_nearest_not_divisible" />
21370<Test name="mirror_mirror_linear_not_divisible" />
21371</TestCase>
21372<TestCase name="astc_10x6_srgb">
21373<Test name="clamp_clamp_nearest_divisible" />
21374<Test name="clamp_clamp_linear_divisible" />
21375<Test name="clamp_repeat_nearest_divisible" />
21376<Test name="clamp_repeat_linear_divisible" />
21377<Test name="clamp_mirror_nearest_divisible" />
21378<Test name="clamp_mirror_linear_divisible" />
21379<Test name="repeat_clamp_nearest_divisible" />
21380<Test name="repeat_clamp_linear_divisible" />
21381<Test name="repeat_repeat_nearest_divisible" />
21382<Test name="repeat_repeat_linear_divisible" />
21383<Test name="repeat_mirror_nearest_divisible" />
21384<Test name="repeat_mirror_linear_divisible" />
21385<Test name="mirror_clamp_nearest_divisible" />
21386<Test name="mirror_clamp_linear_divisible" />
21387<Test name="mirror_repeat_nearest_divisible" />
21388<Test name="mirror_repeat_linear_divisible" />
21389<Test name="mirror_mirror_nearest_divisible" />
21390<Test name="mirror_mirror_linear_divisible" />
21391<Test name="clamp_clamp_nearest_not_divisible" />
21392<Test name="clamp_clamp_linear_not_divisible" />
21393<Test name="clamp_repeat_nearest_not_divisible" />
21394<Test name="clamp_repeat_linear_not_divisible" />
21395<Test name="clamp_mirror_nearest_not_divisible" />
21396<Test name="clamp_mirror_linear_not_divisible" />
21397<Test name="repeat_clamp_nearest_not_divisible" />
21398<Test name="repeat_clamp_linear_not_divisible" />
21399<Test name="repeat_repeat_nearest_not_divisible" />
21400<Test name="repeat_repeat_linear_not_divisible" />
21401<Test name="repeat_mirror_nearest_not_divisible" />
21402<Test name="repeat_mirror_linear_not_divisible" />
21403<Test name="mirror_clamp_nearest_not_divisible" />
21404<Test name="mirror_clamp_linear_not_divisible" />
21405<Test name="mirror_repeat_nearest_not_divisible" />
21406<Test name="mirror_repeat_linear_not_divisible" />
21407<Test name="mirror_mirror_nearest_not_divisible" />
21408<Test name="mirror_mirror_linear_not_divisible" />
21409</TestCase>
21410<TestCase name="astc_10x8_srgb">
21411<Test name="clamp_clamp_nearest_divisible" />
21412<Test name="clamp_clamp_linear_divisible" />
21413<Test name="clamp_repeat_nearest_divisible" />
21414<Test name="clamp_repeat_linear_divisible" />
21415<Test name="clamp_mirror_nearest_divisible" />
21416<Test name="clamp_mirror_linear_divisible" />
21417<Test name="repeat_clamp_nearest_divisible" />
21418<Test name="repeat_clamp_linear_divisible" />
21419<Test name="repeat_repeat_nearest_divisible" />
21420<Test name="repeat_repeat_linear_divisible" />
21421<Test name="repeat_mirror_nearest_divisible" />
21422<Test name="repeat_mirror_linear_divisible" />
21423<Test name="mirror_clamp_nearest_divisible" />
21424<Test name="mirror_clamp_linear_divisible" />
21425<Test name="mirror_repeat_nearest_divisible" />
21426<Test name="mirror_repeat_linear_divisible" />
21427<Test name="mirror_mirror_nearest_divisible" />
21428<Test name="mirror_mirror_linear_divisible" />
21429<Test name="clamp_clamp_nearest_not_divisible" />
21430<Test name="clamp_clamp_linear_not_divisible" />
21431<Test name="clamp_repeat_nearest_not_divisible" />
21432<Test name="clamp_repeat_linear_not_divisible" />
21433<Test name="clamp_mirror_nearest_not_divisible" />
21434<Test name="clamp_mirror_linear_not_divisible" />
21435<Test name="repeat_clamp_nearest_not_divisible" />
21436<Test name="repeat_clamp_linear_not_divisible" />
21437<Test name="repeat_repeat_nearest_not_divisible" />
21438<Test name="repeat_repeat_linear_not_divisible" />
21439<Test name="repeat_mirror_nearest_not_divisible" />
21440<Test name="repeat_mirror_linear_not_divisible" />
21441<Test name="mirror_clamp_nearest_not_divisible" />
21442<Test name="mirror_clamp_linear_not_divisible" />
21443<Test name="mirror_repeat_nearest_not_divisible" />
21444<Test name="mirror_repeat_linear_not_divisible" />
21445<Test name="mirror_mirror_nearest_not_divisible" />
21446<Test name="mirror_mirror_linear_not_divisible" />
21447</TestCase>
21448<TestCase name="astc_10x10_srgb">
21449<Test name="clamp_clamp_nearest_divisible" />
21450<Test name="clamp_clamp_linear_divisible" />
21451<Test name="clamp_repeat_nearest_divisible" />
21452<Test name="clamp_repeat_linear_divisible" />
21453<Test name="clamp_mirror_nearest_divisible" />
21454<Test name="clamp_mirror_linear_divisible" />
21455<Test name="repeat_clamp_nearest_divisible" />
21456<Test name="repeat_clamp_linear_divisible" />
21457<Test name="repeat_repeat_nearest_divisible" />
21458<Test name="repeat_repeat_linear_divisible" />
21459<Test name="repeat_mirror_nearest_divisible" />
21460<Test name="repeat_mirror_linear_divisible" />
21461<Test name="mirror_clamp_nearest_divisible" />
21462<Test name="mirror_clamp_linear_divisible" />
21463<Test name="mirror_repeat_nearest_divisible" />
21464<Test name="mirror_repeat_linear_divisible" />
21465<Test name="mirror_mirror_nearest_divisible" />
21466<Test name="mirror_mirror_linear_divisible" />
21467<Test name="clamp_clamp_nearest_not_divisible" />
21468<Test name="clamp_clamp_linear_not_divisible" />
21469<Test name="clamp_repeat_nearest_not_divisible" />
21470<Test name="clamp_repeat_linear_not_divisible" />
21471<Test name="clamp_mirror_nearest_not_divisible" />
21472<Test name="clamp_mirror_linear_not_divisible" />
21473<Test name="repeat_clamp_nearest_not_divisible" />
21474<Test name="repeat_clamp_linear_not_divisible" />
21475<Test name="repeat_repeat_nearest_not_divisible" />
21476<Test name="repeat_repeat_linear_not_divisible" />
21477<Test name="repeat_mirror_nearest_not_divisible" />
21478<Test name="repeat_mirror_linear_not_divisible" />
21479<Test name="mirror_clamp_nearest_not_divisible" />
21480<Test name="mirror_clamp_linear_not_divisible" />
21481<Test name="mirror_repeat_nearest_not_divisible" />
21482<Test name="mirror_repeat_linear_not_divisible" />
21483<Test name="mirror_mirror_nearest_not_divisible" />
21484<Test name="mirror_mirror_linear_not_divisible" />
21485</TestCase>
21486<TestCase name="astc_12x10_srgb">
21487<Test name="clamp_clamp_nearest_divisible" />
21488<Test name="clamp_clamp_linear_divisible" />
21489<Test name="clamp_repeat_nearest_divisible" />
21490<Test name="clamp_repeat_linear_divisible" />
21491<Test name="clamp_mirror_nearest_divisible" />
21492<Test name="clamp_mirror_linear_divisible" />
21493<Test name="repeat_clamp_nearest_divisible" />
21494<Test name="repeat_clamp_linear_divisible" />
21495<Test name="repeat_repeat_nearest_divisible" />
21496<Test name="repeat_repeat_linear_divisible" />
21497<Test name="repeat_mirror_nearest_divisible" />
21498<Test name="repeat_mirror_linear_divisible" />
21499<Test name="mirror_clamp_nearest_divisible" />
21500<Test name="mirror_clamp_linear_divisible" />
21501<Test name="mirror_repeat_nearest_divisible" />
21502<Test name="mirror_repeat_linear_divisible" />
21503<Test name="mirror_mirror_nearest_divisible" />
21504<Test name="mirror_mirror_linear_divisible" />
21505<Test name="clamp_clamp_nearest_not_divisible" />
21506<Test name="clamp_clamp_linear_not_divisible" />
21507<Test name="clamp_repeat_nearest_not_divisible" />
21508<Test name="clamp_repeat_linear_not_divisible" />
21509<Test name="clamp_mirror_nearest_not_divisible" />
21510<Test name="clamp_mirror_linear_not_divisible" />
21511<Test name="repeat_clamp_nearest_not_divisible" />
21512<Test name="repeat_clamp_linear_not_divisible" />
21513<Test name="repeat_repeat_nearest_not_divisible" />
21514<Test name="repeat_repeat_linear_not_divisible" />
21515<Test name="repeat_mirror_nearest_not_divisible" />
21516<Test name="repeat_mirror_linear_not_divisible" />
21517<Test name="mirror_clamp_nearest_not_divisible" />
21518<Test name="mirror_clamp_linear_not_divisible" />
21519<Test name="mirror_repeat_nearest_not_divisible" />
21520<Test name="mirror_repeat_linear_not_divisible" />
21521<Test name="mirror_mirror_nearest_not_divisible" />
21522<Test name="mirror_mirror_linear_not_divisible" />
21523</TestCase>
21524<TestCase name="astc_12x12_srgb">
21525<Test name="clamp_clamp_nearest_divisible" />
21526<Test name="clamp_clamp_linear_divisible" />
21527<Test name="clamp_repeat_nearest_divisible" />
21528<Test name="clamp_repeat_linear_divisible" />
21529<Test name="clamp_mirror_nearest_divisible" />
21530<Test name="clamp_mirror_linear_divisible" />
21531<Test name="repeat_clamp_nearest_divisible" />
21532<Test name="repeat_clamp_linear_divisible" />
21533<Test name="repeat_repeat_nearest_divisible" />
21534<Test name="repeat_repeat_linear_divisible" />
21535<Test name="repeat_mirror_nearest_divisible" />
21536<Test name="repeat_mirror_linear_divisible" />
21537<Test name="mirror_clamp_nearest_divisible" />
21538<Test name="mirror_clamp_linear_divisible" />
21539<Test name="mirror_repeat_nearest_divisible" />
21540<Test name="mirror_repeat_linear_divisible" />
21541<Test name="mirror_mirror_nearest_divisible" />
21542<Test name="mirror_mirror_linear_divisible" />
21543<Test name="clamp_clamp_nearest_not_divisible" />
21544<Test name="clamp_clamp_linear_not_divisible" />
21545<Test name="clamp_repeat_nearest_not_divisible" />
21546<Test name="clamp_repeat_linear_not_divisible" />
21547<Test name="clamp_mirror_nearest_not_divisible" />
21548<Test name="clamp_mirror_linear_not_divisible" />
21549<Test name="repeat_clamp_nearest_not_divisible" />
21550<Test name="repeat_clamp_linear_not_divisible" />
21551<Test name="repeat_repeat_nearest_not_divisible" />
21552<Test name="repeat_repeat_linear_not_divisible" />
21553<Test name="repeat_mirror_nearest_not_divisible" />
21554<Test name="repeat_mirror_linear_not_divisible" />
21555<Test name="mirror_clamp_nearest_not_divisible" />
21556<Test name="mirror_clamp_linear_not_divisible" />
21557<Test name="mirror_repeat_nearest_not_divisible" />
21558<Test name="mirror_repeat_linear_not_divisible" />
21559<Test name="mirror_mirror_nearest_not_divisible" />
21560<Test name="mirror_mirror_linear_not_divisible" />
21561</TestCase>
21562</TestSuite>
21563<TestSuite name="filtering">
21564<TestSuite name="2d">
21565<TestCase name="formats">
21566<Test name="rgba16f_nearest" />
21567<Test name="rgba16f_linear" />
21568<Test name="rgba16f_nearest_mipmap_nearest" />
21569<Test name="rgba16f_linear_mipmap_nearest" />
21570<Test name="rgba16f_nearest_mipmap_linear" />
21571<Test name="rgba16f_linear_mipmap_linear" />
21572<Test name="r11f_g11f_b10f_nearest" />
21573<Test name="r11f_g11f_b10f_linear" />
21574<Test name="r11f_g11f_b10f_nearest_mipmap_nearest" />
21575<Test name="r11f_g11f_b10f_linear_mipmap_nearest" />
21576<Test name="r11f_g11f_b10f_nearest_mipmap_linear" />
21577<Test name="r11f_g11f_b10f_linear_mipmap_linear" />
21578<Test name="rgb9_e5_nearest" />
21579<Test name="rgb9_e5_linear" />
21580<Test name="rgb9_e5_nearest_mipmap_nearest" />
21581<Test name="rgb9_e5_linear_mipmap_nearest" />
21582<Test name="rgb9_e5_nearest_mipmap_linear" />
21583<Test name="rgb9_e5_linear_mipmap_linear" />
21584<Test name="rgba8_nearest" />
21585<Test name="rgba8_linear" />
21586<Test name="rgba8_nearest_mipmap_nearest" />
21587<Test name="rgba8_linear_mipmap_nearest" />
21588<Test name="rgba8_nearest_mipmap_linear" />
21589<Test name="rgba8_linear_mipmap_linear" />
21590<Test name="rgba8_snorm_nearest" />
21591<Test name="rgba8_snorm_linear" />
21592<Test name="rgba8_snorm_nearest_mipmap_nearest" />
21593<Test name="rgba8_snorm_linear_mipmap_nearest" />
21594<Test name="rgba8_snorm_nearest_mipmap_linear" />
21595<Test name="rgba8_snorm_linear_mipmap_linear" />
21596<Test name="rgb565_nearest" />
21597<Test name="rgb565_linear" />
21598<Test name="rgb565_nearest_mipmap_nearest" />
21599<Test name="rgb565_linear_mipmap_nearest" />
21600<Test name="rgb565_nearest_mipmap_linear" />
21601<Test name="rgb565_linear_mipmap_linear" />
21602<Test name="rgba4_nearest" />
21603<Test name="rgba4_linear" />
21604<Test name="rgba4_nearest_mipmap_nearest" />
21605<Test name="rgba4_linear_mipmap_nearest" />
21606<Test name="rgba4_nearest_mipmap_linear" />
21607<Test name="rgba4_linear_mipmap_linear" />
21608<Test name="rgb5_a1_nearest" />
21609<Test name="rgb5_a1_linear" />
21610<Test name="rgb5_a1_nearest_mipmap_nearest" />
21611<Test name="rgb5_a1_linear_mipmap_nearest" />
21612<Test name="rgb5_a1_nearest_mipmap_linear" />
21613<Test name="rgb5_a1_linear_mipmap_linear" />
21614<Test name="srgb8_alpha8_nearest" />
21615<Test name="srgb8_alpha8_linear" />
21616<Test name="srgb8_alpha8_nearest_mipmap_nearest" />
21617<Test name="srgb8_alpha8_linear_mipmap_nearest" />
21618<Test name="srgb8_alpha8_nearest_mipmap_linear" />
21619<Test name="srgb8_alpha8_linear_mipmap_linear" />
21620<Test name="rgb10_a2_nearest" />
21621<Test name="rgb10_a2_linear" />
21622<Test name="rgb10_a2_nearest_mipmap_nearest" />
21623<Test name="rgb10_a2_linear_mipmap_nearest" />
21624<Test name="rgb10_a2_nearest_mipmap_linear" />
21625<Test name="rgb10_a2_linear_mipmap_linear" />
21626<Test name="etc1_rgb8_nearest" />
21627<Test name="etc1_rgb8_linear" />
21628<Test name="etc1_rgb8_nearest_mipmap_nearest" />
21629<Test name="etc1_rgb8_linear_mipmap_nearest" />
21630<Test name="etc1_rgb8_nearest_mipmap_linear" />
21631<Test name="etc1_rgb8_linear_mipmap_linear" />
21632</TestCase>
21633<TestCase name="sizes">
21634<Test name="4x8_nearest" />
21635<Test name="4x8_linear" />
21636<Test name="4x8_nearest_mipmap_nearest" />
21637<Test name="4x8_linear_mipmap_nearest" />
21638<Test name="4x8_nearest_mipmap_linear" />
21639<Test name="4x8_linear_mipmap_linear" />
21640<Test name="32x64_nearest" />
21641<Test name="32x64_linear" />
21642<Test name="32x64_nearest_mipmap_nearest" />
21643<Test name="32x64_linear_mipmap_nearest" />
21644<Test name="32x64_nearest_mipmap_linear" />
21645<Test name="32x64_linear_mipmap_linear" />
21646<Test name="128x128_nearest" />
21647<Test name="128x128_linear" />
21648<Test name="128x128_nearest_mipmap_nearest" />
21649<Test name="128x128_linear_mipmap_nearest" />
21650<Test name="128x128_nearest_mipmap_linear" />
21651<Test name="128x128_linear_mipmap_linear" />
21652<Test name="3x7_nearest" />
21653<Test name="3x7_linear" />
21654<Test name="3x7_nearest_mipmap_nearest" />
21655<Test name="3x7_linear_mipmap_nearest" />
21656<Test name="3x7_nearest_mipmap_linear" />
21657<Test name="3x7_linear_mipmap_linear" />
21658<Test name="31x55_nearest" />
21659<Test name="31x55_linear" />
21660<Test name="127x99_nearest" />
21661<Test name="127x99_linear" />
21662</TestCase>
21663<TestCase name="combinations">
21664<Test name="nearest_nearest_clamp_clamp" />
21665<Test name="nearest_nearest_clamp_repeat" />
21666<Test name="nearest_nearest_clamp_mirror" />
21667<Test name="nearest_nearest_repeat_clamp" />
21668<Test name="nearest_nearest_repeat_repeat" />
21669<Test name="nearest_nearest_repeat_mirror" />
21670<Test name="nearest_nearest_mirror_clamp" />
21671<Test name="nearest_nearest_mirror_repeat" />
21672<Test name="nearest_nearest_mirror_mirror" />
21673<Test name="linear_linear_clamp_clamp" />
21674<Test name="linear_linear_clamp_repeat" />
21675<Test name="linear_linear_clamp_mirror" />
21676<Test name="linear_linear_repeat_clamp" />
21677<Test name="linear_linear_repeat_repeat" />
21678<Test name="linear_linear_repeat_mirror" />
21679<Test name="linear_linear_mirror_clamp" />
21680<Test name="linear_linear_mirror_repeat" />
21681<Test name="linear_linear_mirror_mirror" />
21682</TestCase>
21683</TestSuite>
21684<TestSuite name="cube">
21685<TestCase name="formats">
21686<Test name="rgba16f_nearest" />
21687<Test name="rgba16f_linear" />
21688<Test name="rgba16f_nearest_mipmap_nearest" />
21689<Test name="rgba16f_linear_mipmap_nearest" />
21690<Test name="rgba16f_nearest_mipmap_linear" />
21691<Test name="rgba16f_linear_mipmap_linear" />
21692<Test name="r11f_g11f_b10f_nearest" />
21693<Test name="r11f_g11f_b10f_linear" />
21694<Test name="r11f_g11f_b10f_nearest_mipmap_nearest" />
21695<Test name="r11f_g11f_b10f_linear_mipmap_nearest" />
21696<Test name="r11f_g11f_b10f_nearest_mipmap_linear" />
21697<Test name="r11f_g11f_b10f_linear_mipmap_linear" />
21698<Test name="rgb9_e5_nearest" />
21699<Test name="rgb9_e5_linear" />
21700<Test name="rgb9_e5_nearest_mipmap_nearest" />
21701<Test name="rgb9_e5_linear_mipmap_nearest" />
21702<Test name="rgb9_e5_nearest_mipmap_linear" />
21703<Test name="rgb9_e5_linear_mipmap_linear" />
21704<Test name="rgba8_nearest" />
21705<Test name="rgba8_linear" />
21706<Test name="rgba8_nearest_mipmap_nearest" />
21707<Test name="rgba8_linear_mipmap_nearest" />
21708<Test name="rgba8_nearest_mipmap_linear" />
21709<Test name="rgba8_linear_mipmap_linear" />
21710<Test name="rgba8_snorm_nearest" />
21711<Test name="rgba8_snorm_linear" />
21712<Test name="rgba8_snorm_nearest_mipmap_nearest" />
21713<Test name="rgba8_snorm_linear_mipmap_nearest" />
21714<Test name="rgba8_snorm_nearest_mipmap_linear" />
21715<Test name="rgba8_snorm_linear_mipmap_linear" />
21716<Test name="rgb565_nearest" />
21717<Test name="rgb565_linear" />
21718<Test name="rgb565_nearest_mipmap_nearest" />
21719<Test name="rgb565_linear_mipmap_nearest" />
21720<Test name="rgb565_nearest_mipmap_linear" />
21721<Test name="rgb565_linear_mipmap_linear" />
21722<Test name="rgba4_nearest" />
21723<Test name="rgba4_linear" />
21724<Test name="rgba4_nearest_mipmap_nearest" />
21725<Test name="rgba4_linear_mipmap_nearest" />
21726<Test name="rgba4_nearest_mipmap_linear" />
21727<Test name="rgba4_linear_mipmap_linear" />
21728<Test name="rgb5_a1_nearest" />
21729<Test name="rgb5_a1_linear" />
21730<Test name="rgb5_a1_nearest_mipmap_nearest" />
21731<Test name="rgb5_a1_linear_mipmap_nearest" />
21732<Test name="rgb5_a1_nearest_mipmap_linear" />
21733<Test name="rgb5_a1_linear_mipmap_linear" />
21734<Test name="srgb8_alpha8_nearest" />
21735<Test name="srgb8_alpha8_linear" />
21736<Test name="srgb8_alpha8_nearest_mipmap_nearest" />
21737<Test name="srgb8_alpha8_linear_mipmap_nearest" />
21738<Test name="srgb8_alpha8_nearest_mipmap_linear" />
21739<Test name="srgb8_alpha8_linear_mipmap_linear" />
21740<Test name="rgb10_a2_nearest" />
21741<Test name="rgb10_a2_linear" />
21742<Test name="rgb10_a2_nearest_mipmap_nearest" />
21743<Test name="rgb10_a2_linear_mipmap_nearest" />
21744<Test name="rgb10_a2_nearest_mipmap_linear" />
21745<Test name="rgb10_a2_linear_mipmap_linear" />
21746<Test name="etc1_rgb8_nearest" />
21747<Test name="etc1_rgb8_linear" />
21748<Test name="etc1_rgb8_nearest_mipmap_nearest" />
21749<Test name="etc1_rgb8_linear_mipmap_nearest" />
21750<Test name="etc1_rgb8_nearest_mipmap_linear" />
21751<Test name="etc1_rgb8_linear_mipmap_linear" />
21752</TestCase>
21753<TestCase name="sizes">
21754<Test name="8x8_nearest" />
21755<Test name="8x8_linear" />
21756<Test name="8x8_nearest_mipmap_nearest" />
21757<Test name="8x8_linear_mipmap_nearest" />
21758<Test name="8x8_nearest_mipmap_linear" />
21759<Test name="8x8_linear_mipmap_linear" />
21760<Test name="64x64_nearest" />
21761<Test name="64x64_linear" />
21762<Test name="64x64_nearest_mipmap_nearest" />
21763<Test name="64x64_linear_mipmap_nearest" />
21764<Test name="64x64_nearest_mipmap_linear" />
21765<Test name="64x64_linear_mipmap_linear" />
21766<Test name="128x128_nearest" />
21767<Test name="128x128_linear" />
21768<Test name="128x128_nearest_mipmap_nearest" />
21769<Test name="128x128_linear_mipmap_nearest" />
21770<Test name="128x128_nearest_mipmap_linear" />
21771<Test name="128x128_linear_mipmap_linear" />
21772<Test name="7x7_nearest" />
21773<Test name="7x7_linear" />
21774<Test name="7x7_nearest_mipmap_nearest" />
21775<Test name="7x7_linear_mipmap_nearest" />
21776<Test name="7x7_nearest_mipmap_linear" />
21777<Test name="7x7_linear_mipmap_linear" />
21778<Test name="63x63_nearest" />
21779<Test name="63x63_linear" />
21780</TestCase>
21781<TestCase name="combinations">
21782<Test name="nearest_nearest_clamp_clamp" />
21783<Test name="nearest_nearest_clamp_repeat" />
21784<Test name="nearest_nearest_clamp_mirror" />
21785<Test name="nearest_nearest_repeat_clamp" />
21786<Test name="nearest_nearest_repeat_repeat" />
21787<Test name="nearest_nearest_repeat_mirror" />
21788<Test name="nearest_nearest_mirror_clamp" />
21789<Test name="nearest_nearest_mirror_repeat" />
21790<Test name="nearest_nearest_mirror_mirror" />
21791<Test name="linear_linear_clamp_clamp" />
21792<Test name="linear_linear_clamp_repeat" />
21793<Test name="linear_linear_clamp_mirror" />
21794<Test name="linear_linear_repeat_clamp" />
21795<Test name="linear_linear_repeat_repeat" />
21796<Test name="linear_linear_repeat_mirror" />
21797<Test name="linear_linear_mirror_clamp" />
21798<Test name="linear_linear_mirror_repeat" />
21799<Test name="linear_linear_mirror_mirror" />
21800</TestCase>
21801<TestCase name="no_edges_visible">
21802<Test name="nearest" />
21803<Test name="linear" />
21804</TestCase>
21805</TestSuite>
21806<TestSuite name="2d_array">
21807<TestCase name="formats">
21808<Test name="rgba16f_nearest" />
21809<Test name="rgba16f_linear" />
21810<Test name="rgba16f_nearest_mipmap_nearest" />
21811<Test name="rgba16f_linear_mipmap_nearest" />
21812<Test name="rgba16f_nearest_mipmap_linear" />
21813<Test name="rgba16f_linear_mipmap_linear" />
21814<Test name="r11f_g11f_b10f_nearest" />
21815<Test name="r11f_g11f_b10f_linear" />
21816<Test name="r11f_g11f_b10f_nearest_mipmap_nearest" />
21817<Test name="r11f_g11f_b10f_linear_mipmap_nearest" />
21818<Test name="r11f_g11f_b10f_nearest_mipmap_linear" />
21819<Test name="r11f_g11f_b10f_linear_mipmap_linear" />
21820<Test name="rgb9_e5_nearest" />
21821<Test name="rgb9_e5_linear" />
21822<Test name="rgb9_e5_nearest_mipmap_nearest" />
21823<Test name="rgb9_e5_linear_mipmap_nearest" />
21824<Test name="rgb9_e5_nearest_mipmap_linear" />
21825<Test name="rgb9_e5_linear_mipmap_linear" />
21826<Test name="rgba8_nearest" />
21827<Test name="rgba8_linear" />
21828<Test name="rgba8_nearest_mipmap_nearest" />
21829<Test name="rgba8_linear_mipmap_nearest" />
21830<Test name="rgba8_nearest_mipmap_linear" />
21831<Test name="rgba8_linear_mipmap_linear" />
21832<Test name="rgba8_snorm_nearest" />
21833<Test name="rgba8_snorm_linear" />
21834<Test name="rgba8_snorm_nearest_mipmap_nearest" />
21835<Test name="rgba8_snorm_linear_mipmap_nearest" />
21836<Test name="rgba8_snorm_nearest_mipmap_linear" />
21837<Test name="rgba8_snorm_linear_mipmap_linear" />
21838<Test name="rgb565_nearest" />
21839<Test name="rgb565_linear" />
21840<Test name="rgb565_nearest_mipmap_nearest" />
21841<Test name="rgb565_linear_mipmap_nearest" />
21842<Test name="rgb565_nearest_mipmap_linear" />
21843<Test name="rgb565_linear_mipmap_linear" />
21844<Test name="rgba4_nearest" />
21845<Test name="rgba4_linear" />
21846<Test name="rgba4_nearest_mipmap_nearest" />
21847<Test name="rgba4_linear_mipmap_nearest" />
21848<Test name="rgba4_nearest_mipmap_linear" />
21849<Test name="rgba4_linear_mipmap_linear" />
21850<Test name="rgb5_a1_nearest" />
21851<Test name="rgb5_a1_linear" />
21852<Test name="rgb5_a1_nearest_mipmap_nearest" />
21853<Test name="rgb5_a1_linear_mipmap_nearest" />
21854<Test name="rgb5_a1_nearest_mipmap_linear" />
21855<Test name="rgb5_a1_linear_mipmap_linear" />
21856<Test name="srgb8_alpha8_nearest" />
21857<Test name="srgb8_alpha8_linear" />
21858<Test name="srgb8_alpha8_nearest_mipmap_nearest" />
21859<Test name="srgb8_alpha8_linear_mipmap_nearest" />
21860<Test name="srgb8_alpha8_nearest_mipmap_linear" />
21861<Test name="srgb8_alpha8_linear_mipmap_linear" />
21862<Test name="rgb10_a2_nearest" />
21863<Test name="rgb10_a2_linear" />
21864<Test name="rgb10_a2_nearest_mipmap_nearest" />
21865<Test name="rgb10_a2_linear_mipmap_nearest" />
21866<Test name="rgb10_a2_nearest_mipmap_linear" />
21867<Test name="rgb10_a2_linear_mipmap_linear" />
21868</TestCase>
21869<TestCase name="sizes">
21870<Test name="4x8x8_nearest" />
21871<Test name="4x8x8_linear" />
21872<Test name="4x8x8_nearest_mipmap_nearest" />
21873<Test name="4x8x8_linear_mipmap_nearest" />
21874<Test name="4x8x8_nearest_mipmap_linear" />
21875<Test name="4x8x8_linear_mipmap_linear" />
21876<Test name="32x64x16_nearest" />
21877<Test name="32x64x16_linear" />
21878<Test name="32x64x16_nearest_mipmap_nearest" />
21879<Test name="32x64x16_linear_mipmap_nearest" />
21880<Test name="32x64x16_nearest_mipmap_linear" />
21881<Test name="32x64x16_linear_mipmap_linear" />
21882<Test name="128x32x64_nearest" />
21883<Test name="128x32x64_linear" />
21884<Test name="128x32x64_nearest_mipmap_nearest" />
21885<Test name="128x32x64_linear_mipmap_nearest" />
21886<Test name="128x32x64_nearest_mipmap_linear" />
21887<Test name="128x32x64_linear_mipmap_linear" />
21888<Test name="3x7x5_nearest" />
21889<Test name="3x7x5_linear" />
21890<Test name="3x7x5_nearest_mipmap_nearest" />
21891<Test name="3x7x5_linear_mipmap_nearest" />
21892<Test name="3x7x5_nearest_mipmap_linear" />
21893<Test name="3x7x5_linear_mipmap_linear" />
21894<Test name="63x63x63_nearest" />
21895<Test name="63x63x63_linear" />
21896</TestCase>
21897<TestCase name="combinations">
21898<Test name="nearest_nearest_clamp_clamp" />
21899<Test name="nearest_nearest_clamp_repeat" />
21900<Test name="nearest_nearest_clamp_mirror" />
21901<Test name="nearest_nearest_repeat_clamp" />
21902<Test name="nearest_nearest_repeat_repeat" />
21903<Test name="nearest_nearest_repeat_mirror" />
21904<Test name="nearest_nearest_mirror_clamp" />
21905<Test name="nearest_nearest_mirror_repeat" />
21906<Test name="nearest_nearest_mirror_mirror" />
21907<Test name="nearest_linear_clamp_clamp" />
21908<Test name="linear_nearest_clamp_clamp" />
21909<Test name="linear_linear_clamp_clamp" />
21910<Test name="linear_linear_clamp_repeat" />
21911<Test name="linear_linear_clamp_mirror" />
21912<Test name="linear_linear_repeat_clamp" />
21913<Test name="linear_linear_repeat_repeat" />
21914<Test name="linear_linear_repeat_mirror" />
21915<Test name="linear_linear_mirror_clamp" />
21916<Test name="linear_linear_mirror_repeat" />
21917<Test name="linear_linear_mirror_mirror" />
21918<Test name="linear_mipmap_nearest_nearest_clamp_clamp" />
21919<Test name="linear_mipmap_nearest_linear_clamp_clamp" />
21920<Test name="linear_mipmap_linear_nearest_clamp_clamp" />
21921<Test name="linear_mipmap_linear_linear_clamp_clamp" />
21922</TestCase>
21923</TestSuite>
21924<TestSuite name="3d">
21925<TestCase name="formats">
21926<Test name="rgba16f_nearest" />
21927<Test name="rgba16f_linear" />
21928<Test name="rgba16f_nearest_mipmap_nearest" />
21929<Test name="rgba16f_linear_mipmap_nearest" />
21930<Test name="rgba16f_nearest_mipmap_linear" />
21931<Test name="r11f_g11f_b10f_nearest" />
21932<Test name="r11f_g11f_b10f_linear" />
21933<Test name="r11f_g11f_b10f_nearest_mipmap_nearest" />
21934<Test name="r11f_g11f_b10f_linear_mipmap_nearest" />
21935<Test name="r11f_g11f_b10f_nearest_mipmap_linear" />
21936<Test name="r11f_g11f_b10f_linear_mipmap_linear" />
21937<Test name="rgb9_e5_nearest" />
21938<Test name="rgb9_e5_linear" />
21939<Test name="rgb9_e5_nearest_mipmap_nearest" />
21940<Test name="rgb9_e5_linear_mipmap_nearest" />
21941<Test name="rgb9_e5_nearest_mipmap_linear" />
21942<Test name="rgb9_e5_linear_mipmap_linear" />
21943<Test name="rgba8_nearest" />
21944<Test name="rgba8_linear" />
21945<Test name="rgba8_nearest_mipmap_nearest" />
21946<Test name="rgba8_linear_mipmap_nearest" />
21947<Test name="rgba8_nearest_mipmap_linear" />
21948<Test name="rgba8_linear_mipmap_linear" />
21949<Test name="rgba8_snorm_nearest" />
21950<Test name="rgba8_snorm_linear" />
21951<Test name="rgba8_snorm_nearest_mipmap_nearest" />
21952<Test name="rgba8_snorm_linear_mipmap_nearest" />
21953<Test name="rgba8_snorm_nearest_mipmap_linear" />
21954<Test name="rgba8_snorm_linear_mipmap_linear" />
21955<Test name="rgb565_nearest" />
21956<Test name="rgb565_linear" />
21957<Test name="rgb565_nearest_mipmap_nearest" />
21958<Test name="rgb565_linear_mipmap_nearest" />
21959<Test name="rgb565_nearest_mipmap_linear" />
21960<Test name="rgb565_linear_mipmap_linear" />
21961<Test name="rgba4_nearest" />
21962<Test name="rgba4_linear" />
21963<Test name="rgba4_nearest_mipmap_nearest" />
21964<Test name="rgba4_linear_mipmap_nearest" />
21965<Test name="rgba4_nearest_mipmap_linear" />
21966<Test name="rgba4_linear_mipmap_linear" />
21967<Test name="rgb5_a1_nearest" />
21968<Test name="rgb5_a1_linear" />
21969<Test name="rgb5_a1_nearest_mipmap_nearest" />
21970<Test name="rgb5_a1_linear_mipmap_nearest" />
21971<Test name="rgb5_a1_nearest_mipmap_linear" />
21972<Test name="rgb5_a1_linear_mipmap_linear" />
21973<Test name="srgb8_alpha8_nearest" />
21974<Test name="srgb8_alpha8_linear" />
21975<Test name="srgb8_alpha8_nearest_mipmap_nearest" />
21976<Test name="srgb8_alpha8_linear_mipmap_nearest" />
21977<Test name="srgb8_alpha8_nearest_mipmap_linear" />
21978<Test name="srgb8_alpha8_linear_mipmap_linear" />
21979<Test name="rgb10_a2_nearest" />
21980<Test name="rgb10_a2_linear" />
21981<Test name="rgb10_a2_nearest_mipmap_nearest" />
21982<Test name="rgb10_a2_linear_mipmap_nearest" />
21983<Test name="rgb10_a2_nearest_mipmap_linear" />
21984<Test name="rgb10_a2_linear_mipmap_linear" />
21985</TestCase>
21986<TestCase name="sizes">
21987<Test name="4x8x8_nearest" />
21988<Test name="4x8x8_linear" />
21989<Test name="4x8x8_nearest_mipmap_nearest" />
21990<Test name="4x8x8_linear_mipmap_nearest" />
21991<Test name="4x8x8_nearest_mipmap_linear" />
21992<Test name="4x8x8_linear_mipmap_linear" />
21993<Test name="32x64x16_nearest" />
21994<Test name="32x64x16_linear" />
21995<Test name="32x64x16_nearest_mipmap_nearest" />
21996<Test name="32x64x16_linear_mipmap_nearest" />
21997<Test name="32x64x16_nearest_mipmap_linear" />
21998<Test name="32x64x16_linear_mipmap_linear" />
21999<Test name="128x32x64_nearest" />
22000<Test name="128x32x64_linear" />
22001<Test name="128x32x64_nearest_mipmap_nearest" />
22002<Test name="128x32x64_linear_mipmap_nearest" />
22003<Test name="128x32x64_nearest_mipmap_linear" />
22004<Test name="128x32x64_linear_mipmap_linear" />
22005<Test name="3x7x5_nearest" />
22006<Test name="3x7x5_linear" />
22007<Test name="3x7x5_nearest_mipmap_nearest" />
22008<Test name="3x7x5_linear_mipmap_nearest" />
22009<Test name="3x7x5_nearest_mipmap_linear" />
22010<Test name="3x7x5_linear_mipmap_linear" />
22011<Test name="63x63x63_nearest" />
22012<Test name="63x63x63_linear" />
22013</TestCase>
22014<TestCase name="combinations">
22015<Test name="nearest_nearest_clamp_clamp_clamp" />
22016<Test name="nearest_nearest_clamp_clamp_repeat" />
22017<Test name="nearest_nearest_clamp_clamp_mirror" />
22018<Test name="nearest_nearest_clamp_repeat_clamp" />
22019<Test name="nearest_nearest_clamp_repeat_repeat" />
22020<Test name="nearest_nearest_clamp_repeat_mirror" />
22021<Test name="nearest_nearest_clamp_mirror_clamp" />
22022<Test name="nearest_nearest_clamp_mirror_repeat" />
22023<Test name="nearest_nearest_clamp_mirror_mirror" />
22024<Test name="nearest_nearest_repeat_clamp_clamp" />
22025<Test name="nearest_nearest_repeat_clamp_repeat" />
22026<Test name="nearest_nearest_repeat_clamp_mirror" />
22027<Test name="nearest_nearest_repeat_repeat_clamp" />
22028<Test name="nearest_nearest_repeat_repeat_repeat" />
22029<Test name="nearest_nearest_repeat_repeat_mirror" />
22030<Test name="nearest_nearest_repeat_mirror_clamp" />
22031<Test name="nearest_nearest_repeat_mirror_repeat" />
22032<Test name="nearest_nearest_repeat_mirror_mirror" />
22033<Test name="nearest_nearest_mirror_clamp_clamp" />
22034<Test name="nearest_nearest_mirror_clamp_repeat" />
22035<Test name="nearest_nearest_mirror_clamp_mirror" />
22036<Test name="nearest_nearest_mirror_repeat_clamp" />
22037<Test name="nearest_nearest_mirror_repeat_repeat" />
22038<Test name="nearest_nearest_mirror_repeat_mirror" />
22039<Test name="nearest_nearest_mirror_mirror_clamp" />
22040<Test name="nearest_nearest_mirror_mirror_repeat" />
22041<Test name="nearest_nearest_mirror_mirror_mirror" />
22042<Test name="nearest_linear_clamp_clamp_clamp" />
22043<Test name="linear_nearest_clamp_clamp_clamp" />
22044<Test name="linear_linear_clamp_clamp_clamp" />
22045<Test name="linear_linear_clamp_clamp_repeat" />
22046<Test name="linear_linear_clamp_clamp_mirror" />
22047<Test name="linear_linear_clamp_repeat_clamp" />
22048<Test name="linear_linear_clamp_repeat_repeat" />
22049<Test name="linear_linear_clamp_repeat_mirror" />
22050<Test name="linear_linear_clamp_mirror_clamp" />
22051<Test name="linear_linear_clamp_mirror_repeat" />
22052<Test name="linear_linear_clamp_mirror_mirror" />
22053<Test name="linear_linear_repeat_clamp_clamp" />
22054<Test name="linear_linear_repeat_clamp_repeat" />
22055<Test name="linear_linear_repeat_clamp_mirror" />
22056<Test name="linear_linear_repeat_repeat_clamp" />
22057<Test name="linear_linear_repeat_repeat_repeat" />
22058<Test name="linear_linear_repeat_repeat_mirror" />
22059<Test name="linear_linear_repeat_mirror_clamp" />
22060<Test name="linear_linear_repeat_mirror_repeat" />
22061<Test name="linear_linear_repeat_mirror_mirror" />
22062<Test name="linear_linear_mirror_clamp_clamp" />
22063<Test name="linear_linear_mirror_clamp_repeat" />
22064<Test name="linear_linear_mirror_clamp_mirror" />
22065<Test name="linear_linear_mirror_repeat_clamp" />
22066<Test name="linear_linear_mirror_repeat_repeat" />
22067<Test name="linear_linear_mirror_repeat_mirror" />
22068<Test name="linear_linear_mirror_mirror_clamp" />
22069<Test name="linear_linear_mirror_mirror_repeat" />
22070<Test name="linear_linear_mirror_mirror_mirror" />
22071</TestCase>
22072</TestSuite>
22073</TestSuite>
22074<TestSuite name="mipmap">
22075<TestSuite name="2d">
22076<TestCase name="basic">
22077<Test name="nearest_nearest_clamp" />
22078<Test name="nearest_nearest_clamp_npot" />
22079<Test name="nearest_nearest_clamp_non_square" />
22080<Test name="nearest_nearest_repeat" />
22081<Test name="nearest_nearest_repeat_npot" />
22082<Test name="nearest_nearest_repeat_non_square" />
22083<Test name="nearest_nearest_mirror" />
22084<Test name="nearest_nearest_mirror_npot" />
22085<Test name="nearest_nearest_mirror_non_square" />
22086<Test name="linear_nearest_clamp" />
22087<Test name="linear_nearest_clamp_npot" />
22088<Test name="linear_nearest_clamp_non_square" />
22089<Test name="linear_nearest_repeat" />
22090<Test name="linear_nearest_repeat_npot" />
22091<Test name="linear_nearest_repeat_non_square" />
22092<Test name="linear_nearest_mirror" />
22093<Test name="linear_nearest_mirror_npot" />
22094<Test name="linear_nearest_mirror_non_square" />
22095<Test name="nearest_linear_clamp" />
22096<Test name="nearest_linear_clamp_npot" />
22097<Test name="nearest_linear_clamp_non_square" />
22098<Test name="nearest_linear_repeat" />
22099<Test name="nearest_linear_repeat_npot" />
22100<Test name="nearest_linear_repeat_non_square" />
22101<Test name="nearest_linear_mirror" />
22102<Test name="nearest_linear_mirror_npot" />
22103<Test name="nearest_linear_mirror_non_square" />
22104<Test name="linear_linear_clamp" />
22105<Test name="linear_linear_clamp_npot" />
22106<Test name="linear_linear_clamp_non_square" />
22107<Test name="linear_linear_repeat" />
22108<Test name="linear_linear_repeat_npot" />
22109<Test name="linear_linear_repeat_non_square" />
22110<Test name="linear_linear_mirror" />
22111<Test name="linear_linear_mirror_npot" />
22112<Test name="linear_linear_mirror_non_square" />
22113</TestCase>
22114<TestCase name="affine">
22115<Test name="nearest_nearest_clamp" />
22116<Test name="nearest_nearest_repeat" />
22117<Test name="nearest_nearest_mirror" />
22118<Test name="linear_nearest_clamp" />
22119<Test name="linear_nearest_repeat" />
22120<Test name="linear_nearest_mirror" />
22121<Test name="nearest_linear_clamp" />
22122<Test name="nearest_linear_repeat" />
22123<Test name="nearest_linear_mirror" />
22124<Test name="linear_linear_clamp" />
22125<Test name="linear_linear_repeat" />
22126<Test name="linear_linear_mirror" />
22127</TestCase>
22128<TestCase name="bias">
22129<Test name="nearest_nearest" />
22130<Test name="linear_nearest" />
22131<Test name="nearest_linear" />
22132<Test name="linear_linear" />
22133</TestCase>
22134<TestCase name="generate">
22135<Test name="a8_fastest" />
22136<Test name="a8_nicest" />
22137<Test name="a8_npot_fastest" />
22138<Test name="a8_npot_nicest" />
22139<Test name="a8_non_square_fastest" />
22140<Test name="a8_non_square_nicest" />
22141<Test name="l8_fastest" />
22142<Test name="l8_nicest" />
22143<Test name="l8_npot_fastest" />
22144<Test name="l8_npot_nicest" />
22145<Test name="l8_non_square_fastest" />
22146<Test name="l8_non_square_nicest" />
22147<Test name="rgb565_fastest" />
22148<Test name="rgb565_nicest" />
22149<Test name="rgb565_npot_fastest" />
22150<Test name="rgb565_npot_nicest" />
22151<Test name="rgb565_non_square_fastest" />
22152<Test name="rgb565_non_square_nicest" />
22153<Test name="rgb888_fastest" />
22154<Test name="rgb888_nicest" />
22155<Test name="rgb888_npot_fastest" />
22156<Test name="rgb888_npot_nicest" />
22157<Test name="rgb888_non_square_fastest" />
22158<Test name="rgb888_non_square_nicest" />
22159<Test name="rgba4444_fastest" />
22160<Test name="rgba4444_nicest" />
22161<Test name="rgba4444_npot_fastest" />
22162<Test name="rgba4444_npot_nicest" />
22163<Test name="rgba4444_non_square_fastest" />
22164<Test name="rgba4444_non_square_nicest" />
22165<Test name="rgba5551_fastest" />
22166<Test name="rgba5551_nicest" />
22167<Test name="rgba5551_npot_fastest" />
22168<Test name="rgba5551_npot_nicest" />
22169<Test name="rgba5551_non_square_fastest" />
22170<Test name="rgba5551_non_square_nicest" />
22171<Test name="rgba8888_fastest" />
22172<Test name="rgba8888_nicest" />
22173<Test name="rgba8888_npot_fastest" />
22174<Test name="rgba8888_npot_nicest" />
22175<Test name="rgba8888_non_square_fastest" />
22176<Test name="rgba8888_non_square_nicest" />
22177</TestCase>
22178<TestCase name="min_lod">
22179<Test name="nearest_nearest" />
22180<Test name="linear_nearest" />
22181<Test name="nearest_linear" />
22182<Test name="linear_linear" />
22183</TestCase>
22184<TestCase name="max_lod">
22185<Test name="nearest_nearest" />
22186<Test name="linear_nearest" />
22187<Test name="nearest_linear" />
22188<Test name="linear_linear" />
22189</TestCase>
22190</TestSuite>
22191<TestSuite name="cube">
22192<TestCase name="basic">
22193<Test name="nearest_nearest" />
22194<Test name="linear_nearest" />
22195<Test name="nearest_linear" />
22196<Test name="linear_linear" />
22197</TestCase>
22198<TestCase name="projected">
22199<Test name="nearest_nearest" />
22200<Test name="linear_nearest" />
22201</TestCase>
22202<TestCase name="bias">
22203<Test name="nearest_nearest" />
22204<Test name="nearest_linear" />
22205</TestCase>
22206<TestCase name="generate">
22207<Test name="a8_fastest" />
22208<Test name="a8_nicest" />
22209<Test name="l8_fastest" />
22210<Test name="l8_nicest" />
22211<Test name="rgb565_fastest" />
22212<Test name="rgb565_nicest" />
22213<Test name="rgb888_fastest" />
22214<Test name="rgb888_nicest" />
22215<Test name="rgba4444_fastest" />
22216<Test name="rgba4444_nicest" />
22217<Test name="rgba5551_fastest" />
22218<Test name="rgba5551_nicest" />
22219<Test name="rgba8888_fastest" />
22220<Test name="rgba8888_nicest" />
22221</TestCase>
22222<TestCase name="min_lod">
22223<Test name="nearest_nearest" />
22224<Test name="linear_nearest" />
22225<Test name="nearest_linear" />
22226<Test name="linear_linear" />
22227</TestCase>
22228<TestCase name="max_lod">
22229<Test name="nearest_nearest" />
22230<Test name="linear_nearest" />
22231<Test name="nearest_linear" />
22232<Test name="linear_linear" />
22233</TestCase>
22234</TestSuite>
22235<TestSuite name="3d">
22236<TestCase name="basic">
22237<Test name="nearest_nearest_clamp" />
22238<Test name="nearest_nearest_clamp_npot" />
22239<Test name="nearest_nearest_repeat" />
22240<Test name="nearest_nearest_repeat_npot" />
22241<Test name="nearest_nearest_mirror" />
22242<Test name="nearest_nearest_mirror_npot" />
22243<Test name="linear_nearest_clamp" />
22244<Test name="linear_nearest_clamp_npot" />
22245<Test name="linear_nearest_repeat" />
22246<Test name="linear_nearest_repeat_npot" />
22247<Test name="linear_nearest_mirror" />
22248<Test name="linear_nearest_mirror_npot" />
22249<Test name="nearest_linear_clamp" />
22250<Test name="nearest_linear_clamp_npot" />
22251<Test name="nearest_linear_repeat" />
22252<Test name="nearest_linear_repeat_npot" />
22253<Test name="nearest_linear_mirror" />
22254<Test name="nearest_linear_mirror_npot" />
22255<Test name="linear_linear_clamp" />
22256<Test name="linear_linear_clamp_npot" />
22257<Test name="linear_linear_repeat" />
22258<Test name="linear_linear_repeat_npot" />
22259<Test name="linear_linear_mirror" />
22260<Test name="linear_linear_mirror_npot" />
22261</TestCase>
22262<TestCase name="affine">
22263<Test name="nearest_nearest_clamp" />
22264<Test name="nearest_nearest_repeat" />
22265<Test name="nearest_nearest_mirror" />
22266<Test name="linear_nearest_clamp" />
22267<Test name="linear_nearest_repeat" />
22268<Test name="linear_nearest_mirror" />
22269<Test name="nearest_linear_clamp" />
22270<Test name="nearest_linear_repeat" />
22271<Test name="nearest_linear_mirror" />
22272<Test name="linear_linear_clamp" />
22273<Test name="linear_linear_repeat" />
22274<Test name="linear_linear_mirror" />
22275</TestCase>
22276<TestCase name="projected">
22277<Test name="nearest_nearest_clamp" />
22278<Test name="nearest_nearest_repeat" />
22279<Test name="nearest_nearest_mirror" />
22280<Test name="linear_nearest_clamp" />
22281<Test name="linear_nearest_repeat" />
22282<Test name="linear_nearest_mirror" />
22283<Test name="nearest_linear_clamp" />
22284<Test name="nearest_linear_repeat" />
22285<Test name="nearest_linear_mirror" />
22286<Test name="linear_linear_clamp" />
22287<Test name="linear_linear_repeat" />
22288<Test name="linear_linear_mirror" />
22289</TestCase>
22290<TestCase name="bias">
22291<Test name="nearest_nearest" />
22292<Test name="linear_nearest" />
22293<Test name="nearest_linear" />
22294<Test name="linear_linear" />
22295</TestCase>
22296<TestCase name="min_lod">
22297<Test name="nearest_nearest" />
22298<Test name="linear_nearest" />
22299<Test name="nearest_linear" />
22300<Test name="linear_linear" />
22301</TestCase>
22302<TestCase name="max_lod">
22303<Test name="nearest_nearest" />
22304<Test name="linear_nearest" />
22305<Test name="nearest_linear" />
22306<Test name="linear_linear" />
22307</TestCase>
22308</TestSuite>
22309</TestSuite>
22310<TestSuite name="swizzle">
22311<TestCase name="single_channel">
22312<Test name="r_green" />
22313<Test name="r_blue" />
22314<Test name="r_alpha" />
22315<Test name="r_zero" />
22316<Test name="r_one" />
22317<Test name="g_red" />
22318<Test name="g_blue" />
22319<Test name="g_alpha" />
22320<Test name="g_zero" />
22321<Test name="g_one" />
22322<Test name="b_red" />
22323<Test name="b_green" />
22324<Test name="b_alpha" />
22325<Test name="b_zero" />
22326<Test name="b_one" />
22327<Test name="a_red" />
22328<Test name="a_green" />
22329<Test name="a_blue" />
22330<Test name="a_zero" />
22331<Test name="a_one" />
22332</TestCase>
22333<TestCase name="multi_channel">
22334<Test name="alpha_all_red" />
22335<Test name="alpha_all_green" />
22336<Test name="alpha_all_blue" />
22337<Test name="alpha_all_alpha" />
22338<Test name="alpha_all_zero" />
22339<Test name="alpha_all_one" />
22340<Test name="alpha_bgra" />
22341<Test name="alpha_abgr" />
22342<Test name="alpha_one_one_red_green" />
22343<Test name="luminance_all_red" />
22344<Test name="luminance_all_green" />
22345<Test name="luminance_all_blue" />
22346<Test name="luminance_all_alpha" />
22347<Test name="luminance_all_zero" />
22348<Test name="luminance_all_one" />
22349<Test name="luminance_bgra" />
22350<Test name="luminance_abgr" />
22351<Test name="luminance_one_one_red_green" />
22352<Test name="luminance_alpha_all_red" />
22353<Test name="luminance_alpha_all_green" />
22354<Test name="luminance_alpha_all_blue" />
22355<Test name="luminance_alpha_all_alpha" />
22356<Test name="luminance_alpha_all_zero" />
22357<Test name="luminance_alpha_all_one" />
22358<Test name="luminance_alpha_bgra" />
22359<Test name="luminance_alpha_abgr" />
22360<Test name="luminance_alpha_one_one_red_green" />
22361<Test name="red_all_red" />
22362<Test name="red_all_green" />
22363<Test name="red_all_blue" />
22364<Test name="red_all_alpha" />
22365<Test name="red_all_zero" />
22366<Test name="red_all_one" />
22367<Test name="red_bgra" />
22368<Test name="red_abgr" />
22369<Test name="red_one_one_red_green" />
22370<Test name="rg_all_red" />
22371<Test name="rg_all_green" />
22372<Test name="rg_all_blue" />
22373<Test name="rg_all_alpha" />
22374<Test name="rg_all_zero" />
22375<Test name="rg_all_one" />
22376<Test name="rg_bgra" />
22377<Test name="rg_abgr" />
22378<Test name="rg_one_one_red_green" />
22379<Test name="rgb_all_red" />
22380<Test name="rgb_all_green" />
22381<Test name="rgb_all_blue" />
22382<Test name="rgb_all_alpha" />
22383<Test name="rgb_all_zero" />
22384<Test name="rgb_all_one" />
22385<Test name="rgb_bgra" />
22386<Test name="rgb_abgr" />
22387<Test name="rgb_one_one_red_green" />
22388<Test name="rgba_all_red" />
22389<Test name="rgba_all_green" />
22390<Test name="rgba_all_blue" />
22391<Test name="rgba_all_alpha" />
22392<Test name="rgba_all_zero" />
22393<Test name="rgba_all_one" />
22394<Test name="rgba_bgra" />
22395<Test name="rgba_abgr" />
22396<Test name="rgba_one_one_red_green" />
22397</TestCase>
22398</TestSuite>
22399<TestSuite name="shadow">
22400<TestSuite name="2d">
22401<TestCase name="nearest">
22402<Test name="less_or_equal_depth_component16" />
22403<Test name="less_or_equal_depth_component32f" />
22404<Test name="less_or_equal_depth24_stencil8" />
22405<Test name="greater_or_equal_depth_component16" />
22406<Test name="greater_or_equal_depth_component32f" />
22407<Test name="greater_or_equal_depth24_stencil8" />
22408<Test name="less_depth_component16" />
22409<Test name="less_depth_component32f" />
22410<Test name="less_depth24_stencil8" />
22411<Test name="greater_depth_component16" />
22412<Test name="greater_depth_component32f" />
22413<Test name="greater_depth24_stencil8" />
22414<Test name="equal_depth_component16" />
22415<Test name="equal_depth_component32f" />
22416<Test name="equal_depth24_stencil8" />
22417<Test name="not_equal_depth_component16" />
22418<Test name="not_equal_depth_component32f" />
22419<Test name="not_equal_depth24_stencil8" />
22420<Test name="always_depth_component16" />
22421<Test name="always_depth_component32f" />
22422<Test name="always_depth24_stencil8" />
22423<Test name="never_depth_component16" />
22424<Test name="never_depth_component32f" />
22425<Test name="never_depth24_stencil8" />
22426</TestCase>
22427<TestCase name="linear">
22428<Test name="less_or_equal_depth_component16" />
22429<Test name="less_or_equal_depth_component32f" />
22430<Test name="less_or_equal_depth24_stencil8" />
22431<Test name="greater_or_equal_depth_component16" />
22432<Test name="greater_or_equal_depth_component32f" />
22433<Test name="greater_or_equal_depth24_stencil8" />
22434<Test name="less_depth_component16" />
22435<Test name="less_depth_component32f" />
22436<Test name="less_depth24_stencil8" />
22437<Test name="greater_depth_component16" />
22438<Test name="greater_depth_component32f" />
22439<Test name="greater_depth24_stencil8" />
22440<Test name="equal_depth_component16" />
22441<Test name="equal_depth_component32f" />
22442<Test name="equal_depth24_stencil8" />
22443<Test name="not_equal_depth_component16" />
22444<Test name="not_equal_depth_component32f" />
22445<Test name="not_equal_depth24_stencil8" />
22446<Test name="always_depth_component16" />
22447<Test name="always_depth_component32f" />
22448<Test name="always_depth24_stencil8" />
22449<Test name="never_depth_component16" />
22450<Test name="never_depth_component32f" />
22451<Test name="never_depth24_stencil8" />
22452</TestCase>
22453<TestCase name="nearest_mipmap_nearest">
22454<Test name="less_or_equal_depth_component16" />
22455<Test name="less_or_equal_depth_component32f" />
22456<Test name="less_or_equal_depth24_stencil8" />
22457<Test name="greater_or_equal_depth_component16" />
22458<Test name="greater_or_equal_depth_component32f" />
22459<Test name="greater_or_equal_depth24_stencil8" />
22460<Test name="less_depth_component16" />
22461<Test name="less_depth_component32f" />
22462<Test name="less_depth24_stencil8" />
22463<Test name="greater_depth_component16" />
22464<Test name="greater_depth_component32f" />
22465<Test name="greater_depth24_stencil8" />
22466<Test name="equal_depth_component16" />
22467<Test name="equal_depth_component32f" />
22468<Test name="equal_depth24_stencil8" />
22469<Test name="not_equal_depth_component16" />
22470<Test name="not_equal_depth_component32f" />
22471<Test name="not_equal_depth24_stencil8" />
22472<Test name="always_depth_component16" />
22473<Test name="always_depth_component32f" />
22474<Test name="always_depth24_stencil8" />
22475<Test name="never_depth_component16" />
22476<Test name="never_depth_component32f" />
22477<Test name="never_depth24_stencil8" />
22478</TestCase>
22479<TestCase name="linear_mipmap_nearest">
22480<Test name="less_or_equal_depth_component16" />
22481<Test name="less_or_equal_depth_component32f" />
22482<Test name="less_or_equal_depth24_stencil8" />
22483<Test name="greater_or_equal_depth_component16" />
22484<Test name="greater_or_equal_depth_component32f" />
22485<Test name="greater_or_equal_depth24_stencil8" />
22486<Test name="less_depth_component16" />
22487<Test name="less_depth_component32f" />
22488<Test name="less_depth24_stencil8" />
22489<Test name="greater_depth_component16" />
22490<Test name="greater_depth_component32f" />
22491<Test name="greater_depth24_stencil8" />
22492<Test name="equal_depth_component16" />
22493<Test name="equal_depth_component32f" />
22494<Test name="equal_depth24_stencil8" />
22495<Test name="not_equal_depth_component16" />
22496<Test name="not_equal_depth_component32f" />
22497<Test name="not_equal_depth24_stencil8" />
22498<Test name="always_depth_component16" />
22499<Test name="always_depth_component32f" />
22500<Test name="always_depth24_stencil8" />
22501<Test name="never_depth_component16" />
22502<Test name="never_depth_component32f" />
22503<Test name="never_depth24_stencil8" />
22504</TestCase>
22505<TestCase name="nearest_mipmap_linear">
22506<Test name="less_or_equal_depth_component16" />
22507<Test name="less_or_equal_depth_component32f" />
22508<Test name="less_or_equal_depth24_stencil8" />
22509<Test name="greater_or_equal_depth_component16" />
22510<Test name="greater_or_equal_depth_component32f" />
22511<Test name="greater_or_equal_depth24_stencil8" />
22512<Test name="less_depth_component16" />
22513<Test name="less_depth_component32f" />
22514<Test name="less_depth24_stencil8" />
22515<Test name="greater_depth_component16" />
22516<Test name="greater_depth_component32f" />
22517<Test name="greater_depth24_stencil8" />
22518<Test name="equal_depth_component16" />
22519<Test name="equal_depth_component32f" />
22520<Test name="equal_depth24_stencil8" />
22521<Test name="not_equal_depth_component16" />
22522<Test name="not_equal_depth_component32f" />
22523<Test name="not_equal_depth24_stencil8" />
22524<Test name="always_depth_component16" />
22525<Test name="always_depth_component32f" />
22526<Test name="always_depth24_stencil8" />
22527<Test name="never_depth_component16" />
22528<Test name="never_depth_component32f" />
22529<Test name="never_depth24_stencil8" />
22530</TestCase>
22531<TestCase name="linear_mipmap_linear">
22532<Test name="less_or_equal_depth_component16" />
22533<Test name="less_or_equal_depth_component32f" />
22534<Test name="less_or_equal_depth24_stencil8" />
22535<Test name="greater_or_equal_depth_component16" />
22536<Test name="greater_or_equal_depth_component32f" />
22537<Test name="greater_or_equal_depth24_stencil8" />
22538<Test name="less_depth_component16" />
22539<Test name="less_depth_component32f" />
22540<Test name="less_depth24_stencil8" />
22541<Test name="greater_depth_component16" />
22542<Test name="greater_depth_component32f" />
22543<Test name="greater_depth24_stencil8" />
22544<Test name="equal_depth_component16" />
22545<Test name="equal_depth_component32f" />
22546<Test name="equal_depth24_stencil8" />
22547<Test name="not_equal_depth_component16" />
22548<Test name="not_equal_depth_component32f" />
22549<Test name="not_equal_depth24_stencil8" />
22550<Test name="always_depth_component16" />
22551<Test name="always_depth_component32f" />
22552<Test name="always_depth24_stencil8" />
22553<Test name="never_depth_component16" />
22554<Test name="never_depth_component32f" />
22555<Test name="never_depth24_stencil8" />
22556</TestCase>
22557</TestSuite>
22558<TestSuite name="cube">
22559<TestCase name="nearest">
22560<Test name="less_or_equal_depth_component16" />
22561<Test name="less_or_equal_depth_component32f" />
22562<Test name="less_or_equal_depth24_stencil8" />
22563<Test name="greater_or_equal_depth_component16" />
22564<Test name="greater_or_equal_depth_component32f" />
22565<Test name="greater_or_equal_depth24_stencil8" />
22566<Test name="less_depth_component16" />
22567<Test name="less_depth_component32f" />
22568<Test name="less_depth24_stencil8" />
22569<Test name="greater_depth_component16" />
22570<Test name="greater_depth_component32f" />
22571<Test name="greater_depth24_stencil8" />
22572<Test name="equal_depth_component16" />
22573<Test name="equal_depth_component32f" />
22574<Test name="equal_depth24_stencil8" />
22575<Test name="not_equal_depth_component16" />
22576<Test name="not_equal_depth_component32f" />
22577<Test name="not_equal_depth24_stencil8" />
22578<Test name="always_depth_component16" />
22579<Test name="always_depth_component32f" />
22580<Test name="always_depth24_stencil8" />
22581<Test name="never_depth_component16" />
22582<Test name="never_depth_component32f" />
22583<Test name="never_depth24_stencil8" />
22584</TestCase>
22585<TestCase name="linear">
22586<Test name="less_or_equal_depth_component16" />
22587<Test name="less_or_equal_depth_component32f" />
22588<Test name="less_or_equal_depth24_stencil8" />
22589<Test name="greater_or_equal_depth_component16" />
22590<Test name="greater_or_equal_depth_component32f" />
22591<Test name="greater_or_equal_depth24_stencil8" />
22592<Test name="less_depth_component16" />
22593<Test name="less_depth_component32f" />
22594<Test name="less_depth24_stencil8" />
22595<Test name="greater_depth_component16" />
22596<Test name="greater_depth_component32f" />
22597<Test name="greater_depth24_stencil8" />
22598<Test name="equal_depth_component16" />
22599<Test name="equal_depth_component32f" />
22600<Test name="equal_depth24_stencil8" />
22601<Test name="not_equal_depth_component16" />
22602<Test name="not_equal_depth_component32f" />
22603<Test name="not_equal_depth24_stencil8" />
22604<Test name="always_depth_component16" />
22605<Test name="always_depth_component32f" />
22606<Test name="always_depth24_stencil8" />
22607<Test name="never_depth_component16" />
22608<Test name="never_depth_component32f" />
22609<Test name="never_depth24_stencil8" />
22610</TestCase>
22611<TestCase name="nearest_mipmap_nearest">
22612<Test name="less_or_equal_depth_component16" />
22613<Test name="less_or_equal_depth_component32f" />
22614<Test name="less_or_equal_depth24_stencil8" />
22615<Test name="greater_or_equal_depth_component16" />
22616<Test name="greater_or_equal_depth_component32f" />
22617<Test name="greater_or_equal_depth24_stencil8" />
22618<Test name="less_depth_component16" />
22619<Test name="less_depth_component32f" />
22620<Test name="less_depth24_stencil8" />
22621<Test name="greater_depth_component16" />
22622<Test name="greater_depth_component32f" />
22623<Test name="greater_depth24_stencil8" />
22624<Test name="equal_depth_component16" />
22625<Test name="equal_depth_component32f" />
22626<Test name="equal_depth24_stencil8" />
22627<Test name="not_equal_depth_component16" />
22628<Test name="not_equal_depth_component32f" />
22629<Test name="not_equal_depth24_stencil8" />
22630<Test name="always_depth_component16" />
22631<Test name="always_depth_component32f" />
22632<Test name="always_depth24_stencil8" />
22633<Test name="never_depth_component16" />
22634<Test name="never_depth_component32f" />
22635<Test name="never_depth24_stencil8" />
22636</TestCase>
22637<TestCase name="linear_mipmap_nearest">
22638<Test name="less_or_equal_depth_component16" />
22639<Test name="less_or_equal_depth_component32f" />
22640<Test name="less_or_equal_depth24_stencil8" />
22641<Test name="greater_or_equal_depth_component16" />
22642<Test name="greater_or_equal_depth_component32f" />
22643<Test name="greater_or_equal_depth24_stencil8" />
22644<Test name="less_depth_component16" />
22645<Test name="less_depth_component32f" />
22646<Test name="less_depth24_stencil8" />
22647<Test name="greater_depth_component16" />
22648<Test name="greater_depth_component32f" />
22649<Test name="greater_depth24_stencil8" />
22650<Test name="equal_depth_component16" />
22651<Test name="equal_depth_component32f" />
22652<Test name="equal_depth24_stencil8" />
22653<Test name="not_equal_depth_component16" />
22654<Test name="not_equal_depth_component32f" />
22655<Test name="not_equal_depth24_stencil8" />
22656<Test name="always_depth_component16" />
22657<Test name="always_depth_component32f" />
22658<Test name="always_depth24_stencil8" />
22659<Test name="never_depth_component16" />
22660<Test name="never_depth_component32f" />
22661<Test name="never_depth24_stencil8" />
22662</TestCase>
22663<TestCase name="nearest_mipmap_linear">
22664<Test name="less_or_equal_depth_component16" />
22665<Test name="less_or_equal_depth_component32f" />
22666<Test name="less_or_equal_depth24_stencil8" />
22667<Test name="greater_or_equal_depth_component16" />
22668<Test name="greater_or_equal_depth_component32f" />
22669<Test name="greater_or_equal_depth24_stencil8" />
22670<Test name="less_depth_component16" />
22671<Test name="less_depth_component32f" />
22672<Test name="less_depth24_stencil8" />
22673<Test name="greater_depth_component16" />
22674<Test name="greater_depth_component32f" />
22675<Test name="greater_depth24_stencil8" />
22676<Test name="equal_depth_component16" />
22677<Test name="equal_depth_component32f" />
22678<Test name="equal_depth24_stencil8" />
22679<Test name="not_equal_depth_component16" />
22680<Test name="not_equal_depth_component32f" />
22681<Test name="not_equal_depth24_stencil8" />
22682<Test name="always_depth_component16" />
22683<Test name="always_depth_component32f" />
22684<Test name="always_depth24_stencil8" />
22685<Test name="never_depth_component16" />
22686<Test name="never_depth_component32f" />
22687<Test name="never_depth24_stencil8" />
22688</TestCase>
22689<TestCase name="linear_mipmap_linear">
22690<Test name="less_or_equal_depth_component16" />
22691<Test name="less_or_equal_depth_component32f" />
22692<Test name="less_or_equal_depth24_stencil8" />
22693<Test name="greater_or_equal_depth_component16" />
22694<Test name="greater_or_equal_depth_component32f" />
22695<Test name="greater_or_equal_depth24_stencil8" />
22696<Test name="less_depth_component16" />
22697<Test name="less_depth_component32f" />
22698<Test name="less_depth24_stencil8" />
22699<Test name="greater_depth_component16" />
22700<Test name="greater_depth_component32f" />
22701<Test name="greater_depth24_stencil8" />
22702<Test name="equal_depth_component16" />
22703<Test name="equal_depth_component32f" />
22704<Test name="equal_depth24_stencil8" />
22705<Test name="not_equal_depth_component16" />
22706<Test name="not_equal_depth_component32f" />
22707<Test name="not_equal_depth24_stencil8" />
22708<Test name="always_depth_component16" />
22709<Test name="always_depth_component32f" />
22710<Test name="always_depth24_stencil8" />
22711<Test name="never_depth_component16" />
22712<Test name="never_depth_component32f" />
22713<Test name="never_depth24_stencil8" />
22714</TestCase>
22715</TestSuite>
22716<TestSuite name="2d_array">
22717<TestCase name="nearest">
22718<Test name="less_or_equal_depth_component16" />
22719<Test name="less_or_equal_depth_component32f" />
22720<Test name="less_or_equal_depth24_stencil8" />
22721<Test name="greater_or_equal_depth_component16" />
22722<Test name="greater_or_equal_depth_component32f" />
22723<Test name="greater_or_equal_depth24_stencil8" />
22724<Test name="less_depth_component16" />
22725<Test name="less_depth_component32f" />
22726<Test name="less_depth24_stencil8" />
22727<Test name="greater_depth_component16" />
22728<Test name="greater_depth_component32f" />
22729<Test name="greater_depth24_stencil8" />
22730<Test name="equal_depth_component16" />
22731<Test name="equal_depth_component32f" />
22732<Test name="equal_depth24_stencil8" />
22733<Test name="not_equal_depth_component16" />
22734<Test name="not_equal_depth_component32f" />
22735<Test name="not_equal_depth24_stencil8" />
22736<Test name="always_depth_component16" />
22737<Test name="always_depth_component32f" />
22738<Test name="always_depth24_stencil8" />
22739<Test name="never_depth_component16" />
22740<Test name="never_depth_component32f" />
22741<Test name="never_depth24_stencil8" />
22742</TestCase>
22743<TestCase name="linear">
22744<Test name="less_or_equal_depth_component16" />
22745<Test name="less_or_equal_depth_component32f" />
22746<Test name="less_or_equal_depth24_stencil8" />
22747<Test name="greater_or_equal_depth_component16" />
22748<Test name="greater_or_equal_depth_component32f" />
22749<Test name="greater_or_equal_depth24_stencil8" />
22750<Test name="less_depth_component16" />
22751<Test name="less_depth_component32f" />
22752<Test name="less_depth24_stencil8" />
22753<Test name="greater_depth_component16" />
22754<Test name="greater_depth_component32f" />
22755<Test name="greater_depth24_stencil8" />
22756<Test name="equal_depth_component16" />
22757<Test name="equal_depth_component32f" />
22758<Test name="equal_depth24_stencil8" />
22759<Test name="not_equal_depth_component16" />
22760<Test name="not_equal_depth_component32f" />
22761<Test name="not_equal_depth24_stencil8" />
22762<Test name="always_depth_component16" />
22763<Test name="always_depth_component32f" />
22764<Test name="always_depth24_stencil8" />
22765<Test name="never_depth_component16" />
22766<Test name="never_depth_component32f" />
22767<Test name="never_depth24_stencil8" />
22768</TestCase>
22769<TestCase name="nearest_mipmap_nearest">
22770<Test name="less_or_equal_depth_component16" />
22771<Test name="less_or_equal_depth_component32f" />
22772<Test name="less_or_equal_depth24_stencil8" />
22773<Test name="greater_or_equal_depth_component16" />
22774<Test name="greater_or_equal_depth_component32f" />
22775<Test name="greater_or_equal_depth24_stencil8" />
22776<Test name="less_depth_component16" />
22777<Test name="less_depth_component32f" />
22778<Test name="less_depth24_stencil8" />
22779<Test name="greater_depth_component16" />
22780<Test name="greater_depth_component32f" />
22781<Test name="greater_depth24_stencil8" />
22782<Test name="equal_depth_component16" />
22783<Test name="equal_depth_component32f" />
22784<Test name="equal_depth24_stencil8" />
22785<Test name="not_equal_depth_component16" />
22786<Test name="not_equal_depth_component32f" />
22787<Test name="not_equal_depth24_stencil8" />
22788<Test name="always_depth_component16" />
22789<Test name="always_depth_component32f" />
22790<Test name="always_depth24_stencil8" />
22791<Test name="never_depth_component16" />
22792<Test name="never_depth_component32f" />
22793<Test name="never_depth24_stencil8" />
22794</TestCase>
22795<TestCase name="linear_mipmap_nearest">
22796<Test name="less_or_equal_depth_component16" />
22797<Test name="less_or_equal_depth_component32f" />
22798<Test name="less_or_equal_depth24_stencil8" />
22799<Test name="greater_or_equal_depth_component16" />
22800<Test name="greater_or_equal_depth_component32f" />
22801<Test name="greater_or_equal_depth24_stencil8" />
22802<Test name="less_depth_component16" />
22803<Test name="less_depth_component32f" />
22804<Test name="less_depth24_stencil8" />
22805<Test name="greater_depth_component16" />
22806<Test name="greater_depth_component32f" />
22807<Test name="greater_depth24_stencil8" />
22808<Test name="equal_depth_component16" />
22809<Test name="equal_depth_component32f" />
22810<Test name="equal_depth24_stencil8" />
22811<Test name="not_equal_depth_component16" />
22812<Test name="not_equal_depth_component32f" />
22813<Test name="not_equal_depth24_stencil8" />
22814<Test name="always_depth_component16" />
22815<Test name="always_depth_component32f" />
22816<Test name="always_depth24_stencil8" />
22817<Test name="never_depth_component16" />
22818<Test name="never_depth_component32f" />
22819<Test name="never_depth24_stencil8" />
22820</TestCase>
22821<TestCase name="nearest_mipmap_linear">
22822<Test name="less_or_equal_depth_component16" />
22823<Test name="less_or_equal_depth_component32f" />
22824<Test name="less_or_equal_depth24_stencil8" />
22825<Test name="greater_or_equal_depth_component16" />
22826<Test name="greater_or_equal_depth_component32f" />
22827<Test name="greater_or_equal_depth24_stencil8" />
22828<Test name="less_depth_component16" />
22829<Test name="less_depth_component32f" />
22830<Test name="less_depth24_stencil8" />
22831<Test name="greater_depth_component16" />
22832<Test name="greater_depth_component32f" />
22833<Test name="greater_depth24_stencil8" />
22834<Test name="equal_depth_component16" />
22835<Test name="equal_depth_component32f" />
22836<Test name="equal_depth24_stencil8" />
22837<Test name="not_equal_depth_component16" />
22838<Test name="not_equal_depth_component32f" />
22839<Test name="not_equal_depth24_stencil8" />
22840<Test name="always_depth_component16" />
22841<Test name="always_depth_component32f" />
22842<Test name="always_depth24_stencil8" />
22843<Test name="never_depth_component16" />
22844<Test name="never_depth_component32f" />
22845<Test name="never_depth24_stencil8" />
22846</TestCase>
22847<TestCase name="linear_mipmap_linear">
22848<Test name="less_or_equal_depth_component16" />
22849<Test name="less_or_equal_depth_component32f" />
22850<Test name="less_or_equal_depth24_stencil8" />
22851<Test name="greater_or_equal_depth_component16" />
22852<Test name="greater_or_equal_depth_component32f" />
22853<Test name="greater_or_equal_depth24_stencil8" />
22854<Test name="less_depth_component16" />
22855<Test name="less_depth_component32f" />
22856<Test name="less_depth24_stencil8" />
22857<Test name="greater_depth_component16" />
22858<Test name="greater_depth_component32f" />
22859<Test name="greater_depth24_stencil8" />
22860<Test name="equal_depth_component16" />
22861<Test name="equal_depth_component32f" />
22862<Test name="equal_depth24_stencil8" />
22863<Test name="not_equal_depth_component16" />
22864<Test name="not_equal_depth_component32f" />
22865<Test name="not_equal_depth24_stencil8" />
22866<Test name="always_depth_component16" />
22867<Test name="always_depth_component32f" />
22868<Test name="always_depth24_stencil8" />
22869<Test name="never_depth_component16" />
22870<Test name="never_depth_component32f" />
22871<Test name="never_depth24_stencil8" />
22872</TestCase>
22873</TestSuite>
22874</TestSuite>
22875<TestSuite name="specification">
22876<TestCase name="basic_teximage2d">
22877<Test name="rgba32f_2d" />
22878<Test name="rgba32f_cube" />
22879<Test name="rgba32i_2d" />
22880<Test name="rgba32i_cube" />
22881<Test name="rgba32ui_2d" />
22882<Test name="rgba32ui_cube" />
22883<Test name="rgba16f_2d" />
22884<Test name="rgba16f_cube" />
22885<Test name="rgba16i_2d" />
22886<Test name="rgba16i_cube" />
22887<Test name="rgba16ui_2d" />
22888<Test name="rgba16ui_cube" />
22889<Test name="rgba8_2d" />
22890<Test name="rgba8_cube" />
22891<Test name="rgba8i_2d" />
22892<Test name="rgba8i_cube" />
22893<Test name="rgba8ui_2d" />
22894<Test name="rgba8ui_cube" />
22895<Test name="srgb8_alpha8_2d" />
22896<Test name="srgb8_alpha8_cube" />
22897<Test name="rgb10_a2_2d" />
22898<Test name="rgb10_a2_cube" />
22899<Test name="rgb10_a2ui_2d" />
22900<Test name="rgb10_a2ui_cube" />
22901<Test name="rgba4_2d" />
22902<Test name="rgba4_cube" />
22903<Test name="rgb5_a1_2d" />
22904<Test name="rgb5_a1_cube" />
22905<Test name="rgba8_snorm_2d" />
22906<Test name="rgba8_snorm_cube" />
22907<Test name="rgb8_2d" />
22908<Test name="rgb8_cube" />
22909<Test name="rgb565_2d" />
22910<Test name="rgb565_cube" />
22911<Test name="r11f_g11f_b10f_2d" />
22912<Test name="r11f_g11f_b10f_cube" />
22913<Test name="rgb32f_2d" />
22914<Test name="rgb32f_cube" />
22915<Test name="rgb32i_2d" />
22916<Test name="rgb32i_cube" />
22917<Test name="rgb32ui_2d" />
22918<Test name="rgb32ui_cube" />
22919<Test name="rgb16f_2d" />
22920<Test name="rgb16f_cube" />
22921<Test name="rgb16i_2d" />
22922<Test name="rgb16i_cube" />
22923<Test name="rgb16ui_2d" />
22924<Test name="rgb16ui_cube" />
22925<Test name="rgb8_snorm_2d" />
22926<Test name="rgb8_snorm_cube" />
22927<Test name="rgb8i_2d" />
22928<Test name="rgb8i_cube" />
22929<Test name="rgb8ui_2d" />
22930<Test name="rgb8ui_cube" />
22931<Test name="srgb8_2d" />
22932<Test name="srgb8_cube" />
22933<Test name="rgb9_e5_2d" />
22934<Test name="rgb9_e5_cube" />
22935<Test name="rg32f_2d" />
22936<Test name="rg32f_cube" />
22937<Test name="rg32i_2d" />
22938<Test name="rg32i_cube" />
22939<Test name="rg32ui_2d" />
22940<Test name="rg32ui_cube" />
22941<Test name="rg16f_2d" />
22942<Test name="rg16f_cube" />
22943<Test name="rg16i_2d" />
22944<Test name="rg16i_cube" />
22945<Test name="rg16ui_2d" />
22946<Test name="rg16ui_cube" />
22947<Test name="rg8_2d" />
22948<Test name="rg8_cube" />
22949<Test name="rg8i_2d" />
22950<Test name="rg8i_cube" />
22951<Test name="rg8ui_2d" />
22952<Test name="rg8ui_cube" />
22953<Test name="rg8_snorm_2d" />
22954<Test name="rg8_snorm_cube" />
22955<Test name="r32f_2d" />
22956<Test name="r32f_cube" />
22957<Test name="r32i_2d" />
22958<Test name="r32i_cube" />
22959<Test name="r32ui_2d" />
22960<Test name="r32ui_cube" />
22961<Test name="r16f_2d" />
22962<Test name="r16f_cube" />
22963<Test name="r16i_2d" />
22964<Test name="r16i_cube" />
22965<Test name="r16ui_2d" />
22966<Test name="r16ui_cube" />
22967<Test name="r8_2d" />
22968<Test name="r8_cube" />
22969<Test name="r8i_2d" />
22970<Test name="r8i_cube" />
22971<Test name="r8ui_2d" />
22972<Test name="r8ui_cube" />
22973<Test name="r8_snorm_2d" />
22974<Test name="r8_snorm_cube" />
22975</TestCase>
22976<TestCase name="random_teximage2d">
22977<Test name="2d_0" />
22978<Test name="2d_1" />
22979<Test name="2d_2" />
22980<Test name="2d_3" />
22981<Test name="2d_4" />
22982<Test name="2d_5" />
22983<Test name="2d_6" />
22984<Test name="2d_7" />
22985<Test name="2d_8" />
22986<Test name="2d_9" />
22987<Test name="cube_0" />
22988<Test name="cube_1" />
22989<Test name="cube_2" />
22990<Test name="cube_3" />
22991<Test name="cube_4" />
22992<Test name="cube_5" />
22993<Test name="cube_6" />
22994<Test name="cube_7" />
22995<Test name="cube_8" />
22996<Test name="cube_9" />
22997</TestCase>
22998<TestCase name="teximage2d_align">
22999<Test name="2d_r8_4_8" />
23000<Test name="2d_r8_63_1" />
23001<Test name="2d_r8_63_2" />
23002<Test name="2d_r8_63_4" />
23003<Test name="2d_r8_63_8" />
23004<Test name="2d_rgba4_51_1" />
23005<Test name="2d_rgba4_51_2" />
23006<Test name="2d_rgba4_51_4" />
23007<Test name="2d_rgba4_51_8" />
23008<Test name="2d_rgb8_39_1" />
23009<Test name="2d_rgb8_39_2" />
23010<Test name="2d_rgb8_39_4" />
23011<Test name="2d_rgb8_39_8" />
23012<Test name="2d_rgba8_47_1" />
23013<Test name="2d_rgba8_47_2" />
23014<Test name="2d_rgba8_47_4" />
23015<Test name="2d_rgba8_47_8" />
23016<Test name="cube_r8_4_8" />
23017<Test name="cube_r8_63_1" />
23018<Test name="cube_r8_63_2" />
23019<Test name="cube_r8_63_4" />
23020<Test name="cube_r8_63_8" />
23021<Test name="cube_rgba4_51_1" />
23022<Test name="cube_rgba4_51_2" />
23023<Test name="cube_rgba4_51_4" />
23024<Test name="cube_rgba4_51_8" />
23025<Test name="cube_rgb8_39_1" />
23026<Test name="cube_rgb8_39_2" />
23027<Test name="cube_rgb8_39_4" />
23028<Test name="cube_rgb8_39_8" />
23029<Test name="cube_rgba8_47_1" />
23030<Test name="cube_rgba8_47_2" />
23031<Test name="cube_rgba8_47_4" />
23032<Test name="cube_rgba8_47_8" />
23033</TestCase>
23034<TestCase name="teximage2d_unpack_params">
23035<Test name="rgb8_alignment" />
23036<Test name="rgb8_row_length" />
23037<Test name="rgb8_skip_rows" />
23038<Test name="rgb8_skip_pixels" />
23039<Test name="r8_complex1" />
23040<Test name="r8_complex2" />
23041<Test name="r8_complex3" />
23042<Test name="r8_complex4" />
23043<Test name="rgba8_complex1" />
23044<Test name="rgba8_complex2" />
23045<Test name="rgba8_complex3" />
23046<Test name="rgba8_complex4" />
23047<Test name="rgba32f_complex" />
23048</TestCase>
23049<TestCase name="teximage2d_pbo">
23050<Test name="rgba32f_2d" />
23051<Test name="rgba32f_cube" />
23052<Test name="rgba32i_2d" />
23053<Test name="rgba32i_cube" />
23054<Test name="rgba32ui_2d" />
23055<Test name="rgba32ui_cube" />
23056<Test name="rgba16f_2d" />
23057<Test name="rgba16f_cube" />
23058<Test name="rgba16i_2d" />
23059<Test name="rgba16i_cube" />
23060<Test name="rgba16ui_2d" />
23061<Test name="rgba16ui_cube" />
23062<Test name="rgba8_2d" />
23063<Test name="rgba8_cube" />
23064<Test name="rgba8i_2d" />
23065<Test name="rgba8i_cube" />
23066<Test name="rgba8ui_2d" />
23067<Test name="rgba8ui_cube" />
23068<Test name="srgb8_alpha8_2d" />
23069<Test name="srgb8_alpha8_cube" />
23070<Test name="rgb10_a2_2d" />
23071<Test name="rgb10_a2_cube" />
23072<Test name="rgb10_a2ui_2d" />
23073<Test name="rgb10_a2ui_cube" />
23074<Test name="rgba4_2d" />
23075<Test name="rgba4_cube" />
23076<Test name="rgb5_a1_2d" />
23077<Test name="rgb5_a1_cube" />
23078<Test name="rgba8_snorm_2d" />
23079<Test name="rgba8_snorm_cube" />
23080<Test name="rgb8_2d" />
23081<Test name="rgb8_cube" />
23082<Test name="rgb565_2d" />
23083<Test name="rgb565_cube" />
23084<Test name="r11f_g11f_b10f_2d" />
23085<Test name="r11f_g11f_b10f_cube" />
23086<Test name="rgb32f_2d" />
23087<Test name="rgb32f_cube" />
23088<Test name="rgb32i_2d" />
23089<Test name="rgb32i_cube" />
23090<Test name="rgb32ui_2d" />
23091<Test name="rgb32ui_cube" />
23092<Test name="rgb16f_2d" />
23093<Test name="rgb16f_cube" />
23094<Test name="rgb16i_2d" />
23095<Test name="rgb16i_cube" />
23096<Test name="rgb16ui_2d" />
23097<Test name="rgb16ui_cube" />
23098<Test name="rgb8_snorm_2d" />
23099<Test name="rgb8_snorm_cube" />
23100<Test name="rgb8i_2d" />
23101<Test name="rgb8i_cube" />
23102<Test name="rgb8ui_2d" />
23103<Test name="rgb8ui_cube" />
23104<Test name="srgb8_2d" />
23105<Test name="srgb8_cube" />
23106<Test name="rgb9_e5_2d" />
23107<Test name="rgb9_e5_cube" />
23108<Test name="rg32f_2d" />
23109<Test name="rg32f_cube" />
23110<Test name="rg32i_2d" />
23111<Test name="rg32i_cube" />
23112<Test name="rg32ui_2d" />
23113<Test name="rg32ui_cube" />
23114<Test name="rg16f_2d" />
23115<Test name="rg16f_cube" />
23116<Test name="rg16i_2d" />
23117<Test name="rg16i_cube" />
23118<Test name="rg16ui_2d" />
23119<Test name="rg16ui_cube" />
23120<Test name="rg8_2d" />
23121<Test name="rg8_cube" />
23122<Test name="rg8i_2d" />
23123<Test name="rg8i_cube" />
23124<Test name="rg8ui_2d" />
23125<Test name="rg8ui_cube" />
23126<Test name="rg8_snorm_2d" />
23127<Test name="rg8_snorm_cube" />
23128<Test name="r32f_2d" />
23129<Test name="r32f_cube" />
23130<Test name="r32i_2d" />
23131<Test name="r32i_cube" />
23132<Test name="r32ui_2d" />
23133<Test name="r32ui_cube" />
23134<Test name="r16f_2d" />
23135<Test name="r16f_cube" />
23136<Test name="r16i_2d" />
23137<Test name="r16i_cube" />
23138<Test name="r16ui_2d" />
23139<Test name="r16ui_cube" />
23140<Test name="r8_2d" />
23141<Test name="r8_cube" />
23142<Test name="r8i_2d" />
23143<Test name="r8i_cube" />
23144<Test name="r8ui_2d" />
23145<Test name="r8ui_cube" />
23146<Test name="r8_snorm_2d" />
23147<Test name="r8_snorm_cube" />
23148<Test name="rgb8_offset_2d" />
23149<Test name="rgb8_offset_cube" />
23150<Test name="rgb8_alignment_2d" />
23151<Test name="rgb8_alignment_cube" />
23152<Test name="rgb8_row_length_2d" />
23153<Test name="rgb8_row_length_cube" />
23154<Test name="rgb8_skip_rows_2d" />
23155<Test name="rgb8_skip_rows_cube" />
23156<Test name="rgb8_skip_pixels_2d" />
23157<Test name="rgb8_skip_pixels_cube" />
23158</TestCase>
23159<TestCase name="teximage2d_depth">
23160<Test name="depth_component32f" />
23161<Test name="depth_component24" />
23162<Test name="depth_component16" />
23163<Test name="depth32f_stencil8" />
23164<Test name="depth24_stencil8" />
23165</TestCase>
23166<TestCase name="teximage2d_depth_pbo">
23167<Test name="depth_component32f" />
23168<Test name="depth_component24" />
23169<Test name="depth_component16" />
23170<Test name="depth32f_stencil8" />
23171<Test name="depth24_stencil8" />
23172</TestCase>
23173<TestCase name="basic_texsubimage2d">
23174<Test name="rgba32f_2d" />
23175<Test name="rgba32f_cube" />
23176<Test name="rgba32i_2d" />
23177<Test name="rgba32i_cube" />
23178<Test name="rgba32ui_2d" />
23179<Test name="rgba32ui_cube" />
23180<Test name="rgba16f_2d" />
23181<Test name="rgba16f_cube" />
23182<Test name="rgba16i_2d" />
23183<Test name="rgba16i_cube" />
23184<Test name="rgba16ui_2d" />
23185<Test name="rgba16ui_cube" />
23186<Test name="rgba8_2d" />
23187<Test name="rgba8_cube" />
23188<Test name="rgba8i_2d" />
23189<Test name="rgba8i_cube" />
23190<Test name="rgba8ui_2d" />
23191<Test name="rgba8ui_cube" />
23192<Test name="srgb8_alpha8_2d" />
23193<Test name="srgb8_alpha8_cube" />
23194<Test name="rgb10_a2_2d" />
23195<Test name="rgb10_a2_cube" />
23196<Test name="rgb10_a2ui_2d" />
23197<Test name="rgb10_a2ui_cube" />
23198<Test name="rgba4_2d" />
23199<Test name="rgba4_cube" />
23200<Test name="rgb5_a1_2d" />
23201<Test name="rgb5_a1_cube" />
23202<Test name="rgba8_snorm_2d" />
23203<Test name="rgba8_snorm_cube" />
23204<Test name="rgb8_2d" />
23205<Test name="rgb8_cube" />
23206<Test name="rgb565_2d" />
23207<Test name="rgb565_cube" />
23208<Test name="r11f_g11f_b10f_2d" />
23209<Test name="r11f_g11f_b10f_cube" />
23210<Test name="rgb32f_2d" />
23211<Test name="rgb32f_cube" />
23212<Test name="rgb32i_2d" />
23213<Test name="rgb32i_cube" />
23214<Test name="rgb32ui_2d" />
23215<Test name="rgb32ui_cube" />
23216<Test name="rgb16f_2d" />
23217<Test name="rgb16f_cube" />
23218<Test name="rgb16i_2d" />
23219<Test name="rgb16i_cube" />
23220<Test name="rgb16ui_2d" />
23221<Test name="rgb16ui_cube" />
23222<Test name="rgb8_snorm_2d" />
23223<Test name="rgb8_snorm_cube" />
23224<Test name="rgb8i_2d" />
23225<Test name="rgb8i_cube" />
23226<Test name="rgb8ui_2d" />
23227<Test name="rgb8ui_cube" />
23228<Test name="srgb8_2d" />
23229<Test name="srgb8_cube" />
23230<Test name="rgb9_e5_2d" />
23231<Test name="rgb9_e5_cube" />
23232<Test name="rg32f_2d" />
23233<Test name="rg32f_cube" />
23234<Test name="rg32i_2d" />
23235<Test name="rg32i_cube" />
23236<Test name="rg32ui_2d" />
23237<Test name="rg32ui_cube" />
23238<Test name="rg16f_2d" />
23239<Test name="rg16f_cube" />
23240<Test name="rg16i_2d" />
23241<Test name="rg16i_cube" />
23242<Test name="rg16ui_2d" />
23243<Test name="rg16ui_cube" />
23244<Test name="rg8_2d" />
23245<Test name="rg8_cube" />
23246<Test name="rg8i_2d" />
23247<Test name="rg8i_cube" />
23248<Test name="rg8ui_2d" />
23249<Test name="rg8ui_cube" />
23250<Test name="rg8_snorm_2d" />
23251<Test name="rg8_snorm_cube" />
23252<Test name="r32f_2d" />
23253<Test name="r32f_cube" />
23254<Test name="r32i_2d" />
23255<Test name="r32i_cube" />
23256<Test name="r32ui_2d" />
23257<Test name="r32ui_cube" />
23258<Test name="r16f_2d" />
23259<Test name="r16f_cube" />
23260<Test name="r16i_2d" />
23261<Test name="r16i_cube" />
23262<Test name="r16ui_2d" />
23263<Test name="r16ui_cube" />
23264<Test name="r8_2d" />
23265<Test name="r8_cube" />
23266<Test name="r8i_2d" />
23267<Test name="r8i_cube" />
23268<Test name="r8ui_2d" />
23269<Test name="r8ui_cube" />
23270<Test name="r8_snorm_2d" />
23271<Test name="r8_snorm_cube" />
23272</TestCase>
23273<TestCase name="texsubimage2d_empty_tex">
23274<Test name="alpha_unsigned_byte_2d" />
23275<Test name="alpha_unsigned_byte_cube" />
23276<Test name="luminance_unsigned_byte_2d" />
23277<Test name="luminance_unsigned_byte_cube" />
23278<Test name="luminance_alpha_unsigned_byte_2d" />
23279<Test name="luminance_alpha_unsigned_byte_cube" />
23280<Test name="rgb_unsigned_short_5_6_5_2d" />
23281<Test name="rgb_unsigned_short_5_6_5_cube" />
23282<Test name="rgb_unsigned_byte_2d" />
23283<Test name="rgb_unsigned_byte_cube" />
23284<Test name="rgba_unsigned_short_4_4_4_4_2d" />
23285<Test name="rgba_unsigned_short_4_4_4_4_cube" />
23286<Test name="rgba_unsigned_short_5_5_5_1_2d" />
23287<Test name="rgba_unsigned_short_5_5_5_1_cube" />
23288<Test name="rgba_unsigned_byte_2d" />
23289<Test name="rgba_unsigned_byte_cube" />
23290</TestCase>
23291<TestCase name="texsubimage2d_align">
23292<Test name="2d_r8_1_1" />
23293<Test name="2d_r8_1_2" />
23294<Test name="2d_r8_1_4" />
23295<Test name="2d_r8_1_8" />
23296<Test name="2d_r8_63_1" />
23297<Test name="2d_r8_63_2" />
23298<Test name="2d_r8_63_4" />
23299<Test name="2d_r8_63_8" />
23300<Test name="2d_rgba4_51_1" />
23301<Test name="2d_rgba4_51_2" />
23302<Test name="2d_rgba4_51_4" />
23303<Test name="2d_rgba4_51_8" />
23304<Test name="2d_rgb8_39_1" />
23305<Test name="2d_rgb8_39_2" />
23306<Test name="2d_rgb8_39_4" />
23307<Test name="2d_rgb8_39_8" />
23308<Test name="2d_rgba8_47_1" />
23309<Test name="2d_rgba8_47_2" />
23310<Test name="2d_rgba8_47_4" />
23311<Test name="2d_rgba8_47_8" />
23312<Test name="cube_r8_1_1" />
23313<Test name="cube_r8_1_2" />
23314<Test name="cube_r8_1_4" />
23315<Test name="cube_r8_1_8" />
23316<Test name="cube_r8_63_1" />
23317<Test name="cube_r8_63_2" />
23318<Test name="cube_r8_63_4" />
23319<Test name="cube_r8_63_8" />
23320<Test name="cube_rgba4_51_1" />
23321<Test name="cube_rgba4_51_2" />
23322<Test name="cube_rgba4_51_4" />
23323<Test name="cube_rgba4_51_8" />
23324<Test name="cube_rgb8_39_1" />
23325<Test name="cube_rgb8_39_2" />
23326<Test name="cube_rgb8_39_4" />
23327<Test name="cube_rgb8_39_8" />
23328<Test name="cube_rgba8_47_1" />
23329<Test name="cube_rgba8_47_2" />
23330<Test name="cube_rgba8_47_4" />
23331<Test name="cube_rgba8_47_8" />
23332</TestCase>
23333<TestCase name="texsubimage2d_unpack_params">
23334<Test name="rgb8_alignment" />
23335<Test name="rgb8_row_length" />
23336<Test name="rgb8_skip_rows" />
23337<Test name="rgb8_skip_pixels" />
23338<Test name="r8_complex1" />
23339<Test name="r8_complex2" />
23340<Test name="r8_complex3" />
23341<Test name="r8_complex4" />
23342<Test name="rgba8_complex1" />
23343<Test name="rgba8_complex2" />
23344<Test name="rgba8_complex3" />
23345<Test name="rgba8_complex4" />
23346<Test name="rgba32f_complex" />
23347</TestCase>
23348<TestCase name="texsubimage2d_pbo">
23349<Test name="rgba32f_2d" />
23350<Test name="rgba32f_cube" />
23351<Test name="rgba32i_2d" />
23352<Test name="rgba32i_cube" />
23353<Test name="rgba32ui_2d" />
23354<Test name="rgba32ui_cube" />
23355<Test name="rgba16f_2d" />
23356<Test name="rgba16f_cube" />
23357<Test name="rgba16i_2d" />
23358<Test name="rgba16i_cube" />
23359<Test name="rgba16ui_2d" />
23360<Test name="rgba16ui_cube" />
23361<Test name="rgba8_2d" />
23362<Test name="rgba8_cube" />
23363<Test name="rgba8i_2d" />
23364<Test name="rgba8i_cube" />
23365<Test name="rgba8ui_2d" />
23366<Test name="rgba8ui_cube" />
23367<Test name="srgb8_alpha8_2d" />
23368<Test name="srgb8_alpha8_cube" />
23369<Test name="rgb10_a2_2d" />
23370<Test name="rgb10_a2_cube" />
23371<Test name="rgb10_a2ui_2d" />
23372<Test name="rgb10_a2ui_cube" />
23373<Test name="rgba4_2d" />
23374<Test name="rgba4_cube" />
23375<Test name="rgb5_a1_2d" />
23376<Test name="rgb5_a1_cube" />
23377<Test name="rgba8_snorm_2d" />
23378<Test name="rgba8_snorm_cube" />
23379<Test name="rgb8_2d" />
23380<Test name="rgb8_cube" />
23381<Test name="rgb565_2d" />
23382<Test name="rgb565_cube" />
23383<Test name="r11f_g11f_b10f_2d" />
23384<Test name="r11f_g11f_b10f_cube" />
23385<Test name="rgb32f_2d" />
23386<Test name="rgb32f_cube" />
23387<Test name="rgb32i_2d" />
23388<Test name="rgb32i_cube" />
23389<Test name="rgb32ui_2d" />
23390<Test name="rgb32ui_cube" />
23391<Test name="rgb16f_2d" />
23392<Test name="rgb16f_cube" />
23393<Test name="rgb16i_2d" />
23394<Test name="rgb16i_cube" />
23395<Test name="rgb16ui_2d" />
23396<Test name="rgb16ui_cube" />
23397<Test name="rgb8_snorm_2d" />
23398<Test name="rgb8_snorm_cube" />
23399<Test name="rgb8i_2d" />
23400<Test name="rgb8i_cube" />
23401<Test name="rgb8ui_2d" />
23402<Test name="rgb8ui_cube" />
23403<Test name="srgb8_2d" />
23404<Test name="srgb8_cube" />
23405<Test name="rgb9_e5_2d" />
23406<Test name="rgb9_e5_cube" />
23407<Test name="rg32f_2d" />
23408<Test name="rg32f_cube" />
23409<Test name="rg32i_2d" />
23410<Test name="rg32i_cube" />
23411<Test name="rg32ui_2d" />
23412<Test name="rg32ui_cube" />
23413<Test name="rg16f_2d" />
23414<Test name="rg16f_cube" />
23415<Test name="rg16i_2d" />
23416<Test name="rg16i_cube" />
23417<Test name="rg16ui_2d" />
23418<Test name="rg16ui_cube" />
23419<Test name="rg8_2d" />
23420<Test name="rg8_cube" />
23421<Test name="rg8i_2d" />
23422<Test name="rg8i_cube" />
23423<Test name="rg8ui_2d" />
23424<Test name="rg8ui_cube" />
23425<Test name="rg8_snorm_2d" />
23426<Test name="rg8_snorm_cube" />
23427<Test name="r32f_2d" />
23428<Test name="r32f_cube" />
23429<Test name="r32i_2d" />
23430<Test name="r32i_cube" />
23431<Test name="r32ui_2d" />
23432<Test name="r32ui_cube" />
23433<Test name="r16f_2d" />
23434<Test name="r16f_cube" />
23435<Test name="r16i_2d" />
23436<Test name="r16i_cube" />
23437<Test name="r16ui_2d" />
23438<Test name="r16ui_cube" />
23439<Test name="r8_2d" />
23440<Test name="r8_cube" />
23441<Test name="r8i_2d" />
23442<Test name="r8i_cube" />
23443<Test name="r8ui_2d" />
23444<Test name="r8ui_cube" />
23445<Test name="r8_snorm_2d" />
23446<Test name="r8_snorm_cube" />
23447<Test name="rgb8_offset_2d" />
23448<Test name="rgb8_offset_cube" />
23449<Test name="rgb8_alignment_2d" />
23450<Test name="rgb8_alignment_cube" />
23451<Test name="rgb8_row_length_2d" />
23452<Test name="rgb8_row_length_cube" />
23453<Test name="rgb8_skip_rows_2d" />
23454<Test name="rgb8_skip_rows_cube" />
23455<Test name="rgb8_skip_pixels_2d" />
23456<Test name="rgb8_skip_pixels_cube" />
23457</TestCase>
23458<TestCase name="texsubimage2d_depth">
23459<Test name="depth_component32f" />
23460<Test name="depth_component24" />
23461<Test name="depth_component16" />
23462<Test name="depth32f_stencil8" />
23463<Test name="depth24_stencil8" />
23464</TestCase>
23465<TestCase name="basic_copyteximage2d">
23466<Test name="2d_alpha" />
23467<Test name="2d_luminance" />
23468<Test name="2d_luminance_alpha" />
23469<Test name="2d_rgb" />
23470<Test name="2d_rgba" />
23471<Test name="cube_alpha" />
23472<Test name="cube_luminance" />
23473<Test name="cube_luminance_alpha" />
23474<Test name="cube_rgb" />
23475<Test name="cube_rgba" />
23476</TestCase>
23477<TestCase name="basic_copytexsubimage2d">
23478<Test name="2d_alpha" />
23479<Test name="2d_luminance" />
23480<Test name="2d_luminance_alpha" />
23481<Test name="2d_rgb" />
23482<Test name="2d_rgba" />
23483<Test name="cube_alpha" />
23484<Test name="cube_luminance" />
23485<Test name="cube_luminance_alpha" />
23486<Test name="cube_rgb" />
23487<Test name="cube_rgba" />
23488</TestCase>
23489<TestCase name="basic_teximage3d">
23490<Test name="rgba32f_2d_array" />
23491<Test name="rgba32i_2d_array" />
23492<Test name="rgba32ui_2d_array" />
23493<Test name="rgba16f_2d_array" />
23494<Test name="rgba16i_2d_array" />
23495<Test name="rgba16ui_2d_array" />
23496<Test name="rgba8_2d_array" />
23497<Test name="rgba8i_2d_array" />
23498<Test name="rgba8ui_2d_array" />
23499<Test name="srgb8_alpha8_2d_array" />
23500<Test name="rgb10_a2_2d_array" />
23501<Test name="rgb10_a2ui_2d_array" />
23502<Test name="rgba4_2d_array" />
23503<Test name="rgba4_3d" />
23504<Test name="rgb5_a1_2d_array" />
23505<Test name="rgba8_snorm_2d_array" />
23506<Test name="rgb8_2d_array" />
23507<Test name="rgb565_2d_array" />
23508<Test name="rgb565_3d" />
23509<Test name="r11f_g11f_b10f_2d_array" />
23510<Test name="rgb32f_2d_array" />
23511<Test name="rgb32i_2d_array" />
23512<Test name="rgb32ui_2d_array" />
23513<Test name="rgb16f_2d_array" />
23514<Test name="rgb16i_2d_array" />
23515<Test name="rgb16ui_2d_array" />
23516<Test name="rgb8_snorm_2d_array" />
23517<Test name="rgb8i_2d_array" />
23518<Test name="rgb8ui_2d_array" />
23519<Test name="srgb8_2d_array" />
23520<Test name="rgb9_e5_2d_array" />
23521<Test name="rg32f_2d_array" />
23522<Test name="rg32i_2d_array" />
23523<Test name="rg32ui_2d_array" />
23524<Test name="rg16f_2d_array" />
23525<Test name="rg16i_2d_array" />
23526<Test name="rg16ui_2d_array" />
23527<Test name="rg8_2d_array" />
23528<Test name="rg8i_2d_array" />
23529<Test name="rg8ui_2d_array" />
23530<Test name="rg8_snorm_2d_array" />
23531<Test name="r32f_2d_array" />
23532<Test name="r32i_2d_array" />
23533<Test name="r32ui_2d_array" />
23534<Test name="r16f_2d_array" />
23535<Test name="r16i_2d_array" />
23536<Test name="r16ui_2d_array" />
23537<Test name="r8_2d_array" />
23538<Test name="r8i_2d_array" />
23539<Test name="r8ui_2d_array" />
23540<Test name="r8_snorm_2d_array" />
23541</TestCase>
23542<TestCase name="teximage3d_unpack_params">
23543<Test name="rgb8_image_height" />
23544<Test name="rgb8_row_length" />
23545<Test name="rgb8_skip_images" />
23546<Test name="rgb8_skip_rows" />
23547<Test name="rgb8_skip_pixels" />
23548<Test name="r8_complex1" />
23549<Test name="r8_complex2" />
23550<Test name="r8_complex3" />
23551<Test name="r8_complex4" />
23552<Test name="rgba8_complex1" />
23553<Test name="rgba8_complex2" />
23554<Test name="rgba8_complex3" />
23555<Test name="rgba8_complex4" />
23556<Test name="rgba32f_complex" />
23557</TestCase>
23558<TestCase name="teximage3d_pbo">
23559<Test name="rgba32f_2d_array" />
23560<Test name="rgba32f_3d" />
23561<Test name="rgba32i_2d_array" />
23562<Test name="rgba32i_3d" />
23563<Test name="rgba32ui_2d_array" />
23564<Test name="rgba32ui_3d" />
23565<Test name="rgba16f_2d_array" />
23566<Test name="rgba16f_3d" />
23567<Test name="rgba16i_2d_array" />
23568<Test name="rgba16i_3d" />
23569<Test name="rgba16ui_2d_array" />
23570<Test name="rgba16ui_3d" />
23571<Test name="rgba8_2d_array" />
23572<Test name="rgba8_3d" />
23573<Test name="rgba8i_2d_array" />
23574<Test name="rgba8i_3d" />
23575<Test name="rgba8ui_2d_array" />
23576<Test name="rgba8ui_3d" />
23577<Test name="srgb8_alpha8_2d_array" />
23578<Test name="srgb8_alpha8_3d" />
23579<Test name="rgb10_a2_2d_array" />
23580<Test name="rgb10_a2_3d" />
23581<Test name="rgb10_a2ui_2d_array" />
23582<Test name="rgb10_a2ui_3d" />
23583<Test name="rgba4_2d_array" />
23584<Test name="rgba4_3d" />
23585<Test name="rgb5_a1_2d_array" />
23586<Test name="rgb5_a1_3d" />
23587<Test name="rgba8_snorm_2d_array" />
23588<Test name="rgba8_snorm_3d" />
23589<Test name="rgb8_2d_array" />
23590<Test name="rgb8_3d" />
23591<Test name="rgb565_2d_array" />
23592<Test name="rgb565_3d" />
23593<Test name="r11f_g11f_b10f_2d_array" />
23594<Test name="r11f_g11f_b10f_3d" />
23595<Test name="rgb32f_2d_array" />
23596<Test name="rgb32f_3d" />
23597<Test name="rgb32i_2d_array" />
23598<Test name="rgb32i_3d" />
23599<Test name="rgb32ui_2d_array" />
23600<Test name="rgb32ui_3d" />
23601<Test name="rgb16f_2d_array" />
23602<Test name="rgb16f_3d" />
23603<Test name="rgb16i_2d_array" />
23604<Test name="rgb16i_3d" />
23605<Test name="rgb16ui_2d_array" />
23606<Test name="rgb16ui_3d" />
23607<Test name="rgb8_snorm_2d_array" />
23608<Test name="rgb8_snorm_3d" />
23609<Test name="rgb8i_2d_array" />
23610<Test name="rgb8i_3d" />
23611<Test name="rgb8ui_2d_array" />
23612<Test name="rgb8ui_3d" />
23613<Test name="srgb8_2d_array" />
23614<Test name="srgb8_3d" />
23615<Test name="rgb9_e5_2d_array" />
23616<Test name="rgb9_e5_3d" />
23617<Test name="rg32f_2d_array" />
23618<Test name="rg32f_3d" />
23619<Test name="rg32i_2d_array" />
23620<Test name="rg32i_3d" />
23621<Test name="rg32ui_2d_array" />
23622<Test name="rg32ui_3d" />
23623<Test name="rg16f_2d_array" />
23624<Test name="rg16f_3d" />
23625<Test name="rg16i_2d_array" />
23626<Test name="rg16i_3d" />
23627<Test name="rg16ui_2d_array" />
23628<Test name="rg16ui_3d" />
23629<Test name="rg8_2d_array" />
23630<Test name="rg8_3d" />
23631<Test name="rg8i_2d_array" />
23632<Test name="rg8i_3d" />
23633<Test name="rg8ui_2d_array" />
23634<Test name="rg8ui_3d" />
23635<Test name="rg8_snorm_2d_array" />
23636<Test name="rg8_snorm_3d" />
23637<Test name="r32f_2d_array" />
23638<Test name="r32f_3d" />
23639<Test name="r32i_2d_array" />
23640<Test name="r32i_3d" />
23641<Test name="r32ui_2d_array" />
23642<Test name="r32ui_3d" />
23643<Test name="r16f_2d_array" />
23644<Test name="r16f_3d" />
23645<Test name="r16i_2d_array" />
23646<Test name="r16i_3d" />
23647<Test name="r16ui_2d_array" />
23648<Test name="r16ui_3d" />
23649<Test name="r8_2d_array" />
23650<Test name="r8_3d" />
23651<Test name="r8i_2d_array" />
23652<Test name="r8i_3d" />
23653<Test name="r8ui_2d_array" />
23654<Test name="r8ui_3d" />
23655<Test name="r8_snorm_2d_array" />
23656<Test name="r8_snorm_3d" />
23657<Test name="rgb8_offset_2d_array" />
23658<Test name="rgb8_offset_3d" />
23659<Test name="rgb8_alignment_2d_array" />
23660<Test name="rgb8_alignment_3d" />
23661<Test name="rgb8_image_height_2d_array" />
23662<Test name="rgb8_image_height_3d" />
23663<Test name="rgb8_row_length_2d_array" />
23664<Test name="rgb8_row_length_3d" />
23665<Test name="rgb8_skip_images_2d_array" />
23666<Test name="rgb8_skip_images_3d" />
23667<Test name="rgb8_skip_rows_2d_array" />
23668<Test name="rgb8_skip_rows_3d" />
23669<Test name="rgb8_skip_pixels_2d_array" />
23670<Test name="rgb8_skip_pixels_3d" />
23671</TestCase>
23672<TestCase name="teximage3d_depth">
23673<Test name="depth_component32f_2d_array" />
23674<Test name="depth_component24_2d_array" />
23675<Test name="depth_component16_2d_array" />
23676<Test name="depth32f_stencil8_2d_array" />
23677<Test name="depth24_stencil8_2d_array" />
23678</TestCase>
23679<TestCase name="teximage3d_depth_pbo">
23680<Test name="depth_component32f_2d_array" />
23681<Test name="depth_component24_2d_array" />
23682<Test name="depth32f_stencil8_2d_array" />
23683<Test name="depth24_stencil8_2d_array" />
23684</TestCase>
23685<TestCase name="basic_texsubimage3d">
23686<Test name="rgba32f_3d" />
23687<Test name="rgba32i_3d" />
23688<Test name="rgba32ui_3d" />
23689<Test name="rgba16f_3d" />
23690<Test name="rgba16i_3d" />
23691<Test name="rgba16ui_3d" />
23692<Test name="rgba8_3d" />
23693<Test name="rgba8i_3d" />
23694<Test name="rgba8ui_3d" />
23695<Test name="srgb8_alpha8_3d" />
23696<Test name="rgb10_a2_3d" />
23697<Test name="rgb10_a2ui_3d" />
23698<Test name="rgba4_3d" />
23699<Test name="rgb5_a1_3d" />
23700<Test name="rgba8_snorm_3d" />
23701<Test name="rgb8_3d" />
23702<Test name="rgb565_3d" />
23703<Test name="r11f_g11f_b10f_3d" />
23704<Test name="rgb32f_3d" />
23705<Test name="rgb32i_3d" />
23706<Test name="rgb32ui_3d" />
23707<Test name="rgb16f_3d" />
23708<Test name="rgb16i_3d" />
23709<Test name="rgb16ui_3d" />
23710<Test name="rgb8_snorm_3d" />
23711<Test name="rgb8i_3d" />
23712<Test name="rgb8ui_3d" />
23713<Test name="srgb8_3d" />
23714<Test name="rgb9_e5_3d" />
23715<Test name="rg32f_3d" />
23716<Test name="rg32i_3d" />
23717<Test name="rg32ui_3d" />
23718<Test name="rg16f_3d" />
23719<Test name="rg16i_3d" />
23720<Test name="rg16ui_3d" />
23721<Test name="rg8_3d" />
23722<Test name="rg8i_3d" />
23723<Test name="rg8ui_3d" />
23724<Test name="rg8_snorm_3d" />
23725<Test name="r32f_3d" />
23726<Test name="r32i_3d" />
23727<Test name="r32ui_3d" />
23728<Test name="r16f_3d" />
23729<Test name="r16i_3d" />
23730<Test name="r16ui_3d" />
23731<Test name="r8_3d" />
23732<Test name="r8i_3d" />
23733<Test name="r8ui_3d" />
23734<Test name="r8_snorm_3d" />
23735</TestCase>
23736<TestCase name="texsubimage3d_unpack_params">
23737<Test name="rgb8_image_height" />
23738<Test name="rgb8_row_length" />
23739<Test name="rgb8_skip_images" />
23740<Test name="rgb8_skip_rows" />
23741<Test name="rgb8_skip_pixels" />
23742<Test name="r8_complex1" />
23743<Test name="r8_complex2" />
23744<Test name="r8_complex3" />
23745<Test name="r8_complex4" />
23746<Test name="rgba8_complex1" />
23747<Test name="rgba8_complex2" />
23748<Test name="rgba8_complex3" />
23749<Test name="rgba8_complex4" />
23750<Test name="rgba32f_complex" />
23751</TestCase>
23752<TestCase name="texsubimage3d_pbo">
23753<Test name="rgba32f_2d_array" />
23754<Test name="rgba32f_3d" />
23755<Test name="rgba32i_2d_array" />
23756<Test name="rgba32i_3d" />
23757<Test name="rgba32ui_2d_array" />
23758<Test name="rgba32ui_3d" />
23759<Test name="rgba16f_2d_array" />
23760<Test name="rgba16f_3d" />
23761<Test name="rgba16i_2d_array" />
23762<Test name="rgba16i_3d" />
23763<Test name="rgba16ui_2d_array" />
23764<Test name="rgba16ui_3d" />
23765<Test name="rgba8_2d_array" />
23766<Test name="rgba8_3d" />
23767<Test name="rgba8i_2d_array" />
23768<Test name="rgba8i_3d" />
23769<Test name="rgba8ui_2d_array" />
23770<Test name="rgba8ui_3d" />
23771<Test name="srgb8_alpha8_2d_array" />
23772<Test name="srgb8_alpha8_3d" />
23773<Test name="rgb10_a2_2d_array" />
23774<Test name="rgb10_a2_3d" />
23775<Test name="rgb10_a2ui_2d_array" />
23776<Test name="rgb10_a2ui_3d" />
23777<Test name="rgba4_2d_array" />
23778<Test name="rgba4_3d" />
23779<Test name="rgb5_a1_2d_array" />
23780<Test name="rgb5_a1_3d" />
23781<Test name="rgba8_snorm_2d_array" />
23782<Test name="rgba8_snorm_3d" />
23783<Test name="rgb8_2d_array" />
23784<Test name="rgb8_3d" />
23785<Test name="rgb565_2d_array" />
23786<Test name="rgb565_3d" />
23787<Test name="r11f_g11f_b10f_2d_array" />
23788<Test name="r11f_g11f_b10f_3d" />
23789<Test name="rgb32f_2d_array" />
23790<Test name="rgb32f_3d" />
23791<Test name="rgb32i_2d_array" />
23792<Test name="rgb32i_3d" />
23793<Test name="rgb32ui_2d_array" />
23794<Test name="rgb32ui_3d" />
23795<Test name="rgb16f_2d_array" />
23796<Test name="rgb16f_3d" />
23797<Test name="rgb16i_2d_array" />
23798<Test name="rgb16i_3d" />
23799<Test name="rgb16ui_2d_array" />
23800<Test name="rgb16ui_3d" />
23801<Test name="rgb8_snorm_2d_array" />
23802<Test name="rgb8_snorm_3d" />
23803<Test name="rgb8i_2d_array" />
23804<Test name="rgb8i_3d" />
23805<Test name="rgb8ui_2d_array" />
23806<Test name="rgb8ui_3d" />
23807<Test name="srgb8_2d_array" />
23808<Test name="srgb8_3d" />
23809<Test name="rgb9_e5_2d_array" />
23810<Test name="rgb9_e5_3d" />
23811<Test name="rg32f_2d_array" />
23812<Test name="rg32f_3d" />
23813<Test name="rg32i_2d_array" />
23814<Test name="rg32i_3d" />
23815<Test name="rg32ui_2d_array" />
23816<Test name="rg32ui_3d" />
23817<Test name="rg16f_2d_array" />
23818<Test name="rg16f_3d" />
23819<Test name="rg16i_2d_array" />
23820<Test name="rg16i_3d" />
23821<Test name="rg16ui_2d_array" />
23822<Test name="rg16ui_3d" />
23823<Test name="rg8_2d_array" />
23824<Test name="rg8_3d" />
23825<Test name="rg8i_2d_array" />
23826<Test name="rg8i_3d" />
23827<Test name="rg8ui_2d_array" />
23828<Test name="rg8ui_3d" />
23829<Test name="rg8_snorm_2d_array" />
23830<Test name="rg8_snorm_3d" />
23831<Test name="r32f_2d_array" />
23832<Test name="r32f_3d" />
23833<Test name="r32i_2d_array" />
23834<Test name="r32i_3d" />
23835<Test name="r32ui_2d_array" />
23836<Test name="r32ui_3d" />
23837<Test name="r16f_2d_array" />
23838<Test name="r16f_3d" />
23839<Test name="r16i_2d_array" />
23840<Test name="r16i_3d" />
23841<Test name="r16ui_2d_array" />
23842<Test name="r16ui_3d" />
23843<Test name="r8_2d_array" />
23844<Test name="r8_3d" />
23845<Test name="r8i_2d_array" />
23846<Test name="r8i_3d" />
23847<Test name="r8ui_2d_array" />
23848<Test name="r8ui_3d" />
23849<Test name="r8_snorm_2d_array" />
23850<Test name="r8_snorm_3d" />
23851<Test name="rgb8_offset_2d_array" />
23852<Test name="rgb8_offset_3d" />
23853<Test name="rgb8_image_height_2d_array" />
23854<Test name="rgb8_image_height_3d" />
23855<Test name="rgb8_row_length_2d_array" />
23856<Test name="rgb8_row_length_3d" />
23857<Test name="rgb8_skip_images_2d_array" />
23858<Test name="rgb8_skip_images_3d" />
23859<Test name="rgb8_skip_rows_2d_array" />
23860<Test name="rgb8_skip_rows_3d" />
23861<Test name="rgb8_skip_pixels_2d_array" />
23862<Test name="rgb8_skip_pixels_3d" />
23863</TestCase>
23864<TestCase name="texsubimage3d_depth">
23865<Test name="depth_component32f_2d_array" />
23866<Test name="depth_component24_2d_array" />
23867<Test name="depth_component16_2d_array" />
23868<Test name="depth32f_stencil8_2d_array" />
23869<Test name="depth24_stencil8_2d_array" />
23870</TestCase>
23871<TestSuite name="texstorage2d">
23872<TestCase name="format">
23873<Test name="rgba32f_cube" />
23874<Test name="rgba32i_cube" />
23875<Test name="rgba32ui_cube" />
23876<Test name="rgba16f_cube" />
23877<Test name="rgba16i_cube" />
23878<Test name="rgba16ui_cube" />
23879<Test name="rgba8_cube" />
23880<Test name="rgba8i_cube" />
23881<Test name="rgba8ui_cube" />
23882<Test name="srgb8_alpha8_cube" />
23883<Test name="rgb10_a2_cube" />
23884<Test name="rgb10_a2ui_cube" />
23885<Test name="rgba4_2d" />
23886<Test name="rgba4_cube" />
23887<Test name="rgb5_a1_2d" />
23888<Test name="rgb5_a1_cube" />
23889<Test name="rgba8_snorm_cube" />
23890<Test name="rgb8_cube" />
23891<Test name="rgb565_2d" />
23892<Test name="rgb565_cube" />
23893<Test name="r11f_g11f_b10f_cube" />
23894<Test name="rgb32f_cube" />
23895<Test name="rgb32i_cube" />
23896<Test name="rgb32ui_cube" />
23897<Test name="rgb16f_cube" />
23898<Test name="rgb16i_cube" />
23899<Test name="rgb16ui_cube" />
23900<Test name="rgb8_snorm_cube" />
23901<Test name="rgb8i_cube" />
23902<Test name="rgb8ui_cube" />
23903<Test name="srgb8_cube" />
23904<Test name="rgb9_e5_cube" />
23905<Test name="rg32f_2d" />
23906<Test name="rg32f_cube" />
23907<Test name="rg32i_2d" />
23908<Test name="rg32i_cube" />
23909<Test name="rg32ui_cube" />
23910<Test name="rg16f_cube" />
23911<Test name="rg16i_cube" />
23912<Test name="rg16ui_cube" />
23913<Test name="rg8_cube" />
23914<Test name="rg8i_cube" />
23915<Test name="rg8ui_cube" />
23916<Test name="rg8_snorm_cube" />
23917<Test name="r32f_2d" />
23918<Test name="r32f_cube" />
23919<Test name="r32i_cube" />
23920<Test name="r32ui_2d" />
23921<Test name="r32ui_cube" />
23922<Test name="r16f_cube" />
23923<Test name="r16i_cube" />
23924<Test name="r16ui_2d" />
23925<Test name="r16ui_cube" />
23926<Test name="r8_2d" />
23927<Test name="r8_cube" />
23928<Test name="r8i_cube" />
23929<Test name="r8ui_cube" />
23930<Test name="r8_snorm_cube" />
23931<Test name="depth_component32f_cube" />
23932<Test name="depth_component24_cube" />
23933<Test name="depth_component16_cube" />
23934<Test name="depth32f_stencil8_cube" />
23935<Test name="depth24_stencil8_cube" />
23936</TestCase>
23937<TestCase name="size">
23938<Test name="2d_1x1_1_levels" />
23939<Test name="2d_2x2_2_levels" />
23940<Test name="2d_64x32_7_levels" />
23941<Test name="2d_32x64_4_levels" />
23942<Test name="2d_57x63_1_levels" />
23943<Test name="2d_57x63_2_levels" />
23944<Test name="cube_1x1_1_levels" />
23945<Test name="cube_2x2_2_levels" />
23946<Test name="cube_57x57_1_levels" />
23947<Test name="cube_57x57_2_levels" />
23948<Test name="cube_57x57_6_levels" />
23949<Test name="cube_64x64_4_levels" />
23950<Test name="cube_64x64_7_levels" />
23951</TestCase>
23952</TestSuite>
23953<TestSuite name="texstorage3d">
23954<TestCase name="format">
23955<Test name="rgba32i_3d" />
23956<Test name="rgba16ui_3d" />
23957<Test name="rgb10_a2ui_3d" />
23958<Test name="rgba4_2d_array" />
23959<Test name="rgba4_3d" />
23960<Test name="rgb5_a1_3d" />
23961<Test name="rgb565_3d" />
23962<Test name="r11f_g11f_b10f_2d_array" />
23963<Test name="rgb32ui_3d" />
23964<Test name="rgb9_e5_3d" />
23965<Test name="rg16f_3d" />
23966<Test name="rg16ui_3d" />
23967<Test name="r32ui_2d_array" />
23968<Test name="r16f_3d" />
23969</TestCase>
23970<TestCase name="size">
23971<Test name="2d_array_1x1x1_1_levels" />
23972<Test name="2d_array_2x2x2_2_levels" />
23973<Test name="2d_array_64x32x3_7_levels" />
23974<Test name="2d_array_32x64x3_4_levels" />
23975<Test name="2d_array_57x63x5_1_levels" />
23976<Test name="2d_array_57x63x5_2_levels" />
23977<Test name="3d_1x1x1_1_levels" />
23978<Test name="3d_2x2x2_2_levels" />
23979<Test name="3d_64x32x16_7_levels" />
23980<Test name="3d_32x64x16_4_levels" />
23981<Test name="3d_32x16x64_4_levels" />
23982<Test name="3d_57x63x11_1_levels" />
23983<Test name="3d_57x63x11_2_levels" />
23984</TestCase>
23985</TestSuite>
23986</TestSuite>
23987<TestSuite name="vertex">
23988<TestSuite name="2d">
23989<TestCase name="filtering">
23990<Test name="nearest_mipmap_nearest_nearest_clamp" />
23991<Test name="nearest_mipmap_nearest_nearest_repeat" />
23992<Test name="nearest_mipmap_nearest_nearest_mirror" />
23993<Test name="nearest_mipmap_nearest_linear_clamp" />
23994<Test name="nearest_mipmap_nearest_linear_repeat" />
23995<Test name="nearest_mipmap_nearest_linear_mirror" />
23996<Test name="linear_mipmap_nearest_nearest_clamp" />
23997<Test name="linear_mipmap_nearest_nearest_repeat" />
23998<Test name="linear_mipmap_nearest_nearest_mirror" />
23999<Test name="linear_mipmap_nearest_linear_clamp" />
24000<Test name="linear_mipmap_nearest_linear_repeat" />
24001<Test name="linear_mipmap_nearest_linear_mirror" />
24002<Test name="nearest_mipmap_linear_nearest_clamp" />
24003<Test name="nearest_mipmap_linear_nearest_repeat" />
24004<Test name="nearest_mipmap_linear_nearest_mirror" />
24005<Test name="nearest_mipmap_linear_linear_clamp" />
24006<Test name="nearest_mipmap_linear_linear_repeat" />
24007<Test name="nearest_mipmap_linear_linear_mirror" />
24008<Test name="linear_mipmap_linear_nearest_clamp" />
24009<Test name="linear_mipmap_linear_nearest_repeat" />
24010<Test name="linear_mipmap_linear_nearest_mirror" />
24011<Test name="linear_mipmap_linear_linear_clamp" />
24012<Test name="linear_mipmap_linear_linear_repeat" />
24013<Test name="linear_mipmap_linear_linear_mirror" />
24014</TestCase>
24015<TestCase name="wrap">
24016<Test name="clamp_clamp" />
24017<Test name="clamp_repeat" />
24018<Test name="clamp_mirror" />
24019<Test name="repeat_clamp" />
24020<Test name="repeat_repeat" />
24021<Test name="repeat_mirror" />
24022<Test name="mirror_clamp" />
24023<Test name="mirror_repeat" />
24024<Test name="mirror_mirror" />
24025</TestCase>
24026</TestSuite>
24027<TestSuite name="cube">
24028<TestCase name="filtering">
24029<Test name="nearest_nearest_clamp" />
24030<Test name="nearest_nearest_repeat" />
24031<Test name="nearest_nearest_mirror" />
24032<Test name="linear_linear_clamp" />
24033<Test name="linear_linear_repeat" />
24034<Test name="linear_linear_mirror" />
24035<Test name="nearest_mipmap_nearest_nearest_clamp" />
24036<Test name="nearest_mipmap_nearest_nearest_repeat" />
24037<Test name="nearest_mipmap_nearest_nearest_mirror" />
24038<Test name="nearest_mipmap_nearest_linear_clamp" />
24039<Test name="nearest_mipmap_nearest_linear_repeat" />
24040<Test name="nearest_mipmap_nearest_linear_mirror" />
24041<Test name="linear_mipmap_nearest_nearest_clamp" />
24042<Test name="linear_mipmap_nearest_nearest_repeat" />
24043<Test name="linear_mipmap_nearest_nearest_mirror" />
24044<Test name="linear_mipmap_nearest_linear_clamp" />
24045<Test name="linear_mipmap_nearest_linear_repeat" />
24046<Test name="linear_mipmap_nearest_linear_mirror" />
24047<Test name="nearest_mipmap_linear_nearest_clamp" />
24048<Test name="nearest_mipmap_linear_nearest_repeat" />
24049<Test name="nearest_mipmap_linear_nearest_mirror" />
24050<Test name="nearest_mipmap_linear_linear_clamp" />
24051<Test name="nearest_mipmap_linear_linear_repeat" />
24052<Test name="nearest_mipmap_linear_linear_mirror" />
24053<Test name="linear_mipmap_linear_nearest_clamp" />
24054<Test name="linear_mipmap_linear_nearest_repeat" />
24055<Test name="linear_mipmap_linear_nearest_mirror" />
24056<Test name="linear_mipmap_linear_linear_clamp" />
24057<Test name="linear_mipmap_linear_linear_repeat" />
24058<Test name="linear_mipmap_linear_linear_mirror" />
24059</TestCase>
24060<TestCase name="wrap">
24061<Test name="clamp_clamp" />
24062<Test name="clamp_repeat" />
24063<Test name="clamp_mirror" />
24064<Test name="repeat_clamp" />
24065<Test name="repeat_repeat" />
24066<Test name="repeat_mirror" />
24067<Test name="mirror_clamp" />
24068<Test name="mirror_repeat" />
24069<Test name="mirror_mirror" />
24070</TestCase>
24071</TestSuite>
24072<TestSuite name="2d_array">
24073<TestCase name="filtering">
24074<Test name="nearest_mipmap_nearest_nearest_clamp" />
24075<Test name="nearest_mipmap_nearest_nearest_repeat" />
24076<Test name="nearest_mipmap_nearest_nearest_mirror" />
24077<Test name="nearest_mipmap_nearest_linear_clamp" />
24078<Test name="nearest_mipmap_nearest_linear_repeat" />
24079<Test name="nearest_mipmap_nearest_linear_mirror" />
24080<Test name="linear_mipmap_nearest_nearest_clamp" />
24081<Test name="linear_mipmap_nearest_nearest_repeat" />
24082<Test name="linear_mipmap_nearest_nearest_mirror" />
24083<Test name="linear_mipmap_nearest_linear_clamp" />
24084<Test name="linear_mipmap_nearest_linear_repeat" />
24085<Test name="linear_mipmap_nearest_linear_mirror" />
24086<Test name="nearest_mipmap_linear_nearest_clamp" />
24087<Test name="nearest_mipmap_linear_nearest_repeat" />
24088<Test name="nearest_mipmap_linear_nearest_mirror" />
24089<Test name="nearest_mipmap_linear_linear_clamp" />
24090<Test name="nearest_mipmap_linear_linear_repeat" />
24091<Test name="nearest_mipmap_linear_linear_mirror" />
24092<Test name="linear_mipmap_linear_nearest_clamp" />
24093<Test name="linear_mipmap_linear_nearest_repeat" />
24094<Test name="linear_mipmap_linear_nearest_mirror" />
24095<Test name="linear_mipmap_linear_linear_clamp" />
24096<Test name="linear_mipmap_linear_linear_repeat" />
24097<Test name="linear_mipmap_linear_linear_mirror" />
24098</TestCase>
24099<TestCase name="wrap">
24100<Test name="clamp_clamp" />
24101<Test name="clamp_repeat" />
24102<Test name="clamp_mirror" />
24103<Test name="repeat_clamp" />
24104<Test name="repeat_repeat" />
24105<Test name="repeat_mirror" />
24106<Test name="mirror_clamp" />
24107<Test name="mirror_repeat" />
24108<Test name="mirror_mirror" />
24109</TestCase>
24110</TestSuite>
24111<TestSuite name="3d">
24112<TestCase name="filtering">
24113<Test name="nearest_mipmap_nearest_nearest_clamp" />
24114<Test name="nearest_mipmap_nearest_nearest_repeat" />
24115<Test name="nearest_mipmap_nearest_nearest_mirror" />
24116<Test name="nearest_mipmap_nearest_linear_clamp" />
24117<Test name="nearest_mipmap_nearest_linear_repeat" />
24118<Test name="nearest_mipmap_nearest_linear_mirror" />
24119<Test name="linear_mipmap_nearest_nearest_clamp" />
24120<Test name="linear_mipmap_nearest_nearest_repeat" />
24121<Test name="linear_mipmap_nearest_nearest_mirror" />
24122<Test name="linear_mipmap_nearest_linear_clamp" />
24123<Test name="linear_mipmap_nearest_linear_repeat" />
24124<Test name="linear_mipmap_nearest_linear_mirror" />
24125<Test name="nearest_mipmap_linear_nearest_clamp" />
24126<Test name="nearest_mipmap_linear_nearest_repeat" />
24127<Test name="nearest_mipmap_linear_nearest_mirror" />
24128<Test name="nearest_mipmap_linear_linear_clamp" />
24129<Test name="nearest_mipmap_linear_linear_repeat" />
24130<Test name="nearest_mipmap_linear_linear_mirror" />
24131<Test name="linear_mipmap_linear_nearest_clamp" />
24132<Test name="linear_mipmap_linear_nearest_repeat" />
24133<Test name="linear_mipmap_linear_nearest_mirror" />
24134<Test name="linear_mipmap_linear_linear_clamp" />
24135<Test name="linear_mipmap_linear_linear_repeat" />
24136<Test name="linear_mipmap_linear_linear_mirror" />
24137</TestCase>
24138<TestCase name="wrap">
24139<Test name="clamp_clamp_clamp" />
24140<Test name="clamp_clamp_repeat" />
24141<Test name="clamp_clamp_mirror" />
24142<Test name="clamp_repeat_clamp" />
24143<Test name="clamp_repeat_repeat" />
24144<Test name="clamp_repeat_mirror" />
24145<Test name="clamp_mirror_clamp" />
24146<Test name="clamp_mirror_repeat" />
24147<Test name="clamp_mirror_mirror" />
24148<Test name="repeat_clamp_clamp" />
24149<Test name="repeat_clamp_repeat" />
24150<Test name="repeat_clamp_mirror" />
24151<Test name="repeat_repeat_clamp" />
24152<Test name="repeat_repeat_repeat" />
24153<Test name="repeat_repeat_mirror" />
24154<Test name="repeat_mirror_clamp" />
24155<Test name="repeat_mirror_repeat" />
24156<Test name="repeat_mirror_mirror" />
24157<Test name="mirror_clamp_clamp" />
24158<Test name="mirror_clamp_repeat" />
24159<Test name="mirror_clamp_mirror" />
24160<Test name="mirror_repeat_clamp" />
24161<Test name="mirror_repeat_repeat" />
24162<Test name="mirror_repeat_mirror" />
24163<Test name="mirror_mirror_clamp" />
24164<Test name="mirror_mirror_repeat" />
24165<Test name="mirror_mirror_mirror" />
24166</TestCase>
24167</TestSuite>
24168</TestSuite>
24169<TestSuite name="units">
24170<TestSuite name="2_units">
24171<TestCase name="only_2d">
24172<Test name="0" />
24173<Test name="1" />
24174<Test name="2" />
24175<Test name="3" />
24176<Test name="4" />
24177<Test name="5" />
24178<Test name="6" />
24179<Test name="7" />
24180<Test name="8" />
24181<Test name="9" />
24182</TestCase>
24183<TestCase name="only_cube">
24184<Test name="0" />
24185<Test name="1" />
24186<Test name="2" />
24187<Test name="3" />
24188<Test name="4" />
24189<Test name="5" />
24190<Test name="6" />
24191<Test name="7" />
24192<Test name="8" />
24193<Test name="9" />
24194</TestCase>
24195<TestCase name="only_2d_array">
24196<Test name="0" />
24197<Test name="1" />
24198<Test name="2" />
24199<Test name="3" />
24200<Test name="4" />
24201<Test name="5" />
24202<Test name="6" />
24203<Test name="7" />
24204<Test name="8" />
24205<Test name="9" />
24206</TestCase>
24207<TestCase name="only_3d">
24208<Test name="0" />
24209<Test name="1" />
24210<Test name="2" />
24211<Test name="3" />
24212<Test name="4" />
24213<Test name="5" />
24214<Test name="6" />
24215<Test name="7" />
24216<Test name="8" />
24217<Test name="9" />
24218</TestCase>
24219<TestCase name="mixed">
24220<Test name="0" />
24221<Test name="1" />
24222<Test name="2" />
24223<Test name="3" />
24224<Test name="4" />
24225<Test name="5" />
24226<Test name="6" />
24227<Test name="7" />
24228<Test name="8" />
24229<Test name="9" />
24230</TestCase>
24231</TestSuite>
24232<TestSuite name="4_units">
24233<TestCase name="only_2d">
24234<Test name="0" />
24235<Test name="1" />
24236<Test name="2" />
24237<Test name="3" />
24238<Test name="4" />
24239<Test name="5" />
24240<Test name="6" />
24241<Test name="7" />
24242<Test name="8" />
24243<Test name="9" />
24244</TestCase>
24245<TestCase name="only_cube">
24246<Test name="0" />
24247<Test name="1" />
24248<Test name="2" />
24249<Test name="3" />
24250<Test name="4" />
24251<Test name="5" />
24252<Test name="6" />
24253<Test name="7" />
24254<Test name="8" />
24255<Test name="9" />
24256</TestCase>
24257<TestCase name="only_2d_array">
24258<Test name="0" />
24259<Test name="1" />
24260<Test name="2" />
24261<Test name="3" />
24262<Test name="4" />
24263<Test name="5" />
24264<Test name="6" />
24265<Test name="7" />
24266<Test name="8" />
24267<Test name="9" />
24268</TestCase>
24269<TestCase name="only_3d">
24270<Test name="0" />
24271<Test name="1" />
24272<Test name="2" />
24273<Test name="3" />
24274<Test name="4" />
24275<Test name="5" />
24276<Test name="6" />
24277<Test name="7" />
24278<Test name="8" />
24279<Test name="9" />
24280</TestCase>
24281<TestCase name="mixed">
24282<Test name="0" />
24283<Test name="1" />
24284<Test name="2" />
24285<Test name="3" />
24286<Test name="4" />
24287<Test name="5" />
24288<Test name="6" />
24289<Test name="7" />
24290<Test name="8" />
24291<Test name="9" />
24292</TestCase>
24293</TestSuite>
24294<TestSuite name="8_units">
24295<TestCase name="only_2d">
24296<Test name="0" />
24297<Test name="1" />
24298<Test name="2" />
24299<Test name="3" />
24300<Test name="4" />
24301<Test name="5" />
24302<Test name="6" />
24303<Test name="7" />
24304<Test name="8" />
24305<Test name="9" />
24306</TestCase>
24307<TestCase name="only_cube">
24308<Test name="0" />
24309<Test name="1" />
24310<Test name="2" />
24311<Test name="3" />
24312<Test name="4" />
24313<Test name="5" />
24314<Test name="6" />
24315<Test name="7" />
24316<Test name="8" />
24317<Test name="9" />
24318</TestCase>
24319<TestCase name="only_2d_array">
24320<Test name="0" />
24321<Test name="1" />
24322<Test name="2" />
24323<Test name="3" />
24324<Test name="4" />
24325<Test name="5" />
24326<Test name="6" />
24327<Test name="7" />
24328<Test name="8" />
24329<Test name="9" />
24330</TestCase>
24331<TestCase name="only_3d">
24332<Test name="0" />
24333<Test name="1" />
24334<Test name="2" />
24335<Test name="3" />
24336<Test name="4" />
24337<Test name="5" />
24338<Test name="6" />
24339<Test name="7" />
24340<Test name="8" />
24341<Test name="9" />
24342</TestCase>
24343<TestCase name="mixed">
24344<Test name="0" />
24345<Test name="1" />
24346<Test name="2" />
24347<Test name="3" />
24348<Test name="4" />
24349<Test name="5" />
24350<Test name="6" />
24351<Test name="7" />
24352<Test name="8" />
24353<Test name="9" />
24354</TestCase>
24355</TestSuite>
24356<TestSuite name="all_units">
24357<TestCase name="only_2d">
24358<Test name="0" />
24359<Test name="1" />
24360</TestCase>
24361<TestCase name="only_cube">
24362<Test name="0" />
24363</TestCase>
24364<TestCase name="only_2d_array">
24365<Test name="0" />
24366<Test name="1" />
24367</TestCase>
24368<TestCase name="only_3d">
24369<Test name="0" />
24370<Test name="1" />
24371</TestCase>
24372<TestCase name="mixed">
24373<Test name="0" />
24374<Test name="8" />
24375</TestCase>
24376</TestSuite>
24377</TestSuite>
24378<TestSuite name="compressed">
24379<TestSuite name="astc">
24380<TestCase name="void_extent_ldr">
24381<Test name="4x4" />
24382<Test name="5x4" />
24383<Test name="5x5" />
24384<Test name="6x5" />
24385<Test name="6x6" />
24386<Test name="8x5" />
24387<Test name="8x6" />
24388<Test name="8x8" />
24389<Test name="10x5" />
24390<Test name="10x6" />
24391<Test name="10x8" />
24392<Test name="10x10" />
24393<Test name="12x10" />
24394<Test name="12x12" />
24395<Test name="4x4_srgb" />
24396<Test name="5x4_srgb" />
24397<Test name="5x5_srgb" />
24398<Test name="6x5_srgb" />
24399<Test name="6x6_srgb" />
24400<Test name="8x5_srgb" />
24401<Test name="8x6_srgb" />
24402<Test name="8x8_srgb" />
24403<Test name="10x5_srgb" />
24404<Test name="10x6_srgb" />
24405<Test name="10x8_srgb" />
24406<Test name="10x10_srgb" />
24407<Test name="12x10_srgb" />
24408<Test name="12x12_srgb" />
24409</TestCase>
24410<TestCase name="void_extent_hdr">
24411<Test name="4x4" />
24412<Test name="5x4" />
24413<Test name="5x5" />
24414<Test name="6x5" />
24415<Test name="6x6" />
24416<Test name="8x5" />
24417<Test name="8x6" />
24418<Test name="8x8" />
24419<Test name="10x5" />
24420<Test name="10x6" />
24421<Test name="10x8" />
24422<Test name="10x10" />
24423<Test name="12x10" />
24424<Test name="12x12" />
24425</TestCase>
24426<TestCase name="weight_grid">
24427<Test name="4x4" />
24428<Test name="5x4" />
24429<Test name="5x5" />
24430<Test name="6x5" />
24431<Test name="6x6" />
24432<Test name="8x5" />
24433<Test name="8x6" />
24434<Test name="8x8" />
24435<Test name="10x5" />
24436<Test name="10x6" />
24437<Test name="10x8" />
24438<Test name="10x10" />
24439<Test name="12x10" />
24440<Test name="12x12" />
24441<Test name="4x4_srgb" />
24442<Test name="5x4_srgb" />
24443<Test name="5x5_srgb" />
24444<Test name="6x5_srgb" />
24445<Test name="6x6_srgb" />
24446<Test name="8x5_srgb" />
24447<Test name="8x6_srgb" />
24448<Test name="8x8_srgb" />
24449<Test name="10x5_srgb" />
24450<Test name="10x6_srgb" />
24451<Test name="10x8_srgb" />
24452<Test name="10x10_srgb" />
24453<Test name="12x10_srgb" />
24454<Test name="12x12_srgb" />
24455</TestCase>
24456<TestCase name="weight_ise">
24457<Test name="4x4" />
24458<Test name="5x4" />
24459<Test name="5x5" />
24460<Test name="6x5" />
24461<Test name="6x6" />
24462<Test name="8x5" />
24463<Test name="8x6" />
24464<Test name="8x8" />
24465<Test name="10x5" />
24466<Test name="10x6" />
24467<Test name="10x8" />
24468<Test name="10x10" />
24469<Test name="12x10" />
24470<Test name="12x12" />
24471<Test name="4x4_srgb" />
24472<Test name="5x4_srgb" />
24473<Test name="5x5_srgb" />
24474<Test name="6x5_srgb" />
24475<Test name="6x6_srgb" />
24476<Test name="8x5_srgb" />
24477<Test name="8x6_srgb" />
24478<Test name="8x8_srgb" />
24479<Test name="10x5_srgb" />
24480<Test name="10x6_srgb" />
24481<Test name="10x8_srgb" />
24482<Test name="10x10_srgb" />
24483<Test name="12x10_srgb" />
24484<Test name="12x12_srgb" />
24485</TestCase>
24486<TestCase name="partition_pattern_index">
24487<Test name="4x4" />
24488<Test name="5x4" />
24489<Test name="5x5" />
24490<Test name="6x5" />
24491<Test name="6x6" />
24492<Test name="8x5" />
24493<Test name="8x6" />
24494<Test name="8x8" />
24495<Test name="10x5" />
24496<Test name="10x6" />
24497<Test name="10x8" />
24498<Test name="10x10" />
24499<Test name="12x10" />
24500<Test name="12x12" />
24501<Test name="4x4_srgb" />
24502<Test name="5x4_srgb" />
24503<Test name="5x5_srgb" />
24504<Test name="6x5_srgb" />
24505<Test name="6x6_srgb" />
24506<Test name="8x5_srgb" />
24507<Test name="8x6_srgb" />
24508<Test name="8x8_srgb" />
24509<Test name="10x5_srgb" />
24510<Test name="10x6_srgb" />
24511<Test name="10x8_srgb" />
24512<Test name="10x10_srgb" />
24513<Test name="12x10_srgb" />
24514<Test name="12x12_srgb" />
24515</TestCase>
24516<TestCase name="endpoint_value_ldr">
24517<Test name="4x4" />
24518<Test name="5x4" />
24519<Test name="5x5" />
24520<Test name="6x5" />
24521<Test name="6x6" />
24522<Test name="8x5" />
24523<Test name="8x6" />
24524<Test name="8x8" />
24525<Test name="10x5" />
24526<Test name="10x6" />
24527<Test name="10x8" />
24528<Test name="10x10" />
24529<Test name="12x10" />
24530<Test name="12x12" />
24531<Test name="4x4_srgb" />
24532<Test name="5x4_srgb" />
24533<Test name="5x5_srgb" />
24534<Test name="6x5_srgb" />
24535<Test name="6x6_srgb" />
24536<Test name="8x5_srgb" />
24537<Test name="8x6_srgb" />
24538<Test name="8x8_srgb" />
24539<Test name="10x5_srgb" />
24540<Test name="10x6_srgb" />
24541<Test name="10x8_srgb" />
24542<Test name="10x10_srgb" />
24543<Test name="12x10_srgb" />
24544<Test name="12x12_srgb" />
24545</TestCase>
24546<TestCase name="endpoint_value_hdr_cem_not_15">
24547<Test name="4x4" />
24548<Test name="5x4" />
24549<Test name="5x5" />
24550<Test name="6x5" />
24551<Test name="6x6" />
24552<Test name="8x5" />
24553<Test name="8x6" />
24554<Test name="8x8" />
24555<Test name="10x5" />
24556<Test name="10x6" />
24557<Test name="10x8" />
24558<Test name="10x10" />
24559<Test name="12x10" />
24560<Test name="12x12" />
24561</TestCase>
24562<TestCase name="endpoint_value_hdr_cem_15">
24563<Test name="4x4" />
24564<Test name="5x4" />
24565<Test name="5x5" />
24566<Test name="6x5" />
24567<Test name="6x6" />
24568<Test name="8x5" />
24569<Test name="8x6" />
24570<Test name="8x8" />
24571<Test name="10x5" />
24572<Test name="10x6" />
24573<Test name="10x8" />
24574<Test name="10x10" />
24575<Test name="12x10" />
24576<Test name="12x12" />
24577</TestCase>
24578<TestCase name="endpoint_ise">
24579<Test name="4x4" />
24580<Test name="5x4" />
24581<Test name="5x5" />
24582<Test name="6x5" />
24583<Test name="6x6" />
24584<Test name="8x5" />
24585<Test name="8x6" />
24586<Test name="8x8" />
24587<Test name="10x5" />
24588<Test name="10x6" />
24589<Test name="10x8" />
24590<Test name="10x10" />
24591<Test name="12x10" />
24592<Test name="12x12" />
24593<Test name="4x4_srgb" />
24594<Test name="5x4_srgb" />
24595<Test name="5x5_srgb" />
24596<Test name="6x5_srgb" />
24597<Test name="6x6_srgb" />
24598<Test name="8x5_srgb" />
24599<Test name="8x6_srgb" />
24600<Test name="8x8_srgb" />
24601<Test name="10x5_srgb" />
24602<Test name="10x6_srgb" />
24603<Test name="10x8_srgb" />
24604<Test name="10x10_srgb" />
24605<Test name="12x10_srgb" />
24606<Test name="12x12_srgb" />
24607</TestCase>
24608<TestCase name="color_component_selector">
24609<Test name="4x4" />
24610<Test name="5x4" />
24611<Test name="5x5" />
24612<Test name="6x5" />
24613<Test name="6x6" />
24614<Test name="8x5" />
24615<Test name="8x6" />
24616<Test name="8x8" />
24617<Test name="10x5" />
24618<Test name="10x6" />
24619<Test name="10x8" />
24620<Test name="10x10" />
24621<Test name="12x10" />
24622<Test name="12x12" />
24623<Test name="4x4_srgb" />
24624<Test name="5x4_srgb" />
24625<Test name="5x5_srgb" />
24626<Test name="6x5_srgb" />
24627<Test name="6x6_srgb" />
24628<Test name="8x5_srgb" />
24629<Test name="8x6_srgb" />
24630<Test name="8x8_srgb" />
24631<Test name="10x5_srgb" />
24632<Test name="10x6_srgb" />
24633<Test name="10x8_srgb" />
24634<Test name="10x10_srgb" />
24635<Test name="12x10_srgb" />
24636<Test name="12x12_srgb" />
24637</TestCase>
24638<TestCase name="block_size_remainder">
24639<Test name="4x4" />
24640<Test name="5x4" />
24641<Test name="5x5" />
24642<Test name="6x5" />
24643<Test name="6x6" />
24644<Test name="8x5" />
24645<Test name="8x6" />
24646<Test name="8x8" />
24647<Test name="10x5" />
24648<Test name="10x6" />
24649<Test name="10x8" />
24650<Test name="10x10" />
24651<Test name="12x10" />
24652<Test name="12x12" />
24653<Test name="4x4_srgb" />
24654<Test name="5x4_srgb" />
24655<Test name="5x5_srgb" />
24656<Test name="6x5_srgb" />
24657<Test name="6x6_srgb" />
24658<Test name="8x5_srgb" />
24659<Test name="8x6_srgb" />
24660<Test name="8x8_srgb" />
24661<Test name="10x5_srgb" />
24662<Test name="10x6_srgb" />
24663<Test name="10x8_srgb" />
24664<Test name="10x10_srgb" />
24665<Test name="12x10_srgb" />
24666<Test name="12x12_srgb" />
24667</TestCase>
24668</TestSuite>
24669</TestSuite>
24670</TestSuite>
24671<TestSuite name="fragment_ops">
24672<TestCase name="depth">
24673<Test name="cmp_always" />
24674<Test name="cmp_never" />
24675<Test name="cmp_equal" />
24676<Test name="cmp_not_equal" />
24677<Test name="cmp_less_than" />
24678<Test name="cmp_less_or_equal" />
24679<Test name="cmp_greater_than" />
24680<Test name="cmp_greater_or_equal" />
24681</TestCase>
24682<TestCase name="stencil">
24683<Test name="clear" />
24684<Test name="incr_stencil_fail" />
24685<Test name="decr_stencil_fail" />
24686<Test name="cmp_equal" />
24687<Test name="cmp_less_than" />
24688<Test name="cmp_less_or_equal" />
24689<Test name="cmp_greater_than" />
24690<Test name="cmp_greater_or_equal" />
24691<Test name="cmp_mask_equal" />
24692</TestCase>
24693<TestSuite name="depth_stencil">
24694<TestCase name="stencil_depth_funcs">
24695<Test name="stencil_never_depth_never" />
24696<Test name="stencil_never_depth_always" />
24697<Test name="stencil_never_depth_less" />
24698<Test name="stencil_never_depth_lequal" />
24699<Test name="stencil_never_depth_equal" />
24700<Test name="stencil_never_depth_gequal" />
24701<Test name="stencil_never_depth_greater" />
24702<Test name="stencil_never_depth_notequal" />
24703<Test name="stencil_never_no_depth" />
24704<Test name="stencil_always_depth_never" />
24705<Test name="stencil_always_depth_always" />
24706<Test name="stencil_always_depth_less" />
24707<Test name="stencil_always_depth_lequal" />
24708<Test name="stencil_always_depth_equal" />
24709<Test name="stencil_always_depth_gequal" />
24710<Test name="stencil_always_depth_greater" />
24711<Test name="stencil_always_depth_notequal" />
24712<Test name="stencil_always_no_depth" />
24713<Test name="stencil_less_depth_never" />
24714<Test name="stencil_less_depth_always" />
24715<Test name="stencil_less_depth_less" />
24716<Test name="stencil_less_depth_lequal" />
24717<Test name="stencil_less_depth_equal" />
24718<Test name="stencil_less_depth_gequal" />
24719<Test name="stencil_less_depth_greater" />
24720<Test name="stencil_less_depth_notequal" />
24721<Test name="stencil_less_no_depth" />
24722<Test name="stencil_lequal_depth_never" />
24723<Test name="stencil_lequal_depth_always" />
24724<Test name="stencil_lequal_depth_less" />
24725<Test name="stencil_lequal_depth_lequal" />
24726<Test name="stencil_lequal_depth_equal" />
24727<Test name="stencil_lequal_depth_gequal" />
24728<Test name="stencil_lequal_depth_greater" />
24729<Test name="stencil_lequal_depth_notequal" />
24730<Test name="stencil_lequal_no_depth" />
24731<Test name="stencil_equal_depth_never" />
24732<Test name="stencil_equal_depth_always" />
24733<Test name="stencil_equal_depth_less" />
24734<Test name="stencil_equal_depth_lequal" />
24735<Test name="stencil_equal_depth_equal" />
24736<Test name="stencil_equal_depth_gequal" />
24737<Test name="stencil_equal_depth_greater" />
24738<Test name="stencil_equal_depth_notequal" />
24739<Test name="stencil_equal_no_depth" />
24740<Test name="stencil_gequal_depth_never" />
24741<Test name="stencil_gequal_depth_always" />
24742<Test name="stencil_gequal_depth_less" />
24743<Test name="stencil_gequal_depth_lequal" />
24744<Test name="stencil_gequal_depth_equal" />
24745<Test name="stencil_gequal_depth_gequal" />
24746<Test name="stencil_gequal_depth_greater" />
24747<Test name="stencil_gequal_depth_notequal" />
24748<Test name="stencil_gequal_no_depth" />
24749<Test name="stencil_greater_depth_never" />
24750<Test name="stencil_greater_depth_always" />
24751<Test name="stencil_greater_depth_less" />
24752<Test name="stencil_greater_depth_lequal" />
24753<Test name="stencil_greater_depth_equal" />
24754<Test name="stencil_greater_depth_gequal" />
24755<Test name="stencil_greater_depth_greater" />
24756<Test name="stencil_greater_depth_notequal" />
24757<Test name="stencil_greater_no_depth" />
24758<Test name="stencil_notequal_depth_never" />
24759<Test name="stencil_notequal_depth_always" />
24760<Test name="stencil_notequal_depth_less" />
24761<Test name="stencil_notequal_depth_lequal" />
24762<Test name="stencil_notequal_depth_equal" />
24763<Test name="stencil_notequal_depth_gequal" />
24764<Test name="stencil_notequal_depth_greater" />
24765<Test name="stencil_notequal_depth_notequal" />
24766<Test name="stencil_notequal_no_depth" />
24767<Test name="no_stencil_depth_never" />
24768<Test name="no_stencil_depth_always" />
24769<Test name="no_stencil_depth_less" />
24770<Test name="no_stencil_depth_lequal" />
24771<Test name="no_stencil_depth_equal" />
24772<Test name="no_stencil_depth_gequal" />
24773<Test name="no_stencil_depth_greater" />
24774<Test name="no_stencil_depth_notequal" />
24775<Test name="no_stencil_no_depth" />
24776</TestCase>
24777<TestCase name="stencil_ops">
24778<Test name="keep_keep_keep" />
24779<Test name="keep_keep_zero" />
24780<Test name="keep_keep_replace" />
24781<Test name="keep_keep_incr" />
24782<Test name="keep_keep_decr" />
24783<Test name="keep_keep_invert" />
24784<Test name="keep_keep_incr_wrap" />
24785<Test name="keep_keep_decr_wrap" />
24786<Test name="keep_zero_keep" />
24787<Test name="keep_zero_zero" />
24788<Test name="keep_zero_replace" />
24789<Test name="keep_zero_incr" />
24790<Test name="keep_zero_decr" />
24791<Test name="keep_zero_invert" />
24792<Test name="keep_zero_incr_wrap" />
24793<Test name="keep_zero_decr_wrap" />
24794<Test name="keep_replace_keep" />
24795<Test name="keep_replace_zero" />
24796<Test name="keep_replace_replace" />
24797<Test name="keep_replace_incr" />
24798<Test name="keep_replace_decr" />
24799<Test name="keep_replace_invert" />
24800<Test name="keep_replace_incr_wrap" />
24801<Test name="keep_replace_decr_wrap" />
24802<Test name="keep_incr_keep" />
24803<Test name="keep_incr_zero" />
24804<Test name="keep_incr_replace" />
24805<Test name="keep_incr_incr" />
24806<Test name="keep_incr_decr" />
24807<Test name="keep_incr_invert" />
24808<Test name="keep_incr_incr_wrap" />
24809<Test name="keep_incr_decr_wrap" />
24810<Test name="keep_decr_keep" />
24811<Test name="keep_decr_zero" />
24812<Test name="keep_decr_replace" />
24813<Test name="keep_decr_incr" />
24814<Test name="keep_decr_decr" />
24815<Test name="keep_decr_invert" />
24816<Test name="keep_decr_incr_wrap" />
24817<Test name="keep_decr_decr_wrap" />
24818<Test name="keep_invert_keep" />
24819<Test name="keep_invert_zero" />
24820<Test name="keep_invert_replace" />
24821<Test name="keep_invert_incr" />
24822<Test name="keep_invert_decr" />
24823<Test name="keep_invert_invert" />
24824<Test name="keep_invert_incr_wrap" />
24825<Test name="keep_invert_decr_wrap" />
24826<Test name="keep_incr_wrap_keep" />
24827<Test name="keep_incr_wrap_zero" />
24828<Test name="keep_incr_wrap_replace" />
24829<Test name="keep_incr_wrap_incr" />
24830<Test name="keep_incr_wrap_decr" />
24831<Test name="keep_incr_wrap_invert" />
24832<Test name="keep_incr_wrap_incr_wrap" />
24833<Test name="keep_incr_wrap_decr_wrap" />
24834<Test name="keep_decr_wrap_keep" />
24835<Test name="keep_decr_wrap_zero" />
24836<Test name="keep_decr_wrap_replace" />
24837<Test name="keep_decr_wrap_incr" />
24838<Test name="keep_decr_wrap_decr" />
24839<Test name="keep_decr_wrap_invert" />
24840<Test name="keep_decr_wrap_incr_wrap" />
24841<Test name="keep_decr_wrap_decr_wrap" />
24842<Test name="zero_keep_keep" />
24843<Test name="zero_keep_zero" />
24844<Test name="zero_keep_replace" />
24845<Test name="zero_keep_incr" />
24846<Test name="zero_keep_decr" />
24847<Test name="zero_keep_invert" />
24848<Test name="zero_keep_incr_wrap" />
24849<Test name="zero_keep_decr_wrap" />
24850<Test name="zero_zero_keep" />
24851<Test name="zero_zero_zero" />
24852<Test name="zero_zero_replace" />
24853<Test name="zero_zero_incr" />
24854<Test name="zero_zero_decr" />
24855<Test name="zero_zero_invert" />
24856<Test name="zero_zero_incr_wrap" />
24857<Test name="zero_zero_decr_wrap" />
24858<Test name="zero_replace_keep" />
24859<Test name="zero_replace_zero" />
24860<Test name="zero_replace_replace" />
24861<Test name="zero_replace_incr" />
24862<Test name="zero_replace_decr" />
24863<Test name="zero_replace_invert" />
24864<Test name="zero_replace_incr_wrap" />
24865<Test name="zero_replace_decr_wrap" />
24866<Test name="zero_incr_keep" />
24867<Test name="zero_incr_zero" />
24868<Test name="zero_incr_replace" />
24869<Test name="zero_incr_incr" />
24870<Test name="zero_incr_decr" />
24871<Test name="zero_incr_invert" />
24872<Test name="zero_incr_incr_wrap" />
24873<Test name="zero_incr_decr_wrap" />
24874<Test name="zero_decr_keep" />
24875<Test name="zero_decr_zero" />
24876<Test name="zero_decr_replace" />
24877<Test name="zero_decr_incr" />
24878<Test name="zero_decr_decr" />
24879<Test name="zero_decr_invert" />
24880<Test name="zero_decr_incr_wrap" />
24881<Test name="zero_decr_decr_wrap" />
24882<Test name="zero_invert_keep" />
24883<Test name="zero_invert_zero" />
24884<Test name="zero_invert_replace" />
24885<Test name="zero_invert_incr" />
24886<Test name="zero_invert_decr" />
24887<Test name="zero_invert_invert" />
24888<Test name="zero_invert_incr_wrap" />
24889<Test name="zero_invert_decr_wrap" />
24890<Test name="zero_incr_wrap_keep" />
24891<Test name="zero_incr_wrap_zero" />
24892<Test name="zero_incr_wrap_replace" />
24893<Test name="zero_incr_wrap_incr" />
24894<Test name="zero_incr_wrap_decr" />
24895<Test name="zero_incr_wrap_invert" />
24896<Test name="zero_incr_wrap_incr_wrap" />
24897<Test name="zero_incr_wrap_decr_wrap" />
24898<Test name="zero_decr_wrap_keep" />
24899<Test name="zero_decr_wrap_zero" />
24900<Test name="zero_decr_wrap_replace" />
24901<Test name="zero_decr_wrap_incr" />
24902<Test name="zero_decr_wrap_decr" />
24903<Test name="zero_decr_wrap_invert" />
24904<Test name="zero_decr_wrap_incr_wrap" />
24905<Test name="zero_decr_wrap_decr_wrap" />
24906<Test name="replace_keep_keep" />
24907<Test name="replace_keep_zero" />
24908<Test name="replace_keep_replace" />
24909<Test name="replace_keep_incr" />
24910<Test name="replace_keep_decr" />
24911<Test name="replace_keep_invert" />
24912<Test name="replace_keep_incr_wrap" />
24913<Test name="replace_keep_decr_wrap" />
24914<Test name="replace_zero_keep" />
24915<Test name="replace_zero_zero" />
24916<Test name="replace_zero_replace" />
24917<Test name="replace_zero_incr" />
24918<Test name="replace_zero_decr" />
24919<Test name="replace_zero_invert" />
24920<Test name="replace_zero_incr_wrap" />
24921<Test name="replace_zero_decr_wrap" />
24922<Test name="replace_replace_keep" />
24923<Test name="replace_replace_zero" />
24924<Test name="replace_replace_replace" />
24925<Test name="replace_replace_incr" />
24926<Test name="replace_replace_decr" />
24927<Test name="replace_replace_invert" />
24928<Test name="replace_replace_incr_wrap" />
24929<Test name="replace_replace_decr_wrap" />
24930<Test name="replace_incr_keep" />
24931<Test name="replace_incr_zero" />
24932<Test name="replace_incr_replace" />
24933<Test name="replace_incr_incr" />
24934<Test name="replace_incr_decr" />
24935<Test name="replace_incr_invert" />
24936<Test name="replace_incr_incr_wrap" />
24937<Test name="replace_incr_decr_wrap" />
24938<Test name="replace_decr_keep" />
24939<Test name="replace_decr_zero" />
24940<Test name="replace_decr_replace" />
24941<Test name="replace_decr_incr" />
24942<Test name="replace_decr_decr" />
24943<Test name="replace_decr_invert" />
24944<Test name="replace_decr_incr_wrap" />
24945<Test name="replace_decr_decr_wrap" />
24946<Test name="replace_invert_keep" />
24947<Test name="replace_invert_zero" />
24948<Test name="replace_invert_replace" />
24949<Test name="replace_invert_incr" />
24950<Test name="replace_invert_decr" />
24951<Test name="replace_invert_invert" />
24952<Test name="replace_invert_incr_wrap" />
24953<Test name="replace_invert_decr_wrap" />
24954<Test name="replace_incr_wrap_keep" />
24955<Test name="replace_incr_wrap_zero" />
24956<Test name="replace_incr_wrap_replace" />
24957<Test name="replace_incr_wrap_incr" />
24958<Test name="replace_incr_wrap_decr" />
24959<Test name="replace_incr_wrap_invert" />
24960<Test name="replace_incr_wrap_incr_wrap" />
24961<Test name="replace_incr_wrap_decr_wrap" />
24962<Test name="replace_decr_wrap_keep" />
24963<Test name="replace_decr_wrap_zero" />
24964<Test name="replace_decr_wrap_replace" />
24965<Test name="replace_decr_wrap_incr" />
24966<Test name="replace_decr_wrap_decr" />
24967<Test name="replace_decr_wrap_invert" />
24968<Test name="replace_decr_wrap_incr_wrap" />
24969<Test name="replace_decr_wrap_decr_wrap" />
24970<Test name="incr_keep_keep" />
24971<Test name="incr_keep_zero" />
24972<Test name="incr_keep_replace" />
24973<Test name="incr_keep_incr" />
24974<Test name="incr_keep_decr" />
24975<Test name="incr_keep_invert" />
24976<Test name="incr_keep_incr_wrap" />
24977<Test name="incr_keep_decr_wrap" />
24978<Test name="incr_zero_keep" />
24979<Test name="incr_zero_zero" />
24980<Test name="incr_zero_replace" />
24981<Test name="incr_zero_incr" />
24982<Test name="incr_zero_decr" />
24983<Test name="incr_zero_invert" />
24984<Test name="incr_zero_incr_wrap" />
24985<Test name="incr_zero_decr_wrap" />
24986<Test name="incr_replace_keep" />
24987<Test name="incr_replace_zero" />
24988<Test name="incr_replace_replace" />
24989<Test name="incr_replace_incr" />
24990<Test name="incr_replace_decr" />
24991<Test name="incr_replace_invert" />
24992<Test name="incr_replace_incr_wrap" />
24993<Test name="incr_replace_decr_wrap" />
24994<Test name="incr_incr_keep" />
24995<Test name="incr_incr_zero" />
24996<Test name="incr_incr_replace" />
24997<Test name="incr_incr_incr" />
24998<Test name="incr_incr_decr" />
24999<Test name="incr_incr_invert" />
25000<Test name="incr_incr_incr_wrap" />
25001<Test name="incr_incr_decr_wrap" />
25002<Test name="incr_decr_keep" />
25003<Test name="incr_decr_zero" />
25004<Test name="incr_decr_replace" />
25005<Test name="incr_decr_incr" />
25006<Test name="incr_decr_decr" />
25007<Test name="incr_decr_invert" />
25008<Test name="incr_decr_incr_wrap" />
25009<Test name="incr_decr_decr_wrap" />
25010<Test name="incr_invert_keep" />
25011<Test name="incr_invert_zero" />
25012<Test name="incr_invert_replace" />
25013<Test name="incr_invert_incr" />
25014<Test name="incr_invert_decr" />
25015<Test name="incr_invert_invert" />
25016<Test name="incr_invert_incr_wrap" />
25017<Test name="incr_invert_decr_wrap" />
25018<Test name="incr_incr_wrap_keep" />
25019<Test name="incr_incr_wrap_zero" />
25020<Test name="incr_incr_wrap_replace" />
25021<Test name="incr_incr_wrap_incr" />
25022<Test name="incr_incr_wrap_decr" />
25023<Test name="incr_incr_wrap_invert" />
25024<Test name="incr_incr_wrap_incr_wrap" />
25025<Test name="incr_incr_wrap_decr_wrap" />
25026<Test name="incr_decr_wrap_keep" />
25027<Test name="incr_decr_wrap_zero" />
25028<Test name="incr_decr_wrap_replace" />
25029<Test name="incr_decr_wrap_incr" />
25030<Test name="incr_decr_wrap_decr" />
25031<Test name="incr_decr_wrap_invert" />
25032<Test name="incr_decr_wrap_incr_wrap" />
25033<Test name="incr_decr_wrap_decr_wrap" />
25034<Test name="decr_keep_keep" />
25035<Test name="decr_keep_zero" />
25036<Test name="decr_keep_replace" />
25037<Test name="decr_keep_incr" />
25038<Test name="decr_keep_decr" />
25039<Test name="decr_keep_invert" />
25040<Test name="decr_keep_incr_wrap" />
25041<Test name="decr_keep_decr_wrap" />
25042<Test name="decr_zero_keep" />
25043<Test name="decr_zero_zero" />
25044<Test name="decr_zero_replace" />
25045<Test name="decr_zero_incr" />
25046<Test name="decr_zero_decr" />
25047<Test name="decr_zero_invert" />
25048<Test name="decr_zero_incr_wrap" />
25049<Test name="decr_zero_decr_wrap" />
25050<Test name="decr_replace_keep" />
25051<Test name="decr_replace_zero" />
25052<Test name="decr_replace_replace" />
25053<Test name="decr_replace_incr" />
25054<Test name="decr_replace_decr" />
25055<Test name="decr_replace_invert" />
25056<Test name="decr_replace_incr_wrap" />
25057<Test name="decr_replace_decr_wrap" />
25058<Test name="decr_incr_keep" />
25059<Test name="decr_incr_zero" />
25060<Test name="decr_incr_replace" />
25061<Test name="decr_incr_incr" />
25062<Test name="decr_incr_decr" />
25063<Test name="decr_incr_invert" />
25064<Test name="decr_incr_incr_wrap" />
25065<Test name="decr_incr_decr_wrap" />
25066<Test name="decr_decr_keep" />
25067<Test name="decr_decr_zero" />
25068<Test name="decr_decr_replace" />
25069<Test name="decr_decr_incr" />
25070<Test name="decr_decr_decr" />
25071<Test name="decr_decr_invert" />
25072<Test name="decr_decr_incr_wrap" />
25073<Test name="decr_decr_decr_wrap" />
25074<Test name="decr_invert_keep" />
25075<Test name="decr_invert_zero" />
25076<Test name="decr_invert_replace" />
25077<Test name="decr_invert_incr" />
25078<Test name="decr_invert_decr" />
25079<Test name="decr_invert_invert" />
25080<Test name="decr_invert_incr_wrap" />
25081<Test name="decr_invert_decr_wrap" />
25082<Test name="decr_incr_wrap_keep" />
25083<Test name="decr_incr_wrap_zero" />
25084<Test name="decr_incr_wrap_replace" />
25085<Test name="decr_incr_wrap_incr" />
25086<Test name="decr_incr_wrap_decr" />
25087<Test name="decr_incr_wrap_invert" />
25088<Test name="decr_incr_wrap_incr_wrap" />
25089<Test name="decr_incr_wrap_decr_wrap" />
25090<Test name="decr_decr_wrap_keep" />
25091<Test name="decr_decr_wrap_zero" />
25092<Test name="decr_decr_wrap_replace" />
25093<Test name="decr_decr_wrap_incr" />
25094<Test name="decr_decr_wrap_decr" />
25095<Test name="decr_decr_wrap_invert" />
25096<Test name="decr_decr_wrap_incr_wrap" />
25097<Test name="decr_decr_wrap_decr_wrap" />
25098<Test name="invert_keep_keep" />
25099<Test name="invert_keep_zero" />
25100<Test name="invert_keep_replace" />
25101<Test name="invert_keep_incr" />
25102<Test name="invert_keep_decr" />
25103<Test name="invert_keep_invert" />
25104<Test name="invert_keep_incr_wrap" />
25105<Test name="invert_keep_decr_wrap" />
25106<Test name="invert_zero_keep" />
25107<Test name="invert_zero_zero" />
25108<Test name="invert_zero_replace" />
25109<Test name="invert_zero_incr" />
25110<Test name="invert_zero_decr" />
25111<Test name="invert_zero_invert" />
25112<Test name="invert_zero_incr_wrap" />
25113<Test name="invert_zero_decr_wrap" />
25114<Test name="invert_replace_keep" />
25115<Test name="invert_replace_zero" />
25116<Test name="invert_replace_replace" />
25117<Test name="invert_replace_incr" />
25118<Test name="invert_replace_decr" />
25119<Test name="invert_replace_invert" />
25120<Test name="invert_replace_incr_wrap" />
25121<Test name="invert_replace_decr_wrap" />
25122<Test name="invert_incr_keep" />
25123<Test name="invert_incr_zero" />
25124<Test name="invert_incr_replace" />
25125<Test name="invert_incr_incr" />
25126<Test name="invert_incr_decr" />
25127<Test name="invert_incr_invert" />
25128<Test name="invert_incr_incr_wrap" />
25129<Test name="invert_incr_decr_wrap" />
25130<Test name="invert_decr_keep" />
25131<Test name="invert_decr_zero" />
25132<Test name="invert_decr_replace" />
25133<Test name="invert_decr_incr" />
25134<Test name="invert_decr_decr" />
25135<Test name="invert_decr_invert" />
25136<Test name="invert_decr_incr_wrap" />
25137<Test name="invert_decr_decr_wrap" />
25138<Test name="invert_invert_keep" />
25139<Test name="invert_invert_zero" />
25140<Test name="invert_invert_replace" />
25141<Test name="invert_invert_incr" />
25142<Test name="invert_invert_decr" />
25143<Test name="invert_invert_invert" />
25144<Test name="invert_invert_incr_wrap" />
25145<Test name="invert_invert_decr_wrap" />
25146<Test name="invert_incr_wrap_keep" />
25147<Test name="invert_incr_wrap_zero" />
25148<Test name="invert_incr_wrap_replace" />
25149<Test name="invert_incr_wrap_incr" />
25150<Test name="invert_incr_wrap_decr" />
25151<Test name="invert_incr_wrap_invert" />
25152<Test name="invert_incr_wrap_incr_wrap" />
25153<Test name="invert_incr_wrap_decr_wrap" />
25154<Test name="invert_decr_wrap_keep" />
25155<Test name="invert_decr_wrap_zero" />
25156<Test name="invert_decr_wrap_replace" />
25157<Test name="invert_decr_wrap_incr" />
25158<Test name="invert_decr_wrap_decr" />
25159<Test name="invert_decr_wrap_invert" />
25160<Test name="invert_decr_wrap_incr_wrap" />
25161<Test name="invert_decr_wrap_decr_wrap" />
25162<Test name="incr_wrap_keep_keep" />
25163<Test name="incr_wrap_keep_zero" />
25164<Test name="incr_wrap_keep_replace" />
25165<Test name="incr_wrap_keep_incr" />
25166<Test name="incr_wrap_keep_decr" />
25167<Test name="incr_wrap_keep_invert" />
25168<Test name="incr_wrap_keep_incr_wrap" />
25169<Test name="incr_wrap_keep_decr_wrap" />
25170<Test name="incr_wrap_zero_keep" />
25171<Test name="incr_wrap_zero_zero" />
25172<Test name="incr_wrap_zero_replace" />
25173<Test name="incr_wrap_zero_incr" />
25174<Test name="incr_wrap_zero_decr" />
25175<Test name="incr_wrap_zero_invert" />
25176<Test name="incr_wrap_zero_incr_wrap" />
25177<Test name="incr_wrap_zero_decr_wrap" />
25178<Test name="incr_wrap_replace_keep" />
25179<Test name="incr_wrap_replace_zero" />
25180<Test name="incr_wrap_replace_replace" />
25181<Test name="incr_wrap_replace_incr" />
25182<Test name="incr_wrap_replace_decr" />
25183<Test name="incr_wrap_replace_invert" />
25184<Test name="incr_wrap_replace_incr_wrap" />
25185<Test name="incr_wrap_replace_decr_wrap" />
25186<Test name="incr_wrap_incr_keep" />
25187<Test name="incr_wrap_incr_zero" />
25188<Test name="incr_wrap_incr_replace" />
25189<Test name="incr_wrap_incr_incr" />
25190<Test name="incr_wrap_incr_decr" />
25191<Test name="incr_wrap_incr_invert" />
25192<Test name="incr_wrap_incr_incr_wrap" />
25193<Test name="incr_wrap_incr_decr_wrap" />
25194<Test name="incr_wrap_decr_keep" />
25195<Test name="incr_wrap_decr_zero" />
25196<Test name="incr_wrap_decr_replace" />
25197<Test name="incr_wrap_decr_incr" />
25198<Test name="incr_wrap_decr_decr" />
25199<Test name="incr_wrap_decr_invert" />
25200<Test name="incr_wrap_decr_incr_wrap" />
25201<Test name="incr_wrap_decr_decr_wrap" />
25202<Test name="incr_wrap_invert_keep" />
25203<Test name="incr_wrap_invert_zero" />
25204<Test name="incr_wrap_invert_replace" />
25205<Test name="incr_wrap_invert_incr" />
25206<Test name="incr_wrap_invert_decr" />
25207<Test name="incr_wrap_invert_invert" />
25208<Test name="incr_wrap_invert_incr_wrap" />
25209<Test name="incr_wrap_invert_decr_wrap" />
25210<Test name="incr_wrap_incr_wrap_keep" />
25211<Test name="incr_wrap_incr_wrap_zero" />
25212<Test name="incr_wrap_incr_wrap_replace" />
25213<Test name="incr_wrap_incr_wrap_incr" />
25214<Test name="incr_wrap_incr_wrap_decr" />
25215<Test name="incr_wrap_incr_wrap_invert" />
25216<Test name="incr_wrap_incr_wrap_incr_wrap" />
25217<Test name="incr_wrap_incr_wrap_decr_wrap" />
25218<Test name="incr_wrap_decr_wrap_keep" />
25219<Test name="incr_wrap_decr_wrap_zero" />
25220<Test name="incr_wrap_decr_wrap_replace" />
25221<Test name="incr_wrap_decr_wrap_incr" />
25222<Test name="incr_wrap_decr_wrap_decr" />
25223<Test name="incr_wrap_decr_wrap_invert" />
25224<Test name="incr_wrap_decr_wrap_incr_wrap" />
25225<Test name="incr_wrap_decr_wrap_decr_wrap" />
25226<Test name="decr_wrap_keep_keep" />
25227<Test name="decr_wrap_keep_zero" />
25228<Test name="decr_wrap_keep_replace" />
25229<Test name="decr_wrap_keep_incr" />
25230<Test name="decr_wrap_keep_decr" />
25231<Test name="decr_wrap_keep_invert" />
25232<Test name="decr_wrap_keep_incr_wrap" />
25233<Test name="decr_wrap_keep_decr_wrap" />
25234<Test name="decr_wrap_zero_keep" />
25235<Test name="decr_wrap_zero_zero" />
25236<Test name="decr_wrap_zero_replace" />
25237<Test name="decr_wrap_zero_incr" />
25238<Test name="decr_wrap_zero_decr" />
25239<Test name="decr_wrap_zero_invert" />
25240<Test name="decr_wrap_zero_incr_wrap" />
25241<Test name="decr_wrap_zero_decr_wrap" />
25242<Test name="decr_wrap_replace_keep" />
25243<Test name="decr_wrap_replace_zero" />
25244<Test name="decr_wrap_replace_replace" />
25245<Test name="decr_wrap_replace_incr" />
25246<Test name="decr_wrap_replace_decr" />
25247<Test name="decr_wrap_replace_invert" />
25248<Test name="decr_wrap_replace_incr_wrap" />
25249<Test name="decr_wrap_replace_decr_wrap" />
25250<Test name="decr_wrap_incr_keep" />
25251<Test name="decr_wrap_incr_zero" />
25252<Test name="decr_wrap_incr_replace" />
25253<Test name="decr_wrap_incr_incr" />
25254<Test name="decr_wrap_incr_decr" />
25255<Test name="decr_wrap_incr_invert" />
25256<Test name="decr_wrap_incr_incr_wrap" />
25257<Test name="decr_wrap_incr_decr_wrap" />
25258<Test name="decr_wrap_decr_keep" />
25259<Test name="decr_wrap_decr_zero" />
25260<Test name="decr_wrap_decr_replace" />
25261<Test name="decr_wrap_decr_incr" />
25262<Test name="decr_wrap_decr_decr" />
25263<Test name="decr_wrap_decr_invert" />
25264<Test name="decr_wrap_decr_incr_wrap" />
25265<Test name="decr_wrap_decr_decr_wrap" />
25266<Test name="decr_wrap_invert_keep" />
25267<Test name="decr_wrap_invert_zero" />
25268<Test name="decr_wrap_invert_replace" />
25269<Test name="decr_wrap_invert_incr" />
25270<Test name="decr_wrap_invert_decr" />
25271<Test name="decr_wrap_invert_invert" />
25272<Test name="decr_wrap_invert_incr_wrap" />
25273<Test name="decr_wrap_invert_decr_wrap" />
25274<Test name="decr_wrap_incr_wrap_keep" />
25275<Test name="decr_wrap_incr_wrap_zero" />
25276<Test name="decr_wrap_incr_wrap_replace" />
25277<Test name="decr_wrap_incr_wrap_incr" />
25278<Test name="decr_wrap_incr_wrap_decr" />
25279<Test name="decr_wrap_incr_wrap_invert" />
25280<Test name="decr_wrap_incr_wrap_incr_wrap" />
25281<Test name="decr_wrap_incr_wrap_decr_wrap" />
25282<Test name="decr_wrap_decr_wrap_keep" />
25283<Test name="decr_wrap_decr_wrap_zero" />
25284<Test name="decr_wrap_decr_wrap_replace" />
25285<Test name="decr_wrap_decr_wrap_incr" />
25286<Test name="decr_wrap_decr_wrap_decr" />
25287<Test name="decr_wrap_decr_wrap_invert" />
25288<Test name="decr_wrap_decr_wrap_incr_wrap" />
25289<Test name="decr_wrap_decr_wrap_decr_wrap" />
25290</TestCase>
25291<TestCase name="write_mask">
25292<Test name="depth" />
25293<Test name="stencil" />
25294<Test name="both" />
25295</TestCase>
25296<TestCase name="random">
25297<Test name="0" />
25298<Test name="1" />
25299<Test name="2" />
25300<Test name="3" />
25301<Test name="4" />
25302<Test name="6" />
25303<Test name="7" />
25304<Test name="8" />
25305<Test name="9" />
25306<Test name="10" />
25307<Test name="12" />
25308<Test name="13" />
25309<Test name="14" />
25310<Test name="15" />
25311<Test name="16" />
25312<Test name="17" />
25313<Test name="18" />
25314<Test name="19" />
25315<Test name="21" />
25316<Test name="22" />
25317<Test name="23" />
25318</TestCase>
25319</TestSuite>
25320<TestSuite name="blend">
25321<TestSuite name="default_framebuffer">
25322<TestCase name="equation_src_func_dst_func">
25323<Test name="add_zero_zero" />
25324<Test name="add_zero_one" />
25325<Test name="add_zero_src_color" />
25326<Test name="add_zero_one_minus_src_color" />
25327<Test name="add_zero_dst_color" />
25328<Test name="add_zero_one_minus_dst_color" />
25329<Test name="add_zero_src_alpha" />
25330<Test name="add_zero_one_minus_src_alpha" />
25331<Test name="add_zero_dst_alpha" />
25332<Test name="add_zero_one_minus_dst_alpha" />
25333<Test name="add_zero_constant_color" />
25334<Test name="add_zero_one_minus_constant_color" />
25335<Test name="add_zero_constant_alpha" />
25336<Test name="add_zero_one_minus_constant_alpha" />
25337<Test name="add_zero_src_alpha_saturate" />
25338<Test name="add_one_zero" />
25339<Test name="add_one_one" />
25340<Test name="add_one_src_color" />
25341<Test name="add_one_one_minus_src_color" />
25342<Test name="add_one_dst_color" />
25343<Test name="add_one_one_minus_dst_color" />
25344<Test name="add_one_src_alpha" />
25345<Test name="add_one_one_minus_src_alpha" />
25346<Test name="add_one_dst_alpha" />
25347<Test name="add_one_one_minus_dst_alpha" />
25348<Test name="add_one_constant_color" />
25349<Test name="add_one_one_minus_constant_color" />
25350<Test name="add_one_constant_alpha" />
25351<Test name="add_one_one_minus_constant_alpha" />
25352<Test name="add_one_src_alpha_saturate" />
25353<Test name="add_src_color_zero" />
25354<Test name="add_src_color_one" />
25355<Test name="add_src_color_src_color" />
25356<Test name="add_src_color_one_minus_src_color" />
25357<Test name="add_src_color_dst_color" />
25358<Test name="add_src_color_one_minus_dst_color" />
25359<Test name="add_src_color_src_alpha" />
25360<Test name="add_src_color_one_minus_src_alpha" />
25361<Test name="add_src_color_dst_alpha" />
25362<Test name="add_src_color_one_minus_dst_alpha" />
25363<Test name="add_src_color_constant_color" />
25364<Test name="add_src_color_one_minus_constant_color" />
25365<Test name="add_src_color_constant_alpha" />
25366<Test name="add_src_color_one_minus_constant_alpha" />
25367<Test name="add_src_color_src_alpha_saturate" />
25368<Test name="add_one_minus_src_color_zero" />
25369<Test name="add_one_minus_src_color_one" />
25370<Test name="add_one_minus_src_color_src_color" />
25371<Test name="add_one_minus_src_color_one_minus_src_color" />
25372<Test name="add_one_minus_src_color_dst_color" />
25373<Test name="add_one_minus_src_color_one_minus_dst_color" />
25374<Test name="add_one_minus_src_color_src_alpha" />
25375<Test name="add_one_minus_src_color_one_minus_src_alpha" />
25376<Test name="add_one_minus_src_color_dst_alpha" />
25377<Test name="add_one_minus_src_color_one_minus_dst_alpha" />
25378<Test name="add_one_minus_src_color_constant_color" />
25379<Test name="add_one_minus_src_color_one_minus_constant_color" />
25380<Test name="add_one_minus_src_color_constant_alpha" />
25381<Test name="add_one_minus_src_color_one_minus_constant_alpha" />
25382<Test name="add_one_minus_src_color_src_alpha_saturate" />
25383<Test name="add_dst_color_zero" />
25384<Test name="add_dst_color_one" />
25385<Test name="add_dst_color_src_color" />
25386<Test name="add_dst_color_one_minus_src_color" />
25387<Test name="add_dst_color_dst_color" />
25388<Test name="add_dst_color_one_minus_dst_color" />
25389<Test name="add_dst_color_src_alpha" />
25390<Test name="add_dst_color_one_minus_src_alpha" />
25391<Test name="add_dst_color_dst_alpha" />
25392<Test name="add_dst_color_one_minus_dst_alpha" />
25393<Test name="add_dst_color_constant_color" />
25394<Test name="add_dst_color_one_minus_constant_color" />
25395<Test name="add_dst_color_constant_alpha" />
25396<Test name="add_dst_color_one_minus_constant_alpha" />
25397<Test name="add_dst_color_src_alpha_saturate" />
25398<Test name="add_one_minus_dst_color_zero" />
25399<Test name="add_one_minus_dst_color_one" />
25400<Test name="add_one_minus_dst_color_src_color" />
25401<Test name="add_one_minus_dst_color_one_minus_src_color" />
25402<Test name="add_one_minus_dst_color_dst_color" />
25403<Test name="add_one_minus_dst_color_one_minus_dst_color" />
25404<Test name="add_one_minus_dst_color_src_alpha" />
25405<Test name="add_one_minus_dst_color_one_minus_src_alpha" />
25406<Test name="add_one_minus_dst_color_dst_alpha" />
25407<Test name="add_one_minus_dst_color_one_minus_dst_alpha" />
25408<Test name="add_one_minus_dst_color_constant_color" />
25409<Test name="add_one_minus_dst_color_one_minus_constant_color" />
25410<Test name="add_one_minus_dst_color_constant_alpha" />
25411<Test name="add_one_minus_dst_color_one_minus_constant_alpha" />
25412<Test name="add_one_minus_dst_color_src_alpha_saturate" />
25413<Test name="add_src_alpha_zero" />
25414<Test name="add_src_alpha_one" />
25415<Test name="add_src_alpha_src_color" />
25416<Test name="add_src_alpha_one_minus_src_color" />
25417<Test name="add_src_alpha_dst_color" />
25418<Test name="add_src_alpha_one_minus_dst_color" />
25419<Test name="add_src_alpha_src_alpha" />
25420<Test name="add_src_alpha_one_minus_src_alpha" />
25421<Test name="add_src_alpha_dst_alpha" />
25422<Test name="add_src_alpha_one_minus_dst_alpha" />
25423<Test name="add_src_alpha_constant_color" />
25424<Test name="add_src_alpha_one_minus_constant_color" />
25425<Test name="add_src_alpha_constant_alpha" />
25426<Test name="add_src_alpha_one_minus_constant_alpha" />
25427<Test name="add_src_alpha_src_alpha_saturate" />
25428<Test name="add_one_minus_src_alpha_zero" />
25429<Test name="add_one_minus_src_alpha_one" />
25430<Test name="add_one_minus_src_alpha_src_color" />
25431<Test name="add_one_minus_src_alpha_one_minus_src_color" />
25432<Test name="add_one_minus_src_alpha_dst_color" />
25433<Test name="add_one_minus_src_alpha_one_minus_dst_color" />
25434<Test name="add_one_minus_src_alpha_src_alpha" />
25435<Test name="add_one_minus_src_alpha_one_minus_src_alpha" />
25436<Test name="add_one_minus_src_alpha_dst_alpha" />
25437<Test name="add_one_minus_src_alpha_one_minus_dst_alpha" />
25438<Test name="add_one_minus_src_alpha_constant_color" />
25439<Test name="add_one_minus_src_alpha_one_minus_constant_color" />
25440<Test name="add_one_minus_src_alpha_constant_alpha" />
25441<Test name="add_one_minus_src_alpha_one_minus_constant_alpha" />
25442<Test name="add_one_minus_src_alpha_src_alpha_saturate" />
25443<Test name="add_dst_alpha_zero" />
25444<Test name="add_dst_alpha_one" />
25445<Test name="add_dst_alpha_src_color" />
25446<Test name="add_dst_alpha_one_minus_src_color" />
25447<Test name="add_dst_alpha_dst_color" />
25448<Test name="add_dst_alpha_one_minus_dst_color" />
25449<Test name="add_dst_alpha_src_alpha" />
25450<Test name="add_dst_alpha_one_minus_src_alpha" />
25451<Test name="add_dst_alpha_dst_alpha" />
25452<Test name="add_dst_alpha_one_minus_dst_alpha" />
25453<Test name="add_dst_alpha_constant_color" />
25454<Test name="add_dst_alpha_one_minus_constant_color" />
25455<Test name="add_dst_alpha_constant_alpha" />
25456<Test name="add_dst_alpha_one_minus_constant_alpha" />
25457<Test name="add_dst_alpha_src_alpha_saturate" />
25458<Test name="add_one_minus_dst_alpha_zero" />
25459<Test name="add_one_minus_dst_alpha_one" />
25460<Test name="add_one_minus_dst_alpha_src_color" />
25461<Test name="add_one_minus_dst_alpha_one_minus_src_color" />
25462<Test name="add_one_minus_dst_alpha_dst_color" />
25463<Test name="add_one_minus_dst_alpha_one_minus_dst_color" />
25464<Test name="add_one_minus_dst_alpha_src_alpha" />
25465<Test name="add_one_minus_dst_alpha_one_minus_src_alpha" />
25466<Test name="add_one_minus_dst_alpha_dst_alpha" />
25467<Test name="add_one_minus_dst_alpha_one_minus_dst_alpha" />
25468<Test name="add_one_minus_dst_alpha_constant_color" />
25469<Test name="add_one_minus_dst_alpha_one_minus_constant_color" />
25470<Test name="add_one_minus_dst_alpha_constant_alpha" />
25471<Test name="add_one_minus_dst_alpha_one_minus_constant_alpha" />
25472<Test name="add_one_minus_dst_alpha_src_alpha_saturate" />
25473<Test name="add_constant_color_zero" />
25474<Test name="add_constant_color_one" />
25475<Test name="add_constant_color_src_color" />
25476<Test name="add_constant_color_one_minus_src_color" />
25477<Test name="add_constant_color_dst_color" />
25478<Test name="add_constant_color_one_minus_dst_color" />
25479<Test name="add_constant_color_src_alpha" />
25480<Test name="add_constant_color_one_minus_src_alpha" />
25481<Test name="add_constant_color_dst_alpha" />
25482<Test name="add_constant_color_one_minus_dst_alpha" />
25483<Test name="add_constant_color_constant_color" />
25484<Test name="add_constant_color_one_minus_constant_color" />
25485<Test name="add_constant_color_constant_alpha" />
25486<Test name="add_constant_color_one_minus_constant_alpha" />
25487<Test name="add_constant_color_src_alpha_saturate" />
25488<Test name="add_one_minus_constant_color_zero" />
25489<Test name="add_one_minus_constant_color_one" />
25490<Test name="add_one_minus_constant_color_src_color" />
25491<Test name="add_one_minus_constant_color_one_minus_src_color" />
25492<Test name="add_one_minus_constant_color_dst_color" />
25493<Test name="add_one_minus_constant_color_one_minus_dst_color" />
25494<Test name="add_one_minus_constant_color_src_alpha" />
25495<Test name="add_one_minus_constant_color_one_minus_src_alpha" />
25496<Test name="add_one_minus_constant_color_dst_alpha" />
25497<Test name="add_one_minus_constant_color_one_minus_dst_alpha" />
25498<Test name="add_one_minus_constant_color_constant_color" />
25499<Test name="add_one_minus_constant_color_one_minus_constant_color" />
25500<Test name="add_one_minus_constant_color_constant_alpha" />
25501<Test name="add_one_minus_constant_color_one_minus_constant_alpha" />
25502<Test name="add_one_minus_constant_color_src_alpha_saturate" />
25503<Test name="add_constant_alpha_zero" />
25504<Test name="add_constant_alpha_one" />
25505<Test name="add_constant_alpha_src_color" />
25506<Test name="add_constant_alpha_one_minus_src_color" />
25507<Test name="add_constant_alpha_dst_color" />
25508<Test name="add_constant_alpha_one_minus_dst_color" />
25509<Test name="add_constant_alpha_src_alpha" />
25510<Test name="add_constant_alpha_one_minus_src_alpha" />
25511<Test name="add_constant_alpha_dst_alpha" />
25512<Test name="add_constant_alpha_one_minus_dst_alpha" />
25513<Test name="add_constant_alpha_constant_color" />
25514<Test name="add_constant_alpha_one_minus_constant_color" />
25515<Test name="add_constant_alpha_constant_alpha" />
25516<Test name="add_constant_alpha_one_minus_constant_alpha" />
25517<Test name="add_constant_alpha_src_alpha_saturate" />
25518<Test name="add_one_minus_constant_alpha_zero" />
25519<Test name="add_one_minus_constant_alpha_one" />
25520<Test name="add_one_minus_constant_alpha_src_color" />
25521<Test name="add_one_minus_constant_alpha_one_minus_src_color" />
25522<Test name="add_one_minus_constant_alpha_dst_color" />
25523<Test name="add_one_minus_constant_alpha_one_minus_dst_color" />
25524<Test name="add_one_minus_constant_alpha_src_alpha" />
25525<Test name="add_one_minus_constant_alpha_one_minus_src_alpha" />
25526<Test name="add_one_minus_constant_alpha_dst_alpha" />
25527<Test name="add_one_minus_constant_alpha_one_minus_dst_alpha" />
25528<Test name="add_one_minus_constant_alpha_constant_color" />
25529<Test name="add_one_minus_constant_alpha_one_minus_constant_color" />
25530<Test name="add_one_minus_constant_alpha_constant_alpha" />
25531<Test name="add_one_minus_constant_alpha_one_minus_constant_alpha" />
25532<Test name="add_one_minus_constant_alpha_src_alpha_saturate" />
25533<Test name="add_src_alpha_saturate_zero" />
25534<Test name="add_src_alpha_saturate_one" />
25535<Test name="add_src_alpha_saturate_src_color" />
25536<Test name="add_src_alpha_saturate_one_minus_src_color" />
25537<Test name="add_src_alpha_saturate_dst_color" />
25538<Test name="add_src_alpha_saturate_one_minus_dst_color" />
25539<Test name="add_src_alpha_saturate_src_alpha" />
25540<Test name="add_src_alpha_saturate_one_minus_src_alpha" />
25541<Test name="add_src_alpha_saturate_dst_alpha" />
25542<Test name="add_src_alpha_saturate_one_minus_dst_alpha" />
25543<Test name="add_src_alpha_saturate_constant_color" />
25544<Test name="add_src_alpha_saturate_one_minus_constant_color" />
25545<Test name="add_src_alpha_saturate_constant_alpha" />
25546<Test name="add_src_alpha_saturate_one_minus_constant_alpha" />
25547<Test name="add_src_alpha_saturate_src_alpha_saturate" />
25548<Test name="subtract_zero_zero" />
25549<Test name="subtract_zero_one" />
25550<Test name="subtract_zero_src_color" />
25551<Test name="subtract_zero_one_minus_src_color" />
25552<Test name="subtract_zero_dst_color" />
25553<Test name="subtract_zero_one_minus_dst_color" />
25554<Test name="subtract_zero_src_alpha" />
25555<Test name="subtract_zero_one_minus_src_alpha" />
25556<Test name="subtract_zero_dst_alpha" />
25557<Test name="subtract_zero_one_minus_dst_alpha" />
25558<Test name="subtract_zero_constant_color" />
25559<Test name="subtract_zero_one_minus_constant_color" />
25560<Test name="subtract_zero_constant_alpha" />
25561<Test name="subtract_zero_one_minus_constant_alpha" />
25562<Test name="subtract_zero_src_alpha_saturate" />
25563<Test name="subtract_one_zero" />
25564<Test name="subtract_one_one" />
25565<Test name="subtract_one_src_color" />
25566<Test name="subtract_one_one_minus_src_color" />
25567<Test name="subtract_one_dst_color" />
25568<Test name="subtract_one_one_minus_dst_color" />
25569<Test name="subtract_one_src_alpha" />
25570<Test name="subtract_one_one_minus_src_alpha" />
25571<Test name="subtract_one_dst_alpha" />
25572<Test name="subtract_one_one_minus_dst_alpha" />
25573<Test name="subtract_one_constant_color" />
25574<Test name="subtract_one_one_minus_constant_color" />
25575<Test name="subtract_one_constant_alpha" />
25576<Test name="subtract_one_one_minus_constant_alpha" />
25577<Test name="subtract_one_src_alpha_saturate" />
25578<Test name="subtract_src_color_zero" />
25579<Test name="subtract_src_color_one" />
25580<Test name="subtract_src_color_src_color" />
25581<Test name="subtract_src_color_one_minus_src_color" />
25582<Test name="subtract_src_color_dst_color" />
25583<Test name="subtract_src_color_one_minus_dst_color" />
25584<Test name="subtract_src_color_src_alpha" />
25585<Test name="subtract_src_color_one_minus_src_alpha" />
25586<Test name="subtract_src_color_dst_alpha" />
25587<Test name="subtract_src_color_one_minus_dst_alpha" />
25588<Test name="subtract_src_color_constant_color" />
25589<Test name="subtract_src_color_one_minus_constant_color" />
25590<Test name="subtract_src_color_constant_alpha" />
25591<Test name="subtract_src_color_one_minus_constant_alpha" />
25592<Test name="subtract_src_color_src_alpha_saturate" />
25593<Test name="subtract_one_minus_src_color_zero" />
25594<Test name="subtract_one_minus_src_color_one" />
25595<Test name="subtract_one_minus_src_color_src_color" />
25596<Test name="subtract_one_minus_src_color_one_minus_src_color" />
25597<Test name="subtract_one_minus_src_color_dst_color" />
25598<Test name="subtract_one_minus_src_color_one_minus_dst_color" />
25599<Test name="subtract_one_minus_src_color_src_alpha" />
25600<Test name="subtract_one_minus_src_color_one_minus_src_alpha" />
25601<Test name="subtract_one_minus_src_color_dst_alpha" />
25602<Test name="subtract_one_minus_src_color_one_minus_dst_alpha" />
25603<Test name="subtract_one_minus_src_color_constant_color" />
25604<Test name="subtract_one_minus_src_color_one_minus_constant_color" />
25605<Test name="subtract_one_minus_src_color_constant_alpha" />
25606<Test name="subtract_one_minus_src_color_one_minus_constant_alpha" />
25607<Test name="subtract_one_minus_src_color_src_alpha_saturate" />
25608<Test name="subtract_dst_color_zero" />
25609<Test name="subtract_dst_color_one" />
25610<Test name="subtract_dst_color_src_color" />
25611<Test name="subtract_dst_color_one_minus_src_color" />
25612<Test name="subtract_dst_color_dst_color" />
25613<Test name="subtract_dst_color_one_minus_dst_color" />
25614<Test name="subtract_dst_color_src_alpha" />
25615<Test name="subtract_dst_color_one_minus_src_alpha" />
25616<Test name="subtract_dst_color_dst_alpha" />
25617<Test name="subtract_dst_color_one_minus_dst_alpha" />
25618<Test name="subtract_dst_color_constant_color" />
25619<Test name="subtract_dst_color_one_minus_constant_color" />
25620<Test name="subtract_dst_color_constant_alpha" />
25621<Test name="subtract_dst_color_one_minus_constant_alpha" />
25622<Test name="subtract_dst_color_src_alpha_saturate" />
25623<Test name="subtract_one_minus_dst_color_zero" />
25624<Test name="subtract_one_minus_dst_color_one" />
25625<Test name="subtract_one_minus_dst_color_src_color" />
25626<Test name="subtract_one_minus_dst_color_one_minus_src_color" />
25627<Test name="subtract_one_minus_dst_color_dst_color" />
25628<Test name="subtract_one_minus_dst_color_one_minus_dst_color" />
25629<Test name="subtract_one_minus_dst_color_src_alpha" />
25630<Test name="subtract_one_minus_dst_color_one_minus_src_alpha" />
25631<Test name="subtract_one_minus_dst_color_dst_alpha" />
25632<Test name="subtract_one_minus_dst_color_one_minus_dst_alpha" />
25633<Test name="subtract_one_minus_dst_color_constant_color" />
25634<Test name="subtract_one_minus_dst_color_one_minus_constant_color" />
25635<Test name="subtract_one_minus_dst_color_constant_alpha" />
25636<Test name="subtract_one_minus_dst_color_one_minus_constant_alpha" />
25637<Test name="subtract_one_minus_dst_color_src_alpha_saturate" />
25638<Test name="subtract_src_alpha_zero" />
25639<Test name="subtract_src_alpha_one" />
25640<Test name="subtract_src_alpha_src_color" />
25641<Test name="subtract_src_alpha_one_minus_src_color" />
25642<Test name="subtract_src_alpha_dst_color" />
25643<Test name="subtract_src_alpha_one_minus_dst_color" />
25644<Test name="subtract_src_alpha_src_alpha" />
25645<Test name="subtract_src_alpha_one_minus_src_alpha" />
25646<Test name="subtract_src_alpha_dst_alpha" />
25647<Test name="subtract_src_alpha_one_minus_dst_alpha" />
25648<Test name="subtract_src_alpha_constant_color" />
25649<Test name="subtract_src_alpha_one_minus_constant_color" />
25650<Test name="subtract_src_alpha_constant_alpha" />
25651<Test name="subtract_src_alpha_one_minus_constant_alpha" />
25652<Test name="subtract_src_alpha_src_alpha_saturate" />
25653<Test name="subtract_one_minus_src_alpha_zero" />
25654<Test name="subtract_one_minus_src_alpha_one" />
25655<Test name="subtract_one_minus_src_alpha_src_color" />
25656<Test name="subtract_one_minus_src_alpha_one_minus_src_color" />
25657<Test name="subtract_one_minus_src_alpha_dst_color" />
25658<Test name="subtract_one_minus_src_alpha_one_minus_dst_color" />
25659<Test name="subtract_one_minus_src_alpha_src_alpha" />
25660<Test name="subtract_one_minus_src_alpha_one_minus_src_alpha" />
25661<Test name="subtract_one_minus_src_alpha_dst_alpha" />
25662<Test name="subtract_one_minus_src_alpha_one_minus_dst_alpha" />
25663<Test name="subtract_one_minus_src_alpha_constant_color" />
25664<Test name="subtract_one_minus_src_alpha_one_minus_constant_color" />
25665<Test name="subtract_one_minus_src_alpha_constant_alpha" />
25666<Test name="subtract_one_minus_src_alpha_one_minus_constant_alpha" />
25667<Test name="subtract_one_minus_src_alpha_src_alpha_saturate" />
25668<Test name="subtract_dst_alpha_zero" />
25669<Test name="subtract_dst_alpha_one" />
25670<Test name="subtract_dst_alpha_src_color" />
25671<Test name="subtract_dst_alpha_one_minus_src_color" />
25672<Test name="subtract_dst_alpha_dst_color" />
25673<Test name="subtract_dst_alpha_one_minus_dst_color" />
25674<Test name="subtract_dst_alpha_src_alpha" />
25675<Test name="subtract_dst_alpha_one_minus_src_alpha" />
25676<Test name="subtract_dst_alpha_dst_alpha" />
25677<Test name="subtract_dst_alpha_one_minus_dst_alpha" />
25678<Test name="subtract_dst_alpha_constant_color" />
25679<Test name="subtract_dst_alpha_one_minus_constant_color" />
25680<Test name="subtract_dst_alpha_constant_alpha" />
25681<Test name="subtract_dst_alpha_one_minus_constant_alpha" />
25682<Test name="subtract_dst_alpha_src_alpha_saturate" />
25683<Test name="subtract_one_minus_dst_alpha_zero" />
25684<Test name="subtract_one_minus_dst_alpha_one" />
25685<Test name="subtract_one_minus_dst_alpha_src_color" />
25686<Test name="subtract_one_minus_dst_alpha_one_minus_src_color" />
25687<Test name="subtract_one_minus_dst_alpha_dst_color" />
25688<Test name="subtract_one_minus_dst_alpha_one_minus_dst_color" />
25689<Test name="subtract_one_minus_dst_alpha_src_alpha" />
25690<Test name="subtract_one_minus_dst_alpha_one_minus_src_alpha" />
25691<Test name="subtract_one_minus_dst_alpha_dst_alpha" />
25692<Test name="subtract_one_minus_dst_alpha_one_minus_dst_alpha" />
25693<Test name="subtract_one_minus_dst_alpha_constant_color" />
25694<Test name="subtract_one_minus_dst_alpha_one_minus_constant_color" />
25695<Test name="subtract_one_minus_dst_alpha_constant_alpha" />
25696<Test name="subtract_one_minus_dst_alpha_one_minus_constant_alpha" />
25697<Test name="subtract_one_minus_dst_alpha_src_alpha_saturate" />
25698<Test name="subtract_constant_color_zero" />
25699<Test name="subtract_constant_color_one" />
25700<Test name="subtract_constant_color_src_color" />
25701<Test name="subtract_constant_color_one_minus_src_color" />
25702<Test name="subtract_constant_color_dst_color" />
25703<Test name="subtract_constant_color_one_minus_dst_color" />
25704<Test name="subtract_constant_color_src_alpha" />
25705<Test name="subtract_constant_color_one_minus_src_alpha" />
25706<Test name="subtract_constant_color_dst_alpha" />
25707<Test name="subtract_constant_color_one_minus_dst_alpha" />
25708<Test name="subtract_constant_color_constant_color" />
25709<Test name="subtract_constant_color_one_minus_constant_color" />
25710<Test name="subtract_constant_color_constant_alpha" />
25711<Test name="subtract_constant_color_one_minus_constant_alpha" />
25712<Test name="subtract_constant_color_src_alpha_saturate" />
25713<Test name="subtract_one_minus_constant_color_zero" />
25714<Test name="subtract_one_minus_constant_color_one" />
25715<Test name="subtract_one_minus_constant_color_src_color" />
25716<Test name="subtract_one_minus_constant_color_one_minus_src_color" />
25717<Test name="subtract_one_minus_constant_color_dst_color" />
25718<Test name="subtract_one_minus_constant_color_one_minus_dst_color" />
25719<Test name="subtract_one_minus_constant_color_src_alpha" />
25720<Test name="subtract_one_minus_constant_color_one_minus_src_alpha" />
25721<Test name="subtract_one_minus_constant_color_dst_alpha" />
25722<Test name="subtract_one_minus_constant_color_one_minus_dst_alpha" />
25723<Test name="subtract_one_minus_constant_color_constant_color" />
25724<Test name="subtract_one_minus_constant_color_one_minus_constant_color" />
25725<Test name="subtract_one_minus_constant_color_constant_alpha" />
25726<Test name="subtract_one_minus_constant_color_one_minus_constant_alpha" />
25727<Test name="subtract_one_minus_constant_color_src_alpha_saturate" />
25728<Test name="subtract_constant_alpha_zero" />
25729<Test name="subtract_constant_alpha_one" />
25730<Test name="subtract_constant_alpha_src_color" />
25731<Test name="subtract_constant_alpha_one_minus_src_color" />
25732<Test name="subtract_constant_alpha_dst_color" />
25733<Test name="subtract_constant_alpha_one_minus_dst_color" />
25734<Test name="subtract_constant_alpha_src_alpha" />
25735<Test name="subtract_constant_alpha_one_minus_src_alpha" />
25736<Test name="subtract_constant_alpha_dst_alpha" />
25737<Test name="subtract_constant_alpha_one_minus_dst_alpha" />
25738<Test name="subtract_constant_alpha_constant_color" />
25739<Test name="subtract_constant_alpha_one_minus_constant_color" />
25740<Test name="subtract_constant_alpha_constant_alpha" />
25741<Test name="subtract_constant_alpha_one_minus_constant_alpha" />
25742<Test name="subtract_constant_alpha_src_alpha_saturate" />
25743<Test name="subtract_one_minus_constant_alpha_zero" />
25744<Test name="subtract_one_minus_constant_alpha_one" />
25745<Test name="subtract_one_minus_constant_alpha_src_color" />
25746<Test name="subtract_one_minus_constant_alpha_one_minus_src_color" />
25747<Test name="subtract_one_minus_constant_alpha_dst_color" />
25748<Test name="subtract_one_minus_constant_alpha_one_minus_dst_color" />
25749<Test name="subtract_one_minus_constant_alpha_src_alpha" />
25750<Test name="subtract_one_minus_constant_alpha_one_minus_src_alpha" />
25751<Test name="subtract_one_minus_constant_alpha_dst_alpha" />
25752<Test name="subtract_one_minus_constant_alpha_one_minus_dst_alpha" />
25753<Test name="subtract_one_minus_constant_alpha_constant_color" />
25754<Test name="subtract_one_minus_constant_alpha_one_minus_constant_color" />
25755<Test name="subtract_one_minus_constant_alpha_constant_alpha" />
25756<Test name="subtract_one_minus_constant_alpha_one_minus_constant_alpha" />
25757<Test name="subtract_one_minus_constant_alpha_src_alpha_saturate" />
25758<Test name="subtract_src_alpha_saturate_zero" />
25759<Test name="subtract_src_alpha_saturate_one" />
25760<Test name="subtract_src_alpha_saturate_src_color" />
25761<Test name="subtract_src_alpha_saturate_one_minus_src_color" />
25762<Test name="subtract_src_alpha_saturate_dst_color" />
25763<Test name="subtract_src_alpha_saturate_one_minus_dst_color" />
25764<Test name="subtract_src_alpha_saturate_src_alpha" />
25765<Test name="subtract_src_alpha_saturate_one_minus_src_alpha" />
25766<Test name="subtract_src_alpha_saturate_dst_alpha" />
25767<Test name="subtract_src_alpha_saturate_one_minus_dst_alpha" />
25768<Test name="subtract_src_alpha_saturate_constant_color" />
25769<Test name="subtract_src_alpha_saturate_one_minus_constant_color" />
25770<Test name="subtract_src_alpha_saturate_constant_alpha" />
25771<Test name="subtract_src_alpha_saturate_one_minus_constant_alpha" />
25772<Test name="subtract_src_alpha_saturate_src_alpha_saturate" />
25773<Test name="reverse_subtract_zero_zero" />
25774<Test name="reverse_subtract_zero_one" />
25775<Test name="reverse_subtract_zero_src_color" />
25776<Test name="reverse_subtract_zero_one_minus_src_color" />
25777<Test name="reverse_subtract_zero_dst_color" />
25778<Test name="reverse_subtract_zero_one_minus_dst_color" />
25779<Test name="reverse_subtract_zero_src_alpha" />
25780<Test name="reverse_subtract_zero_one_minus_src_alpha" />
25781<Test name="reverse_subtract_zero_dst_alpha" />
25782<Test name="reverse_subtract_zero_one_minus_dst_alpha" />
25783<Test name="reverse_subtract_zero_constant_color" />
25784<Test name="reverse_subtract_zero_one_minus_constant_color" />
25785<Test name="reverse_subtract_zero_constant_alpha" />
25786<Test name="reverse_subtract_zero_one_minus_constant_alpha" />
25787<Test name="reverse_subtract_zero_src_alpha_saturate" />
25788<Test name="reverse_subtract_one_zero" />
25789<Test name="reverse_subtract_one_one" />
25790<Test name="reverse_subtract_one_src_color" />
25791<Test name="reverse_subtract_one_one_minus_src_color" />
25792<Test name="reverse_subtract_one_dst_color" />
25793<Test name="reverse_subtract_one_one_minus_dst_color" />
25794<Test name="reverse_subtract_one_src_alpha" />
25795<Test name="reverse_subtract_one_one_minus_src_alpha" />
25796<Test name="reverse_subtract_one_dst_alpha" />
25797<Test name="reverse_subtract_one_one_minus_dst_alpha" />
25798<Test name="reverse_subtract_one_constant_color" />
25799<Test name="reverse_subtract_one_one_minus_constant_color" />
25800<Test name="reverse_subtract_one_constant_alpha" />
25801<Test name="reverse_subtract_one_one_minus_constant_alpha" />
25802<Test name="reverse_subtract_one_src_alpha_saturate" />
25803<Test name="reverse_subtract_src_color_zero" />
25804<Test name="reverse_subtract_src_color_one" />
25805<Test name="reverse_subtract_src_color_src_color" />
25806<Test name="reverse_subtract_src_color_one_minus_src_color" />
25807<Test name="reverse_subtract_src_color_dst_color" />
25808<Test name="reverse_subtract_src_color_one_minus_dst_color" />
25809<Test name="reverse_subtract_src_color_src_alpha" />
25810<Test name="reverse_subtract_src_color_one_minus_src_alpha" />
25811<Test name="reverse_subtract_src_color_dst_alpha" />
25812<Test name="reverse_subtract_src_color_one_minus_dst_alpha" />
25813<Test name="reverse_subtract_src_color_constant_color" />
25814<Test name="reverse_subtract_src_color_one_minus_constant_color" />
25815<Test name="reverse_subtract_src_color_constant_alpha" />
25816<Test name="reverse_subtract_src_color_one_minus_constant_alpha" />
25817<Test name="reverse_subtract_src_color_src_alpha_saturate" />
25818<Test name="reverse_subtract_one_minus_src_color_zero" />
25819<Test name="reverse_subtract_one_minus_src_color_one" />
25820<Test name="reverse_subtract_one_minus_src_color_src_color" />
25821<Test name="reverse_subtract_one_minus_src_color_one_minus_src_color" />
25822<Test name="reverse_subtract_one_minus_src_color_dst_color" />
25823<Test name="reverse_subtract_one_minus_src_color_one_minus_dst_color" />
25824<Test name="reverse_subtract_one_minus_src_color_src_alpha" />
25825<Test name="reverse_subtract_one_minus_src_color_one_minus_src_alpha" />
25826<Test name="reverse_subtract_one_minus_src_color_dst_alpha" />
25827<Test name="reverse_subtract_one_minus_src_color_one_minus_dst_alpha" />
25828<Test name="reverse_subtract_one_minus_src_color_constant_color" />
25829<Test name="reverse_subtract_one_minus_src_color_one_minus_constant_color" />
25830<Test name="reverse_subtract_one_minus_src_color_constant_alpha" />
25831<Test name="reverse_subtract_one_minus_src_color_one_minus_constant_alpha" />
25832<Test name="reverse_subtract_one_minus_src_color_src_alpha_saturate" />
25833<Test name="reverse_subtract_dst_color_zero" />
25834<Test name="reverse_subtract_dst_color_one" />
25835<Test name="reverse_subtract_dst_color_src_color" />
25836<Test name="reverse_subtract_dst_color_one_minus_src_color" />
25837<Test name="reverse_subtract_dst_color_dst_color" />
25838<Test name="reverse_subtract_dst_color_one_minus_dst_color" />
25839<Test name="reverse_subtract_dst_color_src_alpha" />
25840<Test name="reverse_subtract_dst_color_one_minus_src_alpha" />
25841<Test name="reverse_subtract_dst_color_dst_alpha" />
25842<Test name="reverse_subtract_dst_color_one_minus_dst_alpha" />
25843<Test name="reverse_subtract_dst_color_constant_color" />
25844<Test name="reverse_subtract_dst_color_one_minus_constant_color" />
25845<Test name="reverse_subtract_dst_color_constant_alpha" />
25846<Test name="reverse_subtract_dst_color_one_minus_constant_alpha" />
25847<Test name="reverse_subtract_dst_color_src_alpha_saturate" />
25848<Test name="reverse_subtract_one_minus_dst_color_zero" />
25849<Test name="reverse_subtract_one_minus_dst_color_one" />
25850<Test name="reverse_subtract_one_minus_dst_color_src_color" />
25851<Test name="reverse_subtract_one_minus_dst_color_one_minus_src_color" />
25852<Test name="reverse_subtract_one_minus_dst_color_dst_color" />
25853<Test name="reverse_subtract_one_minus_dst_color_one_minus_dst_color" />
25854<Test name="reverse_subtract_one_minus_dst_color_src_alpha" />
25855<Test name="reverse_subtract_one_minus_dst_color_one_minus_src_alpha" />
25856<Test name="reverse_subtract_one_minus_dst_color_dst_alpha" />
25857<Test name="reverse_subtract_one_minus_dst_color_one_minus_dst_alpha" />
25858<Test name="reverse_subtract_one_minus_dst_color_constant_color" />
25859<Test name="reverse_subtract_one_minus_dst_color_one_minus_constant_color" />
25860<Test name="reverse_subtract_one_minus_dst_color_constant_alpha" />
25861<Test name="reverse_subtract_one_minus_dst_color_one_minus_constant_alpha" />
25862<Test name="reverse_subtract_one_minus_dst_color_src_alpha_saturate" />
25863<Test name="reverse_subtract_src_alpha_zero" />
25864<Test name="reverse_subtract_src_alpha_one" />
25865<Test name="reverse_subtract_src_alpha_src_color" />
25866<Test name="reverse_subtract_src_alpha_one_minus_src_color" />
25867<Test name="reverse_subtract_src_alpha_dst_color" />
25868<Test name="reverse_subtract_src_alpha_one_minus_dst_color" />
25869<Test name="reverse_subtract_src_alpha_src_alpha" />
25870<Test name="reverse_subtract_src_alpha_one_minus_src_alpha" />
25871<Test name="reverse_subtract_src_alpha_dst_alpha" />
25872<Test name="reverse_subtract_src_alpha_one_minus_dst_alpha" />
25873<Test name="reverse_subtract_src_alpha_constant_color" />
25874<Test name="reverse_subtract_src_alpha_one_minus_constant_color" />
25875<Test name="reverse_subtract_src_alpha_constant_alpha" />
25876<Test name="reverse_subtract_src_alpha_one_minus_constant_alpha" />
25877<Test name="reverse_subtract_src_alpha_src_alpha_saturate" />
25878<Test name="reverse_subtract_one_minus_src_alpha_zero" />
25879<Test name="reverse_subtract_one_minus_src_alpha_one" />
25880<Test name="reverse_subtract_one_minus_src_alpha_src_color" />
25881<Test name="reverse_subtract_one_minus_src_alpha_one_minus_src_color" />
25882<Test name="reverse_subtract_one_minus_src_alpha_dst_color" />
25883<Test name="reverse_subtract_one_minus_src_alpha_one_minus_dst_color" />
25884<Test name="reverse_subtract_one_minus_src_alpha_src_alpha" />
25885<Test name="reverse_subtract_one_minus_src_alpha_one_minus_src_alpha" />
25886<Test name="reverse_subtract_one_minus_src_alpha_dst_alpha" />
25887<Test name="reverse_subtract_one_minus_src_alpha_one_minus_dst_alpha" />
25888<Test name="reverse_subtract_one_minus_src_alpha_constant_color" />
25889<Test name="reverse_subtract_one_minus_src_alpha_one_minus_constant_color" />
25890<Test name="reverse_subtract_one_minus_src_alpha_constant_alpha" />
25891<Test name="reverse_subtract_one_minus_src_alpha_one_minus_constant_alpha" />
25892<Test name="reverse_subtract_one_minus_src_alpha_src_alpha_saturate" />
25893<Test name="reverse_subtract_dst_alpha_zero" />
25894<Test name="reverse_subtract_dst_alpha_one" />
25895<Test name="reverse_subtract_dst_alpha_src_color" />
25896<Test name="reverse_subtract_dst_alpha_one_minus_src_color" />
25897<Test name="reverse_subtract_dst_alpha_dst_color" />
25898<Test name="reverse_subtract_dst_alpha_one_minus_dst_color" />
25899<Test name="reverse_subtract_dst_alpha_src_alpha" />
25900<Test name="reverse_subtract_dst_alpha_one_minus_src_alpha" />
25901<Test name="reverse_subtract_dst_alpha_dst_alpha" />
25902<Test name="reverse_subtract_dst_alpha_one_minus_dst_alpha" />
25903<Test name="reverse_subtract_dst_alpha_constant_color" />
25904<Test name="reverse_subtract_dst_alpha_one_minus_constant_color" />
25905<Test name="reverse_subtract_dst_alpha_constant_alpha" />
25906<Test name="reverse_subtract_dst_alpha_one_minus_constant_alpha" />
25907<Test name="reverse_subtract_dst_alpha_src_alpha_saturate" />
25908<Test name="reverse_subtract_one_minus_dst_alpha_zero" />
25909<Test name="reverse_subtract_one_minus_dst_alpha_one" />
25910<Test name="reverse_subtract_one_minus_dst_alpha_src_color" />
25911<Test name="reverse_subtract_one_minus_dst_alpha_one_minus_src_color" />
25912<Test name="reverse_subtract_one_minus_dst_alpha_dst_color" />
25913<Test name="reverse_subtract_one_minus_dst_alpha_one_minus_dst_color" />
25914<Test name="reverse_subtract_one_minus_dst_alpha_src_alpha" />
25915<Test name="reverse_subtract_one_minus_dst_alpha_one_minus_src_alpha" />
25916<Test name="reverse_subtract_one_minus_dst_alpha_dst_alpha" />
25917<Test name="reverse_subtract_one_minus_dst_alpha_one_minus_dst_alpha" />
25918<Test name="reverse_subtract_one_minus_dst_alpha_constant_color" />
25919<Test name="reverse_subtract_one_minus_dst_alpha_one_minus_constant_color" />
25920<Test name="reverse_subtract_one_minus_dst_alpha_constant_alpha" />
25921<Test name="reverse_subtract_one_minus_dst_alpha_one_minus_constant_alpha" />
25922<Test name="reverse_subtract_one_minus_dst_alpha_src_alpha_saturate" />
25923<Test name="reverse_subtract_constant_color_zero" />
25924<Test name="reverse_subtract_constant_color_one" />
25925<Test name="reverse_subtract_constant_color_src_color" />
25926<Test name="reverse_subtract_constant_color_one_minus_src_color" />
25927<Test name="reverse_subtract_constant_color_dst_color" />
25928<Test name="reverse_subtract_constant_color_one_minus_dst_color" />
25929<Test name="reverse_subtract_constant_color_src_alpha" />
25930<Test name="reverse_subtract_constant_color_one_minus_src_alpha" />
25931<Test name="reverse_subtract_constant_color_dst_alpha" />
25932<Test name="reverse_subtract_constant_color_one_minus_dst_alpha" />
25933<Test name="reverse_subtract_constant_color_constant_color" />
25934<Test name="reverse_subtract_constant_color_one_minus_constant_color" />
25935<Test name="reverse_subtract_constant_color_constant_alpha" />
25936<Test name="reverse_subtract_constant_color_one_minus_constant_alpha" />
25937<Test name="reverse_subtract_constant_color_src_alpha_saturate" />
25938<Test name="reverse_subtract_one_minus_constant_color_zero" />
25939<Test name="reverse_subtract_one_minus_constant_color_one" />
25940<Test name="reverse_subtract_one_minus_constant_color_src_color" />
25941<Test name="reverse_subtract_one_minus_constant_color_one_minus_src_color" />
25942<Test name="reverse_subtract_one_minus_constant_color_dst_color" />
25943<Test name="reverse_subtract_one_minus_constant_color_one_minus_dst_color" />
25944<Test name="reverse_subtract_one_minus_constant_color_src_alpha" />
25945<Test name="reverse_subtract_one_minus_constant_color_one_minus_src_alpha" />
25946<Test name="reverse_subtract_one_minus_constant_color_dst_alpha" />
25947<Test name="reverse_subtract_one_minus_constant_color_one_minus_dst_alpha" />
25948<Test name="reverse_subtract_one_minus_constant_color_constant_color" />
25949<Test name="reverse_subtract_one_minus_constant_color_one_minus_constant_color" />
25950<Test name="reverse_subtract_one_minus_constant_color_constant_alpha" />
25951<Test name="reverse_subtract_one_minus_constant_color_one_minus_constant_alpha" />
25952<Test name="reverse_subtract_one_minus_constant_color_src_alpha_saturate" />
25953<Test name="reverse_subtract_constant_alpha_zero" />
25954<Test name="reverse_subtract_constant_alpha_one" />
25955<Test name="reverse_subtract_constant_alpha_src_color" />
25956<Test name="reverse_subtract_constant_alpha_one_minus_src_color" />
25957<Test name="reverse_subtract_constant_alpha_dst_color" />
25958<Test name="reverse_subtract_constant_alpha_one_minus_dst_color" />
25959<Test name="reverse_subtract_constant_alpha_src_alpha" />
25960<Test name="reverse_subtract_constant_alpha_one_minus_src_alpha" />
25961<Test name="reverse_subtract_constant_alpha_dst_alpha" />
25962<Test name="reverse_subtract_constant_alpha_one_minus_dst_alpha" />
25963<Test name="reverse_subtract_constant_alpha_constant_color" />
25964<Test name="reverse_subtract_constant_alpha_one_minus_constant_color" />
25965<Test name="reverse_subtract_constant_alpha_constant_alpha" />
25966<Test name="reverse_subtract_constant_alpha_one_minus_constant_alpha" />
25967<Test name="reverse_subtract_constant_alpha_src_alpha_saturate" />
25968<Test name="reverse_subtract_one_minus_constant_alpha_zero" />
25969<Test name="reverse_subtract_one_minus_constant_alpha_one" />
25970<Test name="reverse_subtract_one_minus_constant_alpha_src_color" />
25971<Test name="reverse_subtract_one_minus_constant_alpha_one_minus_src_color" />
25972<Test name="reverse_subtract_one_minus_constant_alpha_dst_color" />
25973<Test name="reverse_subtract_one_minus_constant_alpha_one_minus_dst_color" />
25974<Test name="reverse_subtract_one_minus_constant_alpha_src_alpha" />
25975<Test name="reverse_subtract_one_minus_constant_alpha_one_minus_src_alpha" />
25976<Test name="reverse_subtract_one_minus_constant_alpha_dst_alpha" />
25977<Test name="reverse_subtract_one_minus_constant_alpha_one_minus_dst_alpha" />
25978<Test name="reverse_subtract_one_minus_constant_alpha_constant_color" />
25979<Test name="reverse_subtract_one_minus_constant_alpha_one_minus_constant_color" />
25980<Test name="reverse_subtract_one_minus_constant_alpha_constant_alpha" />
25981<Test name="reverse_subtract_one_minus_constant_alpha_one_minus_constant_alpha" />
25982<Test name="reverse_subtract_one_minus_constant_alpha_src_alpha_saturate" />
25983<Test name="reverse_subtract_src_alpha_saturate_zero" />
25984<Test name="reverse_subtract_src_alpha_saturate_one" />
25985<Test name="reverse_subtract_src_alpha_saturate_src_color" />
25986<Test name="reverse_subtract_src_alpha_saturate_one_minus_src_color" />
25987<Test name="reverse_subtract_src_alpha_saturate_dst_color" />
25988<Test name="reverse_subtract_src_alpha_saturate_one_minus_dst_color" />
25989<Test name="reverse_subtract_src_alpha_saturate_src_alpha" />
25990<Test name="reverse_subtract_src_alpha_saturate_one_minus_src_alpha" />
25991<Test name="reverse_subtract_src_alpha_saturate_dst_alpha" />
25992<Test name="reverse_subtract_src_alpha_saturate_one_minus_dst_alpha" />
25993<Test name="reverse_subtract_src_alpha_saturate_constant_color" />
25994<Test name="reverse_subtract_src_alpha_saturate_one_minus_constant_color" />
25995<Test name="reverse_subtract_src_alpha_saturate_constant_alpha" />
25996<Test name="reverse_subtract_src_alpha_saturate_one_minus_constant_alpha" />
25997<Test name="reverse_subtract_src_alpha_saturate_src_alpha_saturate" />
25998</TestCase>
25999<TestSuite name="rgb_func_alpha_func">
26000<TestCase name="src">
26001<Test name="zero_zero" />
26002<Test name="zero_one" />
26003<Test name="zero_src_color" />
26004<Test name="zero_one_minus_src_color" />
26005<Test name="zero_dst_color" />
26006<Test name="zero_one_minus_dst_color" />
26007<Test name="zero_src_alpha" />
26008<Test name="zero_one_minus_src_alpha" />
26009<Test name="zero_dst_alpha" />
26010<Test name="zero_one_minus_dst_alpha" />
26011<Test name="zero_constant_color" />
26012<Test name="zero_one_minus_constant_color" />
26013<Test name="zero_constant_alpha" />
26014<Test name="zero_one_minus_constant_alpha" />
26015<Test name="zero_src_alpha_saturate" />
26016<Test name="one_zero" />
26017<Test name="one_one" />
26018<Test name="one_src_color" />
26019<Test name="one_one_minus_src_color" />
26020<Test name="one_dst_color" />
26021<Test name="one_one_minus_dst_color" />
26022<Test name="one_src_alpha" />
26023<Test name="one_one_minus_src_alpha" />
26024<Test name="one_dst_alpha" />
26025<Test name="one_one_minus_dst_alpha" />
26026<Test name="one_constant_color" />
26027<Test name="one_one_minus_constant_color" />
26028<Test name="one_constant_alpha" />
26029<Test name="one_one_minus_constant_alpha" />
26030<Test name="one_src_alpha_saturate" />
26031<Test name="src_color_zero" />
26032<Test name="src_color_one" />
26033<Test name="src_color_src_color" />
26034<Test name="src_color_one_minus_src_color" />
26035<Test name="src_color_dst_color" />
26036<Test name="src_color_one_minus_dst_color" />
26037<Test name="src_color_src_alpha" />
26038<Test name="src_color_one_minus_src_alpha" />
26039<Test name="src_color_dst_alpha" />
26040<Test name="src_color_one_minus_dst_alpha" />
26041<Test name="src_color_constant_color" />
26042<Test name="src_color_one_minus_constant_color" />
26043<Test name="src_color_constant_alpha" />
26044<Test name="src_color_one_minus_constant_alpha" />
26045<Test name="src_color_src_alpha_saturate" />
26046<Test name="one_minus_src_color_zero" />
26047<Test name="one_minus_src_color_one" />
26048<Test name="one_minus_src_color_src_color" />
26049<Test name="one_minus_src_color_one_minus_src_color" />
26050<Test name="one_minus_src_color_dst_color" />
26051<Test name="one_minus_src_color_one_minus_dst_color" />
26052<Test name="one_minus_src_color_src_alpha" />
26053<Test name="one_minus_src_color_one_minus_src_alpha" />
26054<Test name="one_minus_src_color_dst_alpha" />
26055<Test name="one_minus_src_color_one_minus_dst_alpha" />
26056<Test name="one_minus_src_color_constant_color" />
26057<Test name="one_minus_src_color_one_minus_constant_color" />
26058<Test name="one_minus_src_color_constant_alpha" />
26059<Test name="one_minus_src_color_one_minus_constant_alpha" />
26060<Test name="one_minus_src_color_src_alpha_saturate" />
26061<Test name="dst_color_zero" />
26062<Test name="dst_color_one" />
26063<Test name="dst_color_src_color" />
26064<Test name="dst_color_one_minus_src_color" />
26065<Test name="dst_color_dst_color" />
26066<Test name="dst_color_one_minus_dst_color" />
26067<Test name="dst_color_src_alpha" />
26068<Test name="dst_color_one_minus_src_alpha" />
26069<Test name="dst_color_dst_alpha" />
26070<Test name="dst_color_one_minus_dst_alpha" />
26071<Test name="dst_color_constant_color" />
26072<Test name="dst_color_one_minus_constant_color" />
26073<Test name="dst_color_constant_alpha" />
26074<Test name="dst_color_one_minus_constant_alpha" />
26075<Test name="dst_color_src_alpha_saturate" />
26076<Test name="one_minus_dst_color_zero" />
26077<Test name="one_minus_dst_color_one" />
26078<Test name="one_minus_dst_color_src_color" />
26079<Test name="one_minus_dst_color_one_minus_src_color" />
26080<Test name="one_minus_dst_color_dst_color" />
26081<Test name="one_minus_dst_color_one_minus_dst_color" />
26082<Test name="one_minus_dst_color_src_alpha" />
26083<Test name="one_minus_dst_color_one_minus_src_alpha" />
26084<Test name="one_minus_dst_color_dst_alpha" />
26085<Test name="one_minus_dst_color_one_minus_dst_alpha" />
26086<Test name="one_minus_dst_color_constant_color" />
26087<Test name="one_minus_dst_color_one_minus_constant_color" />
26088<Test name="one_minus_dst_color_constant_alpha" />
26089<Test name="one_minus_dst_color_one_minus_constant_alpha" />
26090<Test name="one_minus_dst_color_src_alpha_saturate" />
26091<Test name="src_alpha_zero" />
26092<Test name="src_alpha_one" />
26093<Test name="src_alpha_src_color" />
26094<Test name="src_alpha_one_minus_src_color" />
26095<Test name="src_alpha_dst_color" />
26096<Test name="src_alpha_one_minus_dst_color" />
26097<Test name="src_alpha_src_alpha" />
26098<Test name="src_alpha_one_minus_src_alpha" />
26099<Test name="src_alpha_dst_alpha" />
26100<Test name="src_alpha_one_minus_dst_alpha" />
26101<Test name="src_alpha_constant_color" />
26102<Test name="src_alpha_one_minus_constant_color" />
26103<Test name="src_alpha_constant_alpha" />
26104<Test name="src_alpha_one_minus_constant_alpha" />
26105<Test name="src_alpha_src_alpha_saturate" />
26106<Test name="one_minus_src_alpha_zero" />
26107<Test name="one_minus_src_alpha_one" />
26108<Test name="one_minus_src_alpha_src_color" />
26109<Test name="one_minus_src_alpha_one_minus_src_color" />
26110<Test name="one_minus_src_alpha_dst_color" />
26111<Test name="one_minus_src_alpha_one_minus_dst_color" />
26112<Test name="one_minus_src_alpha_src_alpha" />
26113<Test name="one_minus_src_alpha_one_minus_src_alpha" />
26114<Test name="one_minus_src_alpha_dst_alpha" />
26115<Test name="one_minus_src_alpha_one_minus_dst_alpha" />
26116<Test name="one_minus_src_alpha_constant_color" />
26117<Test name="one_minus_src_alpha_one_minus_constant_color" />
26118<Test name="one_minus_src_alpha_constant_alpha" />
26119<Test name="one_minus_src_alpha_one_minus_constant_alpha" />
26120<Test name="one_minus_src_alpha_src_alpha_saturate" />
26121<Test name="dst_alpha_zero" />
26122<Test name="dst_alpha_one" />
26123<Test name="dst_alpha_src_color" />
26124<Test name="dst_alpha_one_minus_src_color" />
26125<Test name="dst_alpha_dst_color" />
26126<Test name="dst_alpha_one_minus_dst_color" />
26127<Test name="dst_alpha_src_alpha" />
26128<Test name="dst_alpha_one_minus_src_alpha" />
26129<Test name="dst_alpha_dst_alpha" />
26130<Test name="dst_alpha_one_minus_dst_alpha" />
26131<Test name="dst_alpha_constant_color" />
26132<Test name="dst_alpha_one_minus_constant_color" />
26133<Test name="dst_alpha_constant_alpha" />
26134<Test name="dst_alpha_one_minus_constant_alpha" />
26135<Test name="dst_alpha_src_alpha_saturate" />
26136<Test name="one_minus_dst_alpha_zero" />
26137<Test name="one_minus_dst_alpha_one" />
26138<Test name="one_minus_dst_alpha_src_color" />
26139<Test name="one_minus_dst_alpha_one_minus_src_color" />
26140<Test name="one_minus_dst_alpha_dst_color" />
26141<Test name="one_minus_dst_alpha_one_minus_dst_color" />
26142<Test name="one_minus_dst_alpha_src_alpha" />
26143<Test name="one_minus_dst_alpha_one_minus_src_alpha" />
26144<Test name="one_minus_dst_alpha_dst_alpha" />
26145<Test name="one_minus_dst_alpha_one_minus_dst_alpha" />
26146<Test name="one_minus_dst_alpha_constant_color" />
26147<Test name="one_minus_dst_alpha_one_minus_constant_color" />
26148<Test name="one_minus_dst_alpha_constant_alpha" />
26149<Test name="one_minus_dst_alpha_one_minus_constant_alpha" />
26150<Test name="one_minus_dst_alpha_src_alpha_saturate" />
26151<Test name="constant_color_zero" />
26152<Test name="constant_color_one" />
26153<Test name="constant_color_src_color" />
26154<Test name="constant_color_one_minus_src_color" />
26155<Test name="constant_color_dst_color" />
26156<Test name="constant_color_one_minus_dst_color" />
26157<Test name="constant_color_src_alpha" />
26158<Test name="constant_color_one_minus_src_alpha" />
26159<Test name="constant_color_dst_alpha" />
26160<Test name="constant_color_one_minus_dst_alpha" />
26161<Test name="constant_color_constant_color" />
26162<Test name="constant_color_one_minus_constant_color" />
26163<Test name="constant_color_constant_alpha" />
26164<Test name="constant_color_one_minus_constant_alpha" />
26165<Test name="constant_color_src_alpha_saturate" />
26166<Test name="one_minus_constant_color_zero" />
26167<Test name="one_minus_constant_color_one" />
26168<Test name="one_minus_constant_color_src_color" />
26169<Test name="one_minus_constant_color_one_minus_src_color" />
26170<Test name="one_minus_constant_color_dst_color" />
26171<Test name="one_minus_constant_color_one_minus_dst_color" />
26172<Test name="one_minus_constant_color_src_alpha" />
26173<Test name="one_minus_constant_color_one_minus_src_alpha" />
26174<Test name="one_minus_constant_color_dst_alpha" />
26175<Test name="one_minus_constant_color_one_minus_dst_alpha" />
26176<Test name="one_minus_constant_color_constant_color" />
26177<Test name="one_minus_constant_color_one_minus_constant_color" />
26178<Test name="one_minus_constant_color_constant_alpha" />
26179<Test name="one_minus_constant_color_one_minus_constant_alpha" />
26180<Test name="one_minus_constant_color_src_alpha_saturate" />
26181<Test name="constant_alpha_zero" />
26182<Test name="constant_alpha_one" />
26183<Test name="constant_alpha_src_color" />
26184<Test name="constant_alpha_one_minus_src_color" />
26185<Test name="constant_alpha_dst_color" />
26186<Test name="constant_alpha_one_minus_dst_color" />
26187<Test name="constant_alpha_src_alpha" />
26188<Test name="constant_alpha_one_minus_src_alpha" />
26189<Test name="constant_alpha_dst_alpha" />
26190<Test name="constant_alpha_one_minus_dst_alpha" />
26191<Test name="constant_alpha_constant_color" />
26192<Test name="constant_alpha_one_minus_constant_color" />
26193<Test name="constant_alpha_constant_alpha" />
26194<Test name="constant_alpha_one_minus_constant_alpha" />
26195<Test name="constant_alpha_src_alpha_saturate" />
26196<Test name="one_minus_constant_alpha_zero" />
26197<Test name="one_minus_constant_alpha_one" />
26198<Test name="one_minus_constant_alpha_src_color" />
26199<Test name="one_minus_constant_alpha_one_minus_src_color" />
26200<Test name="one_minus_constant_alpha_dst_color" />
26201<Test name="one_minus_constant_alpha_one_minus_dst_color" />
26202<Test name="one_minus_constant_alpha_src_alpha" />
26203<Test name="one_minus_constant_alpha_one_minus_src_alpha" />
26204<Test name="one_minus_constant_alpha_dst_alpha" />
26205<Test name="one_minus_constant_alpha_one_minus_dst_alpha" />
26206<Test name="one_minus_constant_alpha_constant_color" />
26207<Test name="one_minus_constant_alpha_one_minus_constant_color" />
26208<Test name="one_minus_constant_alpha_constant_alpha" />
26209<Test name="one_minus_constant_alpha_one_minus_constant_alpha" />
26210<Test name="one_minus_constant_alpha_src_alpha_saturate" />
26211<Test name="src_alpha_saturate_zero" />
26212<Test name="src_alpha_saturate_one" />
26213<Test name="src_alpha_saturate_src_color" />
26214<Test name="src_alpha_saturate_one_minus_src_color" />
26215<Test name="src_alpha_saturate_dst_color" />
26216<Test name="src_alpha_saturate_one_minus_dst_color" />
26217<Test name="src_alpha_saturate_src_alpha" />
26218<Test name="src_alpha_saturate_one_minus_src_alpha" />
26219<Test name="src_alpha_saturate_dst_alpha" />
26220<Test name="src_alpha_saturate_one_minus_dst_alpha" />
26221<Test name="src_alpha_saturate_constant_color" />
26222<Test name="src_alpha_saturate_one_minus_constant_color" />
26223<Test name="src_alpha_saturate_constant_alpha" />
26224<Test name="src_alpha_saturate_one_minus_constant_alpha" />
26225<Test name="src_alpha_saturate_src_alpha_saturate" />
26226</TestCase>
26227<TestCase name="dst">
26228<Test name="zero_zero" />
26229<Test name="zero_one" />
26230<Test name="zero_src_color" />
26231<Test name="zero_one_minus_src_color" />
26232<Test name="zero_dst_color" />
26233<Test name="zero_one_minus_dst_color" />
26234<Test name="zero_src_alpha" />
26235<Test name="zero_one_minus_src_alpha" />
26236<Test name="zero_dst_alpha" />
26237<Test name="zero_one_minus_dst_alpha" />
26238<Test name="zero_constant_color" />
26239<Test name="zero_one_minus_constant_color" />
26240<Test name="zero_constant_alpha" />
26241<Test name="zero_one_minus_constant_alpha" />
26242<Test name="zero_src_alpha_saturate" />
26243<Test name="one_zero" />
26244<Test name="one_one" />
26245<Test name="one_src_color" />
26246<Test name="one_one_minus_src_color" />
26247<Test name="one_dst_color" />
26248<Test name="one_one_minus_dst_color" />
26249<Test name="one_src_alpha" />
26250<Test name="one_one_minus_src_alpha" />
26251<Test name="one_dst_alpha" />
26252<Test name="one_one_minus_dst_alpha" />
26253<Test name="one_constant_color" />
26254<Test name="one_one_minus_constant_color" />
26255<Test name="one_constant_alpha" />
26256<Test name="one_one_minus_constant_alpha" />
26257<Test name="one_src_alpha_saturate" />
26258<Test name="src_color_zero" />
26259<Test name="src_color_one" />
26260<Test name="src_color_src_color" />
26261<Test name="src_color_one_minus_src_color" />
26262<Test name="src_color_dst_color" />
26263<Test name="src_color_one_minus_dst_color" />
26264<Test name="src_color_src_alpha" />
26265<Test name="src_color_one_minus_src_alpha" />
26266<Test name="src_color_dst_alpha" />
26267<Test name="src_color_one_minus_dst_alpha" />
26268<Test name="src_color_constant_color" />
26269<Test name="src_color_one_minus_constant_color" />
26270<Test name="src_color_constant_alpha" />
26271<Test name="src_color_one_minus_constant_alpha" />
26272<Test name="src_color_src_alpha_saturate" />
26273<Test name="one_minus_src_color_zero" />
26274<Test name="one_minus_src_color_one" />
26275<Test name="one_minus_src_color_src_color" />
26276<Test name="one_minus_src_color_one_minus_src_color" />
26277<Test name="one_minus_src_color_dst_color" />
26278<Test name="one_minus_src_color_one_minus_dst_color" />
26279<Test name="one_minus_src_color_src_alpha" />
26280<Test name="one_minus_src_color_one_minus_src_alpha" />
26281<Test name="one_minus_src_color_dst_alpha" />
26282<Test name="one_minus_src_color_one_minus_dst_alpha" />
26283<Test name="one_minus_src_color_constant_color" />
26284<Test name="one_minus_src_color_one_minus_constant_color" />
26285<Test name="one_minus_src_color_constant_alpha" />
26286<Test name="one_minus_src_color_one_minus_constant_alpha" />
26287<Test name="one_minus_src_color_src_alpha_saturate" />
26288<Test name="dst_color_zero" />
26289<Test name="dst_color_one" />
26290<Test name="dst_color_src_color" />
26291<Test name="dst_color_one_minus_src_color" />
26292<Test name="dst_color_dst_color" />
26293<Test name="dst_color_one_minus_dst_color" />
26294<Test name="dst_color_src_alpha" />
26295<Test name="dst_color_one_minus_src_alpha" />
26296<Test name="dst_color_dst_alpha" />
26297<Test name="dst_color_one_minus_dst_alpha" />
26298<Test name="dst_color_constant_color" />
26299<Test name="dst_color_one_minus_constant_color" />
26300<Test name="dst_color_constant_alpha" />
26301<Test name="dst_color_one_minus_constant_alpha" />
26302<Test name="dst_color_src_alpha_saturate" />
26303<Test name="one_minus_dst_color_zero" />
26304<Test name="one_minus_dst_color_one" />
26305<Test name="one_minus_dst_color_src_color" />
26306<Test name="one_minus_dst_color_one_minus_src_color" />
26307<Test name="one_minus_dst_color_dst_color" />
26308<Test name="one_minus_dst_color_one_minus_dst_color" />
26309<Test name="one_minus_dst_color_src_alpha" />
26310<Test name="one_minus_dst_color_one_minus_src_alpha" />
26311<Test name="one_minus_dst_color_dst_alpha" />
26312<Test name="one_minus_dst_color_one_minus_dst_alpha" />
26313<Test name="one_minus_dst_color_constant_color" />
26314<Test name="one_minus_dst_color_one_minus_constant_color" />
26315<Test name="one_minus_dst_color_constant_alpha" />
26316<Test name="one_minus_dst_color_one_minus_constant_alpha" />
26317<Test name="one_minus_dst_color_src_alpha_saturate" />
26318<Test name="src_alpha_zero" />
26319<Test name="src_alpha_one" />
26320<Test name="src_alpha_src_color" />
26321<Test name="src_alpha_one_minus_src_color" />
26322<Test name="src_alpha_dst_color" />
26323<Test name="src_alpha_one_minus_dst_color" />
26324<Test name="src_alpha_src_alpha" />
26325<Test name="src_alpha_one_minus_src_alpha" />
26326<Test name="src_alpha_dst_alpha" />
26327<Test name="src_alpha_one_minus_dst_alpha" />
26328<Test name="src_alpha_constant_color" />
26329<Test name="src_alpha_one_minus_constant_color" />
26330<Test name="src_alpha_constant_alpha" />
26331<Test name="src_alpha_one_minus_constant_alpha" />
26332<Test name="src_alpha_src_alpha_saturate" />
26333<Test name="one_minus_src_alpha_zero" />
26334<Test name="one_minus_src_alpha_one" />
26335<Test name="one_minus_src_alpha_src_color" />
26336<Test name="one_minus_src_alpha_one_minus_src_color" />
26337<Test name="one_minus_src_alpha_dst_color" />
26338<Test name="one_minus_src_alpha_one_minus_dst_color" />
26339<Test name="one_minus_src_alpha_src_alpha" />
26340<Test name="one_minus_src_alpha_one_minus_src_alpha" />
26341<Test name="one_minus_src_alpha_dst_alpha" />
26342<Test name="one_minus_src_alpha_one_minus_dst_alpha" />
26343<Test name="one_minus_src_alpha_constant_color" />
26344<Test name="one_minus_src_alpha_one_minus_constant_color" />
26345<Test name="one_minus_src_alpha_constant_alpha" />
26346<Test name="one_minus_src_alpha_one_minus_constant_alpha" />
26347<Test name="one_minus_src_alpha_src_alpha_saturate" />
26348<Test name="dst_alpha_zero" />
26349<Test name="dst_alpha_one" />
26350<Test name="dst_alpha_src_color" />
26351<Test name="dst_alpha_one_minus_src_color" />
26352<Test name="dst_alpha_dst_color" />
26353<Test name="dst_alpha_one_minus_dst_color" />
26354<Test name="dst_alpha_src_alpha" />
26355<Test name="dst_alpha_one_minus_src_alpha" />
26356<Test name="dst_alpha_dst_alpha" />
26357<Test name="dst_alpha_one_minus_dst_alpha" />
26358<Test name="dst_alpha_constant_color" />
26359<Test name="dst_alpha_one_minus_constant_color" />
26360<Test name="dst_alpha_constant_alpha" />
26361<Test name="dst_alpha_one_minus_constant_alpha" />
26362<Test name="dst_alpha_src_alpha_saturate" />
26363<Test name="one_minus_dst_alpha_zero" />
26364<Test name="one_minus_dst_alpha_one" />
26365<Test name="one_minus_dst_alpha_src_color" />
26366<Test name="one_minus_dst_alpha_one_minus_src_color" />
26367<Test name="one_minus_dst_alpha_dst_color" />
26368<Test name="one_minus_dst_alpha_one_minus_dst_color" />
26369<Test name="one_minus_dst_alpha_src_alpha" />
26370<Test name="one_minus_dst_alpha_one_minus_src_alpha" />
26371<Test name="one_minus_dst_alpha_dst_alpha" />
26372<Test name="one_minus_dst_alpha_one_minus_dst_alpha" />
26373<Test name="one_minus_dst_alpha_constant_color" />
26374<Test name="one_minus_dst_alpha_one_minus_constant_color" />
26375<Test name="one_minus_dst_alpha_constant_alpha" />
26376<Test name="one_minus_dst_alpha_one_minus_constant_alpha" />
26377<Test name="one_minus_dst_alpha_src_alpha_saturate" />
26378<Test name="constant_color_zero" />
26379<Test name="constant_color_one" />
26380<Test name="constant_color_src_color" />
26381<Test name="constant_color_one_minus_src_color" />
26382<Test name="constant_color_dst_color" />
26383<Test name="constant_color_one_minus_dst_color" />
26384<Test name="constant_color_src_alpha" />
26385<Test name="constant_color_one_minus_src_alpha" />
26386<Test name="constant_color_dst_alpha" />
26387<Test name="constant_color_one_minus_dst_alpha" />
26388<Test name="constant_color_constant_color" />
26389<Test name="constant_color_one_minus_constant_color" />
26390<Test name="constant_color_constant_alpha" />
26391<Test name="constant_color_one_minus_constant_alpha" />
26392<Test name="constant_color_src_alpha_saturate" />
26393<Test name="one_minus_constant_color_zero" />
26394<Test name="one_minus_constant_color_one" />
26395<Test name="one_minus_constant_color_src_color" />
26396<Test name="one_minus_constant_color_one_minus_src_color" />
26397<Test name="one_minus_constant_color_dst_color" />
26398<Test name="one_minus_constant_color_one_minus_dst_color" />
26399<Test name="one_minus_constant_color_src_alpha" />
26400<Test name="one_minus_constant_color_one_minus_src_alpha" />
26401<Test name="one_minus_constant_color_dst_alpha" />
26402<Test name="one_minus_constant_color_one_minus_dst_alpha" />
26403<Test name="one_minus_constant_color_constant_color" />
26404<Test name="one_minus_constant_color_one_minus_constant_color" />
26405<Test name="one_minus_constant_color_constant_alpha" />
26406<Test name="one_minus_constant_color_one_minus_constant_alpha" />
26407<Test name="one_minus_constant_color_src_alpha_saturate" />
26408<Test name="constant_alpha_zero" />
26409<Test name="constant_alpha_one" />
26410<Test name="constant_alpha_src_color" />
26411<Test name="constant_alpha_one_minus_src_color" />
26412<Test name="constant_alpha_dst_color" />
26413<Test name="constant_alpha_one_minus_dst_color" />
26414<Test name="constant_alpha_src_alpha" />
26415<Test name="constant_alpha_one_minus_src_alpha" />
26416<Test name="constant_alpha_dst_alpha" />
26417<Test name="constant_alpha_one_minus_dst_alpha" />
26418<Test name="constant_alpha_constant_color" />
26419<Test name="constant_alpha_one_minus_constant_color" />
26420<Test name="constant_alpha_constant_alpha" />
26421<Test name="constant_alpha_one_minus_constant_alpha" />
26422<Test name="constant_alpha_src_alpha_saturate" />
26423<Test name="one_minus_constant_alpha_zero" />
26424<Test name="one_minus_constant_alpha_one" />
26425<Test name="one_minus_constant_alpha_src_color" />
26426<Test name="one_minus_constant_alpha_one_minus_src_color" />
26427<Test name="one_minus_constant_alpha_dst_color" />
26428<Test name="one_minus_constant_alpha_one_minus_dst_color" />
26429<Test name="one_minus_constant_alpha_src_alpha" />
26430<Test name="one_minus_constant_alpha_one_minus_src_alpha" />
26431<Test name="one_minus_constant_alpha_dst_alpha" />
26432<Test name="one_minus_constant_alpha_one_minus_dst_alpha" />
26433<Test name="one_minus_constant_alpha_constant_color" />
26434<Test name="one_minus_constant_alpha_one_minus_constant_color" />
26435<Test name="one_minus_constant_alpha_constant_alpha" />
26436<Test name="one_minus_constant_alpha_one_minus_constant_alpha" />
26437<Test name="one_minus_constant_alpha_src_alpha_saturate" />
26438<Test name="src_alpha_saturate_zero" />
26439<Test name="src_alpha_saturate_one" />
26440<Test name="src_alpha_saturate_src_color" />
26441<Test name="src_alpha_saturate_one_minus_src_color" />
26442<Test name="src_alpha_saturate_dst_color" />
26443<Test name="src_alpha_saturate_one_minus_dst_color" />
26444<Test name="src_alpha_saturate_src_alpha" />
26445<Test name="src_alpha_saturate_one_minus_src_alpha" />
26446<Test name="src_alpha_saturate_dst_alpha" />
26447<Test name="src_alpha_saturate_one_minus_dst_alpha" />
26448<Test name="src_alpha_saturate_constant_color" />
26449<Test name="src_alpha_saturate_one_minus_constant_color" />
26450<Test name="src_alpha_saturate_constant_alpha" />
26451<Test name="src_alpha_saturate_one_minus_constant_alpha" />
26452<Test name="src_alpha_saturate_src_alpha_saturate" />
26453</TestCase>
26454</TestSuite>
26455<TestCase name="rgb_equation_alpha_equation">
26456<Test name="add_add" />
26457<Test name="add_subtract" />
26458<Test name="add_reverse_subtract" />
26459<Test name="add_min" />
26460<Test name="add_max" />
26461<Test name="subtract_add" />
26462<Test name="subtract_subtract" />
26463<Test name="subtract_reverse_subtract" />
26464<Test name="subtract_min" />
26465<Test name="subtract_max" />
26466<Test name="reverse_subtract_add" />
26467<Test name="reverse_subtract_subtract" />
26468<Test name="reverse_subtract_reverse_subtract" />
26469<Test name="reverse_subtract_min" />
26470<Test name="reverse_subtract_max" />
26471<Test name="min_add" />
26472<Test name="min_subtract" />
26473<Test name="min_reverse_subtract" />
26474<Test name="min_min" />
26475<Test name="min_max" />
26476<Test name="max_add" />
26477<Test name="max_subtract" />
26478<Test name="max_reverse_subtract" />
26479<Test name="max_min" />
26480<Test name="max_max" />
26481</TestCase>
26482</TestSuite>
26483<TestSuite name="fbo_srgb">
26484<TestCase name="equation_src_func_dst_func">
26485<Test name="add_zero_zero" />
26486<Test name="add_zero_one" />
26487<Test name="add_zero_src_color" />
26488<Test name="add_zero_one_minus_src_color" />
26489<Test name="add_zero_dst_color" />
26490<Test name="add_zero_one_minus_dst_color" />
26491<Test name="add_zero_src_alpha" />
26492<Test name="add_zero_one_minus_src_alpha" />
26493<Test name="add_zero_dst_alpha" />
26494<Test name="add_zero_one_minus_dst_alpha" />
26495<Test name="add_zero_constant_color" />
26496<Test name="add_zero_one_minus_constant_color" />
26497<Test name="add_zero_constant_alpha" />
26498<Test name="add_zero_one_minus_constant_alpha" />
26499<Test name="add_zero_src_alpha_saturate" />
26500<Test name="add_one_zero" />
26501<Test name="add_one_one" />
26502<Test name="add_one_src_color" />
26503<Test name="add_one_one_minus_src_color" />
26504<Test name="add_one_dst_color" />
26505<Test name="add_one_one_minus_dst_color" />
26506<Test name="add_one_src_alpha" />
26507<Test name="add_one_one_minus_src_alpha" />
26508<Test name="add_one_dst_alpha" />
26509<Test name="add_one_one_minus_dst_alpha" />
26510<Test name="add_one_constant_color" />
26511<Test name="add_one_one_minus_constant_color" />
26512<Test name="add_one_constant_alpha" />
26513<Test name="add_one_one_minus_constant_alpha" />
26514<Test name="add_one_src_alpha_saturate" />
26515<Test name="add_src_color_zero" />
26516<Test name="add_src_color_one" />
26517<Test name="add_src_color_src_color" />
26518<Test name="add_src_color_one_minus_src_color" />
26519<Test name="add_src_color_dst_color" />
26520<Test name="add_src_color_one_minus_dst_color" />
26521<Test name="add_src_color_src_alpha" />
26522<Test name="add_src_color_one_minus_src_alpha" />
26523<Test name="add_src_color_dst_alpha" />
26524<Test name="add_src_color_one_minus_dst_alpha" />
26525<Test name="add_src_color_constant_color" />
26526<Test name="add_src_color_one_minus_constant_color" />
26527<Test name="add_src_color_constant_alpha" />
26528<Test name="add_src_color_one_minus_constant_alpha" />
26529<Test name="add_src_color_src_alpha_saturate" />
26530<Test name="add_one_minus_src_color_zero" />
26531<Test name="add_one_minus_src_color_one" />
26532<Test name="add_one_minus_src_color_src_color" />
26533<Test name="add_one_minus_src_color_one_minus_src_color" />
26534<Test name="add_one_minus_src_color_dst_color" />
26535<Test name="add_one_minus_src_color_one_minus_dst_color" />
26536<Test name="add_one_minus_src_color_src_alpha" />
26537<Test name="add_one_minus_src_color_one_minus_src_alpha" />
26538<Test name="add_one_minus_src_color_dst_alpha" />
26539<Test name="add_one_minus_src_color_one_minus_dst_alpha" />
26540<Test name="add_one_minus_src_color_constant_color" />
26541<Test name="add_one_minus_src_color_one_minus_constant_color" />
26542<Test name="add_one_minus_src_color_constant_alpha" />
26543<Test name="add_one_minus_src_color_one_minus_constant_alpha" />
26544<Test name="add_one_minus_src_color_src_alpha_saturate" />
26545<Test name="add_dst_color_zero" />
26546<Test name="add_dst_color_one" />
26547<Test name="add_dst_color_src_color" />
26548<Test name="add_dst_color_one_minus_src_color" />
26549<Test name="add_dst_color_dst_color" />
26550<Test name="add_dst_color_one_minus_dst_color" />
26551<Test name="add_dst_color_src_alpha" />
26552<Test name="add_dst_color_one_minus_src_alpha" />
26553<Test name="add_dst_color_dst_alpha" />
26554<Test name="add_dst_color_one_minus_dst_alpha" />
26555<Test name="add_dst_color_constant_color" />
26556<Test name="add_dst_color_one_minus_constant_color" />
26557<Test name="add_dst_color_constant_alpha" />
26558<Test name="add_dst_color_one_minus_constant_alpha" />
26559<Test name="add_dst_color_src_alpha_saturate" />
26560<Test name="add_one_minus_dst_color_zero" />
26561<Test name="add_one_minus_dst_color_one" />
26562<Test name="add_one_minus_dst_color_src_color" />
26563<Test name="add_one_minus_dst_color_one_minus_src_color" />
26564<Test name="add_one_minus_dst_color_dst_color" />
26565<Test name="add_one_minus_dst_color_one_minus_dst_color" />
26566<Test name="add_one_minus_dst_color_src_alpha" />
26567<Test name="add_one_minus_dst_color_one_minus_src_alpha" />
26568<Test name="add_one_minus_dst_color_dst_alpha" />
26569<Test name="add_one_minus_dst_color_one_minus_dst_alpha" />
26570<Test name="add_one_minus_dst_color_constant_color" />
26571<Test name="add_one_minus_dst_color_one_minus_constant_color" />
26572<Test name="add_one_minus_dst_color_constant_alpha" />
26573<Test name="add_one_minus_dst_color_one_minus_constant_alpha" />
26574<Test name="add_one_minus_dst_color_src_alpha_saturate" />
26575<Test name="add_src_alpha_zero" />
26576<Test name="add_src_alpha_one" />
26577<Test name="add_src_alpha_src_color" />
26578<Test name="add_src_alpha_one_minus_src_color" />
26579<Test name="add_src_alpha_dst_color" />
26580<Test name="add_src_alpha_one_minus_dst_color" />
26581<Test name="add_src_alpha_src_alpha" />
26582<Test name="add_src_alpha_one_minus_src_alpha" />
26583<Test name="add_src_alpha_dst_alpha" />
26584<Test name="add_src_alpha_one_minus_dst_alpha" />
26585<Test name="add_src_alpha_constant_color" />
26586<Test name="add_src_alpha_one_minus_constant_color" />
26587<Test name="add_src_alpha_constant_alpha" />
26588<Test name="add_src_alpha_one_minus_constant_alpha" />
26589<Test name="add_src_alpha_src_alpha_saturate" />
26590<Test name="add_one_minus_src_alpha_zero" />
26591<Test name="add_one_minus_src_alpha_one" />
26592<Test name="add_one_minus_src_alpha_src_color" />
26593<Test name="add_one_minus_src_alpha_one_minus_src_color" />
26594<Test name="add_one_minus_src_alpha_dst_color" />
26595<Test name="add_one_minus_src_alpha_one_minus_dst_color" />
26596<Test name="add_one_minus_src_alpha_src_alpha" />
26597<Test name="add_one_minus_src_alpha_one_minus_src_alpha" />
26598<Test name="add_one_minus_src_alpha_dst_alpha" />
26599<Test name="add_one_minus_src_alpha_one_minus_dst_alpha" />
26600<Test name="add_one_minus_src_alpha_constant_color" />
26601<Test name="add_one_minus_src_alpha_one_minus_constant_color" />
26602<Test name="add_one_minus_src_alpha_constant_alpha" />
26603<Test name="add_one_minus_src_alpha_one_minus_constant_alpha" />
26604<Test name="add_one_minus_src_alpha_src_alpha_saturate" />
26605<Test name="add_dst_alpha_zero" />
26606<Test name="add_dst_alpha_one" />
26607<Test name="add_dst_alpha_src_color" />
26608<Test name="add_dst_alpha_one_minus_src_color" />
26609<Test name="add_dst_alpha_dst_color" />
26610<Test name="add_dst_alpha_one_minus_dst_color" />
26611<Test name="add_dst_alpha_src_alpha" />
26612<Test name="add_dst_alpha_one_minus_src_alpha" />
26613<Test name="add_dst_alpha_dst_alpha" />
26614<Test name="add_dst_alpha_one_minus_dst_alpha" />
26615<Test name="add_dst_alpha_constant_color" />
26616<Test name="add_dst_alpha_one_minus_constant_color" />
26617<Test name="add_dst_alpha_constant_alpha" />
26618<Test name="add_dst_alpha_one_minus_constant_alpha" />
26619<Test name="add_dst_alpha_src_alpha_saturate" />
26620<Test name="add_one_minus_dst_alpha_zero" />
26621<Test name="add_one_minus_dst_alpha_one" />
26622<Test name="add_one_minus_dst_alpha_src_color" />
26623<Test name="add_one_minus_dst_alpha_one_minus_src_color" />
26624<Test name="add_one_minus_dst_alpha_dst_color" />
26625<Test name="add_one_minus_dst_alpha_one_minus_dst_color" />
26626<Test name="add_one_minus_dst_alpha_src_alpha" />
26627<Test name="add_one_minus_dst_alpha_one_minus_src_alpha" />
26628<Test name="add_one_minus_dst_alpha_dst_alpha" />
26629<Test name="add_one_minus_dst_alpha_one_minus_dst_alpha" />
26630<Test name="add_one_minus_dst_alpha_constant_color" />
26631<Test name="add_one_minus_dst_alpha_one_minus_constant_color" />
26632<Test name="add_one_minus_dst_alpha_constant_alpha" />
26633<Test name="add_one_minus_dst_alpha_one_minus_constant_alpha" />
26634<Test name="add_one_minus_dst_alpha_src_alpha_saturate" />
26635<Test name="add_constant_color_zero" />
26636<Test name="add_constant_color_one" />
26637<Test name="add_constant_color_src_color" />
26638<Test name="add_constant_color_one_minus_src_color" />
26639<Test name="add_constant_color_dst_color" />
26640<Test name="add_constant_color_one_minus_dst_color" />
26641<Test name="add_constant_color_src_alpha" />
26642<Test name="add_constant_color_one_minus_src_alpha" />
26643<Test name="add_constant_color_dst_alpha" />
26644<Test name="add_constant_color_one_minus_dst_alpha" />
26645<Test name="add_constant_color_constant_color" />
26646<Test name="add_constant_color_one_minus_constant_color" />
26647<Test name="add_constant_color_constant_alpha" />
26648<Test name="add_constant_color_one_minus_constant_alpha" />
26649<Test name="add_constant_color_src_alpha_saturate" />
26650<Test name="add_one_minus_constant_color_zero" />
26651<Test name="add_one_minus_constant_color_one" />
26652<Test name="add_one_minus_constant_color_src_color" />
26653<Test name="add_one_minus_constant_color_one_minus_src_color" />
26654<Test name="add_one_minus_constant_color_dst_color" />
26655<Test name="add_one_minus_constant_color_one_minus_dst_color" />
26656<Test name="add_one_minus_constant_color_src_alpha" />
26657<Test name="add_one_minus_constant_color_one_minus_src_alpha" />
26658<Test name="add_one_minus_constant_color_dst_alpha" />
26659<Test name="add_one_minus_constant_color_one_minus_dst_alpha" />
26660<Test name="add_one_minus_constant_color_constant_color" />
26661<Test name="add_one_minus_constant_color_one_minus_constant_color" />
26662<Test name="add_one_minus_constant_color_constant_alpha" />
26663<Test name="add_one_minus_constant_color_one_minus_constant_alpha" />
26664<Test name="add_one_minus_constant_color_src_alpha_saturate" />
26665<Test name="add_constant_alpha_zero" />
26666<Test name="add_constant_alpha_one" />
26667<Test name="add_constant_alpha_src_color" />
26668<Test name="add_constant_alpha_one_minus_src_color" />
26669<Test name="add_constant_alpha_dst_color" />
26670<Test name="add_constant_alpha_one_minus_dst_color" />
26671<Test name="add_constant_alpha_src_alpha" />
26672<Test name="add_constant_alpha_one_minus_src_alpha" />
26673<Test name="add_constant_alpha_dst_alpha" />
26674<Test name="add_constant_alpha_one_minus_dst_alpha" />
26675<Test name="add_constant_alpha_constant_color" />
26676<Test name="add_constant_alpha_one_minus_constant_color" />
26677<Test name="add_constant_alpha_constant_alpha" />
26678<Test name="add_constant_alpha_one_minus_constant_alpha" />
26679<Test name="add_constant_alpha_src_alpha_saturate" />
26680<Test name="add_one_minus_constant_alpha_zero" />
26681<Test name="add_one_minus_constant_alpha_one" />
26682<Test name="add_one_minus_constant_alpha_src_color" />
26683<Test name="add_one_minus_constant_alpha_one_minus_src_color" />
26684<Test name="add_one_minus_constant_alpha_dst_color" />
26685<Test name="add_one_minus_constant_alpha_one_minus_dst_color" />
26686<Test name="add_one_minus_constant_alpha_src_alpha" />
26687<Test name="add_one_minus_constant_alpha_one_minus_src_alpha" />
26688<Test name="add_one_minus_constant_alpha_dst_alpha" />
26689<Test name="add_one_minus_constant_alpha_one_minus_dst_alpha" />
26690<Test name="add_one_minus_constant_alpha_constant_color" />
26691<Test name="add_one_minus_constant_alpha_one_minus_constant_color" />
26692<Test name="add_one_minus_constant_alpha_constant_alpha" />
26693<Test name="add_one_minus_constant_alpha_one_minus_constant_alpha" />
26694<Test name="add_one_minus_constant_alpha_src_alpha_saturate" />
26695<Test name="add_src_alpha_saturate_zero" />
26696<Test name="add_src_alpha_saturate_one" />
26697<Test name="add_src_alpha_saturate_src_color" />
26698<Test name="add_src_alpha_saturate_one_minus_src_color" />
26699<Test name="add_src_alpha_saturate_dst_color" />
26700<Test name="add_src_alpha_saturate_one_minus_dst_color" />
26701<Test name="add_src_alpha_saturate_src_alpha" />
26702<Test name="add_src_alpha_saturate_one_minus_src_alpha" />
26703<Test name="add_src_alpha_saturate_dst_alpha" />
26704<Test name="add_src_alpha_saturate_one_minus_dst_alpha" />
26705<Test name="add_src_alpha_saturate_constant_color" />
26706<Test name="add_src_alpha_saturate_one_minus_constant_color" />
26707<Test name="add_src_alpha_saturate_constant_alpha" />
26708<Test name="add_src_alpha_saturate_one_minus_constant_alpha" />
26709<Test name="add_src_alpha_saturate_src_alpha_saturate" />
26710<Test name="subtract_zero_zero" />
26711<Test name="subtract_zero_one" />
26712<Test name="subtract_zero_src_color" />
26713<Test name="subtract_zero_one_minus_src_color" />
26714<Test name="subtract_zero_dst_color" />
26715<Test name="subtract_zero_one_minus_dst_color" />
26716<Test name="subtract_zero_src_alpha" />
26717<Test name="subtract_zero_one_minus_src_alpha" />
26718<Test name="subtract_zero_dst_alpha" />
26719<Test name="subtract_zero_one_minus_dst_alpha" />
26720<Test name="subtract_zero_constant_color" />
26721<Test name="subtract_zero_one_minus_constant_color" />
26722<Test name="subtract_zero_constant_alpha" />
26723<Test name="subtract_zero_one_minus_constant_alpha" />
26724<Test name="subtract_zero_src_alpha_saturate" />
26725<Test name="subtract_one_zero" />
26726<Test name="subtract_one_one" />
26727<Test name="subtract_one_src_color" />
26728<Test name="subtract_one_one_minus_src_color" />
26729<Test name="subtract_one_dst_color" />
26730<Test name="subtract_one_one_minus_dst_color" />
26731<Test name="subtract_one_src_alpha" />
26732<Test name="subtract_one_one_minus_src_alpha" />
26733<Test name="subtract_one_dst_alpha" />
26734<Test name="subtract_one_one_minus_dst_alpha" />
26735<Test name="subtract_one_constant_color" />
26736<Test name="subtract_one_one_minus_constant_color" />
26737<Test name="subtract_one_constant_alpha" />
26738<Test name="subtract_one_one_minus_constant_alpha" />
26739<Test name="subtract_one_src_alpha_saturate" />
26740<Test name="subtract_src_color_zero" />
26741<Test name="subtract_src_color_one" />
26742<Test name="subtract_src_color_src_color" />
26743<Test name="subtract_src_color_one_minus_src_color" />
26744<Test name="subtract_src_color_dst_color" />
26745<Test name="subtract_src_color_one_minus_dst_color" />
26746<Test name="subtract_src_color_src_alpha" />
26747<Test name="subtract_src_color_one_minus_src_alpha" />
26748<Test name="subtract_src_color_dst_alpha" />
26749<Test name="subtract_src_color_one_minus_dst_alpha" />
26750<Test name="subtract_src_color_constant_color" />
26751<Test name="subtract_src_color_one_minus_constant_color" />
26752<Test name="subtract_src_color_constant_alpha" />
26753<Test name="subtract_src_color_one_minus_constant_alpha" />
26754<Test name="subtract_src_color_src_alpha_saturate" />
26755<Test name="subtract_one_minus_src_color_zero" />
26756<Test name="subtract_one_minus_src_color_one" />
26757<Test name="subtract_one_minus_src_color_src_color" />
26758<Test name="subtract_one_minus_src_color_one_minus_src_color" />
26759<Test name="subtract_one_minus_src_color_dst_color" />
26760<Test name="subtract_one_minus_src_color_one_minus_dst_color" />
26761<Test name="subtract_one_minus_src_color_src_alpha" />
26762<Test name="subtract_one_minus_src_color_one_minus_src_alpha" />
26763<Test name="subtract_one_minus_src_color_dst_alpha" />
26764<Test name="subtract_one_minus_src_color_one_minus_dst_alpha" />
26765<Test name="subtract_one_minus_src_color_constant_color" />
26766<Test name="subtract_one_minus_src_color_one_minus_constant_color" />
26767<Test name="subtract_one_minus_src_color_constant_alpha" />
26768<Test name="subtract_one_minus_src_color_one_minus_constant_alpha" />
26769<Test name="subtract_one_minus_src_color_src_alpha_saturate" />
26770<Test name="subtract_dst_color_zero" />
26771<Test name="subtract_dst_color_one" />
26772<Test name="subtract_dst_color_src_color" />
26773<Test name="subtract_dst_color_one_minus_src_color" />
26774<Test name="subtract_dst_color_dst_color" />
26775<Test name="subtract_dst_color_one_minus_dst_color" />
26776<Test name="subtract_dst_color_src_alpha" />
26777<Test name="subtract_dst_color_one_minus_src_alpha" />
26778<Test name="subtract_dst_color_dst_alpha" />
26779<Test name="subtract_dst_color_one_minus_dst_alpha" />
26780<Test name="subtract_dst_color_constant_color" />
26781<Test name="subtract_dst_color_one_minus_constant_color" />
26782<Test name="subtract_dst_color_constant_alpha" />
26783<Test name="subtract_dst_color_one_minus_constant_alpha" />
26784<Test name="subtract_dst_color_src_alpha_saturate" />
26785<Test name="subtract_one_minus_dst_color_zero" />
26786<Test name="subtract_one_minus_dst_color_one" />
26787<Test name="subtract_one_minus_dst_color_src_color" />
26788<Test name="subtract_one_minus_dst_color_one_minus_src_color" />
26789<Test name="subtract_one_minus_dst_color_dst_color" />
26790<Test name="subtract_one_minus_dst_color_one_minus_dst_color" />
26791<Test name="subtract_one_minus_dst_color_src_alpha" />
26792<Test name="subtract_one_minus_dst_color_one_minus_src_alpha" />
26793<Test name="subtract_one_minus_dst_color_dst_alpha" />
26794<Test name="subtract_one_minus_dst_color_one_minus_dst_alpha" />
26795<Test name="subtract_one_minus_dst_color_constant_color" />
26796<Test name="subtract_one_minus_dst_color_one_minus_constant_color" />
26797<Test name="subtract_one_minus_dst_color_constant_alpha" />
26798<Test name="subtract_one_minus_dst_color_one_minus_constant_alpha" />
26799<Test name="subtract_one_minus_dst_color_src_alpha_saturate" />
26800<Test name="subtract_src_alpha_zero" />
26801<Test name="subtract_src_alpha_one" />
26802<Test name="subtract_src_alpha_src_color" />
26803<Test name="subtract_src_alpha_one_minus_src_color" />
26804<Test name="subtract_src_alpha_dst_color" />
26805<Test name="subtract_src_alpha_one_minus_dst_color" />
26806<Test name="subtract_src_alpha_src_alpha" />
26807<Test name="subtract_src_alpha_one_minus_src_alpha" />
26808<Test name="subtract_src_alpha_dst_alpha" />
26809<Test name="subtract_src_alpha_one_minus_dst_alpha" />
26810<Test name="subtract_src_alpha_constant_color" />
26811<Test name="subtract_src_alpha_one_minus_constant_color" />
26812<Test name="subtract_src_alpha_constant_alpha" />
26813<Test name="subtract_src_alpha_one_minus_constant_alpha" />
26814<Test name="subtract_src_alpha_src_alpha_saturate" />
26815<Test name="subtract_one_minus_src_alpha_zero" />
26816<Test name="subtract_one_minus_src_alpha_one" />
26817<Test name="subtract_one_minus_src_alpha_src_color" />
26818<Test name="subtract_one_minus_src_alpha_one_minus_src_color" />
26819<Test name="subtract_one_minus_src_alpha_dst_color" />
26820<Test name="subtract_one_minus_src_alpha_one_minus_dst_color" />
26821<Test name="subtract_one_minus_src_alpha_src_alpha" />
26822<Test name="subtract_one_minus_src_alpha_one_minus_src_alpha" />
26823<Test name="subtract_one_minus_src_alpha_dst_alpha" />
26824<Test name="subtract_one_minus_src_alpha_one_minus_dst_alpha" />
26825<Test name="subtract_one_minus_src_alpha_constant_color" />
26826<Test name="subtract_one_minus_src_alpha_one_minus_constant_color" />
26827<Test name="subtract_one_minus_src_alpha_constant_alpha" />
26828<Test name="subtract_one_minus_src_alpha_one_minus_constant_alpha" />
26829<Test name="subtract_one_minus_src_alpha_src_alpha_saturate" />
26830<Test name="subtract_dst_alpha_zero" />
26831<Test name="subtract_dst_alpha_one" />
26832<Test name="subtract_dst_alpha_src_color" />
26833<Test name="subtract_dst_alpha_one_minus_src_color" />
26834<Test name="subtract_dst_alpha_dst_color" />
26835<Test name="subtract_dst_alpha_one_minus_dst_color" />
26836<Test name="subtract_dst_alpha_src_alpha" />
26837<Test name="subtract_dst_alpha_one_minus_src_alpha" />
26838<Test name="subtract_dst_alpha_dst_alpha" />
26839<Test name="subtract_dst_alpha_one_minus_dst_alpha" />
26840<Test name="subtract_dst_alpha_constant_color" />
26841<Test name="subtract_dst_alpha_one_minus_constant_color" />
26842<Test name="subtract_dst_alpha_constant_alpha" />
26843<Test name="subtract_dst_alpha_one_minus_constant_alpha" />
26844<Test name="subtract_dst_alpha_src_alpha_saturate" />
26845<Test name="subtract_one_minus_dst_alpha_zero" />
26846<Test name="subtract_one_minus_dst_alpha_one" />
26847<Test name="subtract_one_minus_dst_alpha_src_color" />
26848<Test name="subtract_one_minus_dst_alpha_one_minus_src_color" />
26849<Test name="subtract_one_minus_dst_alpha_dst_color" />
26850<Test name="subtract_one_minus_dst_alpha_one_minus_dst_color" />
26851<Test name="subtract_one_minus_dst_alpha_src_alpha" />
26852<Test name="subtract_one_minus_dst_alpha_one_minus_src_alpha" />
26853<Test name="subtract_one_minus_dst_alpha_dst_alpha" />
26854<Test name="subtract_one_minus_dst_alpha_one_minus_dst_alpha" />
26855<Test name="subtract_one_minus_dst_alpha_constant_color" />
26856<Test name="subtract_one_minus_dst_alpha_one_minus_constant_color" />
26857<Test name="subtract_one_minus_dst_alpha_constant_alpha" />
26858<Test name="subtract_one_minus_dst_alpha_one_minus_constant_alpha" />
26859<Test name="subtract_one_minus_dst_alpha_src_alpha_saturate" />
26860<Test name="subtract_constant_color_zero" />
26861<Test name="subtract_constant_color_one" />
26862<Test name="subtract_constant_color_src_color" />
26863<Test name="subtract_constant_color_one_minus_src_color" />
26864<Test name="subtract_constant_color_dst_color" />
26865<Test name="subtract_constant_color_one_minus_dst_color" />
26866<Test name="subtract_constant_color_src_alpha" />
26867<Test name="subtract_constant_color_one_minus_src_alpha" />
26868<Test name="subtract_constant_color_dst_alpha" />
26869<Test name="subtract_constant_color_one_minus_dst_alpha" />
26870<Test name="subtract_constant_color_constant_color" />
26871<Test name="subtract_constant_color_one_minus_constant_color" />
26872<Test name="subtract_constant_color_constant_alpha" />
26873<Test name="subtract_constant_color_one_minus_constant_alpha" />
26874<Test name="subtract_constant_color_src_alpha_saturate" />
26875<Test name="subtract_one_minus_constant_color_zero" />
26876<Test name="subtract_one_minus_constant_color_one" />
26877<Test name="subtract_one_minus_constant_color_src_color" />
26878<Test name="subtract_one_minus_constant_color_one_minus_src_color" />
26879<Test name="subtract_one_minus_constant_color_dst_color" />
26880<Test name="subtract_one_minus_constant_color_one_minus_dst_color" />
26881<Test name="subtract_one_minus_constant_color_src_alpha" />
26882<Test name="subtract_one_minus_constant_color_one_minus_src_alpha" />
26883<Test name="subtract_one_minus_constant_color_dst_alpha" />
26884<Test name="subtract_one_minus_constant_color_one_minus_dst_alpha" />
26885<Test name="subtract_one_minus_constant_color_constant_color" />
26886<Test name="subtract_one_minus_constant_color_one_minus_constant_color" />
26887<Test name="subtract_one_minus_constant_color_constant_alpha" />
26888<Test name="subtract_one_minus_constant_color_one_minus_constant_alpha" />
26889<Test name="subtract_one_minus_constant_color_src_alpha_saturate" />
26890<Test name="subtract_constant_alpha_zero" />
26891<Test name="subtract_constant_alpha_one" />
26892<Test name="subtract_constant_alpha_src_color" />
26893<Test name="subtract_constant_alpha_one_minus_src_color" />
26894<Test name="subtract_constant_alpha_dst_color" />
26895<Test name="subtract_constant_alpha_one_minus_dst_color" />
26896<Test name="subtract_constant_alpha_src_alpha" />
26897<Test name="subtract_constant_alpha_one_minus_src_alpha" />
26898<Test name="subtract_constant_alpha_dst_alpha" />
26899<Test name="subtract_constant_alpha_one_minus_dst_alpha" />
26900<Test name="subtract_constant_alpha_constant_color" />
26901<Test name="subtract_constant_alpha_one_minus_constant_color" />
26902<Test name="subtract_constant_alpha_constant_alpha" />
26903<Test name="subtract_constant_alpha_one_minus_constant_alpha" />
26904<Test name="subtract_constant_alpha_src_alpha_saturate" />
26905<Test name="subtract_one_minus_constant_alpha_zero" />
26906<Test name="subtract_one_minus_constant_alpha_one" />
26907<Test name="subtract_one_minus_constant_alpha_src_color" />
26908<Test name="subtract_one_minus_constant_alpha_one_minus_src_color" />
26909<Test name="subtract_one_minus_constant_alpha_dst_color" />
26910<Test name="subtract_one_minus_constant_alpha_one_minus_dst_color" />
26911<Test name="subtract_one_minus_constant_alpha_src_alpha" />
26912<Test name="subtract_one_minus_constant_alpha_one_minus_src_alpha" />
26913<Test name="subtract_one_minus_constant_alpha_dst_alpha" />
26914<Test name="subtract_one_minus_constant_alpha_one_minus_dst_alpha" />
26915<Test name="subtract_one_minus_constant_alpha_constant_color" />
26916<Test name="subtract_one_minus_constant_alpha_one_minus_constant_color" />
26917<Test name="subtract_one_minus_constant_alpha_constant_alpha" />
26918<Test name="subtract_one_minus_constant_alpha_one_minus_constant_alpha" />
26919<Test name="subtract_one_minus_constant_alpha_src_alpha_saturate" />
26920<Test name="subtract_src_alpha_saturate_zero" />
26921<Test name="subtract_src_alpha_saturate_one" />
26922<Test name="subtract_src_alpha_saturate_src_color" />
26923<Test name="subtract_src_alpha_saturate_one_minus_src_color" />
26924<Test name="subtract_src_alpha_saturate_dst_color" />
26925<Test name="subtract_src_alpha_saturate_one_minus_dst_color" />
26926<Test name="subtract_src_alpha_saturate_src_alpha" />
26927<Test name="subtract_src_alpha_saturate_one_minus_src_alpha" />
26928<Test name="subtract_src_alpha_saturate_dst_alpha" />
26929<Test name="subtract_src_alpha_saturate_one_minus_dst_alpha" />
26930<Test name="subtract_src_alpha_saturate_constant_color" />
26931<Test name="subtract_src_alpha_saturate_one_minus_constant_color" />
26932<Test name="subtract_src_alpha_saturate_constant_alpha" />
26933<Test name="subtract_src_alpha_saturate_one_minus_constant_alpha" />
26934<Test name="subtract_src_alpha_saturate_src_alpha_saturate" />
26935<Test name="reverse_subtract_zero_zero" />
26936<Test name="reverse_subtract_zero_one" />
26937<Test name="reverse_subtract_zero_src_color" />
26938<Test name="reverse_subtract_zero_one_minus_src_color" />
26939<Test name="reverse_subtract_zero_dst_color" />
26940<Test name="reverse_subtract_zero_one_minus_dst_color" />
26941<Test name="reverse_subtract_zero_src_alpha" />
26942<Test name="reverse_subtract_zero_one_minus_src_alpha" />
26943<Test name="reverse_subtract_zero_dst_alpha" />
26944<Test name="reverse_subtract_zero_one_minus_dst_alpha" />
26945<Test name="reverse_subtract_zero_constant_color" />
26946<Test name="reverse_subtract_zero_one_minus_constant_color" />
26947<Test name="reverse_subtract_zero_constant_alpha" />
26948<Test name="reverse_subtract_zero_one_minus_constant_alpha" />
26949<Test name="reverse_subtract_zero_src_alpha_saturate" />
26950<Test name="reverse_subtract_one_zero" />
26951<Test name="reverse_subtract_one_one" />
26952<Test name="reverse_subtract_one_src_color" />
26953<Test name="reverse_subtract_one_one_minus_src_color" />
26954<Test name="reverse_subtract_one_dst_color" />
26955<Test name="reverse_subtract_one_one_minus_dst_color" />
26956<Test name="reverse_subtract_one_src_alpha" />
26957<Test name="reverse_subtract_one_one_minus_src_alpha" />
26958<Test name="reverse_subtract_one_dst_alpha" />
26959<Test name="reverse_subtract_one_one_minus_dst_alpha" />
26960<Test name="reverse_subtract_one_constant_color" />
26961<Test name="reverse_subtract_one_one_minus_constant_color" />
26962<Test name="reverse_subtract_one_constant_alpha" />
26963<Test name="reverse_subtract_one_one_minus_constant_alpha" />
26964<Test name="reverse_subtract_one_src_alpha_saturate" />
26965<Test name="reverse_subtract_src_color_zero" />
26966<Test name="reverse_subtract_src_color_one" />
26967<Test name="reverse_subtract_src_color_src_color" />
26968<Test name="reverse_subtract_src_color_one_minus_src_color" />
26969<Test name="reverse_subtract_src_color_dst_color" />
26970<Test name="reverse_subtract_src_color_one_minus_dst_color" />
26971<Test name="reverse_subtract_src_color_src_alpha" />
26972<Test name="reverse_subtract_src_color_one_minus_src_alpha" />
26973<Test name="reverse_subtract_src_color_dst_alpha" />
26974<Test name="reverse_subtract_src_color_one_minus_dst_alpha" />
26975<Test name="reverse_subtract_src_color_constant_color" />
26976<Test name="reverse_subtract_src_color_one_minus_constant_color" />
26977<Test name="reverse_subtract_src_color_constant_alpha" />
26978<Test name="reverse_subtract_src_color_one_minus_constant_alpha" />
26979<Test name="reverse_subtract_src_color_src_alpha_saturate" />
26980<Test name="reverse_subtract_one_minus_src_color_zero" />
26981<Test name="reverse_subtract_one_minus_src_color_one" />
26982<Test name="reverse_subtract_one_minus_src_color_src_color" />
26983<Test name="reverse_subtract_one_minus_src_color_one_minus_src_color" />
26984<Test name="reverse_subtract_one_minus_src_color_dst_color" />
26985<Test name="reverse_subtract_one_minus_src_color_one_minus_dst_color" />
26986<Test name="reverse_subtract_one_minus_src_color_src_alpha" />
26987<Test name="reverse_subtract_one_minus_src_color_one_minus_src_alpha" />
26988<Test name="reverse_subtract_one_minus_src_color_dst_alpha" />
26989<Test name="reverse_subtract_one_minus_src_color_one_minus_dst_alpha" />
26990<Test name="reverse_subtract_one_minus_src_color_constant_color" />
26991<Test name="reverse_subtract_one_minus_src_color_one_minus_constant_color" />
26992<Test name="reverse_subtract_one_minus_src_color_constant_alpha" />
26993<Test name="reverse_subtract_one_minus_src_color_one_minus_constant_alpha" />
26994<Test name="reverse_subtract_one_minus_src_color_src_alpha_saturate" />
26995<Test name="reverse_subtract_dst_color_zero" />
26996<Test name="reverse_subtract_dst_color_one" />
26997<Test name="reverse_subtract_dst_color_src_color" />
26998<Test name="reverse_subtract_dst_color_one_minus_src_color" />
26999<Test name="reverse_subtract_dst_color_dst_color" />
27000<Test name="reverse_subtract_dst_color_one_minus_dst_color" />
27001<Test name="reverse_subtract_dst_color_src_alpha" />
27002<Test name="reverse_subtract_dst_color_one_minus_src_alpha" />
27003<Test name="reverse_subtract_dst_color_dst_alpha" />
27004<Test name="reverse_subtract_dst_color_one_minus_dst_alpha" />
27005<Test name="reverse_subtract_dst_color_constant_color" />
27006<Test name="reverse_subtract_dst_color_one_minus_constant_color" />
27007<Test name="reverse_subtract_dst_color_constant_alpha" />
27008<Test name="reverse_subtract_dst_color_one_minus_constant_alpha" />
27009<Test name="reverse_subtract_dst_color_src_alpha_saturate" />
27010<Test name="reverse_subtract_one_minus_dst_color_zero" />
27011<Test name="reverse_subtract_one_minus_dst_color_one" />
27012<Test name="reverse_subtract_one_minus_dst_color_src_color" />
27013<Test name="reverse_subtract_one_minus_dst_color_one_minus_src_color" />
27014<Test name="reverse_subtract_one_minus_dst_color_dst_color" />
27015<Test name="reverse_subtract_one_minus_dst_color_one_minus_dst_color" />
27016<Test name="reverse_subtract_one_minus_dst_color_src_alpha" />
27017<Test name="reverse_subtract_one_minus_dst_color_one_minus_src_alpha" />
27018<Test name="reverse_subtract_one_minus_dst_color_dst_alpha" />
27019<Test name="reverse_subtract_one_minus_dst_color_one_minus_dst_alpha" />
27020<Test name="reverse_subtract_one_minus_dst_color_constant_color" />
27021<Test name="reverse_subtract_one_minus_dst_color_one_minus_constant_color" />
27022<Test name="reverse_subtract_one_minus_dst_color_constant_alpha" />
27023<Test name="reverse_subtract_one_minus_dst_color_one_minus_constant_alpha" />
27024<Test name="reverse_subtract_one_minus_dst_color_src_alpha_saturate" />
27025<Test name="reverse_subtract_src_alpha_zero" />
27026<Test name="reverse_subtract_src_alpha_one" />
27027<Test name="reverse_subtract_src_alpha_src_color" />
27028<Test name="reverse_subtract_src_alpha_one_minus_src_color" />
27029<Test name="reverse_subtract_src_alpha_dst_color" />
27030<Test name="reverse_subtract_src_alpha_one_minus_dst_color" />
27031<Test name="reverse_subtract_src_alpha_src_alpha" />
27032<Test name="reverse_subtract_src_alpha_one_minus_src_alpha" />
27033<Test name="reverse_subtract_src_alpha_dst_alpha" />
27034<Test name="reverse_subtract_src_alpha_one_minus_dst_alpha" />
27035<Test name="reverse_subtract_src_alpha_constant_color" />
27036<Test name="reverse_subtract_src_alpha_one_minus_constant_color" />
27037<Test name="reverse_subtract_src_alpha_constant_alpha" />
27038<Test name="reverse_subtract_src_alpha_one_minus_constant_alpha" />
27039<Test name="reverse_subtract_src_alpha_src_alpha_saturate" />
27040<Test name="reverse_subtract_one_minus_src_alpha_zero" />
27041<Test name="reverse_subtract_one_minus_src_alpha_one" />
27042<Test name="reverse_subtract_one_minus_src_alpha_src_color" />
27043<Test name="reverse_subtract_one_minus_src_alpha_one_minus_src_color" />
27044<Test name="reverse_subtract_one_minus_src_alpha_dst_color" />
27045<Test name="reverse_subtract_one_minus_src_alpha_one_minus_dst_color" />
27046<Test name="reverse_subtract_one_minus_src_alpha_src_alpha" />
27047<Test name="reverse_subtract_one_minus_src_alpha_one_minus_src_alpha" />
27048<Test name="reverse_subtract_one_minus_src_alpha_dst_alpha" />
27049<Test name="reverse_subtract_one_minus_src_alpha_one_minus_dst_alpha" />
27050<Test name="reverse_subtract_one_minus_src_alpha_constant_color" />
27051<Test name="reverse_subtract_one_minus_src_alpha_one_minus_constant_color" />
27052<Test name="reverse_subtract_one_minus_src_alpha_constant_alpha" />
27053<Test name="reverse_subtract_one_minus_src_alpha_one_minus_constant_alpha" />
27054<Test name="reverse_subtract_one_minus_src_alpha_src_alpha_saturate" />
27055<Test name="reverse_subtract_dst_alpha_zero" />
27056<Test name="reverse_subtract_dst_alpha_one" />
27057<Test name="reverse_subtract_dst_alpha_src_color" />
27058<Test name="reverse_subtract_dst_alpha_one_minus_src_color" />
27059<Test name="reverse_subtract_dst_alpha_dst_color" />
27060<Test name="reverse_subtract_dst_alpha_one_minus_dst_color" />
27061<Test name="reverse_subtract_dst_alpha_src_alpha" />
27062<Test name="reverse_subtract_dst_alpha_one_minus_src_alpha" />
27063<Test name="reverse_subtract_dst_alpha_dst_alpha" />
27064<Test name="reverse_subtract_dst_alpha_one_minus_dst_alpha" />
27065<Test name="reverse_subtract_dst_alpha_constant_color" />
27066<Test name="reverse_subtract_dst_alpha_one_minus_constant_color" />
27067<Test name="reverse_subtract_dst_alpha_constant_alpha" />
27068<Test name="reverse_subtract_dst_alpha_one_minus_constant_alpha" />
27069<Test name="reverse_subtract_dst_alpha_src_alpha_saturate" />
27070<Test name="reverse_subtract_one_minus_dst_alpha_zero" />
27071<Test name="reverse_subtract_one_minus_dst_alpha_one" />
27072<Test name="reverse_subtract_one_minus_dst_alpha_src_color" />
27073<Test name="reverse_subtract_one_minus_dst_alpha_one_minus_src_color" />
27074<Test name="reverse_subtract_one_minus_dst_alpha_dst_color" />
27075<Test name="reverse_subtract_one_minus_dst_alpha_one_minus_dst_color" />
27076<Test name="reverse_subtract_one_minus_dst_alpha_src_alpha" />
27077<Test name="reverse_subtract_one_minus_dst_alpha_one_minus_src_alpha" />
27078<Test name="reverse_subtract_one_minus_dst_alpha_dst_alpha" />
27079<Test name="reverse_subtract_one_minus_dst_alpha_one_minus_dst_alpha" />
27080<Test name="reverse_subtract_one_minus_dst_alpha_constant_color" />
27081<Test name="reverse_subtract_one_minus_dst_alpha_one_minus_constant_color" />
27082<Test name="reverse_subtract_one_minus_dst_alpha_constant_alpha" />
27083<Test name="reverse_subtract_one_minus_dst_alpha_one_minus_constant_alpha" />
27084<Test name="reverse_subtract_one_minus_dst_alpha_src_alpha_saturate" />
27085<Test name="reverse_subtract_constant_color_zero" />
27086<Test name="reverse_subtract_constant_color_one" />
27087<Test name="reverse_subtract_constant_color_src_color" />
27088<Test name="reverse_subtract_constant_color_one_minus_src_color" />
27089<Test name="reverse_subtract_constant_color_dst_color" />
27090<Test name="reverse_subtract_constant_color_one_minus_dst_color" />
27091<Test name="reverse_subtract_constant_color_src_alpha" />
27092<Test name="reverse_subtract_constant_color_one_minus_src_alpha" />
27093<Test name="reverse_subtract_constant_color_dst_alpha" />
27094<Test name="reverse_subtract_constant_color_one_minus_dst_alpha" />
27095<Test name="reverse_subtract_constant_color_constant_color" />
27096<Test name="reverse_subtract_constant_color_one_minus_constant_color" />
27097<Test name="reverse_subtract_constant_color_constant_alpha" />
27098<Test name="reverse_subtract_constant_color_one_minus_constant_alpha" />
27099<Test name="reverse_subtract_constant_color_src_alpha_saturate" />
27100<Test name="reverse_subtract_one_minus_constant_color_zero" />
27101<Test name="reverse_subtract_one_minus_constant_color_one" />
27102<Test name="reverse_subtract_one_minus_constant_color_src_color" />
27103<Test name="reverse_subtract_one_minus_constant_color_one_minus_src_color" />
27104<Test name="reverse_subtract_one_minus_constant_color_dst_color" />
27105<Test name="reverse_subtract_one_minus_constant_color_one_minus_dst_color" />
27106<Test name="reverse_subtract_one_minus_constant_color_src_alpha" />
27107<Test name="reverse_subtract_one_minus_constant_color_one_minus_src_alpha" />
27108<Test name="reverse_subtract_one_minus_constant_color_dst_alpha" />
27109<Test name="reverse_subtract_one_minus_constant_color_one_minus_dst_alpha" />
27110<Test name="reverse_subtract_one_minus_constant_color_constant_color" />
27111<Test name="reverse_subtract_one_minus_constant_color_one_minus_constant_color" />
27112<Test name="reverse_subtract_one_minus_constant_color_constant_alpha" />
27113<Test name="reverse_subtract_one_minus_constant_color_one_minus_constant_alpha" />
27114<Test name="reverse_subtract_one_minus_constant_color_src_alpha_saturate" />
27115<Test name="reverse_subtract_constant_alpha_zero" />
27116<Test name="reverse_subtract_constant_alpha_one" />
27117<Test name="reverse_subtract_constant_alpha_src_color" />
27118<Test name="reverse_subtract_constant_alpha_one_minus_src_color" />
27119<Test name="reverse_subtract_constant_alpha_dst_color" />
27120<Test name="reverse_subtract_constant_alpha_one_minus_dst_color" />
27121<Test name="reverse_subtract_constant_alpha_src_alpha" />
27122<Test name="reverse_subtract_constant_alpha_one_minus_src_alpha" />
27123<Test name="reverse_subtract_constant_alpha_dst_alpha" />
27124<Test name="reverse_subtract_constant_alpha_one_minus_dst_alpha" />
27125<Test name="reverse_subtract_constant_alpha_constant_color" />
27126<Test name="reverse_subtract_constant_alpha_one_minus_constant_color" />
27127<Test name="reverse_subtract_constant_alpha_constant_alpha" />
27128<Test name="reverse_subtract_constant_alpha_one_minus_constant_alpha" />
27129<Test name="reverse_subtract_constant_alpha_src_alpha_saturate" />
27130<Test name="reverse_subtract_one_minus_constant_alpha_zero" />
27131<Test name="reverse_subtract_one_minus_constant_alpha_one" />
27132<Test name="reverse_subtract_one_minus_constant_alpha_src_color" />
27133<Test name="reverse_subtract_one_minus_constant_alpha_one_minus_src_color" />
27134<Test name="reverse_subtract_one_minus_constant_alpha_dst_color" />
27135<Test name="reverse_subtract_one_minus_constant_alpha_one_minus_dst_color" />
27136<Test name="reverse_subtract_one_minus_constant_alpha_src_alpha" />
27137<Test name="reverse_subtract_one_minus_constant_alpha_one_minus_src_alpha" />
27138<Test name="reverse_subtract_one_minus_constant_alpha_dst_alpha" />
27139<Test name="reverse_subtract_one_minus_constant_alpha_one_minus_dst_alpha" />
27140<Test name="reverse_subtract_one_minus_constant_alpha_constant_color" />
27141<Test name="reverse_subtract_one_minus_constant_alpha_one_minus_constant_color" />
27142<Test name="reverse_subtract_one_minus_constant_alpha_constant_alpha" />
27143<Test name="reverse_subtract_one_minus_constant_alpha_one_minus_constant_alpha" />
27144<Test name="reverse_subtract_one_minus_constant_alpha_src_alpha_saturate" />
27145<Test name="reverse_subtract_src_alpha_saturate_zero" />
27146<Test name="reverse_subtract_src_alpha_saturate_one" />
27147<Test name="reverse_subtract_src_alpha_saturate_src_color" />
27148<Test name="reverse_subtract_src_alpha_saturate_one_minus_src_color" />
27149<Test name="reverse_subtract_src_alpha_saturate_dst_color" />
27150<Test name="reverse_subtract_src_alpha_saturate_one_minus_dst_color" />
27151<Test name="reverse_subtract_src_alpha_saturate_src_alpha" />
27152<Test name="reverse_subtract_src_alpha_saturate_one_minus_src_alpha" />
27153<Test name="reverse_subtract_src_alpha_saturate_dst_alpha" />
27154<Test name="reverse_subtract_src_alpha_saturate_one_minus_dst_alpha" />
27155<Test name="reverse_subtract_src_alpha_saturate_constant_color" />
27156<Test name="reverse_subtract_src_alpha_saturate_one_minus_constant_color" />
27157<Test name="reverse_subtract_src_alpha_saturate_constant_alpha" />
27158<Test name="reverse_subtract_src_alpha_saturate_one_minus_constant_alpha" />
27159<Test name="reverse_subtract_src_alpha_saturate_src_alpha_saturate" />
27160</TestCase>
27161<TestSuite name="rgb_func_alpha_func">
27162<TestCase name="src">
27163<Test name="zero_zero" />
27164<Test name="zero_one" />
27165<Test name="zero_src_color" />
27166<Test name="zero_one_minus_src_color" />
27167<Test name="zero_dst_color" />
27168<Test name="zero_one_minus_dst_color" />
27169<Test name="zero_src_alpha" />
27170<Test name="zero_one_minus_src_alpha" />
27171<Test name="zero_dst_alpha" />
27172<Test name="zero_one_minus_dst_alpha" />
27173<Test name="zero_constant_color" />
27174<Test name="zero_one_minus_constant_color" />
27175<Test name="zero_constant_alpha" />
27176<Test name="zero_one_minus_constant_alpha" />
27177<Test name="zero_src_alpha_saturate" />
27178<Test name="one_zero" />
27179<Test name="one_one" />
27180<Test name="one_src_color" />
27181<Test name="one_one_minus_src_color" />
27182<Test name="one_dst_color" />
27183<Test name="one_one_minus_dst_color" />
27184<Test name="one_src_alpha" />
27185<Test name="one_one_minus_src_alpha" />
27186<Test name="one_dst_alpha" />
27187<Test name="one_one_minus_dst_alpha" />
27188<Test name="one_constant_color" />
27189<Test name="one_one_minus_constant_color" />
27190<Test name="one_constant_alpha" />
27191<Test name="one_one_minus_constant_alpha" />
27192<Test name="one_src_alpha_saturate" />
27193<Test name="src_color_zero" />
27194<Test name="src_color_one" />
27195<Test name="src_color_src_color" />
27196<Test name="src_color_one_minus_src_color" />
27197<Test name="src_color_dst_color" />
27198<Test name="src_color_one_minus_dst_color" />
27199<Test name="src_color_src_alpha" />
27200<Test name="src_color_one_minus_src_alpha" />
27201<Test name="src_color_dst_alpha" />
27202<Test name="src_color_one_minus_dst_alpha" />
27203<Test name="src_color_constant_color" />
27204<Test name="src_color_one_minus_constant_color" />
27205<Test name="src_color_constant_alpha" />
27206<Test name="src_color_one_minus_constant_alpha" />
27207<Test name="src_color_src_alpha_saturate" />
27208<Test name="one_minus_src_color_zero" />
27209<Test name="one_minus_src_color_one" />
27210<Test name="one_minus_src_color_src_color" />
27211<Test name="one_minus_src_color_one_minus_src_color" />
27212<Test name="one_minus_src_color_dst_color" />
27213<Test name="one_minus_src_color_one_minus_dst_color" />
27214<Test name="one_minus_src_color_src_alpha" />
27215<Test name="one_minus_src_color_one_minus_src_alpha" />
27216<Test name="one_minus_src_color_dst_alpha" />
27217<Test name="one_minus_src_color_one_minus_dst_alpha" />
27218<Test name="one_minus_src_color_constant_color" />
27219<Test name="one_minus_src_color_one_minus_constant_color" />
27220<Test name="one_minus_src_color_constant_alpha" />
27221<Test name="one_minus_src_color_one_minus_constant_alpha" />
27222<Test name="one_minus_src_color_src_alpha_saturate" />
27223<Test name="dst_color_zero" />
27224<Test name="dst_color_one" />
27225<Test name="dst_color_src_color" />
27226<Test name="dst_color_one_minus_src_color" />
27227<Test name="dst_color_dst_color" />
27228<Test name="dst_color_one_minus_dst_color" />
27229<Test name="dst_color_src_alpha" />
27230<Test name="dst_color_one_minus_src_alpha" />
27231<Test name="dst_color_dst_alpha" />
27232<Test name="dst_color_one_minus_dst_alpha" />
27233<Test name="dst_color_constant_color" />
27234<Test name="dst_color_one_minus_constant_color" />
27235<Test name="dst_color_constant_alpha" />
27236<Test name="dst_color_one_minus_constant_alpha" />
27237<Test name="dst_color_src_alpha_saturate" />
27238<Test name="one_minus_dst_color_zero" />
27239<Test name="one_minus_dst_color_one" />
27240<Test name="one_minus_dst_color_src_color" />
27241<Test name="one_minus_dst_color_one_minus_src_color" />
27242<Test name="one_minus_dst_color_dst_color" />
27243<Test name="one_minus_dst_color_one_minus_dst_color" />
27244<Test name="one_minus_dst_color_src_alpha" />
27245<Test name="one_minus_dst_color_one_minus_src_alpha" />
27246<Test name="one_minus_dst_color_dst_alpha" />
27247<Test name="one_minus_dst_color_one_minus_dst_alpha" />
27248<Test name="one_minus_dst_color_constant_color" />
27249<Test name="one_minus_dst_color_one_minus_constant_color" />
27250<Test name="one_minus_dst_color_constant_alpha" />
27251<Test name="one_minus_dst_color_one_minus_constant_alpha" />
27252<Test name="one_minus_dst_color_src_alpha_saturate" />
27253<Test name="src_alpha_zero" />
27254<Test name="src_alpha_one" />
27255<Test name="src_alpha_src_color" />
27256<Test name="src_alpha_one_minus_src_color" />
27257<Test name="src_alpha_dst_color" />
27258<Test name="src_alpha_one_minus_dst_color" />
27259<Test name="src_alpha_src_alpha" />
27260<Test name="src_alpha_one_minus_src_alpha" />
27261<Test name="src_alpha_dst_alpha" />
27262<Test name="src_alpha_one_minus_dst_alpha" />
27263<Test name="src_alpha_constant_color" />
27264<Test name="src_alpha_one_minus_constant_color" />
27265<Test name="src_alpha_constant_alpha" />
27266<Test name="src_alpha_one_minus_constant_alpha" />
27267<Test name="src_alpha_src_alpha_saturate" />
27268<Test name="one_minus_src_alpha_zero" />
27269<Test name="one_minus_src_alpha_one" />
27270<Test name="one_minus_src_alpha_src_color" />
27271<Test name="one_minus_src_alpha_one_minus_src_color" />
27272<Test name="one_minus_src_alpha_dst_color" />
27273<Test name="one_minus_src_alpha_one_minus_dst_color" />
27274<Test name="one_minus_src_alpha_src_alpha" />
27275<Test name="one_minus_src_alpha_one_minus_src_alpha" />
27276<Test name="one_minus_src_alpha_dst_alpha" />
27277<Test name="one_minus_src_alpha_one_minus_dst_alpha" />
27278<Test name="one_minus_src_alpha_constant_color" />
27279<Test name="one_minus_src_alpha_one_minus_constant_color" />
27280<Test name="one_minus_src_alpha_constant_alpha" />
27281<Test name="one_minus_src_alpha_one_minus_constant_alpha" />
27282<Test name="one_minus_src_alpha_src_alpha_saturate" />
27283<Test name="dst_alpha_zero" />
27284<Test name="dst_alpha_one" />
27285<Test name="dst_alpha_src_color" />
27286<Test name="dst_alpha_one_minus_src_color" />
27287<Test name="dst_alpha_dst_color" />
27288<Test name="dst_alpha_one_minus_dst_color" />
27289<Test name="dst_alpha_src_alpha" />
27290<Test name="dst_alpha_one_minus_src_alpha" />
27291<Test name="dst_alpha_dst_alpha" />
27292<Test name="dst_alpha_one_minus_dst_alpha" />
27293<Test name="dst_alpha_constant_color" />
27294<Test name="dst_alpha_one_minus_constant_color" />
27295<Test name="dst_alpha_constant_alpha" />
27296<Test name="dst_alpha_one_minus_constant_alpha" />
27297<Test name="dst_alpha_src_alpha_saturate" />
27298<Test name="one_minus_dst_alpha_zero" />
27299<Test name="one_minus_dst_alpha_one" />
27300<Test name="one_minus_dst_alpha_src_color" />
27301<Test name="one_minus_dst_alpha_one_minus_src_color" />
27302<Test name="one_minus_dst_alpha_dst_color" />
27303<Test name="one_minus_dst_alpha_one_minus_dst_color" />
27304<Test name="one_minus_dst_alpha_src_alpha" />
27305<Test name="one_minus_dst_alpha_one_minus_src_alpha" />
27306<Test name="one_minus_dst_alpha_dst_alpha" />
27307<Test name="one_minus_dst_alpha_one_minus_dst_alpha" />
27308<Test name="one_minus_dst_alpha_constant_color" />
27309<Test name="one_minus_dst_alpha_one_minus_constant_color" />
27310<Test name="one_minus_dst_alpha_constant_alpha" />
27311<Test name="one_minus_dst_alpha_one_minus_constant_alpha" />
27312<Test name="one_minus_dst_alpha_src_alpha_saturate" />
27313<Test name="constant_color_zero" />
27314<Test name="constant_color_one" />
27315<Test name="constant_color_src_color" />
27316<Test name="constant_color_one_minus_src_color" />
27317<Test name="constant_color_dst_color" />
27318<Test name="constant_color_one_minus_dst_color" />
27319<Test name="constant_color_src_alpha" />
27320<Test name="constant_color_one_minus_src_alpha" />
27321<Test name="constant_color_dst_alpha" />
27322<Test name="constant_color_one_minus_dst_alpha" />
27323<Test name="constant_color_constant_color" />
27324<Test name="constant_color_one_minus_constant_color" />
27325<Test name="constant_color_constant_alpha" />
27326<Test name="constant_color_one_minus_constant_alpha" />
27327<Test name="constant_color_src_alpha_saturate" />
27328<Test name="one_minus_constant_color_zero" />
27329<Test name="one_minus_constant_color_one" />
27330<Test name="one_minus_constant_color_src_color" />
27331<Test name="one_minus_constant_color_one_minus_src_color" />
27332<Test name="one_minus_constant_color_dst_color" />
27333<Test name="one_minus_constant_color_one_minus_dst_color" />
27334<Test name="one_minus_constant_color_src_alpha" />
27335<Test name="one_minus_constant_color_one_minus_src_alpha" />
27336<Test name="one_minus_constant_color_dst_alpha" />
27337<Test name="one_minus_constant_color_one_minus_dst_alpha" />
27338<Test name="one_minus_constant_color_constant_color" />
27339<Test name="one_minus_constant_color_one_minus_constant_color" />
27340<Test name="one_minus_constant_color_constant_alpha" />
27341<Test name="one_minus_constant_color_one_minus_constant_alpha" />
27342<Test name="one_minus_constant_color_src_alpha_saturate" />
27343<Test name="constant_alpha_zero" />
27344<Test name="constant_alpha_one" />
27345<Test name="constant_alpha_src_color" />
27346<Test name="constant_alpha_one_minus_src_color" />
27347<Test name="constant_alpha_dst_color" />
27348<Test name="constant_alpha_one_minus_dst_color" />
27349<Test name="constant_alpha_src_alpha" />
27350<Test name="constant_alpha_one_minus_src_alpha" />
27351<Test name="constant_alpha_dst_alpha" />
27352<Test name="constant_alpha_one_minus_dst_alpha" />
27353<Test name="constant_alpha_constant_color" />
27354<Test name="constant_alpha_one_minus_constant_color" />
27355<Test name="constant_alpha_constant_alpha" />
27356<Test name="constant_alpha_one_minus_constant_alpha" />
27357<Test name="constant_alpha_src_alpha_saturate" />
27358<Test name="one_minus_constant_alpha_zero" />
27359<Test name="one_minus_constant_alpha_one" />
27360<Test name="one_minus_constant_alpha_src_color" />
27361<Test name="one_minus_constant_alpha_one_minus_src_color" />
27362<Test name="one_minus_constant_alpha_dst_color" />
27363<Test name="one_minus_constant_alpha_one_minus_dst_color" />
27364<Test name="one_minus_constant_alpha_src_alpha" />
27365<Test name="one_minus_constant_alpha_one_minus_src_alpha" />
27366<Test name="one_minus_constant_alpha_dst_alpha" />
27367<Test name="one_minus_constant_alpha_one_minus_dst_alpha" />
27368<Test name="one_minus_constant_alpha_constant_color" />
27369<Test name="one_minus_constant_alpha_one_minus_constant_color" />
27370<Test name="one_minus_constant_alpha_constant_alpha" />
27371<Test name="one_minus_constant_alpha_one_minus_constant_alpha" />
27372<Test name="one_minus_constant_alpha_src_alpha_saturate" />
27373<Test name="src_alpha_saturate_zero" />
27374<Test name="src_alpha_saturate_one" />
27375<Test name="src_alpha_saturate_src_color" />
27376<Test name="src_alpha_saturate_one_minus_src_color" />
27377<Test name="src_alpha_saturate_dst_color" />
27378<Test name="src_alpha_saturate_one_minus_dst_color" />
27379<Test name="src_alpha_saturate_src_alpha" />
27380<Test name="src_alpha_saturate_one_minus_src_alpha" />
27381<Test name="src_alpha_saturate_dst_alpha" />
27382<Test name="src_alpha_saturate_one_minus_dst_alpha" />
27383<Test name="src_alpha_saturate_constant_color" />
27384<Test name="src_alpha_saturate_one_minus_constant_color" />
27385<Test name="src_alpha_saturate_constant_alpha" />
27386<Test name="src_alpha_saturate_one_minus_constant_alpha" />
27387<Test name="src_alpha_saturate_src_alpha_saturate" />
27388</TestCase>
27389<TestCase name="dst">
27390<Test name="zero_zero" />
27391<Test name="zero_one" />
27392<Test name="zero_src_color" />
27393<Test name="zero_one_minus_src_color" />
27394<Test name="zero_dst_color" />
27395<Test name="zero_one_minus_dst_color" />
27396<Test name="zero_src_alpha" />
27397<Test name="zero_one_minus_src_alpha" />
27398<Test name="zero_dst_alpha" />
27399<Test name="zero_one_minus_dst_alpha" />
27400<Test name="zero_constant_color" />
27401<Test name="zero_one_minus_constant_color" />
27402<Test name="zero_constant_alpha" />
27403<Test name="zero_one_minus_constant_alpha" />
27404<Test name="zero_src_alpha_saturate" />
27405<Test name="one_zero" />
27406<Test name="one_one" />
27407<Test name="one_src_color" />
27408<Test name="one_one_minus_src_color" />
27409<Test name="one_dst_color" />
27410<Test name="one_one_minus_dst_color" />
27411<Test name="one_src_alpha" />
27412<Test name="one_one_minus_src_alpha" />
27413<Test name="one_dst_alpha" />
27414<Test name="one_one_minus_dst_alpha" />
27415<Test name="one_constant_color" />
27416<Test name="one_one_minus_constant_color" />
27417<Test name="one_constant_alpha" />
27418<Test name="one_one_minus_constant_alpha" />
27419<Test name="one_src_alpha_saturate" />
27420<Test name="src_color_zero" />
27421<Test name="src_color_one" />
27422<Test name="src_color_src_color" />
27423<Test name="src_color_one_minus_src_color" />
27424<Test name="src_color_dst_color" />
27425<Test name="src_color_one_minus_dst_color" />
27426<Test name="src_color_src_alpha" />
27427<Test name="src_color_one_minus_src_alpha" />
27428<Test name="src_color_dst_alpha" />
27429<Test name="src_color_one_minus_dst_alpha" />
27430<Test name="src_color_constant_color" />
27431<Test name="src_color_one_minus_constant_color" />
27432<Test name="src_color_constant_alpha" />
27433<Test name="src_color_one_minus_constant_alpha" />
27434<Test name="src_color_src_alpha_saturate" />
27435<Test name="one_minus_src_color_zero" />
27436<Test name="one_minus_src_color_one" />
27437<Test name="one_minus_src_color_src_color" />
27438<Test name="one_minus_src_color_one_minus_src_color" />
27439<Test name="one_minus_src_color_dst_color" />
27440<Test name="one_minus_src_color_one_minus_dst_color" />
27441<Test name="one_minus_src_color_src_alpha" />
27442<Test name="one_minus_src_color_one_minus_src_alpha" />
27443<Test name="one_minus_src_color_dst_alpha" />
27444<Test name="one_minus_src_color_one_minus_dst_alpha" />
27445<Test name="one_minus_src_color_constant_color" />
27446<Test name="one_minus_src_color_one_minus_constant_color" />
27447<Test name="one_minus_src_color_constant_alpha" />
27448<Test name="one_minus_src_color_one_minus_constant_alpha" />
27449<Test name="one_minus_src_color_src_alpha_saturate" />
27450<Test name="dst_color_zero" />
27451<Test name="dst_color_one" />
27452<Test name="dst_color_src_color" />
27453<Test name="dst_color_one_minus_src_color" />
27454<Test name="dst_color_dst_color" />
27455<Test name="dst_color_one_minus_dst_color" />
27456<Test name="dst_color_src_alpha" />
27457<Test name="dst_color_one_minus_src_alpha" />
27458<Test name="dst_color_dst_alpha" />
27459<Test name="dst_color_one_minus_dst_alpha" />
27460<Test name="dst_color_constant_color" />
27461<Test name="dst_color_one_minus_constant_color" />
27462<Test name="dst_color_constant_alpha" />
27463<Test name="dst_color_one_minus_constant_alpha" />
27464<Test name="dst_color_src_alpha_saturate" />
27465<Test name="one_minus_dst_color_zero" />
27466<Test name="one_minus_dst_color_one" />
27467<Test name="one_minus_dst_color_src_color" />
27468<Test name="one_minus_dst_color_one_minus_src_color" />
27469<Test name="one_minus_dst_color_dst_color" />
27470<Test name="one_minus_dst_color_one_minus_dst_color" />
27471<Test name="one_minus_dst_color_src_alpha" />
27472<Test name="one_minus_dst_color_one_minus_src_alpha" />
27473<Test name="one_minus_dst_color_dst_alpha" />
27474<Test name="one_minus_dst_color_one_minus_dst_alpha" />
27475<Test name="one_minus_dst_color_constant_color" />
27476<Test name="one_minus_dst_color_one_minus_constant_color" />
27477<Test name="one_minus_dst_color_constant_alpha" />
27478<Test name="one_minus_dst_color_one_minus_constant_alpha" />
27479<Test name="one_minus_dst_color_src_alpha_saturate" />
27480<Test name="src_alpha_zero" />
27481<Test name="src_alpha_one" />
27482<Test name="src_alpha_src_color" />
27483<Test name="src_alpha_one_minus_src_color" />
27484<Test name="src_alpha_dst_color" />
27485<Test name="src_alpha_one_minus_dst_color" />
27486<Test name="src_alpha_src_alpha" />
27487<Test name="src_alpha_one_minus_src_alpha" />
27488<Test name="src_alpha_dst_alpha" />
27489<Test name="src_alpha_one_minus_dst_alpha" />
27490<Test name="src_alpha_constant_color" />
27491<Test name="src_alpha_one_minus_constant_color" />
27492<Test name="src_alpha_constant_alpha" />
27493<Test name="src_alpha_one_minus_constant_alpha" />
27494<Test name="src_alpha_src_alpha_saturate" />
27495<Test name="one_minus_src_alpha_zero" />
27496<Test name="one_minus_src_alpha_one" />
27497<Test name="one_minus_src_alpha_src_color" />
27498<Test name="one_minus_src_alpha_one_minus_src_color" />
27499<Test name="one_minus_src_alpha_dst_color" />
27500<Test name="one_minus_src_alpha_one_minus_dst_color" />
27501<Test name="one_minus_src_alpha_src_alpha" />
27502<Test name="one_minus_src_alpha_one_minus_src_alpha" />
27503<Test name="one_minus_src_alpha_dst_alpha" />
27504<Test name="one_minus_src_alpha_one_minus_dst_alpha" />
27505<Test name="one_minus_src_alpha_constant_color" />
27506<Test name="one_minus_src_alpha_one_minus_constant_color" />
27507<Test name="one_minus_src_alpha_constant_alpha" />
27508<Test name="one_minus_src_alpha_one_minus_constant_alpha" />
27509<Test name="one_minus_src_alpha_src_alpha_saturate" />
27510<Test name="dst_alpha_zero" />
27511<Test name="dst_alpha_one" />
27512<Test name="dst_alpha_src_color" />
27513<Test name="dst_alpha_one_minus_src_color" />
27514<Test name="dst_alpha_dst_color" />
27515<Test name="dst_alpha_one_minus_dst_color" />
27516<Test name="dst_alpha_src_alpha" />
27517<Test name="dst_alpha_one_minus_src_alpha" />
27518<Test name="dst_alpha_dst_alpha" />
27519<Test name="dst_alpha_one_minus_dst_alpha" />
27520<Test name="dst_alpha_constant_color" />
27521<Test name="dst_alpha_one_minus_constant_color" />
27522<Test name="dst_alpha_constant_alpha" />
27523<Test name="dst_alpha_one_minus_constant_alpha" />
27524<Test name="dst_alpha_src_alpha_saturate" />
27525<Test name="one_minus_dst_alpha_zero" />
27526<Test name="one_minus_dst_alpha_one" />
27527<Test name="one_minus_dst_alpha_src_color" />
27528<Test name="one_minus_dst_alpha_one_minus_src_color" />
27529<Test name="one_minus_dst_alpha_dst_color" />
27530<Test name="one_minus_dst_alpha_one_minus_dst_color" />
27531<Test name="one_minus_dst_alpha_src_alpha" />
27532<Test name="one_minus_dst_alpha_one_minus_src_alpha" />
27533<Test name="one_minus_dst_alpha_dst_alpha" />
27534<Test name="one_minus_dst_alpha_one_minus_dst_alpha" />
27535<Test name="one_minus_dst_alpha_constant_color" />
27536<Test name="one_minus_dst_alpha_one_minus_constant_color" />
27537<Test name="one_minus_dst_alpha_constant_alpha" />
27538<Test name="one_minus_dst_alpha_one_minus_constant_alpha" />
27539<Test name="one_minus_dst_alpha_src_alpha_saturate" />
27540<Test name="constant_color_zero" />
27541<Test name="constant_color_one" />
27542<Test name="constant_color_src_color" />
27543<Test name="constant_color_one_minus_src_color" />
27544<Test name="constant_color_dst_color" />
27545<Test name="constant_color_one_minus_dst_color" />
27546<Test name="constant_color_src_alpha" />
27547<Test name="constant_color_one_minus_src_alpha" />
27548<Test name="constant_color_dst_alpha" />
27549<Test name="constant_color_one_minus_dst_alpha" />
27550<Test name="constant_color_constant_color" />
27551<Test name="constant_color_one_minus_constant_color" />
27552<Test name="constant_color_constant_alpha" />
27553<Test name="constant_color_one_minus_constant_alpha" />
27554<Test name="constant_color_src_alpha_saturate" />
27555<Test name="one_minus_constant_color_zero" />
27556<Test name="one_minus_constant_color_one" />
27557<Test name="one_minus_constant_color_src_color" />
27558<Test name="one_minus_constant_color_one_minus_src_color" />
27559<Test name="one_minus_constant_color_dst_color" />
27560<Test name="one_minus_constant_color_one_minus_dst_color" />
27561<Test name="one_minus_constant_color_src_alpha" />
27562<Test name="one_minus_constant_color_one_minus_src_alpha" />
27563<Test name="one_minus_constant_color_dst_alpha" />
27564<Test name="one_minus_constant_color_one_minus_dst_alpha" />
27565<Test name="one_minus_constant_color_constant_color" />
27566<Test name="one_minus_constant_color_one_minus_constant_color" />
27567<Test name="one_minus_constant_color_constant_alpha" />
27568<Test name="one_minus_constant_color_one_minus_constant_alpha" />
27569<Test name="one_minus_constant_color_src_alpha_saturate" />
27570<Test name="constant_alpha_zero" />
27571<Test name="constant_alpha_one" />
27572<Test name="constant_alpha_src_color" />
27573<Test name="constant_alpha_one_minus_src_color" />
27574<Test name="constant_alpha_dst_color" />
27575<Test name="constant_alpha_one_minus_dst_color" />
27576<Test name="constant_alpha_src_alpha" />
27577<Test name="constant_alpha_one_minus_src_alpha" />
27578<Test name="constant_alpha_dst_alpha" />
27579<Test name="constant_alpha_one_minus_dst_alpha" />
27580<Test name="constant_alpha_constant_color" />
27581<Test name="constant_alpha_one_minus_constant_color" />
27582<Test name="constant_alpha_constant_alpha" />
27583<Test name="constant_alpha_one_minus_constant_alpha" />
27584<Test name="constant_alpha_src_alpha_saturate" />
27585<Test name="one_minus_constant_alpha_zero" />
27586<Test name="one_minus_constant_alpha_one" />
27587<Test name="one_minus_constant_alpha_src_color" />
27588<Test name="one_minus_constant_alpha_one_minus_src_color" />
27589<Test name="one_minus_constant_alpha_dst_color" />
27590<Test name="one_minus_constant_alpha_one_minus_dst_color" />
27591<Test name="one_minus_constant_alpha_src_alpha" />
27592<Test name="one_minus_constant_alpha_one_minus_src_alpha" />
27593<Test name="one_minus_constant_alpha_dst_alpha" />
27594<Test name="one_minus_constant_alpha_one_minus_dst_alpha" />
27595<Test name="one_minus_constant_alpha_constant_color" />
27596<Test name="one_minus_constant_alpha_one_minus_constant_color" />
27597<Test name="one_minus_constant_alpha_constant_alpha" />
27598<Test name="one_minus_constant_alpha_one_minus_constant_alpha" />
27599<Test name="one_minus_constant_alpha_src_alpha_saturate" />
27600<Test name="src_alpha_saturate_zero" />
27601<Test name="src_alpha_saturate_one" />
27602<Test name="src_alpha_saturate_src_color" />
27603<Test name="src_alpha_saturate_one_minus_src_color" />
27604<Test name="src_alpha_saturate_dst_color" />
27605<Test name="src_alpha_saturate_one_minus_dst_color" />
27606<Test name="src_alpha_saturate_src_alpha" />
27607<Test name="src_alpha_saturate_one_minus_src_alpha" />
27608<Test name="src_alpha_saturate_dst_alpha" />
27609<Test name="src_alpha_saturate_one_minus_dst_alpha" />
27610<Test name="src_alpha_saturate_constant_color" />
27611<Test name="src_alpha_saturate_one_minus_constant_color" />
27612<Test name="src_alpha_saturate_constant_alpha" />
27613<Test name="src_alpha_saturate_one_minus_constant_alpha" />
27614<Test name="src_alpha_saturate_src_alpha_saturate" />
27615</TestCase>
27616</TestSuite>
27617<TestCase name="rgb_equation_alpha_equation">
27618<Test name="add_add" />
27619<Test name="add_subtract" />
27620<Test name="add_reverse_subtract" />
27621<Test name="add_min" />
27622<Test name="add_max" />
27623<Test name="subtract_add" />
27624<Test name="subtract_subtract" />
27625<Test name="subtract_reverse_subtract" />
27626<Test name="subtract_min" />
27627<Test name="subtract_max" />
27628<Test name="reverse_subtract_add" />
27629<Test name="reverse_subtract_subtract" />
27630<Test name="reverse_subtract_reverse_subtract" />
27631<Test name="reverse_subtract_min" />
27632<Test name="reverse_subtract_max" />
27633<Test name="min_add" />
27634<Test name="min_subtract" />
27635<Test name="min_reverse_subtract" />
27636<Test name="min_min" />
27637<Test name="min_max" />
27638<Test name="max_add" />
27639<Test name="max_subtract" />
27640<Test name="max_reverse_subtract" />
27641<Test name="max_min" />
27642<Test name="max_max" />
27643</TestCase>
27644</TestSuite>
27645</TestSuite>
27646<TestCase name="random">
27647<Test name="0" />
27648<Test name="1" />
27649<Test name="2" />
27650<Test name="3" />
27651<Test name="4" />
27652<Test name="5" />
27653<Test name="6" />
27654<Test name="7" />
27655<Test name="8" />
27656<Test name="9" />
27657<Test name="10" />
27658<Test name="11" />
27659<Test name="12" />
27660<Test name="13" />
27661<Test name="14" />
27662<Test name="15" />
27663<Test name="16" />
27664<Test name="17" />
27665<Test name="18" />
27666<Test name="20" />
27667<Test name="21" />
27668<Test name="23" />
27669<Test name="24" />
27670<Test name="25" />
27671<Test name="26" />
27672<Test name="28" />
27673<Test name="29" />
27674<Test name="30" />
27675<Test name="31" />
27676<Test name="32" />
27677<Test name="33" />
27678<Test name="34" />
27679<Test name="35" />
27680<Test name="36" />
27681<Test name="37" />
27682<Test name="38" />
27683<Test name="39" />
27684<Test name="40" />
27685<Test name="41" />
27686<Test name="42" />
27687<Test name="43" />
27688<Test name="44" />
27689<Test name="45" />
27690<Test name="46" />
27691<Test name="47" />
27692<Test name="49" />
27693<Test name="50" />
27694<Test name="51" />
27695<Test name="52" />
27696<Test name="53" />
27697<Test name="54" />
27698<Test name="55" />
27699<Test name="56" />
27700<Test name="57" />
27701<Test name="58" />
27702<Test name="60" />
27703<Test name="62" />
27704<Test name="63" />
27705<Test name="64" />
27706<Test name="65" />
27707<Test name="66" />
27708<Test name="67" />
27709<Test name="68" />
27710<Test name="69" />
27711<Test name="70" />
27712<Test name="71" />
27713<Test name="72" />
27714<Test name="73" />
27715<Test name="75" />
27716<Test name="76" />
27717<Test name="77" />
27718<Test name="78" />
27719<Test name="79" />
27720<Test name="80" />
27721<Test name="81" />
27722<Test name="82" />
27723<Test name="83" />
27724<Test name="84" />
27725<Test name="85" />
27726<Test name="86" />
27727<Test name="87" />
27728<Test name="88" />
27729<Test name="89" />
27730<Test name="90" />
27731<Test name="91" />
27732<Test name="92" />
27733<Test name="93" />
27734<Test name="94" />
27735<Test name="95" />
27736<Test name="96" />
27737<Test name="97" />
27738<Test name="98" />
27739<Test name="99" />
27740</TestCase>
27741<TestSuite name="interaction">
27742<TestCase name="basic_shader">
27743<Test name="0" />
27744<Test name="1" />
27745<Test name="2" />
27746<Test name="3" />
27747<Test name="4" />
27748<Test name="5" />
27749<Test name="6" />
27750<Test name="8" />
27751<Test name="9" />
27752<Test name="10" />
27753<Test name="11" />
27754<Test name="12" />
27755<Test name="13" />
27756<Test name="14" />
27757<Test name="15" />
27758<Test name="16" />
27759<Test name="17" />
27760<Test name="18" />
27761<Test name="19" />
27762<Test name="21" />
27763<Test name="22" />
27764<Test name="23" />
27765<Test name="24" />
27766<Test name="26" />
27767<Test name="28" />
27768<Test name="29" />
27769<Test name="30" />
27770<Test name="31" />
27771<Test name="32" />
27772<Test name="33" />
27773<Test name="34" />
27774<Test name="35" />
27775<Test name="36" />
27776<Test name="37" />
27777<Test name="38" />
27778<Test name="39" />
27779<Test name="41" />
27780<Test name="42" />
27781<Test name="43" />
27782<Test name="45" />
27783<Test name="46" />
27784<Test name="47" />
27785<Test name="48" />
27786<Test name="49" />
27787<Test name="50" />
27788<Test name="51" />
27789<Test name="52" />
27790<Test name="53" />
27791<Test name="55" />
27792<Test name="56" />
27793<Test name="57" />
27794<Test name="58" />
27795<Test name="59" />
27796<Test name="60" />
27797<Test name="61" />
27798<Test name="62" />
27799<Test name="63" />
27800<Test name="64" />
27801<Test name="65" />
27802<Test name="66" />
27803<Test name="67" />
27804<Test name="68" />
27805<Test name="69" />
27806<Test name="70" />
27807<Test name="71" />
27808<Test name="72" />
27809<Test name="74" />
27810<Test name="75" />
27811<Test name="76" />
27812<Test name="77" />
27813<Test name="79" />
27814<Test name="81" />
27815<Test name="83" />
27816<Test name="85" />
27817<Test name="86" />
27818<Test name="87" />
27819<Test name="88" />
27820<Test name="89" />
27821<Test name="90" />
27822<Test name="91" />
27823<Test name="92" />
27824<Test name="93" />
27825<Test name="94" />
27826<Test name="95" />
27827<Test name="96" />
27828<Test name="97" />
27829<Test name="98" />
27830<Test name="99" />
27831</TestCase>
27832</TestSuite>
27833<TestCase name="scissor">
27834<Test name="contained_quads" />
27835<Test name="partial_quads" />
27836<Test name="contained_tri" />
27837<Test name="enclosing_tri" />
27838<Test name="partial_tri" />
27839<Test name="outside_render_tri" />
27840<Test name="partial_lines" />
27841<Test name="contained_line" />
27842<Test name="partial_line" />
27843<Test name="outside_render_line" />
27844<Test name="contained_point" />
27845<Test name="partial_points" />
27846<Test name="outside_point" />
27847<Test name="outside_render_point" />
27848<Test name="clear_depth" />
27849<Test name="clear_stencil" />
27850<Test name="clear_color" />
27851<Test name="clear_fixed_buffer" />
27852<Test name="clear_int_buffer" />
27853<Test name="clear_uint_buffer" />
27854<Test name="clear_depth_buffer" />
27855<Test name="clear_stencil_buffer" />
27856<Test name="clear_depth_stencil_buffer" />
27857</TestCase>
27858</TestSuite>
27859<TestSuite name="fbo">
27860<TestCase name="api">
27861<Test name="valid_tex2d_attachments" />
27862<Test name="valid_texcube_attachments" />
27863<Test name="valid_rbo_attachments" />
27864<Test name="attach_to_default_fbo" />
27865<Test name="invalid_tex2d_attachments" />
27866<Test name="invalid_texcube_attachments" />
27867<Test name="invalid_rbo_attachments" />
27868<Test name="attach_names" />
27869<Test name="attachment_query_tex2d" />
27870<Test name="delete_tex_2d_attached_to_bound_fbo" />
27871<Test name="delete_tex_cube_attached_to_bound_fbo" />
27872<Test name="delete_rbo_attached_to_bound_fbo" />
27873<Test name="delete_tex_2d_attached_to_not_bound_fbo" />
27874<Test name="delete_tex_cube_attached_to_not_bound_fbo" />
27875<Test name="delete_rbo_attached_to_not_bound_fbo" />
27876</TestCase>
27877<TestSuite name="completeness">
27878<TestSuite name="renderable">
27879<TestSuite name="renderbuffer">
27880<TestCase name="color0">
27881<Test name="depth_component_unsigned_short" />
27882<Test name="depth_component_unsigned_int" />
27883<Test name="rgb_unsigned_byte" />
27884<Test name="rgb_unsigned_short_5_6_5" />
27885<Test name="rgb_unsigned_int_2_10_10_10_rev" />
27886<Test name="rgb_unsigned_int_10f_11f_11f_rev" />
27887<Test name="rgba_unsigned_byte" />
27888<Test name="rgba_unsigned_short_4_4_4_4" />
27889<Test name="rgba_unsigned_short_5_5_5_1" />
27890<Test name="rgba_unsigned_int_2_10_10_10_rev" />
27891<Test name="rgb8" />
27892<Test name="rgb10" />
27893<Test name="rgba4" />
27894<Test name="rgb5_a1" />
27895<Test name="rgba8" />
27896<Test name="rgb10_a2" />
27897<Test name="depth_component16" />
27898<Test name="depth_component24" />
27899<Test name="depth_component32" />
27900<Test name="r8" />
27901<Test name="rg8" />
27902<Test name="r16f" />
27903<Test name="r32f" />
27904<Test name="rg16f" />
27905<Test name="rg32f" />
27906<Test name="r8i" />
27907<Test name="r8ui" />
27908<Test name="r16i" />
27909<Test name="r16ui" />
27910<Test name="r32i" />
27911<Test name="r32ui" />
27912<Test name="rg8i" />
27913<Test name="rg8ui" />
27914<Test name="rg16i" />
27915<Test name="rg16ui" />
27916<Test name="rg32i" />
27917<Test name="rg32ui" />
27918<Test name="depth_stencil_unsigned_int_24_8" />
27919<Test name="rgba32f" />
27920<Test name="rgba16f" />
27921<Test name="depth24_stencil8" />
27922<Test name="r11f_g11f_b10f" />
27923<Test name="srgb_unsigned_byte" />
27924<Test name="srgb_alpha_unsigned_byte" />
27925<Test name="srgb8_alpha8" />
27926<Test name="depth_component32f" />
27927<Test name="depth32f_stencil8" />
27928<Test name="stencil_index8" />
27929<Test name="rgb565" />
27930<Test name="rgba32ui" />
27931<Test name="rgba16ui" />
27932<Test name="rgba8ui" />
27933<Test name="rgba32i" />
27934<Test name="rgba16i" />
27935<Test name="rgba8i" />
27936<Test name="rgb10_a2ui" />
27937</TestCase>
27938<TestCase name="stencil">
27939<Test name="depth_component_unsigned_short" />
27940<Test name="depth_component_unsigned_int" />
27941<Test name="red_unsigned_byte" />
27942<Test name="red_float" />
27943<Test name="red_half_float_oes" />
27944<Test name="rgb_unsigned_byte" />
27945<Test name="rgb_unsigned_short_5_6_5" />
27946<Test name="rgb_unsigned_int_2_10_10_10_rev" />
27947<Test name="rgb_unsigned_int_10f_11f_11f_rev" />
27948<Test name="rgba_unsigned_byte" />
27949<Test name="rgba_unsigned_short_4_4_4_4" />
27950<Test name="rgba_unsigned_short_5_5_5_1" />
27951<Test name="rgba_unsigned_int_2_10_10_10_rev" />
27952<Test name="rgb10" />
27953<Test name="depth_component32" />
27954<Test name="rg_unsigned_byte" />
27955<Test name="rg_float" />
27956<Test name="rg_half_float_oes" />
27957<Test name="depth24_stencil8" />
27958<Test name="srgb_unsigned_byte" />
27959<Test name="srgb_alpha_unsigned_byte" />
27960<Test name="depth32f_stencil8" />
27961<Test name="stencil_index8" />
27962</TestCase>
27963<TestCase name="depth">
27964<Test name="red_unsigned_byte" />
27965<Test name="red_float" />
27966<Test name="red_half_float_oes" />
27967<Test name="rgb_unsigned_byte" />
27968<Test name="rgb_unsigned_short_5_6_5" />
27969<Test name="rgb_unsigned_int_2_10_10_10_rev" />
27970<Test name="rgb_unsigned_int_10f_11f_11f_rev" />
27971<Test name="rgba_unsigned_byte" />
27972<Test name="rgba_unsigned_short_4_4_4_4" />
27973<Test name="rgba_unsigned_short_5_5_5_1" />
27974<Test name="rgba_unsigned_int_2_10_10_10_rev" />
27975<Test name="rgb10" />
27976<Test name="depth_component16" />
27977<Test name="depth_component24" />
27978<Test name="depth_component32" />
27979<Test name="rg_unsigned_byte" />
27980<Test name="rg_float" />
27981<Test name="rg_half_float_oes" />
27982<Test name="depth24_stencil8" />
27983<Test name="srgb_unsigned_byte" />
27984<Test name="srgb_alpha_unsigned_byte" />
27985<Test name="depth_component32f" />
27986<Test name="depth32f_stencil8" />
27987</TestCase>
27988</TestSuite>
27989<TestSuite name="texture">
27990<TestCase name="color0">
27991<Test name="depth_component_unsigned_short" />
27992<Test name="depth_component_unsigned_int" />
27993<Test name="red_half_float_oes" />
27994<Test name="rgb_unsigned_byte" />
27995<Test name="rgb_unsigned_short_5_6_5" />
27996<Test name="rgb_unsigned_int_10f_11f_11f_rev" />
27997<Test name="rgba_unsigned_byte" />
27998<Test name="rgba_unsigned_short_4_4_4_4" />
27999<Test name="rgba_unsigned_short_5_5_5_1" />
28000<Test name="rgb8" />
28001<Test name="rgba4" />
28002<Test name="rgb5_a1" />
28003<Test name="rgba8" />
28004<Test name="rgb10_a2" />
28005<Test name="depth_component16" />
28006<Test name="depth_component24" />
28007<Test name="depth_component32" />
28008<Test name="rg_half_float_oes" />
28009<Test name="r8" />
28010<Test name="rg8" />
28011<Test name="r16f" />
28012<Test name="r32f" />
28013<Test name="rg16f" />
28014<Test name="rg32f" />
28015<Test name="r8i" />
28016<Test name="r8ui" />
28017<Test name="r16i" />
28018<Test name="r16ui" />
28019<Test name="r32i" />
28020<Test name="r32ui" />
28021<Test name="rg8i" />
28022<Test name="rg8ui" />
28023<Test name="rg16i" />
28024<Test name="rg16ui" />
28025<Test name="rg32i" />
28026<Test name="rg32ui" />
28027<Test name="depth_stencil_unsigned_int_24_8" />
28028<Test name="rgba32f" />
28029<Test name="rgba16f" />
28030<Test name="depth24_stencil8" />
28031<Test name="r11f_g11f_b10f" />
28032<Test name="srgb_unsigned_byte" />
28033<Test name="srgb_alpha_unsigned_byte" />
28034<Test name="srgb8_alpha8" />
28035<Test name="depth_component32f" />
28036<Test name="depth32f_stencil8" />
28037<Test name="stencil_index8" />
28038<Test name="rgb565" />
28039<Test name="rgba32ui" />
28040<Test name="rgba16ui" />
28041<Test name="rgba8ui" />
28042<Test name="rgba32i" />
28043<Test name="rgba16i" />
28044<Test name="rgba8i" />
28045<Test name="rgb10_a2ui" />
28046</TestCase>
28047<TestCase name="stencil">
28048<Test name="depth_component_unsigned_short" />
28049<Test name="depth_component_unsigned_int" />
28050<Test name="red_unsigned_byte" />
28051<Test name="red_float" />
28052<Test name="red_half_float_oes" />
28053<Test name="rgb_unsigned_byte" />
28054<Test name="rgb_unsigned_short_5_6_5" />
28055<Test name="rgb_unsigned_int_2_10_10_10_rev" />
28056<Test name="rgb_unsigned_int_10f_11f_11f_rev" />
28057<Test name="rgba_unsigned_byte" />
28058<Test name="rgba_unsigned_short_4_4_4_4" />
28059<Test name="rgba_unsigned_short_5_5_5_1" />
28060<Test name="rgba_unsigned_int_2_10_10_10_rev" />
28061<Test name="rgb8" />
28062<Test name="rgb10" />
28063<Test name="rgba4" />
28064<Test name="rgb5_a1" />
28065<Test name="rgba8" />
28066<Test name="rgb10_a2" />
28067<Test name="depth_component16" />
28068<Test name="depth_component24" />
28069<Test name="depth_component32" />
28070<Test name="rg_unsigned_byte" />
28071<Test name="rg_float" />
28072<Test name="rg_half_float_oes" />
28073<Test name="r8" />
28074<Test name="rg8" />
28075<Test name="r16f" />
28076<Test name="r32f" />
28077<Test name="rg16f" />
28078<Test name="rg32f" />
28079<Test name="r8i" />
28080<Test name="r8ui" />
28081<Test name="r16i" />
28082<Test name="r16ui" />
28083<Test name="r32i" />
28084<Test name="r32ui" />
28085<Test name="rg8i" />
28086<Test name="rg8ui" />
28087<Test name="rg16i" />
28088<Test name="rg16ui" />
28089<Test name="rg32i" />
28090<Test name="rg32ui" />
28091<Test name="depth_stencil_unsigned_int_24_8" />
28092<Test name="rgba32f" />
28093<Test name="rgba16f" />
28094<Test name="rgb16f" />
28095<Test name="depth24_stencil8" />
28096<Test name="r11f_g11f_b10f" />
28097<Test name="srgb_unsigned_byte" />
28098<Test name="srgb_alpha_unsigned_byte" />
28099<Test name="srgb8_alpha8" />
28100<Test name="depth_component32f" />
28101<Test name="depth32f_stencil8" />
28102<Test name="rgb565" />
28103<Test name="rgba32ui" />
28104<Test name="rgba16ui" />
28105<Test name="rgba8ui" />
28106<Test name="rgba32i" />
28107<Test name="rgba16i" />
28108<Test name="rgba8i" />
28109<Test name="rgb10_a2ui" />
28110</TestCase>
28111<TestCase name="depth">
28112<Test name="depth_component_unsigned_short" />
28113<Test name="depth_component_unsigned_int" />
28114<Test name="red_unsigned_byte" />
28115<Test name="red_float" />
28116<Test name="red_half_float_oes" />
28117<Test name="rgb_unsigned_byte" />
28118<Test name="rgb_unsigned_short_5_6_5" />
28119<Test name="rgb_unsigned_int_2_10_10_10_rev" />
28120<Test name="rgb_unsigned_int_10f_11f_11f_rev" />
28121<Test name="rgba_unsigned_byte" />
28122<Test name="rgba_unsigned_short_4_4_4_4" />
28123<Test name="rgba_unsigned_short_5_5_5_1" />
28124<Test name="rgba_unsigned_int_2_10_10_10_rev" />
28125<Test name="rgb8" />
28126<Test name="rgb10" />
28127<Test name="rgba4" />
28128<Test name="rgb5_a1" />
28129<Test name="rgba8" />
28130<Test name="rgb10_a2" />
28131<Test name="depth_component16" />
28132<Test name="depth_component24" />
28133<Test name="depth_component32" />
28134<Test name="rg_unsigned_byte" />
28135<Test name="rg_float" />
28136<Test name="rg_half_float_oes" />
28137<Test name="r8" />
28138<Test name="rg8" />
28139<Test name="r16f" />
28140<Test name="r32f" />
28141<Test name="rg16f" />
28142<Test name="rg32f" />
28143<Test name="r8i" />
28144<Test name="r8ui" />
28145<Test name="r16i" />
28146<Test name="r16ui" />
28147<Test name="r32i" />
28148<Test name="r32ui" />
28149<Test name="rg8i" />
28150<Test name="rg8ui" />
28151<Test name="rg16i" />
28152<Test name="rg16ui" />
28153<Test name="rg32i" />
28154<Test name="rg32ui" />
28155<Test name="depth_stencil_unsigned_int_24_8" />
28156<Test name="rgba32f" />
28157<Test name="rgba16f" />
28158<Test name="rgb16f" />
28159<Test name="depth24_stencil8" />
28160<Test name="r11f_g11f_b10f" />
28161<Test name="srgb_unsigned_byte" />
28162<Test name="srgb_alpha_unsigned_byte" />
28163<Test name="srgb8_alpha8" />
28164<Test name="depth_component32f" />
28165<Test name="depth32f_stencil8" />
28166<Test name="rgb565" />
28167<Test name="rgba32ui" />
28168<Test name="rgba16ui" />
28169<Test name="rgba8ui" />
28170<Test name="rgba32i" />
28171<Test name="rgba16i" />
28172<Test name="rgba8i" />
28173<Test name="rgb10_a2ui" />
28174</TestCase>
28175</TestSuite>
28176</TestSuite>
28177<TestCase name="attachment_combinations">
28178<Test name="none_none_none_none" />
28179<Test name="none_none_none_rbo" />
28180<Test name="none_none_none_tex" />
28181<Test name="none_none_rbo_none" />
28182<Test name="none_none_rbo_rbo" />
28183<Test name="none_none_rbo_tex" />
28184<Test name="none_none_tex_none" />
28185<Test name="none_none_tex_rbo" />
28186<Test name="none_none_tex_tex" />
28187<Test name="none_rbo_none_none" />
28188<Test name="none_rbo_none_rbo" />
28189<Test name="none_rbo_none_tex" />
28190<Test name="none_rbo_rbo_none" />
28191<Test name="none_rbo_rbo_rbo" />
28192<Test name="none_rbo_rbo_tex" />
28193<Test name="none_rbo_tex_none" />
28194<Test name="none_rbo_tex_rbo" />
28195<Test name="none_rbo_tex_tex" />
28196<Test name="none_tex_none_none" />
28197<Test name="none_tex_none_rbo" />
28198<Test name="none_tex_none_tex" />
28199<Test name="none_tex_rbo_none" />
28200<Test name="none_tex_rbo_rbo" />
28201<Test name="none_tex_rbo_tex" />
28202<Test name="none_tex_tex_none" />
28203<Test name="none_tex_tex_rbo" />
28204<Test name="none_tex_tex_tex" />
28205<Test name="rbo_none_none_none" />
28206<Test name="rbo_none_none_rbo" />
28207<Test name="rbo_none_none_tex" />
28208<Test name="rbo_none_rbo_none" />
28209<Test name="rbo_none_rbo_rbo" />
28210<Test name="rbo_none_rbo_tex" />
28211<Test name="rbo_none_tex_none" />
28212<Test name="rbo_none_tex_rbo" />
28213<Test name="rbo_none_tex_tex" />
28214<Test name="rbo_rbo_none_none" />
28215<Test name="rbo_rbo_none_rbo" />
28216<Test name="rbo_rbo_none_tex" />
28217<Test name="rbo_rbo_rbo_none" />
28218<Test name="rbo_rbo_rbo_rbo" />
28219<Test name="rbo_rbo_rbo_tex" />
28220<Test name="rbo_rbo_tex_none" />
28221<Test name="rbo_rbo_tex_rbo" />
28222<Test name="rbo_rbo_tex_tex" />
28223<Test name="rbo_tex_none_none" />
28224<Test name="rbo_tex_none_rbo" />
28225<Test name="rbo_tex_none_tex" />
28226<Test name="rbo_tex_rbo_none" />
28227<Test name="rbo_tex_rbo_rbo" />
28228<Test name="rbo_tex_rbo_tex" />
28229<Test name="rbo_tex_tex_none" />
28230<Test name="rbo_tex_tex_rbo" />
28231<Test name="rbo_tex_tex_tex" />
28232<Test name="tex_none_none_none" />
28233<Test name="tex_none_none_rbo" />
28234<Test name="tex_none_none_tex" />
28235<Test name="tex_none_rbo_none" />
28236<Test name="tex_none_rbo_rbo" />
28237<Test name="tex_none_rbo_tex" />
28238<Test name="tex_none_tex_none" />
28239<Test name="tex_none_tex_rbo" />
28240<Test name="tex_none_tex_tex" />
28241<Test name="tex_rbo_none_none" />
28242<Test name="tex_rbo_none_rbo" />
28243<Test name="tex_rbo_none_tex" />
28244<Test name="tex_rbo_rbo_none" />
28245<Test name="tex_rbo_rbo_rbo" />
28246<Test name="tex_rbo_rbo_tex" />
28247<Test name="tex_rbo_tex_none" />
28248<Test name="tex_rbo_tex_rbo" />
28249<Test name="tex_rbo_tex_tex" />
28250<Test name="tex_tex_none_none" />
28251<Test name="tex_tex_none_rbo" />
28252<Test name="tex_tex_none_tex" />
28253<Test name="tex_tex_rbo_none" />
28254<Test name="tex_tex_rbo_rbo" />
28255<Test name="tex_tex_rbo_tex" />
28256<Test name="tex_tex_tex_none" />
28257<Test name="tex_tex_tex_rbo" />
28258<Test name="tex_tex_tex_tex" />
28259</TestCase>
28260<TestCase name="layer">
28261<Test name="2darr_1_0" />
28262<Test name="2darr_1_3" />
28263<Test name="2darr_4_3" />
28264<Test name="2darr_4_15" />
28265<Test name="3d_1_0" />
28266<Test name="3d_1_15" />
28267<Test name="3d_4_15" />
28268<Test name="3d_64_15" />
28269</TestCase>
28270<TestCase name="samples">
28271<Test name="rbo0_none_none" />
28272<Test name="rbo1_none_none" />
28273<Test name="rbo2_none_none" />
28274<Test name="rbo0_tex_none" />
28275<Test name="rbo2_rbo1_none" />
28276<Test name="rbo2_rbo2_none" />
28277<Test name="rbo0_rbo0_tex" />
28278<Test name="rbo1_rbo2_rbo0" />
28279<Test name="rbo2_rbo2_rbo0" />
28280<Test name="rbo1_rbo1_rbo1" />
28281<Test name="rbo1_rbo2_rbo4" />
28282</TestCase>
28283</TestSuite>
28284<TestSuite name="render">
28285<TestCase name="stencil_clear">
28286<Test name="tex2d_rgba8_stencil_rbo_depth32f_stencil8" />
28287<Test name="tex2d_rgba8_stencil_rbo_depth24_stencil8" />
28288<Test name="tex2d_rgba8_stencil_rbo_stencil_index8" />
28289</TestCase>
28290<TestCase name="shared_colorbuffer">
28291<Test name="tex2d_rgba16f" />
28292<Test name="tex2d_rgba16f_depth_rbo_depth24_stencil8" />
28293<Test name="tex2d_rgba16f_depth_stencil_rbo_depth24_stencil8" />
28294<Test name="rbo_rgba16f" />
28295<Test name="rbo_rgba16f_depth_rbo_depth24_stencil8" />
28296<Test name="rbo_rgba16f_depth_stencil_rbo_depth24_stencil8" />
28297<Test name="tex2d_rgb16f" />
28298<Test name="tex2d_rgb16f_depth_rbo_depth24_stencil8" />
28299<Test name="tex2d_rgb16f_depth_stencil_rbo_depth24_stencil8" />
28300<Test name="tex2d_rgba8" />
28301<Test name="tex2d_rgba8_depth_rbo_depth24_stencil8" />
28302<Test name="tex2d_rgba8_depth_stencil_rbo_depth24_stencil8" />
28303<Test name="rbo_rgba8" />
28304<Test name="rbo_rgba8_depth_rbo_depth24_stencil8" />
28305<Test name="rbo_rgba8_depth_stencil_rbo_depth24_stencil8" />
28306<Test name="tex2d_srgb8_alpha8" />
28307<Test name="tex2d_srgb8_alpha8_depth_rbo_depth24_stencil8" />
28308<Test name="tex2d_srgb8_alpha8_depth_stencil_rbo_depth24_stencil8" />
28309<Test name="rbo_srgb8_alpha8" />
28310<Test name="rbo_srgb8_alpha8_depth_rbo_depth24_stencil8" />
28311<Test name="rbo_srgb8_alpha8_depth_stencil_rbo_depth24_stencil8" />
28312<Test name="tex2d_rgb10_a2" />
28313<Test name="tex2d_rgb10_a2_depth_rbo_depth24_stencil8" />
28314<Test name="tex2d_rgb10_a2_depth_stencil_rbo_depth24_stencil8" />
28315<Test name="rbo_rgb10_a2" />
28316<Test name="rbo_rgb10_a2_depth_rbo_depth24_stencil8" />
28317<Test name="rbo_rgb10_a2_depth_stencil_rbo_depth24_stencil8" />
28318<Test name="tex2d_rgba4" />
28319<Test name="tex2d_rgba4_depth_rbo_depth24_stencil8" />
28320<Test name="tex2d_rgba4_depth_stencil_rbo_depth24_stencil8" />
28321<Test name="rbo_rgba4" />
28322<Test name="rbo_rgba4_depth_rbo_depth24_stencil8" />
28323<Test name="rbo_rgba4_depth_stencil_rbo_depth24_stencil8" />
28324<Test name="tex2d_rgb5_a1" />
28325<Test name="tex2d_rgb5_a1_depth_rbo_depth24_stencil8" />
28326<Test name="tex2d_rgb5_a1_depth_stencil_rbo_depth24_stencil8" />
28327<Test name="rbo_rgb5_a1" />
28328<Test name="rbo_rgb5_a1_depth_rbo_depth24_stencil8" />
28329<Test name="rbo_rgb5_a1_depth_stencil_rbo_depth24_stencil8" />
28330<Test name="tex2d_rgb8" />
28331<Test name="tex2d_rgb8_depth_rbo_depth24_stencil8" />
28332<Test name="tex2d_rgb8_depth_stencil_rbo_depth24_stencil8" />
28333<Test name="rbo_rgb8" />
28334<Test name="rbo_rgb8_depth_rbo_depth24_stencil8" />
28335<Test name="rbo_rgb8_depth_stencil_rbo_depth24_stencil8" />
28336<Test name="tex2d_rgb565" />
28337<Test name="tex2d_rgb565_depth_rbo_depth24_stencil8" />
28338<Test name="tex2d_rgb565_depth_stencil_rbo_depth24_stencil8" />
28339<Test name="rbo_rgb565" />
28340<Test name="rbo_rgb565_depth_rbo_depth24_stencil8" />
28341<Test name="rbo_rgb565_depth_stencil_rbo_depth24_stencil8" />
28342<Test name="tex2d_r11f_g11f_b10f" />
28343<Test name="tex2d_r11f_g11f_b10f_depth_rbo_depth24_stencil8" />
28344<Test name="tex2d_r11f_g11f_b10f_depth_stencil_rbo_depth24_stencil8" />
28345<Test name="rbo_r11f_g11f_b10f" />
28346<Test name="rbo_r11f_g11f_b10f_depth_rbo_depth24_stencil8" />
28347<Test name="rbo_r11f_g11f_b10f_depth_stencil_rbo_depth24_stencil8" />
28348<Test name="tex2d_rg8" />
28349<Test name="tex2d_rg8_depth_rbo_depth24_stencil8" />
28350<Test name="tex2d_rg8_depth_stencil_rbo_depth24_stencil8" />
28351<Test name="rbo_rg8" />
28352<Test name="rbo_rg8_depth_rbo_depth24_stencil8" />
28353<Test name="rbo_rg8_depth_stencil_rbo_depth24_stencil8" />
28354<Test name="tex2d_r8" />
28355<Test name="tex2d_r8_depth_rbo_depth24_stencil8" />
28356<Test name="tex2d_r8_depth_stencil_rbo_depth24_stencil8" />
28357<Test name="rbo_r8" />
28358<Test name="rbo_r8_depth_rbo_depth24_stencil8" />
28359<Test name="rbo_r8_depth_stencil_rbo_depth24_stencil8" />
28360</TestCase>
28361<TestCase name="resize">
28362<Test name="tex2d_rgba32f" />
28363<Test name="rbo_rgba32f" />
28364<Test name="tex2d_rgba32i" />
28365<Test name="rbo_rgba32i" />
28366<Test name="tex2d_rgba32ui" />
28367<Test name="rbo_rgba32ui" />
28368<Test name="tex2d_rgba16f" />
28369<Test name="rbo_rgba16f" />
28370<Test name="tex2d_rgba16f_depth_tex2d_depth_component32f" />
28371<Test name="tex2d_rgba16f_depth_rbo_depth_component32f" />
28372<Test name="tex2d_rgba16f_depth_tex2d_depth_component24" />
28373<Test name="tex2d_rgba16f_depth_rbo_depth_component24" />
28374<Test name="tex2d_rgba16f_depth_tex2d_depth_component16" />
28375<Test name="tex2d_rgba16f_depth_rbo_depth_component16" />
28376<Test name="tex2d_rgba16f_depth_stencil_tex2d_depth32f_stencil8" />
28377<Test name="tex2d_rgba16f_depth_stencil_rbo_depth32f_stencil8" />
28378<Test name="tex2d_rgba16f_depth_stencil_tex2d_depth24_stencil8" />
28379<Test name="tex2d_rgba16f_depth_stencil_rbo_depth24_stencil8" />
28380<Test name="tex2d_rgba16f_stencil_rbo_stencil_index8" />
28381<Test name="tex2d_rgba16i" />
28382<Test name="rbo_rgba16i" />
28383<Test name="tex2d_rgba16ui" />
28384<Test name="rbo_rgba16ui" />
28385<Test name="tex2d_rgb16f" />
28386<Test name="tex2d_rgba8" />
28387<Test name="rbo_rgba8" />
28388<Test name="tex2d_rgba8_depth_tex2d_depth_component32f" />
28389<Test name="tex2d_rgba8_depth_rbo_depth_component32f" />
28390<Test name="tex2d_rgba8_depth_tex2d_depth_component24" />
28391<Test name="tex2d_rgba8_depth_rbo_depth_component24" />
28392<Test name="tex2d_rgba8_depth_tex2d_depth_component16" />
28393<Test name="tex2d_rgba8_depth_rbo_depth_component16" />
28394<Test name="tex2d_rgba8_depth_stencil_tex2d_depth32f_stencil8" />
28395<Test name="tex2d_rgba8_depth_stencil_rbo_depth32f_stencil8" />
28396<Test name="tex2d_rgba8_depth_stencil_tex2d_depth24_stencil8" />
28397<Test name="tex2d_rgba8_depth_stencil_rbo_depth24_stencil8" />
28398<Test name="tex2d_rgba8_stencil_rbo_stencil_index8" />
28399<Test name="tex2d_rgba8i" />
28400<Test name="rbo_rgba8i" />
28401<Test name="tex2d_rgba8ui" />
28402<Test name="rbo_rgba8ui" />
28403<Test name="tex2d_srgb8_alpha8" />
28404<Test name="rbo_srgb8_alpha8" />
28405<Test name="tex2d_rgb10_a2" />
28406<Test name="rbo_rgb10_a2" />
28407<Test name="tex2d_rgb10_a2ui" />
28408<Test name="rbo_rgb10_a2ui" />
28409<Test name="tex2d_rgba4" />
28410<Test name="rbo_rgba4" />
28411<Test name="tex2d_rgb5_a1" />
28412<Test name="rbo_rgb5_a1" />
28413<Test name="tex2d_rgb8" />
28414<Test name="rbo_rgb8" />
28415<Test name="tex2d_rgb565" />
28416<Test name="rbo_rgb565" />
28417<Test name="tex2d_r11f_g11f_b10f" />
28418<Test name="rbo_r11f_g11f_b10f" />
28419<Test name="tex2d_rg32f" />
28420<Test name="rbo_rg32f" />
28421<Test name="tex2d_rg32i" />
28422<Test name="rbo_rg32i" />
28423<Test name="tex2d_rg32ui" />
28424<Test name="rbo_rg32ui" />
28425<Test name="tex2d_rg16f" />
28426<Test name="rbo_rg16f" />
28427<Test name="tex2d_rg16i" />
28428<Test name="rbo_rg16i" />
28429<Test name="tex2d_rg16ui" />
28430<Test name="rbo_rg16ui" />
28431<Test name="tex2d_rg8" />
28432<Test name="rbo_rg8" />
28433<Test name="tex2d_rg8i" />
28434<Test name="rbo_rg8i" />
28435<Test name="tex2d_rg8ui" />
28436<Test name="rbo_rg8ui" />
28437<Test name="tex2d_r32f" />
28438<Test name="rbo_r32f" />
28439<Test name="tex2d_r32i" />
28440<Test name="rbo_r32i" />
28441<Test name="tex2d_r32ui" />
28442<Test name="rbo_r32ui" />
28443<Test name="tex2d_r16f" />
28444<Test name="rbo_r16f" />
28445<Test name="tex2d_r16i" />
28446<Test name="rbo_r16i" />
28447<Test name="tex2d_r16ui" />
28448<Test name="rbo_r16ui" />
28449<Test name="tex2d_r8" />
28450<Test name="rbo_r8" />
28451<Test name="tex2d_r8i" />
28452<Test name="rbo_r8i" />
28453<Test name="tex2d_r8ui" />
28454<Test name="rbo_r8ui" />
28455</TestCase>
28456<TestCase name="recreate_color">
28457<Test name="tex2d_rgba32f_depth_stencil_rbo_depth24_stencil8" />
28458<Test name="rbo_rgba32f_depth_stencil_rbo_depth24_stencil8" />
28459<Test name="tex2d_rgba32i_depth_stencil_rbo_depth24_stencil8" />
28460<Test name="rbo_rgba32i_depth_stencil_rbo_depth24_stencil8" />
28461<Test name="tex2d_rgba32ui_depth_stencil_rbo_depth24_stencil8" />
28462<Test name="rbo_rgba32ui_depth_stencil_rbo_depth24_stencil8" />
28463<Test name="tex2d_rgba16f_depth_stencil_rbo_depth24_stencil8" />
28464<Test name="rbo_rgba16f_depth_stencil_rbo_depth24_stencil8" />
28465<Test name="tex2d_rgba16i_depth_stencil_rbo_depth24_stencil8" />
28466<Test name="rbo_rgba16i_depth_stencil_rbo_depth24_stencil8" />
28467<Test name="tex2d_rgba16ui_depth_stencil_rbo_depth24_stencil8" />
28468<Test name="rbo_rgba16ui_depth_stencil_rbo_depth24_stencil8" />
28469<Test name="tex2d_rgb16f_depth_stencil_rbo_depth24_stencil8" />
28470<Test name="tex2d_rgba8_depth_stencil_rbo_depth24_stencil8" />
28471<Test name="rbo_rgba8_depth_stencil_rbo_depth24_stencil8" />
28472<Test name="tex2d_rgba8i_depth_stencil_rbo_depth24_stencil8" />
28473<Test name="rbo_rgba8i_depth_stencil_rbo_depth24_stencil8" />
28474<Test name="tex2d_rgba8ui_depth_stencil_rbo_depth24_stencil8" />
28475<Test name="rbo_rgba8ui_depth_stencil_rbo_depth24_stencil8" />
28476<Test name="tex2d_srgb8_alpha8_depth_stencil_rbo_depth24_stencil8" />
28477<Test name="rbo_srgb8_alpha8_depth_stencil_rbo_depth24_stencil8" />
28478<Test name="tex2d_rgb10_a2_depth_stencil_rbo_depth24_stencil8" />
28479<Test name="rbo_rgb10_a2_depth_stencil_rbo_depth24_stencil8" />
28480<Test name="tex2d_rgb10_a2ui_depth_stencil_rbo_depth24_stencil8" />
28481<Test name="rbo_rgb10_a2ui_depth_stencil_rbo_depth24_stencil8" />
28482<Test name="tex2d_rgba4_depth_stencil_rbo_depth24_stencil8" />
28483<Test name="rbo_rgba4_depth_stencil_rbo_depth24_stencil8" />
28484<Test name="tex2d_rgb5_a1_depth_stencil_rbo_depth24_stencil8" />
28485<Test name="rbo_rgb5_a1_depth_stencil_rbo_depth24_stencil8" />
28486<Test name="tex2d_rgb8_depth_stencil_rbo_depth24_stencil8" />
28487<Test name="rbo_rgb8_depth_stencil_rbo_depth24_stencil8" />
28488<Test name="tex2d_rgb565_depth_stencil_rbo_depth24_stencil8" />
28489<Test name="rbo_rgb565_depth_stencil_rbo_depth24_stencil8" />
28490<Test name="tex2d_r11f_g11f_b10f_depth_stencil_rbo_depth24_stencil8" />
28491<Test name="rbo_r11f_g11f_b10f_depth_stencil_rbo_depth24_stencil8" />
28492<Test name="tex2d_rg32f_depth_stencil_rbo_depth24_stencil8" />
28493<Test name="rbo_rg32f_depth_stencil_rbo_depth24_stencil8" />
28494<Test name="tex2d_rg32i_depth_stencil_rbo_depth24_stencil8" />
28495<Test name="rbo_rg32i_depth_stencil_rbo_depth24_stencil8" />
28496<Test name="tex2d_rg32ui_depth_stencil_rbo_depth24_stencil8" />
28497<Test name="rbo_rg32ui_depth_stencil_rbo_depth24_stencil8" />
28498<Test name="tex2d_rg16f_depth_stencil_rbo_depth24_stencil8" />
28499<Test name="rbo_rg16f_depth_stencil_rbo_depth24_stencil8" />
28500<Test name="tex2d_rg16i_depth_stencil_rbo_depth24_stencil8" />
28501<Test name="rbo_rg16i_depth_stencil_rbo_depth24_stencil8" />
28502<Test name="tex2d_rg16ui_depth_stencil_rbo_depth24_stencil8" />
28503<Test name="rbo_rg16ui_depth_stencil_rbo_depth24_stencil8" />
28504<Test name="tex2d_rg8_depth_stencil_rbo_depth24_stencil8" />
28505<Test name="rbo_rg8_depth_stencil_rbo_depth24_stencil8" />
28506<Test name="tex2d_rg8i_depth_stencil_rbo_depth24_stencil8" />
28507<Test name="rbo_rg8i_depth_stencil_rbo_depth24_stencil8" />
28508<Test name="tex2d_rg8ui_depth_stencil_rbo_depth24_stencil8" />
28509<Test name="rbo_rg8ui_depth_stencil_rbo_depth24_stencil8" />
28510<Test name="tex2d_r32f_depth_stencil_rbo_depth24_stencil8" />
28511<Test name="rbo_r32f_depth_stencil_rbo_depth24_stencil8" />
28512<Test name="tex2d_r32i_depth_stencil_rbo_depth24_stencil8" />
28513<Test name="rbo_r32i_depth_stencil_rbo_depth24_stencil8" />
28514<Test name="tex2d_r32ui_depth_stencil_rbo_depth24_stencil8" />
28515<Test name="rbo_r32ui_depth_stencil_rbo_depth24_stencil8" />
28516<Test name="tex2d_r16f_depth_stencil_rbo_depth24_stencil8" />
28517<Test name="rbo_r16f_depth_stencil_rbo_depth24_stencil8" />
28518<Test name="tex2d_r16i_depth_stencil_rbo_depth24_stencil8" />
28519<Test name="rbo_r16i_depth_stencil_rbo_depth24_stencil8" />
28520<Test name="tex2d_r16ui_depth_stencil_rbo_depth24_stencil8" />
28521<Test name="rbo_r16ui_depth_stencil_rbo_depth24_stencil8" />
28522<Test name="tex2d_r8_depth_stencil_rbo_depth24_stencil8" />
28523<Test name="rbo_r8_depth_stencil_rbo_depth24_stencil8" />
28524<Test name="tex2d_r8i_depth_stencil_rbo_depth24_stencil8" />
28525<Test name="rbo_r8i_depth_stencil_rbo_depth24_stencil8" />
28526<Test name="tex2d_r8ui_depth_stencil_rbo_depth24_stencil8" />
28527<Test name="rbo_r8ui_depth_stencil_rbo_depth24_stencil8" />
28528</TestCase>
28529<TestCase name="recreate_depth_stencil">
28530<Test name="tex2d_rgba8_depth_tex2d_depth_component32f" />
28531<Test name="tex2d_rgba8_depth_rbo_depth_component32f" />
28532<Test name="tex2d_rgba8_depth_tex2d_depth_component24" />
28533<Test name="tex2d_rgba8_depth_rbo_depth_component24" />
28534<Test name="tex2d_rgba8_depth_tex2d_depth_component16" />
28535<Test name="tex2d_rgba8_depth_rbo_depth_component16" />
28536<Test name="tex2d_rgba8_depth_stencil_tex2d_depth32f_stencil8" />
28537<Test name="tex2d_rgba8_depth_stencil_rbo_depth32f_stencil8" />
28538<Test name="tex2d_rgba8_depth_stencil_tex2d_depth24_stencil8" />
28539<Test name="tex2d_rgba8_depth_stencil_rbo_depth24_stencil8" />
28540<Test name="tex2d_rgba8_stencil_rbo_stencil_index8" />
28541</TestCase>
28542</TestSuite>
28543<TestSuite name="color">
28544<TestCase name="clear">
28545<Test name="rgba32i" />
28546<Test name="rgba32ui" />
28547<Test name="rgba16i" />
28548<Test name="rgba16ui" />
28549<Test name="rgba8" />
28550<Test name="rgba8i" />
28551<Test name="rgba8ui" />
28552<Test name="srgb8_alpha8" />
28553<Test name="rgb10_a2" />
28554<Test name="rgb10_a2ui" />
28555<Test name="rgba4" />
28556<Test name="rgb5_a1" />
28557<Test name="rgb8" />
28558<Test name="rgb565" />
28559<Test name="rg32i" />
28560<Test name="rg32ui" />
28561<Test name="rg16i" />
28562<Test name="rg16ui" />
28563<Test name="rg8" />
28564<Test name="rg8i" />
28565<Test name="rg8ui" />
28566<Test name="r32i" />
28567<Test name="r32ui" />
28568<Test name="r16i" />
28569<Test name="r16ui" />
28570<Test name="r8" />
28571<Test name="r8i" />
28572<Test name="r8ui" />
28573<Test name="rgba32f" />
28574<Test name="rgba16f" />
28575<Test name="r11f_g11f_b10f" />
28576<Test name="rg32f" />
28577<Test name="rg16f" />
28578<Test name="r32f" />
28579<Test name="r16f" />
28580</TestCase>
28581<TestCase name="tex2d">
28582<Test name="rgba32i" />
28583<Test name="rgba32ui" />
28584<Test name="rgba16i" />
28585<Test name="rgba16ui" />
28586<Test name="rgba8" />
28587<Test name="rgba8i" />
28588<Test name="rgba8ui" />
28589<Test name="srgb8_alpha8" />
28590<Test name="rgb10_a2" />
28591<Test name="rgb10_a2ui" />
28592<Test name="rgba4" />
28593<Test name="rgb5_a1" />
28594<Test name="rgb8" />
28595<Test name="rgb565" />
28596<Test name="rg32i" />
28597<Test name="rg32ui" />
28598<Test name="rg16i" />
28599<Test name="rg16ui" />
28600<Test name="rg8" />
28601<Test name="rg8i" />
28602<Test name="rg8ui" />
28603<Test name="r32i" />
28604<Test name="r32ui" />
28605<Test name="r16i" />
28606<Test name="r16ui" />
28607<Test name="r8" />
28608<Test name="r8i" />
28609<Test name="r8ui" />
28610<Test name="rgba32f" />
28611<Test name="rgba16f" />
28612<Test name="r11f_g11f_b10f" />
28613<Test name="rg32f" />
28614<Test name="rg16f" />
28615<Test name="r32f" />
28616<Test name="r16f" />
28617<Test name="rgb16f" />
28618</TestCase>
28619<TestCase name="texcube">
28620<Test name="rgba32i" />
28621<Test name="rgba32ui" />
28622<Test name="rgba16i" />
28623<Test name="rgba16ui" />
28624<Test name="rgba8" />
28625<Test name="rgba8i" />
28626<Test name="rgba8ui" />
28627<Test name="srgb8_alpha8" />
28628<Test name="rgb10_a2" />
28629<Test name="rgb10_a2ui" />
28630<Test name="rgba4" />
28631<Test name="rgb5_a1" />
28632<Test name="rgb8" />
28633<Test name="rgb565" />
28634<Test name="rg32i" />
28635<Test name="rg32ui" />
28636<Test name="rg16i" />
28637<Test name="rg16ui" />
28638<Test name="rg8" />
28639<Test name="rg8i" />
28640<Test name="rg8ui" />
28641<Test name="r32i" />
28642<Test name="r32ui" />
28643<Test name="r16i" />
28644<Test name="r16ui" />
28645<Test name="r8" />
28646<Test name="r8i" />
28647<Test name="r8ui" />
28648<Test name="rgba32f" />
28649<Test name="rgba16f" />
28650<Test name="r11f_g11f_b10f" />
28651<Test name="rg32f" />
28652<Test name="rg16f" />
28653<Test name="r32f" />
28654<Test name="r16f" />
28655<Test name="rgb16f" />
28656</TestCase>
28657<TestCase name="tex2darray">
28658<Test name="rgba32i" />
28659<Test name="rgba32ui" />
28660<Test name="rgba16i" />
28661<Test name="rgba16ui" />
28662<Test name="rgba8" />
28663<Test name="rgba8i" />
28664<Test name="rgba8ui" />
28665<Test name="srgb8_alpha8" />
28666<Test name="rgb10_a2" />
28667<Test name="rgb10_a2ui" />
28668<Test name="rgba4" />
28669<Test name="rgb5_a1" />
28670<Test name="rgb8" />
28671<Test name="rgb565" />
28672<Test name="rg32i" />
28673<Test name="rg32ui" />
28674<Test name="rg16i" />
28675<Test name="rg16ui" />
28676<Test name="rg8" />
28677<Test name="rg8i" />
28678<Test name="rg8ui" />
28679<Test name="r32i" />
28680<Test name="r32ui" />
28681<Test name="r16i" />
28682<Test name="r16ui" />
28683<Test name="r8" />
28684<Test name="r8i" />
28685<Test name="r8ui" />
28686<Test name="rgba32f" />
28687<Test name="rgba16f" />
28688<Test name="r11f_g11f_b10f" />
28689<Test name="rg32f" />
28690<Test name="rg16f" />
28691<Test name="r32f" />
28692<Test name="r16f" />
28693<Test name="rgb16f" />
28694</TestCase>
28695<TestCase name="tex3d">
28696<Test name="rgba32i" />
28697<Test name="rgba32ui" />
28698<Test name="rgba16i" />
28699<Test name="rgba16ui" />
28700<Test name="rgba8" />
28701<Test name="rgba8i" />
28702<Test name="rgba8ui" />
28703<Test name="srgb8_alpha8" />
28704<Test name="rgb10_a2" />
28705<Test name="rgb10_a2ui" />
28706<Test name="rgba4" />
28707<Test name="rgb5_a1" />
28708<Test name="rgb8" />
28709<Test name="rgb565" />
28710<Test name="rg32i" />
28711<Test name="rg32ui" />
28712<Test name="rg16i" />
28713<Test name="rg16ui" />
28714<Test name="rg8" />
28715<Test name="rg8i" />
28716<Test name="rg8ui" />
28717<Test name="r32i" />
28718<Test name="r32ui" />
28719<Test name="r16i" />
28720<Test name="r16ui" />
28721<Test name="r8" />
28722<Test name="r8i" />
28723<Test name="r8ui" />
28724<Test name="rgba32f" />
28725<Test name="rgba16f" />
28726<Test name="r11f_g11f_b10f" />
28727<Test name="rg32f" />
28728<Test name="rg16f" />
28729<Test name="r32f" />
28730<Test name="r16f" />
28731<Test name="rgb16f" />
28732</TestCase>
28733<TestCase name="blend">
28734<Test name="rgba8_src_over" />
28735<Test name="srgb8_alpha8_src_over" />
28736<Test name="rgb10_a2_src_over" />
28737<Test name="rgba4_src_over" />
28738<Test name="rgb5_a1_src_over" />
28739<Test name="rgb8_src_over" />
28740<Test name="rgb565_src_over" />
28741<Test name="rg8_src_over" />
28742<Test name="r8_src_over" />
28743<Test name="rgba16f_src_over" />
28744<Test name="r11f_g11f_b10f_src_over" />
28745</TestCase>
28746</TestSuite>
28747<TestSuite name="depth">
28748<TestCase name="basic">
28749<Test name="depth_component32f" />
28750<Test name="depth_component24" />
28751<Test name="depth_component16" />
28752<Test name="depth32f_stencil8" />
28753<Test name="depth24_stencil8" />
28754</TestCase>
28755<TestCase name="depth_write_clamp">
28756<Test name="depth_component32f" />
28757<Test name="depth_component24" />
28758<Test name="depth_component16" />
28759<Test name="depth32f_stencil8" />
28760<Test name="depth24_stencil8" />
28761</TestCase>
28762<TestCase name="depth_test_clamp">
28763<Test name="depth_component32f" />
28764<Test name="depth_component24" />
28765<Test name="depth_component16" />
28766<Test name="depth32f_stencil8" />
28767<Test name="depth24_stencil8" />
28768</TestCase>
28769</TestSuite>
28770<TestSuite name="stencil">
28771<TestCase name="basic">
28772<Test name="depth32f_stencil8" />
28773<Test name="depth32f_stencil8_depth" />
28774<Test name="depth24_stencil8" />
28775<Test name="depth24_stencil8_depth" />
28776<Test name="stencil_index8" />
28777</TestCase>
28778<TestCase name="attach">
28779<Test name="depth_only" />
28780<Test name="stencil_only" />
28781<Test name="depth_stencil_separate" />
28782<Test name="depth_stencil_attachment" />
28783</TestCase>
28784</TestSuite>
28785<TestSuite name="blit">
28786<TestCase name="rect">
28787<Test name="basic_nearest" />
28788<Test name="basic_linear" />
28789<Test name="basic_reverse_src_x_nearest" />
28790<Test name="basic_reverse_src_x_linear" />
28791<Test name="basic_reverse_src_y_nearest" />
28792<Test name="basic_reverse_src_y_linear" />
28793<Test name="basic_reverse_dst_x_nearest" />
28794<Test name="basic_reverse_dst_x_linear" />
28795<Test name="basic_reverse_dst_y_nearest" />
28796<Test name="basic_reverse_dst_y_linear" />
28797<Test name="basic_reverse_src_dst_x_nearest" />
28798<Test name="basic_reverse_src_dst_x_linear" />
28799<Test name="basic_reverse_src_dst_y_nearest" />
28800<Test name="basic_reverse_src_dst_y_linear" />
28801<Test name="scale_nearest" />
28802<Test name="scale_linear" />
28803<Test name="scale_reverse_src_x_nearest" />
28804<Test name="scale_reverse_src_x_linear" />
28805<Test name="scale_reverse_src_y_nearest" />
28806<Test name="scale_reverse_src_y_linear" />
28807<Test name="scale_reverse_dst_x_nearest" />
28808<Test name="scale_reverse_dst_x_linear" />
28809<Test name="scale_reverse_dst_y_nearest" />
28810<Test name="scale_reverse_dst_y_linear" />
28811<Test name="scale_reverse_src_dst_x_nearest" />
28812<Test name="scale_reverse_src_dst_x_linear" />
28813<Test name="scale_reverse_src_dst_y_nearest" />
28814<Test name="scale_reverse_src_dst_y_linear" />
28815<Test name="nearest_consistency_mag" />
28816<Test name="nearest_consistency_mag_reverse_src_x" />
28817<Test name="nearest_consistency_mag_reverse_src_y" />
28818<Test name="nearest_consistency_mag_reverse_dst_x" />
28819<Test name="nearest_consistency_mag_reverse_dst_y" />
28820<Test name="nearest_consistency_mag_reverse_src_dst_x" />
28821<Test name="nearest_consistency_mag_reverse_src_dst_y" />
28822<Test name="nearest_consistency_min" />
28823<Test name="nearest_consistency_min_reverse_src_x" />
28824<Test name="nearest_consistency_min_reverse_src_y" />
28825<Test name="nearest_consistency_min_reverse_dst_x" />
28826<Test name="nearest_consistency_min_reverse_dst_y" />
28827<Test name="nearest_consistency_min_reverse_src_dst_x" />
28828<Test name="nearest_consistency_min_reverse_src_dst_y" />
28829</TestCase>
28830<TestCase name="conversion">
28831<Test name="rgba32i_to_rgba32i" />
28832<Test name="rgba32i_to_rgba16i" />
28833<Test name="rgba32i_to_rgba8i" />
28834<Test name="rgba32i_to_rg32i" />
28835<Test name="rgba32i_to_rg16i" />
28836<Test name="rgba32i_to_rg8i" />
28837<Test name="rgba32i_to_r32i" />
28838<Test name="rgba32i_to_r16i" />
28839<Test name="rgba32i_to_r8i" />
28840<Test name="rgba32ui_to_rgba32ui" />
28841<Test name="rgba32ui_to_rgba16ui" />
28842<Test name="rgba32ui_to_rgba8ui" />
28843<Test name="rgba32ui_to_rgb10_a2ui" />
28844<Test name="rgba32ui_to_rg32ui" />
28845<Test name="rgba32ui_to_rg16ui" />
28846<Test name="rgba32ui_to_rg8ui" />
28847<Test name="rgba32ui_to_r32ui" />
28848<Test name="rgba32ui_to_r16ui" />
28849<Test name="rgba32ui_to_r8ui" />
28850<Test name="rgba16i_to_rgba32i" />
28851<Test name="rgba16i_to_rgba16i" />
28852<Test name="rgba16i_to_rgba8i" />
28853<Test name="rgba16i_to_rg32i" />
28854<Test name="rgba16i_to_rg16i" />
28855<Test name="rgba16i_to_rg8i" />
28856<Test name="rgba16i_to_r32i" />
28857<Test name="rgba16i_to_r16i" />
28858<Test name="rgba16i_to_r8i" />
28859<Test name="rgba16ui_to_rgba32ui" />
28860<Test name="rgba16ui_to_rgba16ui" />
28861<Test name="rgba16ui_to_rgba8ui" />
28862<Test name="rgba16ui_to_rgb10_a2ui" />
28863<Test name="rgba16ui_to_rg32ui" />
28864<Test name="rgba16ui_to_rg16ui" />
28865<Test name="rgba16ui_to_rg8ui" />
28866<Test name="rgba16ui_to_r32ui" />
28867<Test name="rgba16ui_to_r16ui" />
28868<Test name="rgba16ui_to_r8ui" />
28869<Test name="rgba8_to_rgba8" />
28870<Test name="rgba8_to_srgb8_alpha8" />
28871<Test name="rgba8_to_rgb10_a2" />
28872<Test name="rgba8_to_rgba4" />
28873<Test name="rgba8_to_rgb5_a1" />
28874<Test name="rgba8_to_rgb8" />
28875<Test name="rgba8_to_rgb565" />
28876<Test name="rgba8_to_rg8" />
28877<Test name="rgba8_to_r8" />
28878<Test name="rgba8_to_rgba32f" />
28879<Test name="rgba8_to_rgba16f" />
28880<Test name="rgba8_to_rg32f" />
28881<Test name="rgba8_to_rg16f" />
28882<Test name="rgba8_to_r32f" />
28883<Test name="rgba8_to_r16f" />
28884<Test name="rgba8i_to_rgba32i" />
28885<Test name="rgba8i_to_rgba16i" />
28886<Test name="rgba8i_to_rgba8i" />
28887<Test name="rgba8i_to_rg32i" />
28888<Test name="rgba8i_to_rg16i" />
28889<Test name="rgba8i_to_rg8i" />
28890<Test name="rgba8i_to_r32i" />
28891<Test name="rgba8i_to_r16i" />
28892<Test name="rgba8i_to_r8i" />
28893<Test name="rgba8ui_to_rgba32ui" />
28894<Test name="rgba8ui_to_rgba16ui" />
28895<Test name="rgba8ui_to_rgba8ui" />
28896<Test name="rgba8ui_to_rgb10_a2ui" />
28897<Test name="rgba8ui_to_rg32ui" />
28898<Test name="rgba8ui_to_rg16ui" />
28899<Test name="rgba8ui_to_rg8ui" />
28900<Test name="rgba8ui_to_r32ui" />
28901<Test name="rgba8ui_to_r16ui" />
28902<Test name="rgba8ui_to_r8ui" />
28903<Test name="srgb8_alpha8_to_rgba8" />
28904<Test name="srgb8_alpha8_to_srgb8_alpha8" />
28905<Test name="srgb8_alpha8_to_rgb10_a2" />
28906<Test name="srgb8_alpha8_to_rgba4" />
28907<Test name="srgb8_alpha8_to_rgb5_a1" />
28908<Test name="srgb8_alpha8_to_rgb8" />
28909<Test name="srgb8_alpha8_to_rgb565" />
28910<Test name="srgb8_alpha8_to_rg8" />
28911<Test name="srgb8_alpha8_to_r8" />
28912<Test name="srgb8_alpha8_to_rgba32f" />
28913<Test name="srgb8_alpha8_to_rgba16f" />
28914<Test name="srgb8_alpha8_to_r11f_g11f_b10f" />
28915<Test name="srgb8_alpha8_to_rg32f" />
28916<Test name="srgb8_alpha8_to_rg16f" />
28917<Test name="srgb8_alpha8_to_r32f" />
28918<Test name="srgb8_alpha8_to_r16f" />
28919<Test name="rgb10_a2_to_rgba8" />
28920<Test name="rgb10_a2_to_srgb8_alpha8" />
28921<Test name="rgb10_a2_to_rgb10_a2" />
28922<Test name="rgb10_a2_to_rgba4" />
28923<Test name="rgb10_a2_to_rgb5_a1" />
28924<Test name="rgb10_a2_to_rgb8" />
28925<Test name="rgb10_a2_to_rgb565" />
28926<Test name="rgb10_a2_to_rg8" />
28927<Test name="rgb10_a2_to_r8" />
28928<Test name="rgb10_a2_to_rgba32f" />
28929<Test name="rgb10_a2_to_rgba16f" />
28930<Test name="rgb10_a2_to_rg32f" />
28931<Test name="rgb10_a2_to_rg16f" />
28932<Test name="rgb10_a2_to_r32f" />
28933<Test name="rgb10_a2_to_r16f" />
28934<Test name="rgb10_a2ui_to_rgba32ui" />
28935<Test name="rgb10_a2ui_to_rgba16ui" />
28936<Test name="rgb10_a2ui_to_rgba8ui" />
28937<Test name="rgb10_a2ui_to_rgb10_a2ui" />
28938<Test name="rgb10_a2ui_to_rg32ui" />
28939<Test name="rgb10_a2ui_to_rg16ui" />
28940<Test name="rgb10_a2ui_to_rg8ui" />
28941<Test name="rgb10_a2ui_to_r32ui" />
28942<Test name="rgb10_a2ui_to_r16ui" />
28943<Test name="rgb10_a2ui_to_r8ui" />
28944<Test name="rgba4_to_rgba8" />
28945<Test name="rgba4_to_srgb8_alpha8" />
28946<Test name="rgba4_to_rgb10_a2" />
28947<Test name="rgba4_to_rgba4" />
28948<Test name="rgba4_to_rgb5_a1" />
28949<Test name="rgba4_to_rgb8" />
28950<Test name="rgba4_to_rgb565" />
28951<Test name="rgba4_to_rg8" />
28952<Test name="rgba4_to_r8" />
28953<Test name="rgba4_to_rgba32f" />
28954<Test name="rgba4_to_rgba16f" />
28955<Test name="rgba4_to_r11f_g11f_b10f" />
28956<Test name="rgba4_to_rg32f" />
28957<Test name="rgba4_to_rg16f" />
28958<Test name="rgba4_to_r32f" />
28959<Test name="rgba4_to_r16f" />
28960<Test name="rgb5_a1_to_rgba8" />
28961<Test name="rgb5_a1_to_srgb8_alpha8" />
28962<Test name="rgb5_a1_to_rgb10_a2" />
28963<Test name="rgb5_a1_to_rgba4" />
28964<Test name="rgb5_a1_to_rgb5_a1" />
28965<Test name="rgb5_a1_to_rgb8" />
28966<Test name="rgb5_a1_to_rgb565" />
28967<Test name="rgb5_a1_to_rg8" />
28968<Test name="rgb5_a1_to_r8" />
28969<Test name="rgb5_a1_to_rgba32f" />
28970<Test name="rgb5_a1_to_rgba16f" />
28971<Test name="rgb5_a1_to_r11f_g11f_b10f" />
28972<Test name="rgb5_a1_to_rg32f" />
28973<Test name="rgb5_a1_to_rg16f" />
28974<Test name="rgb5_a1_to_r32f" />
28975<Test name="rgb5_a1_to_r16f" />
28976<Test name="rgb8_to_rgba8" />
28977<Test name="rgb8_to_srgb8_alpha8" />
28978<Test name="rgb8_to_rgb10_a2" />
28979<Test name="rgb8_to_rgba4" />
28980<Test name="rgb8_to_rgb5_a1" />
28981<Test name="rgb8_to_rgb8" />
28982<Test name="rgb8_to_rgb565" />
28983<Test name="rgb8_to_rg8" />
28984<Test name="rgb8_to_r8" />
28985<Test name="rgb8_to_rgba32f" />
28986<Test name="rgb8_to_rgba16f" />
28987<Test name="rgb8_to_rg32f" />
28988<Test name="rgb8_to_rg16f" />
28989<Test name="rgb8_to_r32f" />
28990<Test name="rgb8_to_r16f" />
28991<Test name="rgb565_to_rgba8" />
28992<Test name="rgb565_to_srgb8_alpha8" />
28993<Test name="rgb565_to_rgb10_a2" />
28994<Test name="rgb565_to_rgba4" />
28995<Test name="rgb565_to_rgb5_a1" />
28996<Test name="rgb565_to_rgb8" />
28997<Test name="rgb565_to_rgb565" />
28998<Test name="rgb565_to_rg8" />
28999<Test name="rgb565_to_r8" />
29000<Test name="rgb565_to_rgba32f" />
29001<Test name="rgb565_to_rgba16f" />
29002<Test name="rgb565_to_r11f_g11f_b10f" />
29003<Test name="rgb565_to_rg32f" />
29004<Test name="rgb565_to_rg16f" />
29005<Test name="rgb565_to_r32f" />
29006<Test name="rgb565_to_r16f" />
29007<Test name="rg32i_to_rgba32i" />
29008<Test name="rg32i_to_rgba16i" />
29009<Test name="rg32i_to_rgba8i" />
29010<Test name="rg32i_to_rg32i" />
29011<Test name="rg32i_to_rg16i" />
29012<Test name="rg32i_to_rg8i" />
29013<Test name="rg32i_to_r32i" />
29014<Test name="rg32i_to_r16i" />
29015<Test name="rg32i_to_r8i" />
29016<Test name="rg32ui_to_rgba32ui" />
29017<Test name="rg32ui_to_rgba16ui" />
29018<Test name="rg32ui_to_rgba8ui" />
29019<Test name="rg32ui_to_rgb10_a2ui" />
29020<Test name="rg32ui_to_rg32ui" />
29021<Test name="rg32ui_to_rg16ui" />
29022<Test name="rg32ui_to_rg8ui" />
29023<Test name="rg32ui_to_r32ui" />
29024<Test name="rg32ui_to_r16ui" />
29025<Test name="rg32ui_to_r8ui" />
29026<Test name="rg16i_to_rgba32i" />
29027<Test name="rg16i_to_rgba16i" />
29028<Test name="rg16i_to_rgba8i" />
29029<Test name="rg16i_to_rg32i" />
29030<Test name="rg16i_to_rg16i" />
29031<Test name="rg16i_to_rg8i" />
29032<Test name="rg16i_to_r32i" />
29033<Test name="rg16i_to_r16i" />
29034<Test name="rg16i_to_r8i" />
29035<Test name="rg16ui_to_rgba32ui" />
29036<Test name="rg16ui_to_rgba16ui" />
29037<Test name="rg16ui_to_rgba8ui" />
29038<Test name="rg16ui_to_rgb10_a2ui" />
29039<Test name="rg16ui_to_rg32ui" />
29040<Test name="rg16ui_to_rg16ui" />
29041<Test name="rg16ui_to_rg8ui" />
29042<Test name="rg16ui_to_r32ui" />
29043<Test name="rg16ui_to_r16ui" />
29044<Test name="rg16ui_to_r8ui" />
29045<Test name="rg8_to_rgba8" />
29046<Test name="rg8_to_srgb8_alpha8" />
29047<Test name="rg8_to_rgb10_a2" />
29048<Test name="rg8_to_rgba4" />
29049<Test name="rg8_to_rgb5_a1" />
29050<Test name="rg8_to_rgb8" />
29051<Test name="rg8_to_rgb565" />
29052<Test name="rg8_to_rg8" />
29053<Test name="rg8_to_r8" />
29054<Test name="rg8_to_rgba32f" />
29055<Test name="rg8_to_rgba16f" />
29056<Test name="rg8_to_r11f_g11f_b10f" />
29057<Test name="rg8_to_rg32f" />
29058<Test name="rg8_to_rg16f" />
29059<Test name="rg8_to_r32f" />
29060<Test name="rg8_to_r16f" />
29061<Test name="rg8i_to_rgba32i" />
29062<Test name="rg8i_to_rgba16i" />
29063<Test name="rg8i_to_rgba8i" />
29064<Test name="rg8i_to_rg32i" />
29065<Test name="rg8i_to_rg16i" />
29066<Test name="rg8i_to_rg8i" />
29067<Test name="rg8i_to_r32i" />
29068<Test name="rg8i_to_r16i" />
29069<Test name="rg8i_to_r8i" />
29070<Test name="rg8ui_to_rgba32ui" />
29071<Test name="rg8ui_to_rgba16ui" />
29072<Test name="rg8ui_to_rgba8ui" />
29073<Test name="rg8ui_to_rgb10_a2ui" />
29074<Test name="rg8ui_to_rg32ui" />
29075<Test name="rg8ui_to_rg16ui" />
29076<Test name="rg8ui_to_rg8ui" />
29077<Test name="rg8ui_to_r32ui" />
29078<Test name="rg8ui_to_r16ui" />
29079<Test name="rg8ui_to_r8ui" />
29080<Test name="r32i_to_rgba32i" />
29081<Test name="r32i_to_rgba16i" />
29082<Test name="r32i_to_rgba8i" />
29083<Test name="r32i_to_rg32i" />
29084<Test name="r32i_to_rg16i" />
29085<Test name="r32i_to_rg8i" />
29086<Test name="r32i_to_r32i" />
29087<Test name="r32i_to_r16i" />
29088<Test name="r32i_to_r8i" />
29089<Test name="r32ui_to_rgba32ui" />
29090<Test name="r32ui_to_rgba16ui" />
29091<Test name="r32ui_to_rgba8ui" />
29092<Test name="r32ui_to_rgb10_a2ui" />
29093<Test name="r32ui_to_rg32ui" />
29094<Test name="r32ui_to_rg16ui" />
29095<Test name="r32ui_to_rg8ui" />
29096<Test name="r32ui_to_r32ui" />
29097<Test name="r32ui_to_r16ui" />
29098<Test name="r32ui_to_r8ui" />
29099<Test name="r16i_to_rgba32i" />
29100<Test name="r16i_to_rgba16i" />
29101<Test name="r16i_to_rgba8i" />
29102<Test name="r16i_to_rg32i" />
29103<Test name="r16i_to_rg16i" />
29104<Test name="r16i_to_rg8i" />
29105<Test name="r16i_to_r32i" />
29106<Test name="r16i_to_r16i" />
29107<Test name="r16i_to_r8i" />
29108<Test name="r16ui_to_rgba32ui" />
29109<Test name="r16ui_to_rgba16ui" />
29110<Test name="r16ui_to_rgba8ui" />
29111<Test name="r16ui_to_rgb10_a2ui" />
29112<Test name="r16ui_to_rg32ui" />
29113<Test name="r16ui_to_rg16ui" />
29114<Test name="r16ui_to_rg8ui" />
29115<Test name="r16ui_to_r32ui" />
29116<Test name="r16ui_to_r16ui" />
29117<Test name="r16ui_to_r8ui" />
29118<Test name="r8_to_rgba8" />
29119<Test name="r8_to_srgb8_alpha8" />
29120<Test name="r8_to_rgb10_a2" />
29121<Test name="r8_to_rgba4" />
29122<Test name="r8_to_rgb5_a1" />
29123<Test name="r8_to_rgb8" />
29124<Test name="r8_to_rgb565" />
29125<Test name="r8_to_rg8" />
29126<Test name="r8_to_r8" />
29127<Test name="r8_to_rgba32f" />
29128<Test name="r8_to_rgba16f" />
29129<Test name="r8_to_r11f_g11f_b10f" />
29130<Test name="r8_to_rg32f" />
29131<Test name="r8_to_rg16f" />
29132<Test name="r8_to_r32f" />
29133<Test name="r8_to_r16f" />
29134<Test name="r8i_to_rgba32i" />
29135<Test name="r8i_to_rgba16i" />
29136<Test name="r8i_to_rgba8i" />
29137<Test name="r8i_to_rg32i" />
29138<Test name="r8i_to_rg16i" />
29139<Test name="r8i_to_rg8i" />
29140<Test name="r8i_to_r32i" />
29141<Test name="r8i_to_r16i" />
29142<Test name="r8i_to_r8i" />
29143<Test name="r8ui_to_rgba32ui" />
29144<Test name="r8ui_to_rgba16ui" />
29145<Test name="r8ui_to_rgba8ui" />
29146<Test name="r8ui_to_rgb10_a2ui" />
29147<Test name="r8ui_to_rg32ui" />
29148<Test name="r8ui_to_rg16ui" />
29149<Test name="r8ui_to_rg8ui" />
29150<Test name="r8ui_to_r32ui" />
29151<Test name="r8ui_to_r16ui" />
29152<Test name="r8ui_to_r8ui" />
29153<Test name="rgba32f_to_rgba8" />
29154<Test name="rgba32f_to_srgb8_alpha8" />
29155<Test name="rgba32f_to_rgb10_a2" />
29156<Test name="rgba32f_to_rgba4" />
29157<Test name="rgba32f_to_rgb5_a1" />
29158<Test name="rgba32f_to_rgb8" />
29159<Test name="rgba32f_to_rgb565" />
29160<Test name="rgba32f_to_rg8" />
29161<Test name="rgba32f_to_r8" />
29162<Test name="rgba32f_to_rgba32f" />
29163<Test name="rgba32f_to_rgba16f" />
29164<Test name="rgba32f_to_rg32f" />
29165<Test name="rgba32f_to_rg16f" />
29166<Test name="rgba32f_to_r32f" />
29167<Test name="rgba32f_to_r16f" />
29168<Test name="rgba16f_to_rgba8" />
29169<Test name="rgba16f_to_srgb8_alpha8" />
29170<Test name="rgba16f_to_rgb10_a2" />
29171<Test name="rgba16f_to_rgba4" />
29172<Test name="rgba16f_to_rgb5_a1" />
29173<Test name="rgba16f_to_rgb8" />
29174<Test name="rgba16f_to_rgb565" />
29175<Test name="rgba16f_to_rg8" />
29176<Test name="rgba16f_to_r8" />
29177<Test name="rgba16f_to_rgba32f" />
29178<Test name="rgba16f_to_rgba16f" />
29179<Test name="rgba16f_to_rg32f" />
29180<Test name="rgba16f_to_rg16f" />
29181<Test name="rgba16f_to_r32f" />
29182<Test name="rgba16f_to_r16f" />
29183<Test name="r11f_g11f_b10f_to_srgb8_alpha8" />
29184<Test name="r11f_g11f_b10f_to_rgba4" />
29185<Test name="r11f_g11f_b10f_to_rgb5_a1" />
29186<Test name="r11f_g11f_b10f_to_rgb565" />
29187<Test name="r11f_g11f_b10f_to_rg8" />
29188<Test name="r11f_g11f_b10f_to_r8" />
29189<Test name="r11f_g11f_b10f_to_rg16f" />
29190<Test name="r11f_g11f_b10f_to_r16f" />
29191<Test name="rg32f_to_rgba8" />
29192<Test name="rg32f_to_srgb8_alpha8" />
29193<Test name="rg32f_to_rgb10_a2" />
29194<Test name="rg32f_to_rgba4" />
29195<Test name="rg32f_to_rgb5_a1" />
29196<Test name="rg32f_to_rgb8" />
29197<Test name="rg32f_to_rgb565" />
29198<Test name="rg32f_to_rg8" />
29199<Test name="rg32f_to_r8" />
29200<Test name="rg32f_to_rgba32f" />
29201<Test name="rg32f_to_rgba16f" />
29202<Test name="rg32f_to_rg32f" />
29203<Test name="rg32f_to_rg16f" />
29204<Test name="rg32f_to_r32f" />
29205<Test name="rg32f_to_r16f" />
29206<Test name="rg16f_to_rgba8" />
29207<Test name="rg16f_to_srgb8_alpha8" />
29208<Test name="rg16f_to_rgb10_a2" />
29209<Test name="rg16f_to_rgba4" />
29210<Test name="rg16f_to_rgb5_a1" />
29211<Test name="rg16f_to_rgb8" />
29212<Test name="rg16f_to_rgb565" />
29213<Test name="rg16f_to_rg8" />
29214<Test name="rg16f_to_r8" />
29215<Test name="rg16f_to_rgba32f" />
29216<Test name="rg16f_to_rgba16f" />
29217<Test name="rg16f_to_r11f_g11f_b10f" />
29218<Test name="rg16f_to_rg32f" />
29219<Test name="rg16f_to_rg16f" />
29220<Test name="rg16f_to_r32f" />
29221<Test name="rg16f_to_r16f" />
29222<Test name="r32f_to_rgba8" />
29223<Test name="r32f_to_srgb8_alpha8" />
29224<Test name="r32f_to_rgb10_a2" />
29225<Test name="r32f_to_rgba4" />
29226<Test name="r32f_to_rgb5_a1" />
29227<Test name="r32f_to_rgb8" />
29228<Test name="r32f_to_rgb565" />
29229<Test name="r32f_to_rg8" />
29230<Test name="r32f_to_r8" />
29231<Test name="r32f_to_rgba32f" />
29232<Test name="r32f_to_rgba16f" />
29233<Test name="r32f_to_rg32f" />
29234<Test name="r32f_to_rg16f" />
29235<Test name="r32f_to_r32f" />
29236<Test name="r32f_to_r16f" />
29237<Test name="r16f_to_rgba8" />
29238<Test name="r16f_to_srgb8_alpha8" />
29239<Test name="r16f_to_rgb10_a2" />
29240<Test name="r16f_to_rgba4" />
29241<Test name="r16f_to_rgb5_a1" />
29242<Test name="r16f_to_rgb8" />
29243<Test name="r16f_to_rgb565" />
29244<Test name="r16f_to_rg8" />
29245<Test name="r16f_to_r8" />
29246<Test name="r16f_to_rgba32f" />
29247<Test name="r16f_to_rgba16f" />
29248<Test name="r16f_to_r11f_g11f_b10f" />
29249<Test name="r16f_to_rg32f" />
29250<Test name="r16f_to_rg16f" />
29251<Test name="r16f_to_r32f" />
29252<Test name="r16f_to_r16f" />
29253</TestCase>
29254<TestCase name="depth_stencil">
29255<Test name="depth_component32f_basic" />
29256<Test name="depth_component32f_scale" />
29257<Test name="depth_component24_basic" />
29258<Test name="depth_component24_scale" />
29259<Test name="depth_component16_basic" />
29260<Test name="depth_component16_scale" />
29261<Test name="depth32f_stencil8_basic" />
29262<Test name="depth32f_stencil8_scale" />
29263<Test name="depth32f_stencil8_depth_only" />
29264<Test name="depth32f_stencil8_stencil_only" />
29265<Test name="depth24_stencil8_basic" />
29266<Test name="depth24_stencil8_scale" />
29267<Test name="depth24_stencil8_depth_only" />
29268<Test name="depth24_stencil8_stencil_only" />
29269<Test name="stencil_index8_basic" />
29270<Test name="stencil_index8_scale" />
29271</TestCase>
29272<TestCase name="default_framebuffer">
29273<Test name="rgb10_a2" />
29274<Test name="rgb5_a1" />
29275<Test name="rg8" />
29276<Test name="rgba32f" />
29277<Test name="rgba16f" />
29278<Test name="r11f_g11f_b10f" />
29279<Test name="rg32f" />
29280<Test name="rg16f" />
29281<Test name="r32f" />
29282<Test name="r16f" />
29283</TestCase>
29284</TestSuite>
29285<TestSuite name="msaa">
29286<TestCase name="2_samples">
29287<Test name="rgba8" />
29288<Test name="srgb8_alpha8" />
29289<Test name="rgb10_a2" />
29290<Test name="rgba4" />
29291<Test name="rgb5_a1" />
29292<Test name="rgb8" />
29293<Test name="rgb565" />
29294<Test name="rg8" />
29295<Test name="r8" />
29296<Test name="rgba32f" />
29297<Test name="rgba16f" />
29298<Test name="r11f_g11f_b10f" />
29299<Test name="rg32f" />
29300<Test name="rg16f" />
29301<Test name="r32f" />
29302<Test name="r16f" />
29303<Test name="depth_component32f" />
29304<Test name="depth_component24" />
29305<Test name="depth_component16" />
29306<Test name="depth32f_stencil8" />
29307<Test name="depth24_stencil8" />
29308<Test name="stencil_index8" />
29309</TestCase>
29310<TestCase name="4_samples">
29311<Test name="rgba8" />
29312<Test name="srgb8_alpha8" />
29313<Test name="rgb10_a2" />
29314<Test name="rgba4" />
29315<Test name="rgb5_a1" />
29316<Test name="rgb8" />
29317<Test name="rgb565" />
29318<Test name="rg8" />
29319<Test name="r8" />
29320<Test name="rgba32f" />
29321<Test name="rgba16f" />
29322<Test name="r11f_g11f_b10f" />
29323<Test name="rg32f" />
29324<Test name="rg16f" />
29325<Test name="r32f" />
29326<Test name="r16f" />
29327<Test name="depth_component32f" />
29328<Test name="depth_component24" />
29329<Test name="depth_component16" />
29330<Test name="depth32f_stencil8" />
29331<Test name="depth24_stencil8" />
29332<Test name="stencil_index8" />
29333</TestCase>
29334<TestCase name="8_samples">
29335<Test name="rgba8" />
29336<Test name="srgb8_alpha8" />
29337<Test name="rgb10_a2" />
29338<Test name="rgba4" />
29339<Test name="rgb5_a1" />
29340<Test name="rgb8" />
29341<Test name="rgb565" />
29342<Test name="rg8" />
29343<Test name="r8" />
29344<Test name="rgba32f" />
29345<Test name="rgba16f" />
29346<Test name="r11f_g11f_b10f" />
29347<Test name="rg32f" />
29348<Test name="rg16f" />
29349<Test name="r32f" />
29350<Test name="r16f" />
29351<Test name="depth_component32f" />
29352<Test name="depth_component24" />
29353<Test name="depth_component16" />
29354<Test name="depth32f_stencil8" />
29355<Test name="depth24_stencil8" />
29356<Test name="stencil_index8" />
29357</TestCase>
29358</TestSuite>
29359<TestSuite name="invalidate">
29360<TestCase name="default">
29361<Test name="render_none" />
29362<Test name="render_color" />
29363<Test name="render_depth" />
29364<Test name="render_stencil" />
29365<Test name="render_depth_stencil" />
29366<Test name="render_all" />
29367<Test name="bind_color" />
29368<Test name="bind_depth" />
29369<Test name="bind_stencil" />
29370<Test name="bind_depth_stencil" />
29371<Test name="bind_all" />
29372<Test name="sub_render_color" />
29373<Test name="sub_render_depth" />
29374<Test name="sub_render_stencil" />
29375<Test name="sub_render_depth_stencil" />
29376<Test name="sub_render_all" />
29377<Test name="sub_bind_color" />
29378<Test name="sub_bind_depth" />
29379<Test name="sub_bind_stencil" />
29380<Test name="sub_bind_depth_stencil" />
29381<Test name="sub_bind_all" />
29382<Test name="draw_framebuffer_color" />
29383<Test name="draw_framebuffer_all" />
29384<Test name="read_framebuffer_color" />
29385<Test name="read_framebuffer_all" />
29386</TestCase>
29387<TestCase name="whole">
29388<Test name="render_none" />
29389<Test name="render_color" />
29390<Test name="render_depth" />
29391<Test name="render_stencil" />
29392<Test name="render_depth_stencil" />
29393<Test name="render_all" />
29394<Test name="unbind_read_color" />
29395<Test name="unbind_read_depth" />
29396<Test name="unbind_read_stencil" />
29397<Test name="unbind_read_depth_stencil" />
29398<Test name="unbind_read_color_stencil" />
29399<Test name="unbind_blit_color" />
29400<Test name="unbind_blit_depth_stencil" />
29401<Test name="unbind_blit_msaa_color" />
29402<Test name="unbind_blit_msaa_depth_stencil" />
29403</TestCase>
29404<TestCase name="sub">
29405<Test name="render_none" />
29406<Test name="render_color" />
29407<Test name="render_depth" />
29408<Test name="render_stencil" />
29409<Test name="render_depth_stencil" />
29410<Test name="render_all" />
29411<Test name="unbind_read_color" />
29412<Test name="unbind_read_depth" />
29413<Test name="unbind_read_stencil" />
29414<Test name="unbind_read_depth_stencil" />
29415<Test name="unbind_read_color_stencil" />
29416<Test name="unbind_blit_color" />
29417<Test name="unbind_blit_depth" />
29418<Test name="unbind_blit_depth_stencil" />
29419<Test name="unbind_blit_msaa_color" />
29420<Test name="unbind_blit_msaa_depth" />
29421<Test name="unbind_blit_msaa_stencil" />
29422<Test name="unbind_blit_msaa_depth_stencil" />
29423</TestCase>
29424<TestCase name="format">
29425<Test name="rgba32i" />
29426<Test name="rgba32ui" />
29427<Test name="rgba16i" />
29428<Test name="rgba16ui" />
29429<Test name="rgba8" />
29430<Test name="rgba8i" />
29431<Test name="rgba8ui" />
29432<Test name="srgb8_alpha8" />
29433<Test name="rgb10_a2" />
29434<Test name="rgb10_a2ui" />
29435<Test name="rgba4" />
29436<Test name="rgb5_a1" />
29437<Test name="rgb8" />
29438<Test name="rgb565" />
29439<Test name="rg32i" />
29440<Test name="rg32ui" />
29441<Test name="rg16i" />
29442<Test name="rg16ui" />
29443<Test name="rg8" />
29444<Test name="rg8i" />
29445<Test name="rg8ui" />
29446<Test name="r32i" />
29447<Test name="r32ui" />
29448<Test name="r16i" />
29449<Test name="r16ui" />
29450<Test name="r8" />
29451<Test name="r8i" />
29452<Test name="r8ui" />
29453<Test name="rgba32f" />
29454<Test name="rgba16f" />
29455<Test name="r11f_g11f_b10f" />
29456<Test name="rg32f" />
29457<Test name="rg16f" />
29458<Test name="r32f" />
29459<Test name="r16f" />
29460<Test name="depth_component32f" />
29461<Test name="depth_component24" />
29462<Test name="depth_component16" />
29463<Test name="depth32f_stencil8" />
29464<Test name="depth24_stencil8" />
29465<Test name="stencil_index8" />
29466</TestCase>
29467<TestCase name="target">
29468<Test name="framebuffer_framebuffer_color" />
29469<Test name="framebuffer_framebuffer_depth_stencil" />
29470<Test name="framebuffer_framebuffer_all" />
29471<Test name="framebuffer_read_framebuffer_color" />
29472<Test name="framebuffer_read_framebuffer_depth_stencil" />
29473<Test name="framebuffer_read_framebuffer_all" />
29474<Test name="framebuffer_draw_framebuffer_color" />
29475<Test name="framebuffer_draw_framebuffer_depth_stencil" />
29476<Test name="framebuffer_draw_framebuffer_all" />
29477<Test name="read_framebuffer_framebuffer_color" />
29478<Test name="read_framebuffer_framebuffer_depth_stencil" />
29479<Test name="read_framebuffer_framebuffer_all" />
29480<Test name="read_framebuffer_read_framebuffer_color" />
29481<Test name="read_framebuffer_read_framebuffer_depth_stencil" />
29482<Test name="read_framebuffer_read_framebuffer_all" />
29483<Test name="read_framebuffer_draw_framebuffer_color" />
29484<Test name="read_framebuffer_draw_framebuffer_depth_stencil" />
29485<Test name="read_framebuffer_draw_framebuffer_all" />
29486<Test name="draw_framebuffer_framebuffer_color" />
29487<Test name="draw_framebuffer_framebuffer_depth_stencil" />
29488<Test name="draw_framebuffer_framebuffer_all" />
29489<Test name="draw_framebuffer_read_framebuffer_color" />
29490<Test name="draw_framebuffer_read_framebuffer_depth_stencil" />
29491<Test name="draw_framebuffer_read_framebuffer_all" />
29492<Test name="draw_framebuffer_draw_framebuffer_color" />
29493<Test name="draw_framebuffer_draw_framebuffer_depth_stencil" />
29494<Test name="draw_framebuffer_draw_framebuffer_all" />
29495</TestCase>
29496</TestSuite>
29497</TestSuite>
29498<TestSuite name="vertex_arrays">
29499<TestSuite name="single_attribute">
29500<TestSuite name="strides">
29501<TestCase name="float">
29502<Test name="user_ptr_stride8_components2_quads1" />
29503<Test name="user_ptr_stride17_components2_quads1" />
29504<Test name="user_ptr_stride32_components2_quads1" />
29505<Test name="user_ptr_stride8_components2_quads256" />
29506<Test name="user_ptr_stride17_components2_quads256" />
29507<Test name="user_ptr_stride32_components2_quads256" />
29508<Test name="user_ptr_stride12_components3_quads1" />
29509<Test name="user_ptr_stride17_components3_quads1" />
29510<Test name="user_ptr_stride32_components3_quads1" />
29511<Test name="user_ptr_stride12_components3_quads256" />
29512<Test name="user_ptr_stride17_components3_quads256" />
29513<Test name="user_ptr_stride32_components3_quads256" />
29514<Test name="user_ptr_stride16_components4_quads1" />
29515<Test name="user_ptr_stride17_components4_quads1" />
29516<Test name="user_ptr_stride32_components4_quads1" />
29517<Test name="user_ptr_stride16_components4_quads256" />
29518<Test name="user_ptr_stride17_components4_quads256" />
29519<Test name="user_ptr_stride32_components4_quads256" />
29520<Test name="buffer_stride8_components2_quads1" />
29521<Test name="buffer_stride32_components2_quads1" />
29522<Test name="buffer_stride8_components2_quads256" />
29523<Test name="buffer_stride32_components2_quads256" />
29524<Test name="buffer_stride12_components3_quads1" />
29525<Test name="buffer_stride32_components3_quads1" />
29526<Test name="buffer_stride12_components3_quads256" />
29527<Test name="buffer_stride32_components3_quads256" />
29528<Test name="buffer_stride16_components4_quads1" />
29529<Test name="buffer_stride32_components4_quads1" />
29530<Test name="buffer_stride16_components4_quads256" />
29531<Test name="buffer_stride32_components4_quads256" />
29532</TestCase>
29533<TestCase name="short">
29534<Test name="user_ptr_stride4_components2_quads1" />
29535<Test name="user_ptr_stride17_components2_quads1" />
29536<Test name="user_ptr_stride32_components2_quads1" />
29537<Test name="user_ptr_stride4_components2_quads256" />
29538<Test name="user_ptr_stride17_components2_quads256" />
29539<Test name="user_ptr_stride32_components2_quads256" />
29540<Test name="user_ptr_stride6_components3_quads1" />
29541<Test name="user_ptr_stride17_components3_quads1" />
29542<Test name="user_ptr_stride32_components3_quads1" />
29543<Test name="user_ptr_stride6_components3_quads256" />
29544<Test name="user_ptr_stride17_components3_quads256" />
29545<Test name="user_ptr_stride32_components3_quads256" />
29546<Test name="user_ptr_stride8_components4_quads1" />
29547<Test name="user_ptr_stride17_components4_quads1" />
29548<Test name="user_ptr_stride32_components4_quads1" />
29549<Test name="user_ptr_stride8_components4_quads256" />
29550<Test name="user_ptr_stride17_components4_quads256" />
29551<Test name="user_ptr_stride32_components4_quads256" />
29552<Test name="buffer_stride4_components2_quads1" />
29553<Test name="buffer_stride32_components2_quads1" />
29554<Test name="buffer_stride4_components2_quads256" />
29555<Test name="buffer_stride32_components2_quads256" />
29556<Test name="buffer_stride6_components3_quads1" />
29557<Test name="buffer_stride32_components3_quads1" />
29558<Test name="buffer_stride6_components3_quads256" />
29559<Test name="buffer_stride32_components3_quads256" />
29560<Test name="buffer_stride8_components4_quads1" />
29561<Test name="buffer_stride32_components4_quads1" />
29562<Test name="buffer_stride8_components4_quads256" />
29563<Test name="buffer_stride32_components4_quads256" />
29564</TestCase>
29565<TestCase name="byte">
29566<Test name="user_ptr_stride2_components2_quads1" />
29567<Test name="user_ptr_stride17_components2_quads1" />
29568<Test name="user_ptr_stride32_components2_quads1" />
29569<Test name="user_ptr_stride2_components2_quads256" />
29570<Test name="user_ptr_stride17_components2_quads256" />
29571<Test name="user_ptr_stride32_components2_quads256" />
29572<Test name="user_ptr_stride3_components3_quads1" />
29573<Test name="user_ptr_stride17_components3_quads1" />
29574<Test name="user_ptr_stride32_components3_quads1" />
29575<Test name="user_ptr_stride3_components3_quads256" />
29576<Test name="user_ptr_stride17_components3_quads256" />
29577<Test name="user_ptr_stride32_components3_quads256" />
29578<Test name="user_ptr_stride4_components4_quads1" />
29579<Test name="user_ptr_stride17_components4_quads1" />
29580<Test name="user_ptr_stride32_components4_quads1" />
29581<Test name="user_ptr_stride4_components4_quads256" />
29582<Test name="user_ptr_stride17_components4_quads256" />
29583<Test name="user_ptr_stride32_components4_quads256" />
29584<Test name="buffer_stride2_components2_quads1" />
29585<Test name="buffer_stride17_components2_quads1" />
29586<Test name="buffer_stride32_components2_quads1" />
29587<Test name="buffer_stride2_components2_quads256" />
29588<Test name="buffer_stride17_components2_quads256" />
29589<Test name="buffer_stride32_components2_quads256" />
29590<Test name="buffer_stride3_components3_quads1" />
29591<Test name="buffer_stride17_components3_quads1" />
29592<Test name="buffer_stride32_components3_quads1" />
29593<Test name="buffer_stride3_components3_quads256" />
29594<Test name="buffer_stride17_components3_quads256" />
29595<Test name="buffer_stride32_components3_quads256" />
29596<Test name="buffer_stride4_components4_quads1" />
29597<Test name="buffer_stride17_components4_quads1" />
29598<Test name="buffer_stride32_components4_quads1" />
29599<Test name="buffer_stride4_components4_quads256" />
29600<Test name="buffer_stride17_components4_quads256" />
29601<Test name="buffer_stride32_components4_quads256" />
29602</TestCase>
29603<TestCase name="fixed">
29604<Test name="user_ptr_stride8_components2_quads1" />
29605<Test name="user_ptr_stride17_components2_quads1" />
29606<Test name="user_ptr_stride32_components2_quads1" />
29607<Test name="user_ptr_stride8_components2_quads256" />
29608<Test name="user_ptr_stride17_components2_quads256" />
29609<Test name="user_ptr_stride32_components2_quads256" />
29610<Test name="user_ptr_stride12_components3_quads1" />
29611<Test name="user_ptr_stride17_components3_quads1" />
29612<Test name="user_ptr_stride32_components3_quads1" />
29613<Test name="user_ptr_stride12_components3_quads256" />
29614<Test name="user_ptr_stride17_components3_quads256" />
29615<Test name="user_ptr_stride32_components3_quads256" />
29616<Test name="user_ptr_stride16_components4_quads1" />
29617<Test name="user_ptr_stride17_components4_quads1" />
29618<Test name="user_ptr_stride32_components4_quads1" />
29619<Test name="user_ptr_stride16_components4_quads256" />
29620<Test name="user_ptr_stride17_components4_quads256" />
29621<Test name="user_ptr_stride32_components4_quads256" />
29622<Test name="buffer_stride8_components2_quads1" />
29623<Test name="buffer_stride32_components2_quads1" />
29624<Test name="buffer_stride8_components2_quads256" />
29625<Test name="buffer_stride32_components2_quads256" />
29626<Test name="buffer_stride12_components3_quads1" />
29627<Test name="buffer_stride32_components3_quads1" />
29628<Test name="buffer_stride12_components3_quads256" />
29629<Test name="buffer_stride32_components3_quads256" />
29630<Test name="buffer_stride16_components4_quads1" />
29631<Test name="buffer_stride32_components4_quads1" />
29632<Test name="buffer_stride16_components4_quads256" />
29633<Test name="buffer_stride32_components4_quads256" />
29634</TestCase>
29635<TestCase name="int2_10_10_10">
29636<Test name="user_ptr_stride16_components4_quads1" />
29637<Test name="user_ptr_stride17_components4_quads1" />
29638<Test name="user_ptr_stride32_components4_quads1" />
29639<Test name="user_ptr_stride16_components4_quads256" />
29640<Test name="user_ptr_stride17_components4_quads256" />
29641<Test name="user_ptr_stride32_components4_quads256" />
29642<Test name="buffer_stride16_components4_quads1" />
29643<Test name="buffer_stride32_components4_quads1" />
29644<Test name="buffer_stride16_components4_quads256" />
29645<Test name="buffer_stride32_components4_quads256" />
29646</TestCase>
29647</TestSuite>
29648<TestSuite name="normalize">
29649<TestCase name="float">
29650<Test name="components2_quads1" />
29651<Test name="components2_quads256" />
29652<Test name="components3_quads1" />
29653<Test name="components3_quads256" />
29654<Test name="components4_quads1" />
29655<Test name="components4_quads256" />
29656</TestCase>
29657<TestCase name="short">
29658<Test name="components2_quads1" />
29659<Test name="components2_quads256" />
29660<Test name="components3_quads1" />
29661<Test name="components3_quads256" />
29662<Test name="components4_quads1" />
29663<Test name="components4_quads256" />
29664</TestCase>
29665<TestCase name="byte">
29666<Test name="components2_quads1" />
29667<Test name="components2_quads256" />
29668<Test name="components3_quads1" />
29669<Test name="components3_quads256" />
29670<Test name="components4_quads1" />
29671<Test name="components4_quads256" />
29672</TestCase>
29673<TestCase name="unsigned_short">
29674<Test name="components2_quads1" />
29675<Test name="components2_quads256" />
29676<Test name="components3_quads1" />
29677<Test name="components3_quads256" />
29678<Test name="components4_quads1" />
29679<Test name="components4_quads256" />
29680</TestCase>
29681<TestCase name="unsigned_byte">
29682<Test name="components2_quads1" />
29683<Test name="components2_quads256" />
29684<Test name="components3_quads1" />
29685<Test name="components3_quads256" />
29686<Test name="components4_quads1" />
29687<Test name="components4_quads256" />
29688</TestCase>
29689<TestCase name="fixed">
29690<Test name="components2_quads1" />
29691<Test name="components2_quads256" />
29692<Test name="components3_quads1" />
29693<Test name="components3_quads256" />
29694<Test name="components4_quads1" />
29695<Test name="components4_quads256" />
29696</TestCase>
29697<TestCase name="unsigned_int">
29698<Test name="components2_quads1" />
29699<Test name="components2_quads256" />
29700<Test name="components3_quads1" />
29701<Test name="components3_quads256" />
29702<Test name="components4_quads1" />
29703<Test name="components4_quads256" />
29704</TestCase>
29705<TestCase name="int">
29706<Test name="components2_quads1" />
29707<Test name="components2_quads256" />
29708<Test name="components3_quads1" />
29709<Test name="components3_quads256" />
29710<Test name="components4_quads1" />
29711<Test name="components4_quads256" />
29712</TestCase>
29713<TestCase name="half">
29714<Test name="components2_quads1" />
29715<Test name="components2_quads256" />
29716<Test name="components3_quads1" />
29717<Test name="components3_quads256" />
29718<Test name="components4_quads1" />
29719<Test name="components4_quads256" />
29720</TestCase>
29721<TestCase name="usigned_int2_10_10_10">
29722<Test name="components4_quads1" />
29723<Test name="components4_quads256" />
29724</TestCase>
29725<TestCase name="int2_10_10_10">
29726<Test name="components4_quads1" />
29727<Test name="components4_quads256" />
29728</TestCase>
29729</TestSuite>
29730<TestSuite name="output_types">
29731<TestCase name="float">
29732<Test name="components2_vec2_quads1" />
29733<Test name="components2_vec2_quads256" />
29734<Test name="components3_vec2_quads1" />
29735<Test name="components3_vec2_quads256" />
29736<Test name="components4_vec2_quads1" />
29737<Test name="components4_vec2_quads256" />
29738<Test name="components2_vec3_quads1" />
29739<Test name="components2_vec3_quads256" />
29740<Test name="components3_vec3_quads1" />
29741<Test name="components3_vec3_quads256" />
29742<Test name="components4_vec3_quads1" />
29743<Test name="components4_vec3_quads256" />
29744<Test name="components2_vec4_quads1" />
29745<Test name="components2_vec4_quads256" />
29746<Test name="components3_vec4_quads1" />
29747<Test name="components3_vec4_quads256" />
29748<Test name="components4_vec4_quads1" />
29749<Test name="components4_vec4_quads256" />
29750</TestCase>
29751<TestCase name="short">
29752<Test name="components2_vec2_quads1" />
29753<Test name="components2_vec2_quads256" />
29754<Test name="components3_vec2_quads1" />
29755<Test name="components3_vec2_quads256" />
29756<Test name="components4_vec2_quads1" />
29757<Test name="components4_vec2_quads256" />
29758<Test name="components2_vec3_quads1" />
29759<Test name="components2_vec3_quads256" />
29760<Test name="components3_vec3_quads1" />
29761<Test name="components3_vec3_quads256" />
29762<Test name="components4_vec3_quads1" />
29763<Test name="components4_vec3_quads256" />
29764<Test name="components2_vec4_quads1" />
29765<Test name="components2_vec4_quads256" />
29766<Test name="components3_vec4_quads1" />
29767<Test name="components3_vec4_quads256" />
29768<Test name="components4_vec4_quads1" />
29769<Test name="components4_vec4_quads256" />
29770<Test name="components2_ivec2_quads1" />
29771<Test name="components2_ivec2_quads256" />
29772<Test name="components3_ivec2_quads1" />
29773<Test name="components3_ivec2_quads256" />
29774<Test name="components4_ivec2_quads1" />
29775<Test name="components4_ivec2_quads256" />
29776<Test name="components2_ivec3_quads1" />
29777<Test name="components2_ivec3_quads256" />
29778<Test name="components3_ivec3_quads1" />
29779<Test name="components3_ivec3_quads256" />
29780<Test name="components4_ivec3_quads1" />
29781<Test name="components4_ivec3_quads256" />
29782<Test name="components2_ivec4_quads1" />
29783<Test name="components2_ivec4_quads256" />
29784<Test name="components3_ivec4_quads1" />
29785<Test name="components3_ivec4_quads256" />
29786<Test name="components4_ivec4_quads1" />
29787<Test name="components4_ivec4_quads256" />
29788</TestCase>
29789<TestCase name="byte">
29790<Test name="components2_vec2_quads1" />
29791<Test name="components2_vec2_quads256" />
29792<Test name="components3_vec2_quads1" />
29793<Test name="components3_vec2_quads256" />
29794<Test name="components4_vec2_quads1" />
29795<Test name="components4_vec2_quads256" />
29796<Test name="components2_vec3_quads1" />
29797<Test name="components2_vec3_quads256" />
29798<Test name="components3_vec3_quads1" />
29799<Test name="components3_vec3_quads256" />
29800<Test name="components4_vec3_quads1" />
29801<Test name="components4_vec3_quads256" />
29802<Test name="components2_vec4_quads1" />
29803<Test name="components2_vec4_quads256" />
29804<Test name="components3_vec4_quads1" />
29805<Test name="components3_vec4_quads256" />
29806<Test name="components4_vec4_quads1" />
29807<Test name="components4_vec4_quads256" />
29808<Test name="components2_ivec2_quads1" />
29809<Test name="components2_ivec2_quads256" />
29810<Test name="components3_ivec2_quads1" />
29811<Test name="components3_ivec2_quads256" />
29812<Test name="components4_ivec2_quads1" />
29813<Test name="components4_ivec2_quads256" />
29814<Test name="components2_ivec3_quads1" />
29815<Test name="components2_ivec3_quads256" />
29816<Test name="components3_ivec3_quads1" />
29817<Test name="components3_ivec3_quads256" />
29818<Test name="components4_ivec3_quads1" />
29819<Test name="components4_ivec3_quads256" />
29820<Test name="components2_ivec4_quads1" />
29821<Test name="components2_ivec4_quads256" />
29822<Test name="components3_ivec4_quads1" />
29823<Test name="components3_ivec4_quads256" />
29824<Test name="components4_ivec4_quads1" />
29825<Test name="components4_ivec4_quads256" />
29826</TestCase>
29827<TestCase name="unsigned_short">
29828<Test name="components2_vec2_quads1" />
29829<Test name="components2_vec2_quads256" />
29830<Test name="components3_vec2_quads1" />
29831<Test name="components3_vec2_quads256" />
29832<Test name="components4_vec2_quads1" />
29833<Test name="components4_vec2_quads256" />
29834<Test name="components2_vec3_quads1" />
29835<Test name="components2_vec3_quads256" />
29836<Test name="components3_vec3_quads1" />
29837<Test name="components3_vec3_quads256" />
29838<Test name="components4_vec3_quads1" />
29839<Test name="components4_vec3_quads256" />
29840<Test name="components2_vec4_quads1" />
29841<Test name="components2_vec4_quads256" />
29842<Test name="components3_vec4_quads1" />
29843<Test name="components3_vec4_quads256" />
29844<Test name="components4_vec4_quads1" />
29845<Test name="components4_vec4_quads256" />
29846<Test name="components2_uvec2_quads1" />
29847<Test name="components2_uvec2_quads256" />
29848<Test name="components3_uvec2_quads1" />
29849<Test name="components3_uvec2_quads256" />
29850<Test name="components4_uvec2_quads1" />
29851<Test name="components4_uvec2_quads256" />
29852<Test name="components2_uvec3_quads1" />
29853<Test name="components2_uvec3_quads256" />
29854<Test name="components3_uvec3_quads1" />
29855<Test name="components3_uvec3_quads256" />
29856<Test name="components4_uvec3_quads1" />
29857<Test name="components4_uvec3_quads256" />
29858<Test name="components2_uvec4_quads1" />
29859<Test name="components2_uvec4_quads256" />
29860<Test name="components3_uvec4_quads1" />
29861<Test name="components3_uvec4_quads256" />
29862<Test name="components4_uvec4_quads1" />
29863<Test name="components4_uvec4_quads256" />
29864</TestCase>
29865<TestCase name="unsigned_byte">
29866<Test name="components2_vec2_quads1" />
29867<Test name="components2_vec2_quads256" />
29868<Test name="components3_vec2_quads1" />
29869<Test name="components3_vec2_quads256" />
29870<Test name="components4_vec2_quads1" />
29871<Test name="components4_vec2_quads256" />
29872<Test name="components2_vec3_quads1" />
29873<Test name="components2_vec3_quads256" />
29874<Test name="components3_vec3_quads1" />
29875<Test name="components3_vec3_quads256" />
29876<Test name="components4_vec3_quads1" />
29877<Test name="components4_vec3_quads256" />
29878<Test name="components2_vec4_quads1" />
29879<Test name="components2_vec4_quads256" />
29880<Test name="components3_vec4_quads1" />
29881<Test name="components3_vec4_quads256" />
29882<Test name="components4_vec4_quads1" />
29883<Test name="components4_vec4_quads256" />
29884<Test name="components2_uvec2_quads1" />
29885<Test name="components2_uvec2_quads256" />
29886<Test name="components3_uvec2_quads1" />
29887<Test name="components3_uvec2_quads256" />
29888<Test name="components4_uvec2_quads1" />
29889<Test name="components4_uvec2_quads256" />
29890<Test name="components2_uvec3_quads1" />
29891<Test name="components2_uvec3_quads256" />
29892<Test name="components3_uvec3_quads1" />
29893<Test name="components3_uvec3_quads256" />
29894<Test name="components4_uvec3_quads1" />
29895<Test name="components4_uvec3_quads256" />
29896<Test name="components2_uvec4_quads1" />
29897<Test name="components2_uvec4_quads256" />
29898<Test name="components3_uvec4_quads1" />
29899<Test name="components3_uvec4_quads256" />
29900<Test name="components4_uvec4_quads1" />
29901<Test name="components4_uvec4_quads256" />
29902</TestCase>
29903<TestCase name="fixed">
29904<Test name="components2_vec2_quads1" />
29905<Test name="components2_vec2_quads256" />
29906<Test name="components3_vec2_quads1" />
29907<Test name="components3_vec2_quads256" />
29908<Test name="components4_vec2_quads1" />
29909<Test name="components4_vec2_quads256" />
29910<Test name="components2_vec3_quads1" />
29911<Test name="components2_vec3_quads256" />
29912<Test name="components3_vec3_quads1" />
29913<Test name="components3_vec3_quads256" />
29914<Test name="components4_vec3_quads1" />
29915<Test name="components4_vec3_quads256" />
29916<Test name="components2_vec4_quads1" />
29917<Test name="components2_vec4_quads256" />
29918<Test name="components3_vec4_quads1" />
29919<Test name="components3_vec4_quads256" />
29920<Test name="components4_vec4_quads1" />
29921<Test name="components4_vec4_quads256" />
29922</TestCase>
29923<TestCase name="unsigned_int">
29924<Test name="components2_vec2_quads1" />
29925<Test name="components2_vec2_quads256" />
29926<Test name="components3_vec2_quads1" />
29927<Test name="components3_vec2_quads256" />
29928<Test name="components4_vec2_quads1" />
29929<Test name="components4_vec2_quads256" />
29930<Test name="components2_vec3_quads1" />
29931<Test name="components2_vec3_quads256" />
29932<Test name="components3_vec3_quads1" />
29933<Test name="components3_vec3_quads256" />
29934<Test name="components4_vec3_quads1" />
29935<Test name="components4_vec3_quads256" />
29936<Test name="components2_vec4_quads1" />
29937<Test name="components2_vec4_quads256" />
29938<Test name="components3_vec4_quads1" />
29939<Test name="components3_vec4_quads256" />
29940<Test name="components4_vec4_quads1" />
29941<Test name="components4_vec4_quads256" />
29942<Test name="components2_uvec2_quads1" />
29943<Test name="components2_uvec2_quads256" />
29944<Test name="components3_uvec2_quads1" />
29945<Test name="components3_uvec2_quads256" />
29946<Test name="components4_uvec2_quads1" />
29947<Test name="components4_uvec2_quads256" />
29948<Test name="components2_uvec3_quads1" />
29949<Test name="components2_uvec3_quads256" />
29950<Test name="components3_uvec3_quads1" />
29951<Test name="components3_uvec3_quads256" />
29952<Test name="components4_uvec3_quads1" />
29953<Test name="components4_uvec3_quads256" />
29954<Test name="components2_uvec4_quads1" />
29955<Test name="components2_uvec4_quads256" />
29956<Test name="components3_uvec4_quads1" />
29957<Test name="components3_uvec4_quads256" />
29958<Test name="components4_uvec4_quads1" />
29959<Test name="components4_uvec4_quads256" />
29960</TestCase>
29961<TestCase name="int">
29962<Test name="components2_vec2_quads1" />
29963<Test name="components2_vec2_quads256" />
29964<Test name="components3_vec2_quads1" />
29965<Test name="components3_vec2_quads256" />
29966<Test name="components4_vec2_quads1" />
29967<Test name="components4_vec2_quads256" />
29968<Test name="components2_vec3_quads1" />
29969<Test name="components2_vec3_quads256" />
29970<Test name="components3_vec3_quads1" />
29971<Test name="components3_vec3_quads256" />
29972<Test name="components4_vec3_quads1" />
29973<Test name="components4_vec3_quads256" />
29974<Test name="components2_vec4_quads1" />
29975<Test name="components2_vec4_quads256" />
29976<Test name="components3_vec4_quads1" />
29977<Test name="components3_vec4_quads256" />
29978<Test name="components4_vec4_quads1" />
29979<Test name="components4_vec4_quads256" />
29980<Test name="components2_ivec2_quads1" />
29981<Test name="components2_ivec2_quads256" />
29982<Test name="components3_ivec2_quads1" />
29983<Test name="components3_ivec2_quads256" />
29984<Test name="components4_ivec2_quads1" />
29985<Test name="components4_ivec2_quads256" />
29986<Test name="components2_ivec3_quads1" />
29987<Test name="components2_ivec3_quads256" />
29988<Test name="components3_ivec3_quads1" />
29989<Test name="components3_ivec3_quads256" />
29990<Test name="components4_ivec3_quads1" />
29991<Test name="components4_ivec3_quads256" />
29992<Test name="components2_ivec4_quads1" />
29993<Test name="components2_ivec4_quads256" />
29994<Test name="components3_ivec4_quads1" />
29995<Test name="components3_ivec4_quads256" />
29996<Test name="components4_ivec4_quads1" />
29997<Test name="components4_ivec4_quads256" />
29998</TestCase>
29999<TestCase name="half">
30000<Test name="components2_vec2_quads1" />
30001<Test name="components2_vec2_quads256" />
30002<Test name="components3_vec2_quads1" />
30003<Test name="components3_vec2_quads256" />
30004<Test name="components4_vec2_quads1" />
30005<Test name="components4_vec2_quads256" />
30006<Test name="components2_vec3_quads1" />
30007<Test name="components2_vec3_quads256" />
30008<Test name="components3_vec3_quads1" />
30009<Test name="components3_vec3_quads256" />
30010<Test name="components4_vec3_quads1" />
30011<Test name="components4_vec3_quads256" />
30012<Test name="components2_vec4_quads1" />
30013<Test name="components2_vec4_quads256" />
30014<Test name="components3_vec4_quads1" />
30015<Test name="components3_vec4_quads256" />
30016<Test name="components4_vec4_quads1" />
30017<Test name="components4_vec4_quads256" />
30018</TestCase>
30019<TestCase name="usigned_int2_10_10_10">
30020<Test name="components4_vec2_quads1" />
30021<Test name="components4_vec2_quads256" />
30022<Test name="components4_vec3_quads1" />
30023<Test name="components4_vec3_quads256" />
30024<Test name="components4_vec4_quads1" />
30025<Test name="components4_vec4_quads256" />
30026</TestCase>
30027<TestCase name="int2_10_10_10">
30028<Test name="components4_vec2_quads1" />
30029<Test name="components4_vec2_quads256" />
30030<Test name="components4_vec3_quads1" />
30031<Test name="components4_vec3_quads256" />
30032<Test name="components4_vec4_quads1" />
30033<Test name="components4_vec4_quads256" />
30034</TestCase>
30035</TestSuite>
30036<TestSuite name="usages">
30037<TestCase name="static_draw">
30038<Test name="stride0_float_quads1" />
30039<Test name="stride8_float_quads1" />
30040<Test name="stride32_float_quads1" />
30041<Test name="stride0_float_quads256" />
30042<Test name="stride8_float_quads256" />
30043<Test name="stride32_float_quads256" />
30044<Test name="stride0_fixed_quads1" />
30045<Test name="stride8_fixed_quads1" />
30046<Test name="stride32_fixed_quads1" />
30047<Test name="stride0_fixed_quads256" />
30048<Test name="stride8_fixed_quads256" />
30049<Test name="stride32_fixed_quads256" />
30050<Test name="stride0_short_quads1" />
30051<Test name="stride4_short_quads1" />
30052<Test name="stride32_short_quads1" />
30053<Test name="stride0_short_quads256" />
30054<Test name="stride4_short_quads256" />
30055<Test name="stride32_short_quads256" />
30056<Test name="stride0_byte_quads1" />
30057<Test name="stride2_byte_quads1" />
30058<Test name="stride17_byte_quads1" />
30059<Test name="stride32_byte_quads1" />
30060<Test name="stride0_byte_quads256" />
30061<Test name="stride2_byte_quads256" />
30062<Test name="stride17_byte_quads256" />
30063<Test name="stride32_byte_quads256" />
30064</TestCase>
30065<TestCase name="stream_draw">
30066<Test name="stride0_float_quads1" />
30067<Test name="stride8_float_quads1" />
30068<Test name="stride32_float_quads1" />
30069<Test name="stride0_float_quads256" />
30070<Test name="stride8_float_quads256" />
30071<Test name="stride32_float_quads256" />
30072<Test name="stride0_fixed_quads1" />
30073<Test name="stride8_fixed_quads1" />
30074<Test name="stride32_fixed_quads1" />
30075<Test name="stride0_fixed_quads256" />
30076<Test name="stride8_fixed_quads256" />
30077<Test name="stride32_fixed_quads256" />
30078<Test name="stride0_short_quads1" />
30079<Test name="stride4_short_quads1" />
30080<Test name="stride32_short_quads1" />
30081<Test name="stride0_short_quads256" />
30082<Test name="stride4_short_quads256" />
30083<Test name="stride32_short_quads256" />
30084<Test name="stride0_byte_quads1" />
30085<Test name="stride2_byte_quads1" />
30086<Test name="stride17_byte_quads1" />
30087<Test name="stride32_byte_quads1" />
30088<Test name="stride0_byte_quads256" />
30089<Test name="stride2_byte_quads256" />
30090<Test name="stride17_byte_quads256" />
30091<Test name="stride32_byte_quads256" />
30092</TestCase>
30093<TestCase name="dynamic_draw">
30094<Test name="stride0_float_quads1" />
30095<Test name="stride8_float_quads1" />
30096<Test name="stride32_float_quads1" />
30097<Test name="stride0_float_quads256" />
30098<Test name="stride8_float_quads256" />
30099<Test name="stride32_float_quads256" />
30100<Test name="stride0_fixed_quads1" />
30101<Test name="stride8_fixed_quads1" />
30102<Test name="stride32_fixed_quads1" />
30103<Test name="stride0_fixed_quads256" />
30104<Test name="stride8_fixed_quads256" />
30105<Test name="stride32_fixed_quads256" />
30106<Test name="stride0_short_quads1" />
30107<Test name="stride4_short_quads1" />
30108<Test name="stride32_short_quads1" />
30109<Test name="stride0_short_quads256" />
30110<Test name="stride4_short_quads256" />
30111<Test name="stride32_short_quads256" />
30112<Test name="stride0_byte_quads1" />
30113<Test name="stride2_byte_quads1" />
30114<Test name="stride17_byte_quads1" />
30115<Test name="stride32_byte_quads1" />
30116<Test name="stride0_byte_quads256" />
30117<Test name="stride2_byte_quads256" />
30118<Test name="stride17_byte_quads256" />
30119<Test name="stride32_byte_quads256" />
30120</TestCase>
30121<TestCase name="static_copy">
30122<Test name="stride0_float_quads1" />
30123<Test name="stride8_float_quads1" />
30124<Test name="stride32_float_quads1" />
30125<Test name="stride0_float_quads256" />
30126<Test name="stride8_float_quads256" />
30127<Test name="stride32_float_quads256" />
30128<Test name="stride0_fixed_quads1" />
30129<Test name="stride8_fixed_quads1" />
30130<Test name="stride32_fixed_quads1" />
30131<Test name="stride0_fixed_quads256" />
30132<Test name="stride8_fixed_quads256" />
30133<Test name="stride32_fixed_quads256" />
30134<Test name="stride0_short_quads1" />
30135<Test name="stride4_short_quads1" />
30136<Test name="stride32_short_quads1" />
30137<Test name="stride0_short_quads256" />
30138<Test name="stride4_short_quads256" />
30139<Test name="stride32_short_quads256" />
30140<Test name="stride0_byte_quads1" />
30141<Test name="stride2_byte_quads1" />
30142<Test name="stride17_byte_quads1" />
30143<Test name="stride32_byte_quads1" />
30144<Test name="stride0_byte_quads256" />
30145<Test name="stride2_byte_quads256" />
30146<Test name="stride17_byte_quads256" />
30147<Test name="stride32_byte_quads256" />
30148</TestCase>
30149<TestCase name="stream_copy">
30150<Test name="stride0_float_quads1" />
30151<Test name="stride8_float_quads1" />
30152<Test name="stride32_float_quads1" />
30153<Test name="stride0_float_quads256" />
30154<Test name="stride8_float_quads256" />
30155<Test name="stride32_float_quads256" />
30156<Test name="stride0_fixed_quads1" />
30157<Test name="stride8_fixed_quads1" />
30158<Test name="stride32_fixed_quads1" />
30159<Test name="stride0_fixed_quads256" />
30160<Test name="stride8_fixed_quads256" />
30161<Test name="stride32_fixed_quads256" />
30162<Test name="stride0_short_quads1" />
30163<Test name="stride4_short_quads1" />
30164<Test name="stride32_short_quads1" />
30165<Test name="stride0_short_quads256" />
30166<Test name="stride4_short_quads256" />
30167<Test name="stride32_short_quads256" />
30168<Test name="stride0_byte_quads1" />
30169<Test name="stride2_byte_quads1" />
30170<Test name="stride17_byte_quads1" />
30171<Test name="stride32_byte_quads1" />
30172<Test name="stride0_byte_quads256" />
30173<Test name="stride2_byte_quads256" />
30174<Test name="stride17_byte_quads256" />
30175<Test name="stride32_byte_quads256" />
30176</TestCase>
30177<TestCase name="dynamic_copy">
30178<Test name="stride0_float_quads1" />
30179<Test name="stride8_float_quads1" />
30180<Test name="stride32_float_quads1" />
30181<Test name="stride0_float_quads256" />
30182<Test name="stride8_float_quads256" />
30183<Test name="stride32_float_quads256" />
30184<Test name="stride0_fixed_quads1" />
30185<Test name="stride8_fixed_quads1" />
30186<Test name="stride32_fixed_quads1" />
30187<Test name="stride0_fixed_quads256" />
30188<Test name="stride8_fixed_quads256" />
30189<Test name="stride32_fixed_quads256" />
30190<Test name="stride0_short_quads1" />
30191<Test name="stride4_short_quads1" />
30192<Test name="stride32_short_quads1" />
30193<Test name="stride0_short_quads256" />
30194<Test name="stride4_short_quads256" />
30195<Test name="stride32_short_quads256" />
30196<Test name="stride0_byte_quads1" />
30197<Test name="stride2_byte_quads1" />
30198<Test name="stride17_byte_quads1" />
30199<Test name="stride32_byte_quads1" />
30200<Test name="stride0_byte_quads256" />
30201<Test name="stride2_byte_quads256" />
30202<Test name="stride17_byte_quads256" />
30203<Test name="stride32_byte_quads256" />
30204</TestCase>
30205<TestCase name="static_read">
30206<Test name="stride0_float_quads1" />
30207<Test name="stride8_float_quads1" />
30208<Test name="stride32_float_quads1" />
30209<Test name="stride0_float_quads256" />
30210<Test name="stride8_float_quads256" />
30211<Test name="stride32_float_quads256" />
30212<Test name="stride0_fixed_quads1" />
30213<Test name="stride8_fixed_quads1" />
30214<Test name="stride32_fixed_quads1" />
30215<Test name="stride0_fixed_quads256" />
30216<Test name="stride8_fixed_quads256" />
30217<Test name="stride32_fixed_quads256" />
30218<Test name="stride0_short_quads1" />
30219<Test name="stride4_short_quads1" />
30220<Test name="stride32_short_quads1" />
30221<Test name="stride0_short_quads256" />
30222<Test name="stride4_short_quads256" />
30223<Test name="stride32_short_quads256" />
30224<Test name="stride0_byte_quads1" />
30225<Test name="stride2_byte_quads1" />
30226<Test name="stride17_byte_quads1" />
30227<Test name="stride32_byte_quads1" />
30228<Test name="stride0_byte_quads256" />
30229<Test name="stride2_byte_quads256" />
30230<Test name="stride17_byte_quads256" />
30231<Test name="stride32_byte_quads256" />
30232</TestCase>
30233<TestCase name="stream_read">
30234<Test name="stride0_float_quads1" />
30235<Test name="stride8_float_quads1" />
30236<Test name="stride32_float_quads1" />
30237<Test name="stride0_float_quads256" />
30238<Test name="stride8_float_quads256" />
30239<Test name="stride32_float_quads256" />
30240<Test name="stride0_fixed_quads1" />
30241<Test name="stride8_fixed_quads1" />
30242<Test name="stride32_fixed_quads1" />
30243<Test name="stride0_fixed_quads256" />
30244<Test name="stride8_fixed_quads256" />
30245<Test name="stride32_fixed_quads256" />
30246<Test name="stride0_short_quads1" />
30247<Test name="stride4_short_quads1" />
30248<Test name="stride32_short_quads1" />
30249<Test name="stride0_short_quads256" />
30250<Test name="stride4_short_quads256" />
30251<Test name="stride32_short_quads256" />
30252<Test name="stride0_byte_quads1" />
30253<Test name="stride2_byte_quads1" />
30254<Test name="stride17_byte_quads1" />
30255<Test name="stride32_byte_quads1" />
30256<Test name="stride0_byte_quads256" />
30257<Test name="stride2_byte_quads256" />
30258<Test name="stride17_byte_quads256" />
30259<Test name="stride32_byte_quads256" />
30260</TestCase>
30261<TestCase name="dynamic_read">
30262<Test name="stride0_float_quads1" />
30263<Test name="stride8_float_quads1" />
30264<Test name="stride32_float_quads1" />
30265<Test name="stride0_float_quads256" />
30266<Test name="stride8_float_quads256" />
30267<Test name="stride32_float_quads256" />
30268<Test name="stride0_fixed_quads1" />
30269<Test name="stride8_fixed_quads1" />
30270<Test name="stride32_fixed_quads1" />
30271<Test name="stride0_fixed_quads256" />
30272<Test name="stride8_fixed_quads256" />
30273<Test name="stride32_fixed_quads256" />
30274<Test name="stride0_short_quads1" />
30275<Test name="stride4_short_quads1" />
30276<Test name="stride32_short_quads1" />
30277<Test name="stride0_short_quads256" />
30278<Test name="stride4_short_quads256" />
30279<Test name="stride32_short_quads256" />
30280<Test name="stride0_byte_quads1" />
30281<Test name="stride2_byte_quads1" />
30282<Test name="stride17_byte_quads1" />
30283<Test name="stride32_byte_quads1" />
30284<Test name="stride0_byte_quads256" />
30285<Test name="stride2_byte_quads256" />
30286<Test name="stride17_byte_quads256" />
30287<Test name="stride32_byte_quads256" />
30288</TestCase>
30289</TestSuite>
30290<TestSuite name="offset">
30291<TestCase name="float">
30292<Test name="offset4_stride8_quads1" />
30293<Test name="offset4_stride32_quads1" />
30294<Test name="offset4_stride8_quads256" />
30295<Test name="offset4_stride32_quads256" />
30296<Test name="offset32_stride8_quads1" />
30297<Test name="offset32_stride32_quads1" />
30298<Test name="offset32_stride8_quads256" />
30299<Test name="offset32_stride32_quads256" />
30300</TestCase>
30301<TestCase name="byte">
30302<Test name="offset1_stride2_quads1" />
30303<Test name="offset1_stride17_quads1" />
30304<Test name="offset1_stride32_quads1" />
30305<Test name="offset1_stride2_quads256" />
30306<Test name="offset1_stride17_quads256" />
30307<Test name="offset1_stride32_quads256" />
30308<Test name="offset4_stride2_quads1" />
30309<Test name="offset4_stride17_quads1" />
30310<Test name="offset4_stride32_quads1" />
30311<Test name="offset4_stride2_quads256" />
30312<Test name="offset4_stride17_quads256" />
30313<Test name="offset4_stride32_quads256" />
30314<Test name="offset17_stride2_quads1" />
30315<Test name="offset17_stride17_quads1" />
30316<Test name="offset17_stride32_quads1" />
30317<Test name="offset17_stride2_quads256" />
30318<Test name="offset17_stride17_quads256" />
30319<Test name="offset17_stride32_quads256" />
30320<Test name="offset32_stride2_quads1" />
30321<Test name="offset32_stride17_quads1" />
30322<Test name="offset32_stride32_quads1" />
30323<Test name="offset32_stride2_quads256" />
30324<Test name="offset32_stride17_quads256" />
30325<Test name="offset32_stride32_quads256" />
30326</TestCase>
30327<TestCase name="int2_10_10_10">
30328<Test name="offset4_stride4_quads1" />
30329<Test name="offset4_stride32_quads1" />
30330<Test name="offset4_stride4_quads256" />
30331<Test name="offset4_stride32_quads256" />
30332<Test name="offset32_stride4_quads1" />
30333<Test name="offset32_stride32_quads1" />
30334<Test name="offset32_stride4_quads256" />
30335<Test name="offset32_stride32_quads256" />
30336</TestCase>
30337</TestSuite>
30338<TestSuite name="first">
30339<TestCase name="float">
30340<Test name="first6_offset16_stride8_quads5" />
30341<Test name="first24_offset16_stride8_quads5" />
30342<Test name="first6_offset16_stride32_quads5" />
30343<Test name="first24_offset16_stride32_quads5" />
30344<Test name="first6_offset16_stride8_quads256" />
30345<Test name="first24_offset16_stride8_quads256" />
30346<Test name="first6_offset16_stride32_quads256" />
30347<Test name="first24_offset16_stride32_quads256" />
30348</TestCase>
30349<TestCase name="byte">
30350<Test name="first6_offset1_stride2_quads5" />
30351<Test name="first24_offset1_stride2_quads5" />
30352<Test name="first6_offset1_stride17_quads5" />
30353<Test name="first24_offset1_stride17_quads5" />
30354<Test name="first6_offset1_stride32_quads5" />
30355<Test name="first24_offset1_stride32_quads5" />
30356<Test name="first6_offset1_stride2_quads256" />
30357<Test name="first24_offset1_stride2_quads256" />
30358<Test name="first6_offset1_stride17_quads256" />
30359<Test name="first24_offset1_stride17_quads256" />
30360<Test name="first6_offset1_stride32_quads256" />
30361<Test name="first24_offset1_stride32_quads256" />
30362<Test name="first6_offset16_stride2_quads5" />
30363<Test name="first24_offset16_stride2_quads5" />
30364<Test name="first6_offset16_stride17_quads5" />
30365<Test name="first24_offset16_stride17_quads5" />
30366<Test name="first6_offset16_stride32_quads5" />
30367<Test name="first24_offset16_stride32_quads5" />
30368<Test name="first6_offset16_stride2_quads256" />
30369<Test name="first24_offset16_stride2_quads256" />
30370<Test name="first6_offset16_stride17_quads256" />
30371<Test name="first24_offset16_stride17_quads256" />
30372<Test name="first6_offset16_stride32_quads256" />
30373<Test name="first24_offset16_stride32_quads256" />
30374<Test name="first6_offset17_stride2_quads5" />
30375<Test name="first24_offset17_stride2_quads5" />
30376<Test name="first6_offset17_stride17_quads5" />
30377<Test name="first24_offset17_stride17_quads5" />
30378<Test name="first6_offset17_stride32_quads5" />
30379<Test name="first24_offset17_stride32_quads5" />
30380<Test name="first6_offset17_stride2_quads256" />
30381<Test name="first24_offset17_stride2_quads256" />
30382<Test name="first6_offset17_stride17_quads256" />
30383<Test name="first24_offset17_stride17_quads256" />
30384<Test name="first6_offset17_stride32_quads256" />
30385<Test name="first24_offset17_stride32_quads256" />
30386</TestCase>
30387<TestCase name="int2_10_10_10">
30388<Test name="first6_offset16_stride8_quads5" />
30389<Test name="first24_offset16_stride8_quads5" />
30390<Test name="first6_offset16_stride32_quads5" />
30391<Test name="first24_offset16_stride32_quads5" />
30392<Test name="first6_offset16_stride8_quads256" />
30393<Test name="first24_offset16_stride8_quads256" />
30394<Test name="first6_offset16_stride32_quads256" />
30395<Test name="first24_offset16_stride32_quads256" />
30396</TestCase>
30397</TestSuite>
30398</TestSuite>
30399<TestSuite name="multiple_attributes">
30400<TestCase name="attribute_count">
30401<Test name="2" />
30402<Test name="3" />
30403<Test name="4" />
30404<Test name="5" />
30405<Test name="6" />
30406<Test name="7" />
30407<Test name="8" />
30408</TestCase>
30409<TestCase name="storage">
30410<Test name="3_user_ptr_user_ptr_buffer" />
30411<Test name="3_user_ptr_buffer_user_ptr" />
30412<Test name="3_user_ptr_buffer_buffer" />
30413<Test name="3_buffer_user_ptr_user_ptr" />
30414<Test name="3_buffer_user_ptr_buffer" />
30415<Test name="3_buffer_buffer_user_ptr" />
30416<Test name="3_buffer_buffer_buffer" />
30417</TestCase>
30418<TestCase name="stride">
30419<Test name="3_float2_0_float2_0_float2_0" />
30420<Test name="3_float2_0_float2_0_float2_8" />
30421<Test name="3_float2_0_float2_0_float2_17" />
30422<Test name="3_float2_0_float2_0_float2_32" />
30423<Test name="3_float2_0_float2_8_float2_0" />
30424<Test name="3_float2_0_float2_8_float2_8" />
30425<Test name="3_float2_0_float2_8_float2_17" />
30426<Test name="3_float2_0_float2_8_float2_32" />
30427<Test name="3_float2_0_float2_17_float2_0" />
30428<Test name="3_float2_0_float2_17_float2_8" />
30429<Test name="3_float2_0_float2_17_float2_17" />
30430<Test name="3_float2_0_float2_17_float2_32" />
30431<Test name="3_float2_0_float2_32_float2_0" />
30432<Test name="3_float2_0_float2_32_float2_8" />
30433<Test name="3_float2_0_float2_32_float2_17" />
30434<Test name="3_float2_0_float2_32_float2_32" />
30435<Test name="3_float2_8_float2_0_float2_0" />
30436<Test name="3_float2_8_float2_0_float2_8" />
30437<Test name="3_float2_8_float2_0_float2_17" />
30438<Test name="3_float2_8_float2_0_float2_32" />
30439<Test name="3_float2_8_float2_8_float2_0" />
30440<Test name="3_float2_8_float2_8_float2_8" />
30441<Test name="3_float2_8_float2_8_float2_17" />
30442<Test name="3_float2_8_float2_8_float2_32" />
30443<Test name="3_float2_8_float2_17_float2_0" />
30444<Test name="3_float2_8_float2_17_float2_8" />
30445<Test name="3_float2_8_float2_17_float2_17" />
30446<Test name="3_float2_8_float2_17_float2_32" />
30447<Test name="3_float2_8_float2_32_float2_0" />
30448<Test name="3_float2_8_float2_32_float2_8" />
30449<Test name="3_float2_8_float2_32_float2_17" />
30450<Test name="3_float2_8_float2_32_float2_32" />
30451<Test name="3_float2_17_float2_0_float2_0" />
30452<Test name="3_float2_17_float2_0_float2_8" />
30453<Test name="3_float2_17_float2_0_float2_17" />
30454<Test name="3_float2_17_float2_0_float2_32" />
30455<Test name="3_float2_17_float2_8_float2_0" />
30456<Test name="3_float2_17_float2_8_float2_8" />
30457<Test name="3_float2_17_float2_8_float2_17" />
30458<Test name="3_float2_17_float2_8_float2_32" />
30459<Test name="3_float2_17_float2_17_float2_0" />
30460<Test name="3_float2_17_float2_17_float2_8" />
30461<Test name="3_float2_17_float2_17_float2_17" />
30462<Test name="3_float2_17_float2_17_float2_32" />
30463<Test name="3_float2_17_float2_32_float2_0" />
30464<Test name="3_float2_17_float2_32_float2_8" />
30465<Test name="3_float2_17_float2_32_float2_17" />
30466<Test name="3_float2_17_float2_32_float2_32" />
30467<Test name="3_float2_32_float2_0_float2_0" />
30468<Test name="3_float2_32_float2_0_float2_8" />
30469<Test name="3_float2_32_float2_0_float2_17" />
30470<Test name="3_float2_32_float2_0_float2_32" />
30471<Test name="3_float2_32_float2_8_float2_0" />
30472<Test name="3_float2_32_float2_8_float2_8" />
30473<Test name="3_float2_32_float2_8_float2_17" />
30474<Test name="3_float2_32_float2_8_float2_32" />
30475<Test name="3_float2_32_float2_17_float2_0" />
30476<Test name="3_float2_32_float2_17_float2_8" />
30477<Test name="3_float2_32_float2_17_float2_17" />
30478<Test name="3_float2_32_float2_17_float2_32" />
30479<Test name="3_float2_32_float2_32_float2_0" />
30480<Test name="3_float2_32_float2_32_float2_8" />
30481<Test name="3_float2_32_float2_32_float2_17" />
30482<Test name="3_float2_32_float2_32_float2_32" />
30483</TestCase>
30484<TestCase name="input_types">
30485<Test name="3_fixed2_vec2_fixed2_vec2_fixed2_vec2" />
30486<Test name="3_fixed2_vec2_fixed2_vec2_byte2_vec2" />
30487<Test name="3_fixed2_vec2_fixed2_vec2_short2_vec2" />
30488<Test name="3_fixed2_vec2_fixed2_vec2_unsigned_byte2_vec2" />
30489<Test name="3_fixed2_vec2_fixed2_vec2_unsigned_short2_vec2" />
30490<Test name="3_fixed2_vec2_byte2_vec2_fixed2_vec2" />
30491<Test name="3_fixed2_vec2_byte2_vec2_byte2_vec2" />
30492<Test name="3_fixed2_vec2_byte2_vec2_short2_vec2" />
30493<Test name="3_fixed2_vec2_byte2_vec2_unsigned_byte2_vec2" />
30494<Test name="3_fixed2_vec2_byte2_vec2_unsigned_short2_vec2" />
30495<Test name="3_fixed2_vec2_short2_vec2_fixed2_vec2" />
30496<Test name="3_fixed2_vec2_short2_vec2_byte2_vec2" />
30497<Test name="3_fixed2_vec2_short2_vec2_short2_vec2" />
30498<Test name="3_fixed2_vec2_short2_vec2_unsigned_byte2_vec2" />
30499<Test name="3_fixed2_vec2_short2_vec2_unsigned_short2_vec2" />
30500<Test name="3_fixed2_vec2_unsigned_byte2_vec2_fixed2_vec2" />
30501<Test name="3_fixed2_vec2_unsigned_byte2_vec2_byte2_vec2" />
30502<Test name="3_fixed2_vec2_unsigned_byte2_vec2_short2_vec2" />
30503<Test name="3_fixed2_vec2_unsigned_byte2_vec2_unsigned_byte2_vec2" />
30504<Test name="3_fixed2_vec2_unsigned_byte2_vec2_unsigned_short2_vec2" />
30505<Test name="3_fixed2_vec2_unsigned_short2_vec2_fixed2_vec2" />
30506<Test name="3_fixed2_vec2_unsigned_short2_vec2_byte2_vec2" />
30507<Test name="3_fixed2_vec2_unsigned_short2_vec2_short2_vec2" />
30508<Test name="3_fixed2_vec2_unsigned_short2_vec2_unsigned_byte2_vec2" />
30509<Test name="3_fixed2_vec2_unsigned_short2_vec2_unsigned_short2_vec2" />
30510<Test name="3_byte2_vec2_fixed2_vec2_fixed2_vec2" />
30511<Test name="3_byte2_vec2_fixed2_vec2_byte2_vec2" />
30512<Test name="3_byte2_vec2_fixed2_vec2_short2_vec2" />
30513<Test name="3_byte2_vec2_fixed2_vec2_unsigned_byte2_vec2" />
30514<Test name="3_byte2_vec2_fixed2_vec2_unsigned_short2_vec2" />
30515<Test name="3_byte2_vec2_byte2_vec2_fixed2_vec2" />
30516<Test name="3_byte2_vec2_byte2_vec2_byte2_vec2" />
30517<Test name="3_byte2_vec2_byte2_vec2_short2_vec2" />
30518<Test name="3_byte2_vec2_byte2_vec2_unsigned_byte2_vec2" />
30519<Test name="3_byte2_vec2_byte2_vec2_unsigned_short2_vec2" />
30520<Test name="3_byte2_vec2_short2_vec2_fixed2_vec2" />
30521<Test name="3_byte2_vec2_short2_vec2_byte2_vec2" />
30522<Test name="3_byte2_vec2_short2_vec2_short2_vec2" />
30523<Test name="3_byte2_vec2_short2_vec2_unsigned_byte2_vec2" />
30524<Test name="3_byte2_vec2_short2_vec2_unsigned_short2_vec2" />
30525<Test name="3_byte2_vec2_unsigned_byte2_vec2_fixed2_vec2" />
30526<Test name="3_byte2_vec2_unsigned_byte2_vec2_byte2_vec2" />
30527<Test name="3_byte2_vec2_unsigned_byte2_vec2_short2_vec2" />
30528<Test name="3_byte2_vec2_unsigned_byte2_vec2_unsigned_byte2_vec2" />
30529<Test name="3_byte2_vec2_unsigned_byte2_vec2_unsigned_short2_vec2" />
30530<Test name="3_byte2_vec2_unsigned_short2_vec2_fixed2_vec2" />
30531<Test name="3_byte2_vec2_unsigned_short2_vec2_byte2_vec2" />
30532<Test name="3_byte2_vec2_unsigned_short2_vec2_short2_vec2" />
30533<Test name="3_byte2_vec2_unsigned_short2_vec2_unsigned_byte2_vec2" />
30534<Test name="3_byte2_vec2_unsigned_short2_vec2_unsigned_short2_vec2" />
30535<Test name="3_short2_vec2_fixed2_vec2_fixed2_vec2" />
30536<Test name="3_short2_vec2_fixed2_vec2_byte2_vec2" />
30537<Test name="3_short2_vec2_fixed2_vec2_short2_vec2" />
30538<Test name="3_short2_vec2_fixed2_vec2_unsigned_byte2_vec2" />
30539<Test name="3_short2_vec2_fixed2_vec2_unsigned_short2_vec2" />
30540<Test name="3_short2_vec2_byte2_vec2_fixed2_vec2" />
30541<Test name="3_short2_vec2_byte2_vec2_byte2_vec2" />
30542<Test name="3_short2_vec2_byte2_vec2_short2_vec2" />
30543<Test name="3_short2_vec2_byte2_vec2_unsigned_byte2_vec2" />
30544<Test name="3_short2_vec2_byte2_vec2_unsigned_short2_vec2" />
30545<Test name="3_short2_vec2_short2_vec2_fixed2_vec2" />
30546<Test name="3_short2_vec2_short2_vec2_byte2_vec2" />
30547<Test name="3_short2_vec2_short2_vec2_short2_vec2" />
30548<Test name="3_short2_vec2_short2_vec2_unsigned_byte2_vec2" />
30549<Test name="3_short2_vec2_short2_vec2_unsigned_short2_vec2" />
30550<Test name="3_short2_vec2_unsigned_byte2_vec2_fixed2_vec2" />
30551<Test name="3_short2_vec2_unsigned_byte2_vec2_byte2_vec2" />
30552<Test name="3_short2_vec2_unsigned_byte2_vec2_short2_vec2" />
30553<Test name="3_short2_vec2_unsigned_byte2_vec2_unsigned_byte2_vec2" />
30554<Test name="3_short2_vec2_unsigned_byte2_vec2_unsigned_short2_vec2" />
30555<Test name="3_short2_vec2_unsigned_short2_vec2_fixed2_vec2" />
30556<Test name="3_short2_vec2_unsigned_short2_vec2_byte2_vec2" />
30557<Test name="3_short2_vec2_unsigned_short2_vec2_short2_vec2" />
30558<Test name="3_short2_vec2_unsigned_short2_vec2_unsigned_byte2_vec2" />
30559<Test name="3_short2_vec2_unsigned_short2_vec2_unsigned_short2_vec2" />
30560<Test name="3_unsigned_byte2_vec2_fixed2_vec2_fixed2_vec2" />
30561<Test name="3_unsigned_byte2_vec2_fixed2_vec2_byte2_vec2" />
30562<Test name="3_unsigned_byte2_vec2_fixed2_vec2_short2_vec2" />
30563<Test name="3_unsigned_byte2_vec2_fixed2_vec2_unsigned_byte2_vec2" />
30564<Test name="3_unsigned_byte2_vec2_fixed2_vec2_unsigned_short2_vec2" />
30565<Test name="3_unsigned_byte2_vec2_byte2_vec2_fixed2_vec2" />
30566<Test name="3_unsigned_byte2_vec2_byte2_vec2_byte2_vec2" />
30567<Test name="3_unsigned_byte2_vec2_byte2_vec2_short2_vec2" />
30568<Test name="3_unsigned_byte2_vec2_byte2_vec2_unsigned_byte2_vec2" />
30569<Test name="3_unsigned_byte2_vec2_byte2_vec2_unsigned_short2_vec2" />
30570<Test name="3_unsigned_byte2_vec2_short2_vec2_fixed2_vec2" />
30571<Test name="3_unsigned_byte2_vec2_short2_vec2_byte2_vec2" />
30572<Test name="3_unsigned_byte2_vec2_short2_vec2_short2_vec2" />
30573<Test name="3_unsigned_byte2_vec2_short2_vec2_unsigned_byte2_vec2" />
30574<Test name="3_unsigned_byte2_vec2_short2_vec2_unsigned_short2_vec2" />
30575<Test name="3_unsigned_byte2_vec2_unsigned_byte2_vec2_fixed2_vec2" />
30576<Test name="3_unsigned_byte2_vec2_unsigned_byte2_vec2_byte2_vec2" />
30577<Test name="3_unsigned_byte2_vec2_unsigned_byte2_vec2_short2_vec2" />
30578<Test name="3_unsigned_byte2_vec2_unsigned_byte2_vec2_unsigned_byte2_vec2" />
30579<Test name="3_unsigned_byte2_vec2_unsigned_byte2_vec2_unsigned_short2_vec2" />
30580<Test name="3_unsigned_byte2_vec2_unsigned_short2_vec2_fixed2_vec2" />
30581<Test name="3_unsigned_byte2_vec2_unsigned_short2_vec2_byte2_vec2" />
30582<Test name="3_unsigned_byte2_vec2_unsigned_short2_vec2_short2_vec2" />
30583<Test name="3_unsigned_byte2_vec2_unsigned_short2_vec2_unsigned_byte2_vec2" />
30584<Test name="3_unsigned_byte2_vec2_unsigned_short2_vec2_unsigned_short2_vec2" />
30585<Test name="3_unsigned_short2_vec2_fixed2_vec2_fixed2_vec2" />
30586<Test name="3_unsigned_short2_vec2_fixed2_vec2_byte2_vec2" />
30587<Test name="3_unsigned_short2_vec2_fixed2_vec2_short2_vec2" />
30588<Test name="3_unsigned_short2_vec2_fixed2_vec2_unsigned_byte2_vec2" />
30589<Test name="3_unsigned_short2_vec2_fixed2_vec2_unsigned_short2_vec2" />
30590<Test name="3_unsigned_short2_vec2_byte2_vec2_fixed2_vec2" />
30591<Test name="3_unsigned_short2_vec2_byte2_vec2_byte2_vec2" />
30592<Test name="3_unsigned_short2_vec2_byte2_vec2_short2_vec2" />
30593<Test name="3_unsigned_short2_vec2_byte2_vec2_unsigned_byte2_vec2" />
30594<Test name="3_unsigned_short2_vec2_byte2_vec2_unsigned_short2_vec2" />
30595<Test name="3_unsigned_short2_vec2_short2_vec2_fixed2_vec2" />
30596<Test name="3_unsigned_short2_vec2_short2_vec2_byte2_vec2" />
30597<Test name="3_unsigned_short2_vec2_short2_vec2_short2_vec2" />
30598<Test name="3_unsigned_short2_vec2_short2_vec2_unsigned_byte2_vec2" />
30599<Test name="3_unsigned_short2_vec2_short2_vec2_unsigned_short2_vec2" />
30600<Test name="3_unsigned_short2_vec2_unsigned_byte2_vec2_fixed2_vec2" />
30601<Test name="3_unsigned_short2_vec2_unsigned_byte2_vec2_byte2_vec2" />
30602<Test name="3_unsigned_short2_vec2_unsigned_byte2_vec2_short2_vec2" />
30603<Test name="3_unsigned_short2_vec2_unsigned_byte2_vec2_unsigned_byte2_vec2" />
30604<Test name="3_unsigned_short2_vec2_unsigned_byte2_vec2_unsigned_short2_vec2" />
30605<Test name="3_unsigned_short2_vec2_unsigned_short2_vec2_fixed2_vec2" />
30606<Test name="3_unsigned_short2_vec2_unsigned_short2_vec2_byte2_vec2" />
30607<Test name="3_unsigned_short2_vec2_unsigned_short2_vec2_short2_vec2" />
30608<Test name="3_unsigned_short2_vec2_unsigned_short2_vec2_unsigned_byte2_vec2" />
30609<Test name="3_unsigned_short2_vec2_unsigned_short2_vec2_unsigned_short2_vec2" />
30610</TestCase>
30611</TestSuite>
30612</TestSuite>
30613<TestSuite name="ubo">
30614<TestSuite name="single_basic_type">
30615<TestCase name="shared">
30616<Test name="lowp_float_vertex" />
30617<Test name="lowp_float_fragment" />
30618<Test name="lowp_float_both" />
30619<Test name="mediump_float_vertex" />
30620<Test name="mediump_float_fragment" />
30621<Test name="mediump_float_both" />
30622<Test name="highp_float_vertex" />
30623<Test name="highp_float_fragment" />
30624<Test name="highp_float_both" />
30625<Test name="lowp_vec2_vertex" />
30626<Test name="lowp_vec2_fragment" />
30627<Test name="lowp_vec2_both" />
30628<Test name="mediump_vec2_vertex" />
30629<Test name="mediump_vec2_fragment" />
30630<Test name="mediump_vec2_both" />
30631<Test name="highp_vec2_vertex" />
30632<Test name="highp_vec2_fragment" />
30633<Test name="highp_vec2_both" />
30634<Test name="lowp_vec3_vertex" />
30635<Test name="lowp_vec3_fragment" />
30636<Test name="lowp_vec3_both" />
30637<Test name="mediump_vec3_vertex" />
30638<Test name="mediump_vec3_fragment" />
30639<Test name="mediump_vec3_both" />
30640<Test name="highp_vec3_vertex" />
30641<Test name="highp_vec3_fragment" />
30642<Test name="highp_vec3_both" />
30643<Test name="lowp_vec4_vertex" />
30644<Test name="lowp_vec4_fragment" />
30645<Test name="lowp_vec4_both" />
30646<Test name="mediump_vec4_vertex" />
30647<Test name="mediump_vec4_fragment" />
30648<Test name="mediump_vec4_both" />
30649<Test name="highp_vec4_vertex" />
30650<Test name="highp_vec4_fragment" />
30651<Test name="highp_vec4_both" />
30652<Test name="lowp_int_vertex" />
30653<Test name="lowp_int_fragment" />
30654<Test name="lowp_int_both" />
30655<Test name="mediump_int_vertex" />
30656<Test name="mediump_int_fragment" />
30657<Test name="mediump_int_both" />
30658<Test name="highp_int_vertex" />
30659<Test name="highp_int_fragment" />
30660<Test name="highp_int_both" />
30661<Test name="lowp_ivec2_vertex" />
30662<Test name="lowp_ivec2_fragment" />
30663<Test name="lowp_ivec2_both" />
30664<Test name="mediump_ivec2_vertex" />
30665<Test name="mediump_ivec2_fragment" />
30666<Test name="mediump_ivec2_both" />
30667<Test name="highp_ivec2_vertex" />
30668<Test name="highp_ivec2_fragment" />
30669<Test name="highp_ivec2_both" />
30670<Test name="lowp_ivec3_vertex" />
30671<Test name="lowp_ivec3_fragment" />
30672<Test name="lowp_ivec3_both" />
30673<Test name="mediump_ivec3_vertex" />
30674<Test name="mediump_ivec3_fragment" />
30675<Test name="mediump_ivec3_both" />
30676<Test name="highp_ivec3_vertex" />
30677<Test name="highp_ivec3_fragment" />
30678<Test name="highp_ivec3_both" />
30679<Test name="lowp_ivec4_vertex" />
30680<Test name="lowp_ivec4_fragment" />
30681<Test name="lowp_ivec4_both" />
30682<Test name="mediump_ivec4_vertex" />
30683<Test name="mediump_ivec4_fragment" />
30684<Test name="mediump_ivec4_both" />
30685<Test name="highp_ivec4_vertex" />
30686<Test name="highp_ivec4_fragment" />
30687<Test name="highp_ivec4_both" />
30688<Test name="lowp_uvec2_vertex" />
30689<Test name="lowp_uvec2_fragment" />
30690<Test name="lowp_uvec2_both" />
30691<Test name="mediump_uvec2_vertex" />
30692<Test name="mediump_uvec2_fragment" />
30693<Test name="mediump_uvec2_both" />
30694<Test name="highp_uvec2_vertex" />
30695<Test name="highp_uvec2_fragment" />
30696<Test name="highp_uvec2_both" />
30697<Test name="lowp_uvec3_vertex" />
30698<Test name="lowp_uvec3_fragment" />
30699<Test name="lowp_uvec3_both" />
30700<Test name="mediump_uvec3_vertex" />
30701<Test name="mediump_uvec3_fragment" />
30702<Test name="mediump_uvec3_both" />
30703<Test name="highp_uvec3_vertex" />
30704<Test name="highp_uvec3_fragment" />
30705<Test name="highp_uvec3_both" />
30706<Test name="lowp_uvec4_vertex" />
30707<Test name="lowp_uvec4_fragment" />
30708<Test name="lowp_uvec4_both" />
30709<Test name="mediump_uvec4_vertex" />
30710<Test name="mediump_uvec4_fragment" />
30711<Test name="mediump_uvec4_both" />
30712<Test name="highp_uvec4_vertex" />
30713<Test name="highp_uvec4_fragment" />
30714<Test name="highp_uvec4_both" />
30715<Test name="bool_vertex" />
30716<Test name="bool_fragment" />
30717<Test name="bool_both" />
30718<Test name="bvec2_vertex" />
30719<Test name="bvec2_fragment" />
30720<Test name="bvec2_both" />
30721<Test name="bvec3_vertex" />
30722<Test name="bvec3_fragment" />
30723<Test name="bvec3_both" />
30724<Test name="bvec4_vertex" />
30725<Test name="bvec4_fragment" />
30726<Test name="bvec4_both" />
30727<Test name="lowp_mat2_vertex" />
30728<Test name="lowp_mat2_fragment" />
30729<Test name="lowp_mat2_both" />
30730<Test name="mediump_mat2_vertex" />
30731<Test name="mediump_mat2_fragment" />
30732<Test name="mediump_mat2_both" />
30733<Test name="highp_mat2_vertex" />
30734<Test name="highp_mat2_fragment" />
30735<Test name="highp_mat2_both" />
30736<Test name="row_major_lowp_mat2_vertex" />
30737<Test name="row_major_lowp_mat2_fragment" />
30738<Test name="row_major_lowp_mat2_both" />
30739<Test name="row_major_mediump_mat2_vertex" />
30740<Test name="row_major_mediump_mat2_fragment" />
30741<Test name="row_major_mediump_mat2_both" />
30742<Test name="row_major_highp_mat2_vertex" />
30743<Test name="row_major_highp_mat2_fragment" />
30744<Test name="row_major_highp_mat2_both" />
30745<Test name="column_major_lowp_mat2_vertex" />
30746<Test name="column_major_lowp_mat2_fragment" />
30747<Test name="column_major_lowp_mat2_both" />
30748<Test name="column_major_mediump_mat2_vertex" />
30749<Test name="column_major_mediump_mat2_fragment" />
30750<Test name="column_major_mediump_mat2_both" />
30751<Test name="column_major_highp_mat2_vertex" />
30752<Test name="column_major_highp_mat2_fragment" />
30753<Test name="column_major_highp_mat2_both" />
30754<Test name="lowp_mat3_vertex" />
30755<Test name="lowp_mat3_fragment" />
30756<Test name="lowp_mat3_both" />
30757<Test name="mediump_mat3_vertex" />
30758<Test name="mediump_mat3_fragment" />
30759<Test name="mediump_mat3_both" />
30760<Test name="highp_mat3_vertex" />
30761<Test name="highp_mat3_fragment" />
30762<Test name="highp_mat3_both" />
30763<Test name="row_major_lowp_mat3_vertex" />
30764<Test name="row_major_lowp_mat3_fragment" />
30765<Test name="row_major_lowp_mat3_both" />
30766<Test name="row_major_mediump_mat3_vertex" />
30767<Test name="row_major_mediump_mat3_fragment" />
30768<Test name="row_major_mediump_mat3_both" />
30769<Test name="row_major_highp_mat3_vertex" />
30770<Test name="row_major_highp_mat3_fragment" />
30771<Test name="row_major_highp_mat3_both" />
30772<Test name="column_major_lowp_mat3_vertex" />
30773<Test name="column_major_lowp_mat3_fragment" />
30774<Test name="column_major_lowp_mat3_both" />
30775<Test name="column_major_mediump_mat3_vertex" />
30776<Test name="column_major_mediump_mat3_fragment" />
30777<Test name="column_major_mediump_mat3_both" />
30778<Test name="column_major_highp_mat3_vertex" />
30779<Test name="column_major_highp_mat3_fragment" />
30780<Test name="column_major_highp_mat3_both" />
30781<Test name="lowp_mat4_vertex" />
30782<Test name="lowp_mat4_fragment" />
30783<Test name="lowp_mat4_both" />
30784<Test name="mediump_mat4_vertex" />
30785<Test name="mediump_mat4_fragment" />
30786<Test name="mediump_mat4_both" />
30787<Test name="highp_mat4_vertex" />
30788<Test name="highp_mat4_fragment" />
30789<Test name="highp_mat4_both" />
30790<Test name="row_major_lowp_mat4_vertex" />
30791<Test name="row_major_lowp_mat4_fragment" />
30792<Test name="row_major_lowp_mat4_both" />
30793<Test name="row_major_mediump_mat4_vertex" />
30794<Test name="row_major_mediump_mat4_fragment" />
30795<Test name="row_major_mediump_mat4_both" />
30796<Test name="row_major_highp_mat4_vertex" />
30797<Test name="row_major_highp_mat4_fragment" />
30798<Test name="row_major_highp_mat4_both" />
30799<Test name="column_major_lowp_mat4_vertex" />
30800<Test name="column_major_lowp_mat4_fragment" />
30801<Test name="column_major_lowp_mat4_both" />
30802<Test name="column_major_mediump_mat4_vertex" />
30803<Test name="column_major_mediump_mat4_fragment" />
30804<Test name="column_major_mediump_mat4_both" />
30805<Test name="column_major_highp_mat4_vertex" />
30806<Test name="column_major_highp_mat4_fragment" />
30807<Test name="column_major_highp_mat4_both" />
30808<Test name="lowp_mat2x3_vertex" />
30809<Test name="lowp_mat2x3_fragment" />
30810<Test name="lowp_mat2x3_both" />
30811<Test name="mediump_mat2x3_vertex" />
30812<Test name="mediump_mat2x3_fragment" />
30813<Test name="mediump_mat2x3_both" />
30814<Test name="highp_mat2x3_vertex" />
30815<Test name="highp_mat2x3_fragment" />
30816<Test name="highp_mat2x3_both" />
30817<Test name="row_major_lowp_mat2x3_vertex" />
30818<Test name="row_major_lowp_mat2x3_fragment" />
30819<Test name="row_major_lowp_mat2x3_both" />
30820<Test name="row_major_mediump_mat2x3_vertex" />
30821<Test name="row_major_mediump_mat2x3_fragment" />
30822<Test name="row_major_mediump_mat2x3_both" />
30823<Test name="row_major_highp_mat2x3_vertex" />
30824<Test name="row_major_highp_mat2x3_fragment" />
30825<Test name="row_major_highp_mat2x3_both" />
30826<Test name="column_major_lowp_mat2x3_vertex" />
30827<Test name="column_major_lowp_mat2x3_fragment" />
30828<Test name="column_major_lowp_mat2x3_both" />
30829<Test name="column_major_mediump_mat2x3_vertex" />
30830<Test name="column_major_mediump_mat2x3_fragment" />
30831<Test name="column_major_mediump_mat2x3_both" />
30832<Test name="column_major_highp_mat2x3_vertex" />
30833<Test name="column_major_highp_mat2x3_fragment" />
30834<Test name="column_major_highp_mat2x3_both" />
30835<Test name="lowp_mat2x4_vertex" />
30836<Test name="lowp_mat2x4_fragment" />
30837<Test name="lowp_mat2x4_both" />
30838<Test name="mediump_mat2x4_vertex" />
30839<Test name="mediump_mat2x4_fragment" />
30840<Test name="mediump_mat2x4_both" />
30841<Test name="highp_mat2x4_vertex" />
30842<Test name="highp_mat2x4_fragment" />
30843<Test name="highp_mat2x4_both" />
30844<Test name="row_major_lowp_mat2x4_vertex" />
30845<Test name="row_major_lowp_mat2x4_fragment" />
30846<Test name="row_major_lowp_mat2x4_both" />
30847<Test name="row_major_mediump_mat2x4_vertex" />
30848<Test name="row_major_mediump_mat2x4_fragment" />
30849<Test name="row_major_mediump_mat2x4_both" />
30850<Test name="row_major_highp_mat2x4_vertex" />
30851<Test name="row_major_highp_mat2x4_fragment" />
30852<Test name="row_major_highp_mat2x4_both" />
30853<Test name="column_major_lowp_mat2x4_vertex" />
30854<Test name="column_major_lowp_mat2x4_fragment" />
30855<Test name="column_major_lowp_mat2x4_both" />
30856<Test name="column_major_mediump_mat2x4_vertex" />
30857<Test name="column_major_mediump_mat2x4_fragment" />
30858<Test name="column_major_mediump_mat2x4_both" />
30859<Test name="column_major_highp_mat2x4_vertex" />
30860<Test name="column_major_highp_mat2x4_fragment" />
30861<Test name="column_major_highp_mat2x4_both" />
30862<Test name="lowp_mat3x2_vertex" />
30863<Test name="lowp_mat3x2_fragment" />
30864<Test name="lowp_mat3x2_both" />
30865<Test name="mediump_mat3x2_vertex" />
30866<Test name="mediump_mat3x2_fragment" />
30867<Test name="mediump_mat3x2_both" />
30868<Test name="highp_mat3x2_vertex" />
30869<Test name="highp_mat3x2_fragment" />
30870<Test name="highp_mat3x2_both" />
30871<Test name="row_major_lowp_mat3x2_vertex" />
30872<Test name="row_major_lowp_mat3x2_fragment" />
30873<Test name="row_major_lowp_mat3x2_both" />
30874<Test name="row_major_mediump_mat3x2_vertex" />
30875<Test name="row_major_mediump_mat3x2_fragment" />
30876<Test name="row_major_mediump_mat3x2_both" />
30877<Test name="row_major_highp_mat3x2_vertex" />
30878<Test name="row_major_highp_mat3x2_fragment" />
30879<Test name="row_major_highp_mat3x2_both" />
30880<Test name="column_major_lowp_mat3x2_vertex" />
30881<Test name="column_major_lowp_mat3x2_fragment" />
30882<Test name="column_major_lowp_mat3x2_both" />
30883<Test name="column_major_mediump_mat3x2_vertex" />
30884<Test name="column_major_mediump_mat3x2_fragment" />
30885<Test name="column_major_mediump_mat3x2_both" />
30886<Test name="column_major_highp_mat3x2_vertex" />
30887<Test name="column_major_highp_mat3x2_fragment" />
30888<Test name="column_major_highp_mat3x2_both" />
30889<Test name="lowp_mat3x4_vertex" />
30890<Test name="lowp_mat3x4_fragment" />
30891<Test name="lowp_mat3x4_both" />
30892<Test name="mediump_mat3x4_vertex" />
30893<Test name="mediump_mat3x4_fragment" />
30894<Test name="mediump_mat3x4_both" />
30895<Test name="highp_mat3x4_vertex" />
30896<Test name="highp_mat3x4_fragment" />
30897<Test name="highp_mat3x4_both" />
30898<Test name="row_major_lowp_mat3x4_vertex" />
30899<Test name="row_major_lowp_mat3x4_fragment" />
30900<Test name="row_major_lowp_mat3x4_both" />
30901<Test name="row_major_mediump_mat3x4_vertex" />
30902<Test name="row_major_mediump_mat3x4_fragment" />
30903<Test name="row_major_mediump_mat3x4_both" />
30904<Test name="row_major_highp_mat3x4_vertex" />
30905<Test name="row_major_highp_mat3x4_fragment" />
30906<Test name="row_major_highp_mat3x4_both" />
30907<Test name="column_major_lowp_mat3x4_vertex" />
30908<Test name="column_major_lowp_mat3x4_fragment" />
30909<Test name="column_major_lowp_mat3x4_both" />
30910<Test name="column_major_mediump_mat3x4_vertex" />
30911<Test name="column_major_mediump_mat3x4_fragment" />
30912<Test name="column_major_mediump_mat3x4_both" />
30913<Test name="column_major_highp_mat3x4_vertex" />
30914<Test name="column_major_highp_mat3x4_fragment" />
30915<Test name="column_major_highp_mat3x4_both" />
30916<Test name="lowp_mat4x2_vertex" />
30917<Test name="lowp_mat4x2_fragment" />
30918<Test name="lowp_mat4x2_both" />
30919<Test name="mediump_mat4x2_vertex" />
30920<Test name="mediump_mat4x2_fragment" />
30921<Test name="mediump_mat4x2_both" />
30922<Test name="highp_mat4x2_vertex" />
30923<Test name="highp_mat4x2_fragment" />
30924<Test name="highp_mat4x2_both" />
30925<Test name="row_major_lowp_mat4x2_vertex" />
30926<Test name="row_major_lowp_mat4x2_fragment" />
30927<Test name="row_major_lowp_mat4x2_both" />
30928<Test name="row_major_mediump_mat4x2_vertex" />
30929<Test name="row_major_mediump_mat4x2_fragment" />
30930<Test name="row_major_mediump_mat4x2_both" />
30931<Test name="row_major_highp_mat4x2_vertex" />
30932<Test name="row_major_highp_mat4x2_fragment" />
30933<Test name="row_major_highp_mat4x2_both" />
30934<Test name="column_major_lowp_mat4x2_vertex" />
30935<Test name="column_major_lowp_mat4x2_fragment" />
30936<Test name="column_major_lowp_mat4x2_both" />
30937<Test name="column_major_mediump_mat4x2_vertex" />
30938<Test name="column_major_mediump_mat4x2_fragment" />
30939<Test name="column_major_mediump_mat4x2_both" />
30940<Test name="column_major_highp_mat4x2_vertex" />
30941<Test name="column_major_highp_mat4x2_fragment" />
30942<Test name="column_major_highp_mat4x2_both" />
30943<Test name="lowp_mat4x3_vertex" />
30944<Test name="lowp_mat4x3_fragment" />
30945<Test name="lowp_mat4x3_both" />
30946<Test name="mediump_mat4x3_vertex" />
30947<Test name="mediump_mat4x3_fragment" />
30948<Test name="mediump_mat4x3_both" />
30949<Test name="highp_mat4x3_vertex" />
30950<Test name="highp_mat4x3_fragment" />
30951<Test name="highp_mat4x3_both" />
30952<Test name="row_major_lowp_mat4x3_vertex" />
30953<Test name="row_major_lowp_mat4x3_fragment" />
30954<Test name="row_major_lowp_mat4x3_both" />
30955<Test name="row_major_mediump_mat4x3_vertex" />
30956<Test name="row_major_mediump_mat4x3_fragment" />
30957<Test name="row_major_mediump_mat4x3_both" />
30958<Test name="row_major_highp_mat4x3_vertex" />
30959<Test name="row_major_highp_mat4x3_fragment" />
30960<Test name="row_major_highp_mat4x3_both" />
30961<Test name="column_major_lowp_mat4x3_vertex" />
30962<Test name="column_major_lowp_mat4x3_fragment" />
30963<Test name="column_major_lowp_mat4x3_both" />
30964<Test name="column_major_mediump_mat4x3_vertex" />
30965<Test name="column_major_mediump_mat4x3_fragment" />
30966<Test name="column_major_mediump_mat4x3_both" />
30967<Test name="column_major_highp_mat4x3_vertex" />
30968<Test name="column_major_highp_mat4x3_fragment" />
30969<Test name="column_major_highp_mat4x3_both" />
30970</TestCase>
30971<TestCase name="packed">
30972<Test name="lowp_float_vertex" />
30973<Test name="lowp_float_fragment" />
30974<Test name="mediump_float_vertex" />
30975<Test name="mediump_float_fragment" />
30976<Test name="highp_float_vertex" />
30977<Test name="highp_float_fragment" />
30978<Test name="lowp_vec2_vertex" />
30979<Test name="lowp_vec2_fragment" />
30980<Test name="mediump_vec2_vertex" />
30981<Test name="mediump_vec2_fragment" />
30982<Test name="highp_vec2_vertex" />
30983<Test name="highp_vec2_fragment" />
30984<Test name="lowp_vec3_vertex" />
30985<Test name="lowp_vec3_fragment" />
30986<Test name="mediump_vec3_vertex" />
30987<Test name="mediump_vec3_fragment" />
30988<Test name="highp_vec3_vertex" />
30989<Test name="highp_vec3_fragment" />
30990<Test name="lowp_vec4_vertex" />
30991<Test name="lowp_vec4_fragment" />
30992<Test name="mediump_vec4_vertex" />
30993<Test name="mediump_vec4_fragment" />
30994<Test name="highp_vec4_vertex" />
30995<Test name="highp_vec4_fragment" />
30996<Test name="lowp_int_vertex" />
30997<Test name="lowp_int_fragment" />
30998<Test name="mediump_int_vertex" />
30999<Test name="mediump_int_fragment" />
31000<Test name="highp_int_vertex" />
31001<Test name="highp_int_fragment" />
31002<Test name="lowp_ivec2_vertex" />
31003<Test name="lowp_ivec2_fragment" />
31004<Test name="mediump_ivec2_vertex" />
31005<Test name="mediump_ivec2_fragment" />
31006<Test name="highp_ivec2_vertex" />
31007<Test name="highp_ivec2_fragment" />
31008<Test name="lowp_ivec3_vertex" />
31009<Test name="lowp_ivec3_fragment" />
31010<Test name="mediump_ivec3_vertex" />
31011<Test name="mediump_ivec3_fragment" />
31012<Test name="highp_ivec3_vertex" />
31013<Test name="highp_ivec3_fragment" />
31014<Test name="lowp_ivec4_vertex" />
31015<Test name="lowp_ivec4_fragment" />
31016<Test name="mediump_ivec4_vertex" />
31017<Test name="mediump_ivec4_fragment" />
31018<Test name="highp_ivec4_vertex" />
31019<Test name="highp_ivec4_fragment" />
31020<Test name="lowp_uvec2_vertex" />
31021<Test name="lowp_uvec2_fragment" />
31022<Test name="mediump_uvec2_vertex" />
31023<Test name="mediump_uvec2_fragment" />
31024<Test name="highp_uvec2_vertex" />
31025<Test name="highp_uvec2_fragment" />
31026<Test name="lowp_uvec3_vertex" />
31027<Test name="lowp_uvec3_fragment" />
31028<Test name="mediump_uvec3_vertex" />
31029<Test name="mediump_uvec3_fragment" />
31030<Test name="highp_uvec3_vertex" />
31031<Test name="highp_uvec3_fragment" />
31032<Test name="lowp_uvec4_vertex" />
31033<Test name="lowp_uvec4_fragment" />
31034<Test name="mediump_uvec4_vertex" />
31035<Test name="mediump_uvec4_fragment" />
31036<Test name="highp_uvec4_vertex" />
31037<Test name="highp_uvec4_fragment" />
31038<Test name="bool_vertex" />
31039<Test name="bool_fragment" />
31040<Test name="bvec2_vertex" />
31041<Test name="bvec2_fragment" />
31042<Test name="bvec3_vertex" />
31043<Test name="bvec3_fragment" />
31044<Test name="bvec4_vertex" />
31045<Test name="bvec4_fragment" />
31046<Test name="lowp_mat2_vertex" />
31047<Test name="lowp_mat2_fragment" />
31048<Test name="mediump_mat2_vertex" />
31049<Test name="mediump_mat2_fragment" />
31050<Test name="highp_mat2_vertex" />
31051<Test name="highp_mat2_fragment" />
31052<Test name="row_major_lowp_mat2_vertex" />
31053<Test name="row_major_lowp_mat2_fragment" />
31054<Test name="row_major_mediump_mat2_vertex" />
31055<Test name="row_major_mediump_mat2_fragment" />
31056<Test name="row_major_highp_mat2_vertex" />
31057<Test name="row_major_highp_mat2_fragment" />
31058<Test name="column_major_lowp_mat2_vertex" />
31059<Test name="column_major_lowp_mat2_fragment" />
31060<Test name="column_major_mediump_mat2_vertex" />
31061<Test name="column_major_mediump_mat2_fragment" />
31062<Test name="column_major_highp_mat2_vertex" />
31063<Test name="column_major_highp_mat2_fragment" />
31064<Test name="lowp_mat3_vertex" />
31065<Test name="lowp_mat3_fragment" />
31066<Test name="mediump_mat3_vertex" />
31067<Test name="mediump_mat3_fragment" />
31068<Test name="highp_mat3_vertex" />
31069<Test name="highp_mat3_fragment" />
31070<Test name="row_major_lowp_mat3_vertex" />
31071<Test name="row_major_lowp_mat3_fragment" />
31072<Test name="row_major_mediump_mat3_vertex" />
31073<Test name="row_major_mediump_mat3_fragment" />
31074<Test name="row_major_highp_mat3_vertex" />
31075<Test name="row_major_highp_mat3_fragment" />
31076<Test name="column_major_lowp_mat3_vertex" />
31077<Test name="column_major_lowp_mat3_fragment" />
31078<Test name="column_major_mediump_mat3_vertex" />
31079<Test name="column_major_mediump_mat3_fragment" />
31080<Test name="column_major_highp_mat3_vertex" />
31081<Test name="column_major_highp_mat3_fragment" />
31082<Test name="lowp_mat4_vertex" />
31083<Test name="lowp_mat4_fragment" />
31084<Test name="mediump_mat4_vertex" />
31085<Test name="mediump_mat4_fragment" />
31086<Test name="highp_mat4_vertex" />
31087<Test name="highp_mat4_fragment" />
31088<Test name="row_major_lowp_mat4_vertex" />
31089<Test name="row_major_lowp_mat4_fragment" />
31090<Test name="row_major_mediump_mat4_vertex" />
31091<Test name="row_major_mediump_mat4_fragment" />
31092<Test name="row_major_highp_mat4_vertex" />
31093<Test name="row_major_highp_mat4_fragment" />
31094<Test name="column_major_lowp_mat4_vertex" />
31095<Test name="column_major_lowp_mat4_fragment" />
31096<Test name="column_major_mediump_mat4_vertex" />
31097<Test name="column_major_mediump_mat4_fragment" />
31098<Test name="column_major_highp_mat4_vertex" />
31099<Test name="column_major_highp_mat4_fragment" />
31100<Test name="lowp_mat2x3_vertex" />
31101<Test name="lowp_mat2x3_fragment" />
31102<Test name="mediump_mat2x3_vertex" />
31103<Test name="mediump_mat2x3_fragment" />
31104<Test name="highp_mat2x3_vertex" />
31105<Test name="highp_mat2x3_fragment" />
31106<Test name="row_major_lowp_mat2x3_vertex" />
31107<Test name="row_major_lowp_mat2x3_fragment" />
31108<Test name="row_major_mediump_mat2x3_vertex" />
31109<Test name="row_major_mediump_mat2x3_fragment" />
31110<Test name="row_major_highp_mat2x3_vertex" />
31111<Test name="row_major_highp_mat2x3_fragment" />
31112<Test name="column_major_lowp_mat2x3_vertex" />
31113<Test name="column_major_lowp_mat2x3_fragment" />
31114<Test name="column_major_mediump_mat2x3_vertex" />
31115<Test name="column_major_mediump_mat2x3_fragment" />
31116<Test name="column_major_highp_mat2x3_vertex" />
31117<Test name="column_major_highp_mat2x3_fragment" />
31118<Test name="lowp_mat2x4_vertex" />
31119<Test name="lowp_mat2x4_fragment" />
31120<Test name="mediump_mat2x4_vertex" />
31121<Test name="mediump_mat2x4_fragment" />
31122<Test name="highp_mat2x4_vertex" />
31123<Test name="highp_mat2x4_fragment" />
31124<Test name="row_major_lowp_mat2x4_vertex" />
31125<Test name="row_major_lowp_mat2x4_fragment" />
31126<Test name="row_major_mediump_mat2x4_vertex" />
31127<Test name="row_major_mediump_mat2x4_fragment" />
31128<Test name="row_major_highp_mat2x4_vertex" />
31129<Test name="row_major_highp_mat2x4_fragment" />
31130<Test name="column_major_lowp_mat2x4_vertex" />
31131<Test name="column_major_lowp_mat2x4_fragment" />
31132<Test name="column_major_mediump_mat2x4_vertex" />
31133<Test name="column_major_mediump_mat2x4_fragment" />
31134<Test name="column_major_highp_mat2x4_vertex" />
31135<Test name="column_major_highp_mat2x4_fragment" />
31136<Test name="lowp_mat3x2_vertex" />
31137<Test name="lowp_mat3x2_fragment" />
31138<Test name="mediump_mat3x2_vertex" />
31139<Test name="mediump_mat3x2_fragment" />
31140<Test name="highp_mat3x2_vertex" />
31141<Test name="highp_mat3x2_fragment" />
31142<Test name="row_major_lowp_mat3x2_vertex" />
31143<Test name="row_major_lowp_mat3x2_fragment" />
31144<Test name="row_major_mediump_mat3x2_vertex" />
31145<Test name="row_major_mediump_mat3x2_fragment" />
31146<Test name="row_major_highp_mat3x2_vertex" />
31147<Test name="row_major_highp_mat3x2_fragment" />
31148<Test name="column_major_lowp_mat3x2_vertex" />
31149<Test name="column_major_lowp_mat3x2_fragment" />
31150<Test name="column_major_mediump_mat3x2_vertex" />
31151<Test name="column_major_mediump_mat3x2_fragment" />
31152<Test name="column_major_highp_mat3x2_vertex" />
31153<Test name="column_major_highp_mat3x2_fragment" />
31154<Test name="lowp_mat3x4_vertex" />
31155<Test name="lowp_mat3x4_fragment" />
31156<Test name="mediump_mat3x4_vertex" />
31157<Test name="mediump_mat3x4_fragment" />
31158<Test name="highp_mat3x4_vertex" />
31159<Test name="highp_mat3x4_fragment" />
31160<Test name="row_major_lowp_mat3x4_vertex" />
31161<Test name="row_major_lowp_mat3x4_fragment" />
31162<Test name="row_major_mediump_mat3x4_vertex" />
31163<Test name="row_major_mediump_mat3x4_fragment" />
31164<Test name="row_major_highp_mat3x4_vertex" />
31165<Test name="row_major_highp_mat3x4_fragment" />
31166<Test name="column_major_lowp_mat3x4_vertex" />
31167<Test name="column_major_lowp_mat3x4_fragment" />
31168<Test name="column_major_mediump_mat3x4_vertex" />
31169<Test name="column_major_mediump_mat3x4_fragment" />
31170<Test name="column_major_highp_mat3x4_vertex" />
31171<Test name="column_major_highp_mat3x4_fragment" />
31172<Test name="lowp_mat4x2_vertex" />
31173<Test name="lowp_mat4x2_fragment" />
31174<Test name="mediump_mat4x2_vertex" />
31175<Test name="mediump_mat4x2_fragment" />
31176<Test name="highp_mat4x2_vertex" />
31177<Test name="highp_mat4x2_fragment" />
31178<Test name="row_major_lowp_mat4x2_vertex" />
31179<Test name="row_major_lowp_mat4x2_fragment" />
31180<Test name="row_major_mediump_mat4x2_vertex" />
31181<Test name="row_major_mediump_mat4x2_fragment" />
31182<Test name="row_major_highp_mat4x2_vertex" />
31183<Test name="row_major_highp_mat4x2_fragment" />
31184<Test name="column_major_lowp_mat4x2_vertex" />
31185<Test name="column_major_lowp_mat4x2_fragment" />
31186<Test name="column_major_mediump_mat4x2_vertex" />
31187<Test name="column_major_mediump_mat4x2_fragment" />
31188<Test name="column_major_highp_mat4x2_vertex" />
31189<Test name="column_major_highp_mat4x2_fragment" />
31190<Test name="lowp_mat4x3_vertex" />
31191<Test name="lowp_mat4x3_fragment" />
31192<Test name="mediump_mat4x3_vertex" />
31193<Test name="mediump_mat4x3_fragment" />
31194<Test name="highp_mat4x3_vertex" />
31195<Test name="highp_mat4x3_fragment" />
31196<Test name="row_major_lowp_mat4x3_vertex" />
31197<Test name="row_major_lowp_mat4x3_fragment" />
31198<Test name="row_major_mediump_mat4x3_vertex" />
31199<Test name="row_major_mediump_mat4x3_fragment" />
31200<Test name="row_major_highp_mat4x3_vertex" />
31201<Test name="row_major_highp_mat4x3_fragment" />
31202<Test name="column_major_lowp_mat4x3_vertex" />
31203<Test name="column_major_lowp_mat4x3_fragment" />
31204<Test name="column_major_mediump_mat4x3_vertex" />
31205<Test name="column_major_mediump_mat4x3_fragment" />
31206<Test name="column_major_highp_mat4x3_vertex" />
31207<Test name="column_major_highp_mat4x3_fragment" />
31208</TestCase>
31209<TestCase name="std140">
31210<Test name="lowp_float_vertex" />
31211<Test name="lowp_float_fragment" />
31212<Test name="lowp_float_both" />
31213<Test name="mediump_float_vertex" />
31214<Test name="mediump_float_fragment" />
31215<Test name="mediump_float_both" />
31216<Test name="highp_float_vertex" />
31217<Test name="highp_float_fragment" />
31218<Test name="highp_float_both" />
31219<Test name="lowp_vec2_vertex" />
31220<Test name="lowp_vec2_fragment" />
31221<Test name="lowp_vec2_both" />
31222<Test name="mediump_vec2_vertex" />
31223<Test name="mediump_vec2_fragment" />
31224<Test name="mediump_vec2_both" />
31225<Test name="highp_vec2_vertex" />
31226<Test name="highp_vec2_fragment" />
31227<Test name="highp_vec2_both" />
31228<Test name="lowp_vec3_vertex" />
31229<Test name="lowp_vec3_fragment" />
31230<Test name="lowp_vec3_both" />
31231<Test name="mediump_vec3_vertex" />
31232<Test name="mediump_vec3_fragment" />
31233<Test name="mediump_vec3_both" />
31234<Test name="highp_vec3_vertex" />
31235<Test name="highp_vec3_fragment" />
31236<Test name="highp_vec3_both" />
31237<Test name="lowp_vec4_vertex" />
31238<Test name="lowp_vec4_fragment" />
31239<Test name="lowp_vec4_both" />
31240<Test name="mediump_vec4_vertex" />
31241<Test name="mediump_vec4_fragment" />
31242<Test name="mediump_vec4_both" />
31243<Test name="highp_vec4_vertex" />
31244<Test name="highp_vec4_fragment" />
31245<Test name="highp_vec4_both" />
31246<Test name="lowp_int_vertex" />
31247<Test name="lowp_int_fragment" />
31248<Test name="lowp_int_both" />
31249<Test name="mediump_int_vertex" />
31250<Test name="mediump_int_fragment" />
31251<Test name="mediump_int_both" />
31252<Test name="highp_int_vertex" />
31253<Test name="highp_int_fragment" />
31254<Test name="highp_int_both" />
31255<Test name="lowp_ivec2_vertex" />
31256<Test name="lowp_ivec2_fragment" />
31257<Test name="lowp_ivec2_both" />
31258<Test name="mediump_ivec2_vertex" />
31259<Test name="mediump_ivec2_fragment" />
31260<Test name="mediump_ivec2_both" />
31261<Test name="highp_ivec2_vertex" />
31262<Test name="highp_ivec2_fragment" />
31263<Test name="highp_ivec2_both" />
31264<Test name="lowp_ivec3_vertex" />
31265<Test name="lowp_ivec3_fragment" />
31266<Test name="lowp_ivec3_both" />
31267<Test name="mediump_ivec3_vertex" />
31268<Test name="mediump_ivec3_fragment" />
31269<Test name="mediump_ivec3_both" />
31270<Test name="highp_ivec3_vertex" />
31271<Test name="highp_ivec3_fragment" />
31272<Test name="highp_ivec3_both" />
31273<Test name="lowp_ivec4_vertex" />
31274<Test name="lowp_ivec4_fragment" />
31275<Test name="lowp_ivec4_both" />
31276<Test name="mediump_ivec4_vertex" />
31277<Test name="mediump_ivec4_fragment" />
31278<Test name="mediump_ivec4_both" />
31279<Test name="highp_ivec4_vertex" />
31280<Test name="highp_ivec4_fragment" />
31281<Test name="highp_ivec4_both" />
31282<Test name="lowp_uvec2_vertex" />
31283<Test name="lowp_uvec2_fragment" />
31284<Test name="lowp_uvec2_both" />
31285<Test name="mediump_uvec2_vertex" />
31286<Test name="mediump_uvec2_fragment" />
31287<Test name="mediump_uvec2_both" />
31288<Test name="highp_uvec2_vertex" />
31289<Test name="highp_uvec2_fragment" />
31290<Test name="highp_uvec2_both" />
31291<Test name="lowp_uvec3_vertex" />
31292<Test name="lowp_uvec3_fragment" />
31293<Test name="lowp_uvec3_both" />
31294<Test name="mediump_uvec3_vertex" />
31295<Test name="mediump_uvec3_fragment" />
31296<Test name="mediump_uvec3_both" />
31297<Test name="highp_uvec3_vertex" />
31298<Test name="highp_uvec3_fragment" />
31299<Test name="highp_uvec3_both" />
31300<Test name="lowp_uvec4_vertex" />
31301<Test name="lowp_uvec4_fragment" />
31302<Test name="lowp_uvec4_both" />
31303<Test name="mediump_uvec4_vertex" />
31304<Test name="mediump_uvec4_fragment" />
31305<Test name="mediump_uvec4_both" />
31306<Test name="highp_uvec4_vertex" />
31307<Test name="highp_uvec4_fragment" />
31308<Test name="highp_uvec4_both" />
31309<Test name="bool_vertex" />
31310<Test name="bool_fragment" />
31311<Test name="bool_both" />
31312<Test name="bvec2_vertex" />
31313<Test name="bvec2_fragment" />
31314<Test name="bvec2_both" />
31315<Test name="bvec3_vertex" />
31316<Test name="bvec3_fragment" />
31317<Test name="bvec3_both" />
31318<Test name="bvec4_vertex" />
31319<Test name="bvec4_fragment" />
31320<Test name="bvec4_both" />
31321<Test name="lowp_mat2_vertex" />
31322<Test name="lowp_mat2_fragment" />
31323<Test name="lowp_mat2_both" />
31324<Test name="mediump_mat2_vertex" />
31325<Test name="mediump_mat2_fragment" />
31326<Test name="mediump_mat2_both" />
31327<Test name="highp_mat2_vertex" />
31328<Test name="highp_mat2_fragment" />
31329<Test name="highp_mat2_both" />
31330<Test name="row_major_lowp_mat2_vertex" />
31331<Test name="row_major_lowp_mat2_fragment" />
31332<Test name="row_major_lowp_mat2_both" />
31333<Test name="row_major_mediump_mat2_vertex" />
31334<Test name="row_major_mediump_mat2_fragment" />
31335<Test name="row_major_mediump_mat2_both" />
31336<Test name="row_major_highp_mat2_vertex" />
31337<Test name="row_major_highp_mat2_fragment" />
31338<Test name="row_major_highp_mat2_both" />
31339<Test name="column_major_lowp_mat2_vertex" />
31340<Test name="column_major_lowp_mat2_fragment" />
31341<Test name="column_major_lowp_mat2_both" />
31342<Test name="column_major_mediump_mat2_vertex" />
31343<Test name="column_major_mediump_mat2_fragment" />
31344<Test name="column_major_mediump_mat2_both" />
31345<Test name="column_major_highp_mat2_vertex" />
31346<Test name="column_major_highp_mat2_fragment" />
31347<Test name="column_major_highp_mat2_both" />
31348<Test name="lowp_mat3_vertex" />
31349<Test name="lowp_mat3_fragment" />
31350<Test name="lowp_mat3_both" />
31351<Test name="mediump_mat3_vertex" />
31352<Test name="mediump_mat3_fragment" />
31353<Test name="mediump_mat3_both" />
31354<Test name="highp_mat3_vertex" />
31355<Test name="highp_mat3_fragment" />
31356<Test name="highp_mat3_both" />
31357<Test name="row_major_lowp_mat3_vertex" />
31358<Test name="row_major_lowp_mat3_fragment" />
31359<Test name="row_major_lowp_mat3_both" />
31360<Test name="row_major_mediump_mat3_vertex" />
31361<Test name="row_major_mediump_mat3_fragment" />
31362<Test name="row_major_mediump_mat3_both" />
31363<Test name="row_major_highp_mat3_vertex" />
31364<Test name="row_major_highp_mat3_fragment" />
31365<Test name="row_major_highp_mat3_both" />
31366<Test name="column_major_lowp_mat3_vertex" />
31367<Test name="column_major_lowp_mat3_fragment" />
31368<Test name="column_major_lowp_mat3_both" />
31369<Test name="column_major_mediump_mat3_vertex" />
31370<Test name="column_major_mediump_mat3_fragment" />
31371<Test name="column_major_mediump_mat3_both" />
31372<Test name="column_major_highp_mat3_vertex" />
31373<Test name="column_major_highp_mat3_fragment" />
31374<Test name="column_major_highp_mat3_both" />
31375<Test name="lowp_mat4_vertex" />
31376<Test name="lowp_mat4_fragment" />
31377<Test name="lowp_mat4_both" />
31378<Test name="mediump_mat4_vertex" />
31379<Test name="mediump_mat4_fragment" />
31380<Test name="mediump_mat4_both" />
31381<Test name="highp_mat4_vertex" />
31382<Test name="highp_mat4_fragment" />
31383<Test name="highp_mat4_both" />
31384<Test name="row_major_lowp_mat4_vertex" />
31385<Test name="row_major_lowp_mat4_fragment" />
31386<Test name="row_major_lowp_mat4_both" />
31387<Test name="row_major_mediump_mat4_vertex" />
31388<Test name="row_major_mediump_mat4_fragment" />
31389<Test name="row_major_mediump_mat4_both" />
31390<Test name="row_major_highp_mat4_vertex" />
31391<Test name="row_major_highp_mat4_fragment" />
31392<Test name="row_major_highp_mat4_both" />
31393<Test name="column_major_lowp_mat4_vertex" />
31394<Test name="column_major_lowp_mat4_fragment" />
31395<Test name="column_major_lowp_mat4_both" />
31396<Test name="column_major_mediump_mat4_vertex" />
31397<Test name="column_major_mediump_mat4_fragment" />
31398<Test name="column_major_mediump_mat4_both" />
31399<Test name="column_major_highp_mat4_vertex" />
31400<Test name="column_major_highp_mat4_fragment" />
31401<Test name="column_major_highp_mat4_both" />
31402<Test name="lowp_mat2x3_vertex" />
31403<Test name="lowp_mat2x3_fragment" />
31404<Test name="lowp_mat2x3_both" />
31405<Test name="mediump_mat2x3_vertex" />
31406<Test name="mediump_mat2x3_fragment" />
31407<Test name="mediump_mat2x3_both" />
31408<Test name="highp_mat2x3_vertex" />
31409<Test name="highp_mat2x3_fragment" />
31410<Test name="highp_mat2x3_both" />
31411<Test name="row_major_lowp_mat2x3_vertex" />
31412<Test name="row_major_lowp_mat2x3_fragment" />
31413<Test name="row_major_lowp_mat2x3_both" />
31414<Test name="row_major_mediump_mat2x3_vertex" />
31415<Test name="row_major_mediump_mat2x3_fragment" />
31416<Test name="row_major_mediump_mat2x3_both" />
31417<Test name="row_major_highp_mat2x3_vertex" />
31418<Test name="row_major_highp_mat2x3_fragment" />
31419<Test name="row_major_highp_mat2x3_both" />
31420<Test name="column_major_lowp_mat2x3_vertex" />
31421<Test name="column_major_lowp_mat2x3_fragment" />
31422<Test name="column_major_lowp_mat2x3_both" />
31423<Test name="column_major_mediump_mat2x3_vertex" />
31424<Test name="column_major_mediump_mat2x3_fragment" />
31425<Test name="column_major_mediump_mat2x3_both" />
31426<Test name="column_major_highp_mat2x3_vertex" />
31427<Test name="column_major_highp_mat2x3_fragment" />
31428<Test name="column_major_highp_mat2x3_both" />
31429<Test name="lowp_mat2x4_vertex" />
31430<Test name="lowp_mat2x4_fragment" />
31431<Test name="lowp_mat2x4_both" />
31432<Test name="mediump_mat2x4_vertex" />
31433<Test name="mediump_mat2x4_fragment" />
31434<Test name="mediump_mat2x4_both" />
31435<Test name="highp_mat2x4_vertex" />
31436<Test name="highp_mat2x4_fragment" />
31437<Test name="highp_mat2x4_both" />
31438<Test name="row_major_lowp_mat2x4_vertex" />
31439<Test name="row_major_lowp_mat2x4_fragment" />
31440<Test name="row_major_lowp_mat2x4_both" />
31441<Test name="row_major_mediump_mat2x4_vertex" />
31442<Test name="row_major_mediump_mat2x4_fragment" />
31443<Test name="row_major_mediump_mat2x4_both" />
31444<Test name="row_major_highp_mat2x4_vertex" />
31445<Test name="row_major_highp_mat2x4_fragment" />
31446<Test name="row_major_highp_mat2x4_both" />
31447<Test name="column_major_lowp_mat2x4_vertex" />
31448<Test name="column_major_lowp_mat2x4_fragment" />
31449<Test name="column_major_lowp_mat2x4_both" />
31450<Test name="column_major_mediump_mat2x4_vertex" />
31451<Test name="column_major_mediump_mat2x4_fragment" />
31452<Test name="column_major_mediump_mat2x4_both" />
31453<Test name="column_major_highp_mat2x4_vertex" />
31454<Test name="column_major_highp_mat2x4_fragment" />
31455<Test name="column_major_highp_mat2x4_both" />
31456<Test name="lowp_mat3x2_vertex" />
31457<Test name="lowp_mat3x2_fragment" />
31458<Test name="lowp_mat3x2_both" />
31459<Test name="mediump_mat3x2_vertex" />
31460<Test name="mediump_mat3x2_fragment" />
31461<Test name="mediump_mat3x2_both" />
31462<Test name="highp_mat3x2_vertex" />
31463<Test name="highp_mat3x2_fragment" />
31464<Test name="highp_mat3x2_both" />
31465<Test name="row_major_lowp_mat3x2_vertex" />
31466<Test name="row_major_lowp_mat3x2_fragment" />
31467<Test name="row_major_lowp_mat3x2_both" />
31468<Test name="row_major_mediump_mat3x2_vertex" />
31469<Test name="row_major_mediump_mat3x2_fragment" />
31470<Test name="row_major_mediump_mat3x2_both" />
31471<Test name="row_major_highp_mat3x2_vertex" />
31472<Test name="row_major_highp_mat3x2_fragment" />
31473<Test name="row_major_highp_mat3x2_both" />
31474<Test name="column_major_lowp_mat3x2_vertex" />
31475<Test name="column_major_lowp_mat3x2_fragment" />
31476<Test name="column_major_lowp_mat3x2_both" />
31477<Test name="column_major_mediump_mat3x2_vertex" />
31478<Test name="column_major_mediump_mat3x2_fragment" />
31479<Test name="column_major_mediump_mat3x2_both" />
31480<Test name="column_major_highp_mat3x2_vertex" />
31481<Test name="column_major_highp_mat3x2_fragment" />
31482<Test name="column_major_highp_mat3x2_both" />
31483<Test name="lowp_mat3x4_vertex" />
31484<Test name="lowp_mat3x4_fragment" />
31485<Test name="lowp_mat3x4_both" />
31486<Test name="mediump_mat3x4_vertex" />
31487<Test name="mediump_mat3x4_fragment" />
31488<Test name="mediump_mat3x4_both" />
31489<Test name="highp_mat3x4_vertex" />
31490<Test name="highp_mat3x4_fragment" />
31491<Test name="highp_mat3x4_both" />
31492<Test name="row_major_lowp_mat3x4_vertex" />
31493<Test name="row_major_lowp_mat3x4_fragment" />
31494<Test name="row_major_lowp_mat3x4_both" />
31495<Test name="row_major_mediump_mat3x4_vertex" />
31496<Test name="row_major_mediump_mat3x4_fragment" />
31497<Test name="row_major_mediump_mat3x4_both" />
31498<Test name="row_major_highp_mat3x4_vertex" />
31499<Test name="row_major_highp_mat3x4_fragment" />
31500<Test name="row_major_highp_mat3x4_both" />
31501<Test name="column_major_lowp_mat3x4_vertex" />
31502<Test name="column_major_lowp_mat3x4_fragment" />
31503<Test name="column_major_lowp_mat3x4_both" />
31504<Test name="column_major_mediump_mat3x4_vertex" />
31505<Test name="column_major_mediump_mat3x4_fragment" />
31506<Test name="column_major_mediump_mat3x4_both" />
31507<Test name="column_major_highp_mat3x4_vertex" />
31508<Test name="column_major_highp_mat3x4_fragment" />
31509<Test name="column_major_highp_mat3x4_both" />
31510<Test name="lowp_mat4x2_vertex" />
31511<Test name="lowp_mat4x2_fragment" />
31512<Test name="lowp_mat4x2_both" />
31513<Test name="mediump_mat4x2_vertex" />
31514<Test name="mediump_mat4x2_fragment" />
31515<Test name="mediump_mat4x2_both" />
31516<Test name="highp_mat4x2_vertex" />
31517<Test name="highp_mat4x2_fragment" />
31518<Test name="highp_mat4x2_both" />
31519<Test name="row_major_lowp_mat4x2_vertex" />
31520<Test name="row_major_lowp_mat4x2_fragment" />
31521<Test name="row_major_lowp_mat4x2_both" />
31522<Test name="row_major_mediump_mat4x2_vertex" />
31523<Test name="row_major_mediump_mat4x2_fragment" />
31524<Test name="row_major_mediump_mat4x2_both" />
31525<Test name="row_major_highp_mat4x2_vertex" />
31526<Test name="row_major_highp_mat4x2_fragment" />
31527<Test name="row_major_highp_mat4x2_both" />
31528<Test name="column_major_lowp_mat4x2_vertex" />
31529<Test name="column_major_lowp_mat4x2_fragment" />
31530<Test name="column_major_lowp_mat4x2_both" />
31531<Test name="column_major_mediump_mat4x2_vertex" />
31532<Test name="column_major_mediump_mat4x2_fragment" />
31533<Test name="column_major_mediump_mat4x2_both" />
31534<Test name="column_major_highp_mat4x2_vertex" />
31535<Test name="column_major_highp_mat4x2_fragment" />
31536<Test name="column_major_highp_mat4x2_both" />
31537<Test name="lowp_mat4x3_vertex" />
31538<Test name="lowp_mat4x3_fragment" />
31539<Test name="lowp_mat4x3_both" />
31540<Test name="mediump_mat4x3_vertex" />
31541<Test name="mediump_mat4x3_fragment" />
31542<Test name="mediump_mat4x3_both" />
31543<Test name="highp_mat4x3_vertex" />
31544<Test name="highp_mat4x3_fragment" />
31545<Test name="highp_mat4x3_both" />
31546<Test name="row_major_lowp_mat4x3_vertex" />
31547<Test name="row_major_lowp_mat4x3_fragment" />
31548<Test name="row_major_lowp_mat4x3_both" />
31549<Test name="row_major_mediump_mat4x3_vertex" />
31550<Test name="row_major_mediump_mat4x3_fragment" />
31551<Test name="row_major_mediump_mat4x3_both" />
31552<Test name="row_major_highp_mat4x3_vertex" />
31553<Test name="row_major_highp_mat4x3_fragment" />
31554<Test name="row_major_highp_mat4x3_both" />
31555<Test name="column_major_lowp_mat4x3_vertex" />
31556<Test name="column_major_lowp_mat4x3_fragment" />
31557<Test name="column_major_lowp_mat4x3_both" />
31558<Test name="column_major_mediump_mat4x3_vertex" />
31559<Test name="column_major_mediump_mat4x3_fragment" />
31560<Test name="column_major_mediump_mat4x3_both" />
31561<Test name="column_major_highp_mat4x3_vertex" />
31562<Test name="column_major_highp_mat4x3_fragment" />
31563<Test name="column_major_highp_mat4x3_both" />
31564</TestCase>
31565</TestSuite>
31566<TestSuite name="single_basic_array">
31567<TestCase name="shared">
31568<Test name="float_vertex" />
31569<Test name="float_fragment" />
31570<Test name="float_both" />
31571<Test name="vec2_vertex" />
31572<Test name="vec2_fragment" />
31573<Test name="vec2_both" />
31574<Test name="vec3_vertex" />
31575<Test name="vec3_fragment" />
31576<Test name="vec3_both" />
31577<Test name="vec4_vertex" />
31578<Test name="vec4_fragment" />
31579<Test name="vec4_both" />
31580<Test name="int_vertex" />
31581<Test name="int_fragment" />
31582<Test name="int_both" />
31583<Test name="ivec2_vertex" />
31584<Test name="ivec2_fragment" />
31585<Test name="ivec2_both" />
31586<Test name="ivec3_vertex" />
31587<Test name="ivec3_fragment" />
31588<Test name="ivec3_both" />
31589<Test name="ivec4_vertex" />
31590<Test name="ivec4_fragment" />
31591<Test name="ivec4_both" />
31592<Test name="uvec2_vertex" />
31593<Test name="uvec2_fragment" />
31594<Test name="uvec2_both" />
31595<Test name="uvec3_vertex" />
31596<Test name="uvec3_fragment" />
31597<Test name="uvec3_both" />
31598<Test name="uvec4_vertex" />
31599<Test name="uvec4_fragment" />
31600<Test name="uvec4_both" />
31601<Test name="bool_vertex" />
31602<Test name="bool_fragment" />
31603<Test name="bool_both" />
31604<Test name="bvec2_vertex" />
31605<Test name="bvec2_fragment" />
31606<Test name="bvec2_both" />
31607<Test name="bvec3_vertex" />
31608<Test name="bvec3_fragment" />
31609<Test name="bvec3_both" />
31610<Test name="bvec4_vertex" />
31611<Test name="bvec4_fragment" />
31612<Test name="bvec4_both" />
31613<Test name="mat2_vertex" />
31614<Test name="mat2_fragment" />
31615<Test name="mat2_both" />
31616<Test name="row_major_mat2_vertex" />
31617<Test name="row_major_mat2_fragment" />
31618<Test name="row_major_mat2_both" />
31619<Test name="column_major_mat2_vertex" />
31620<Test name="column_major_mat2_fragment" />
31621<Test name="column_major_mat2_both" />
31622<Test name="mat3_vertex" />
31623<Test name="mat3_fragment" />
31624<Test name="mat3_both" />
31625<Test name="row_major_mat3_vertex" />
31626<Test name="row_major_mat3_fragment" />
31627<Test name="row_major_mat3_both" />
31628<Test name="column_major_mat3_vertex" />
31629<Test name="column_major_mat3_fragment" />
31630<Test name="column_major_mat3_both" />
31631<Test name="mat4_vertex" />
31632<Test name="mat4_fragment" />
31633<Test name="mat4_both" />
31634<Test name="row_major_mat4_vertex" />
31635<Test name="row_major_mat4_fragment" />
31636<Test name="row_major_mat4_both" />
31637<Test name="column_major_mat4_vertex" />
31638<Test name="column_major_mat4_fragment" />
31639<Test name="column_major_mat4_both" />
31640<Test name="mat2x3_vertex" />
31641<Test name="mat2x3_fragment" />
31642<Test name="mat2x3_both" />
31643<Test name="row_major_mat2x3_vertex" />
31644<Test name="row_major_mat2x3_fragment" />
31645<Test name="row_major_mat2x3_both" />
31646<Test name="column_major_mat2x3_vertex" />
31647<Test name="column_major_mat2x3_fragment" />
31648<Test name="column_major_mat2x3_both" />
31649<Test name="mat2x4_vertex" />
31650<Test name="mat2x4_fragment" />
31651<Test name="mat2x4_both" />
31652<Test name="row_major_mat2x4_vertex" />
31653<Test name="row_major_mat2x4_fragment" />
31654<Test name="row_major_mat2x4_both" />
31655<Test name="column_major_mat2x4_vertex" />
31656<Test name="column_major_mat2x4_fragment" />
31657<Test name="column_major_mat2x4_both" />
31658<Test name="mat3x2_vertex" />
31659<Test name="mat3x2_fragment" />
31660<Test name="mat3x2_both" />
31661<Test name="row_major_mat3x2_vertex" />
31662<Test name="row_major_mat3x2_fragment" />
31663<Test name="row_major_mat3x2_both" />
31664<Test name="column_major_mat3x2_vertex" />
31665<Test name="column_major_mat3x2_fragment" />
31666<Test name="column_major_mat3x2_both" />
31667<Test name="mat3x4_vertex" />
31668<Test name="mat3x4_fragment" />
31669<Test name="mat3x4_both" />
31670<Test name="row_major_mat3x4_vertex" />
31671<Test name="row_major_mat3x4_fragment" />
31672<Test name="row_major_mat3x4_both" />
31673<Test name="column_major_mat3x4_vertex" />
31674<Test name="column_major_mat3x4_fragment" />
31675<Test name="column_major_mat3x4_both" />
31676<Test name="mat4x2_vertex" />
31677<Test name="mat4x2_fragment" />
31678<Test name="mat4x2_both" />
31679<Test name="row_major_mat4x2_vertex" />
31680<Test name="row_major_mat4x2_fragment" />
31681<Test name="row_major_mat4x2_both" />
31682<Test name="column_major_mat4x2_vertex" />
31683<Test name="column_major_mat4x2_fragment" />
31684<Test name="column_major_mat4x2_both" />
31685<Test name="mat4x3_vertex" />
31686<Test name="mat4x3_fragment" />
31687<Test name="mat4x3_both" />
31688<Test name="row_major_mat4x3_vertex" />
31689<Test name="row_major_mat4x3_fragment" />
31690<Test name="row_major_mat4x3_both" />
31691<Test name="column_major_mat4x3_vertex" />
31692<Test name="column_major_mat4x3_fragment" />
31693<Test name="column_major_mat4x3_both" />
31694</TestCase>
31695<TestCase name="packed">
31696<Test name="float_vertex" />
31697<Test name="float_fragment" />
31698<Test name="vec2_vertex" />
31699<Test name="vec2_fragment" />
31700<Test name="vec3_vertex" />
31701<Test name="vec3_fragment" />
31702<Test name="vec4_vertex" />
31703<Test name="vec4_fragment" />
31704<Test name="int_vertex" />
31705<Test name="int_fragment" />
31706<Test name="ivec2_vertex" />
31707<Test name="ivec2_fragment" />
31708<Test name="ivec3_vertex" />
31709<Test name="ivec3_fragment" />
31710<Test name="ivec4_vertex" />
31711<Test name="ivec4_fragment" />
31712<Test name="uvec2_vertex" />
31713<Test name="uvec2_fragment" />
31714<Test name="uvec3_vertex" />
31715<Test name="uvec3_fragment" />
31716<Test name="uvec4_vertex" />
31717<Test name="uvec4_fragment" />
31718<Test name="bool_vertex" />
31719<Test name="bool_fragment" />
31720<Test name="bvec2_vertex" />
31721<Test name="bvec2_fragment" />
31722<Test name="bvec3_vertex" />
31723<Test name="bvec3_fragment" />
31724<Test name="bvec4_vertex" />
31725<Test name="bvec4_fragment" />
31726<Test name="mat2_vertex" />
31727<Test name="mat2_fragment" />
31728<Test name="row_major_mat2_vertex" />
31729<Test name="row_major_mat2_fragment" />
31730<Test name="column_major_mat2_vertex" />
31731<Test name="column_major_mat2_fragment" />
31732<Test name="mat3_vertex" />
31733<Test name="mat3_fragment" />
31734<Test name="row_major_mat3_vertex" />
31735<Test name="row_major_mat3_fragment" />
31736<Test name="column_major_mat3_vertex" />
31737<Test name="column_major_mat3_fragment" />
31738<Test name="mat4_vertex" />
31739<Test name="mat4_fragment" />
31740<Test name="row_major_mat4_vertex" />
31741<Test name="row_major_mat4_fragment" />
31742<Test name="column_major_mat4_vertex" />
31743<Test name="column_major_mat4_fragment" />
31744<Test name="mat2x3_vertex" />
31745<Test name="mat2x3_fragment" />
31746<Test name="row_major_mat2x3_vertex" />
31747<Test name="row_major_mat2x3_fragment" />
31748<Test name="column_major_mat2x3_vertex" />
31749<Test name="column_major_mat2x3_fragment" />
31750<Test name="mat2x4_vertex" />
31751<Test name="mat2x4_fragment" />
31752<Test name="row_major_mat2x4_vertex" />
31753<Test name="row_major_mat2x4_fragment" />
31754<Test name="column_major_mat2x4_vertex" />
31755<Test name="column_major_mat2x4_fragment" />
31756<Test name="mat3x2_vertex" />
31757<Test name="mat3x2_fragment" />
31758<Test name="row_major_mat3x2_vertex" />
31759<Test name="row_major_mat3x2_fragment" />
31760<Test name="column_major_mat3x2_vertex" />
31761<Test name="column_major_mat3x2_fragment" />
31762<Test name="mat3x4_vertex" />
31763<Test name="mat3x4_fragment" />
31764<Test name="row_major_mat3x4_vertex" />
31765<Test name="row_major_mat3x4_fragment" />
31766<Test name="column_major_mat3x4_vertex" />
31767<Test name="column_major_mat3x4_fragment" />
31768<Test name="mat4x2_vertex" />
31769<Test name="mat4x2_fragment" />
31770<Test name="row_major_mat4x2_vertex" />
31771<Test name="row_major_mat4x2_fragment" />
31772<Test name="column_major_mat4x2_vertex" />
31773<Test name="column_major_mat4x2_fragment" />
31774<Test name="mat4x3_vertex" />
31775<Test name="mat4x3_fragment" />
31776<Test name="row_major_mat4x3_vertex" />
31777<Test name="row_major_mat4x3_fragment" />
31778<Test name="column_major_mat4x3_vertex" />
31779<Test name="column_major_mat4x3_fragment" />
31780</TestCase>
31781<TestCase name="std140">
31782<Test name="float_vertex" />
31783<Test name="float_fragment" />
31784<Test name="float_both" />
31785<Test name="vec2_vertex" />
31786<Test name="vec2_fragment" />
31787<Test name="vec2_both" />
31788<Test name="vec3_vertex" />
31789<Test name="vec3_fragment" />
31790<Test name="vec3_both" />
31791<Test name="vec4_vertex" />
31792<Test name="vec4_fragment" />
31793<Test name="vec4_both" />
31794<Test name="int_vertex" />
31795<Test name="int_fragment" />
31796<Test name="int_both" />
31797<Test name="ivec2_vertex" />
31798<Test name="ivec2_fragment" />
31799<Test name="ivec2_both" />
31800<Test name="ivec3_vertex" />
31801<Test name="ivec3_fragment" />
31802<Test name="ivec3_both" />
31803<Test name="ivec4_vertex" />
31804<Test name="ivec4_fragment" />
31805<Test name="ivec4_both" />
31806<Test name="uvec2_vertex" />
31807<Test name="uvec2_fragment" />
31808<Test name="uvec2_both" />
31809<Test name="uvec3_vertex" />
31810<Test name="uvec3_fragment" />
31811<Test name="uvec3_both" />
31812<Test name="uvec4_vertex" />
31813<Test name="uvec4_fragment" />
31814<Test name="uvec4_both" />
31815<Test name="bool_vertex" />
31816<Test name="bool_fragment" />
31817<Test name="bool_both" />
31818<Test name="bvec2_vertex" />
31819<Test name="bvec2_fragment" />
31820<Test name="bvec2_both" />
31821<Test name="bvec3_vertex" />
31822<Test name="bvec3_fragment" />
31823<Test name="bvec3_both" />
31824<Test name="bvec4_vertex" />
31825<Test name="bvec4_fragment" />
31826<Test name="bvec4_both" />
31827<Test name="mat2_vertex" />
31828<Test name="mat2_fragment" />
31829<Test name="mat2_both" />
31830<Test name="row_major_mat2_vertex" />
31831<Test name="row_major_mat2_fragment" />
31832<Test name="row_major_mat2_both" />
31833<Test name="column_major_mat2_vertex" />
31834<Test name="column_major_mat2_fragment" />
31835<Test name="column_major_mat2_both" />
31836<Test name="mat3_vertex" />
31837<Test name="mat3_fragment" />
31838<Test name="mat3_both" />
31839<Test name="row_major_mat3_vertex" />
31840<Test name="row_major_mat3_fragment" />
31841<Test name="row_major_mat3_both" />
31842<Test name="column_major_mat3_vertex" />
31843<Test name="column_major_mat3_fragment" />
31844<Test name="column_major_mat3_both" />
31845<Test name="mat4_vertex" />
31846<Test name="mat4_fragment" />
31847<Test name="mat4_both" />
31848<Test name="row_major_mat4_vertex" />
31849<Test name="row_major_mat4_fragment" />
31850<Test name="row_major_mat4_both" />
31851<Test name="column_major_mat4_vertex" />
31852<Test name="column_major_mat4_fragment" />
31853<Test name="column_major_mat4_both" />
31854<Test name="mat2x3_vertex" />
31855<Test name="mat2x3_fragment" />
31856<Test name="mat2x3_both" />
31857<Test name="row_major_mat2x3_vertex" />
31858<Test name="row_major_mat2x3_fragment" />
31859<Test name="row_major_mat2x3_both" />
31860<Test name="column_major_mat2x3_vertex" />
31861<Test name="column_major_mat2x3_fragment" />
31862<Test name="column_major_mat2x3_both" />
31863<Test name="mat2x4_vertex" />
31864<Test name="mat2x4_fragment" />
31865<Test name="mat2x4_both" />
31866<Test name="row_major_mat2x4_vertex" />
31867<Test name="row_major_mat2x4_fragment" />
31868<Test name="row_major_mat2x4_both" />
31869<Test name="column_major_mat2x4_vertex" />
31870<Test name="column_major_mat2x4_fragment" />
31871<Test name="column_major_mat2x4_both" />
31872<Test name="mat3x2_vertex" />
31873<Test name="mat3x2_fragment" />
31874<Test name="mat3x2_both" />
31875<Test name="row_major_mat3x2_vertex" />
31876<Test name="row_major_mat3x2_fragment" />
31877<Test name="row_major_mat3x2_both" />
31878<Test name="column_major_mat3x2_vertex" />
31879<Test name="column_major_mat3x2_fragment" />
31880<Test name="column_major_mat3x2_both" />
31881<Test name="mat3x4_vertex" />
31882<Test name="mat3x4_fragment" />
31883<Test name="mat3x4_both" />
31884<Test name="row_major_mat3x4_vertex" />
31885<Test name="row_major_mat3x4_fragment" />
31886<Test name="row_major_mat3x4_both" />
31887<Test name="column_major_mat3x4_vertex" />
31888<Test name="column_major_mat3x4_fragment" />
31889<Test name="column_major_mat3x4_both" />
31890<Test name="mat4x2_vertex" />
31891<Test name="mat4x2_fragment" />
31892<Test name="mat4x2_both" />
31893<Test name="row_major_mat4x2_vertex" />
31894<Test name="row_major_mat4x2_fragment" />
31895<Test name="row_major_mat4x2_both" />
31896<Test name="column_major_mat4x2_vertex" />
31897<Test name="column_major_mat4x2_fragment" />
31898<Test name="column_major_mat4x2_both" />
31899<Test name="mat4x3_vertex" />
31900<Test name="mat4x3_fragment" />
31901<Test name="mat4x3_both" />
31902<Test name="row_major_mat4x3_vertex" />
31903<Test name="row_major_mat4x3_fragment" />
31904<Test name="row_major_mat4x3_both" />
31905<Test name="column_major_mat4x3_vertex" />
31906<Test name="column_major_mat4x3_fragment" />
31907<Test name="column_major_mat4x3_both" />
31908</TestCase>
31909</TestSuite>
31910<TestSuite name="single_struct">
31911<TestCase name="per_block_buffer">
31912<Test name="shared_vertex" />
31913<Test name="shared_fragment" />
31914<Test name="shared_both" />
31915<Test name="shared_instance_array_vertex" />
31916<Test name="shared_instance_array_fragment" />
31917<Test name="shared_instance_array_both" />
31918<Test name="packed_vertex" />
31919<Test name="packed_fragment" />
31920<Test name="packed_instance_array_vertex" />
31921<Test name="packed_instance_array_fragment" />
31922<Test name="std140_vertex" />
31923<Test name="std140_fragment" />
31924<Test name="std140_both" />
31925<Test name="std140_instance_array_vertex" />
31926<Test name="std140_instance_array_fragment" />
31927<Test name="std140_instance_array_both" />
31928</TestCase>
31929<TestCase name="single_buffer">
31930<Test name="shared_instance_array_vertex" />
31931<Test name="shared_instance_array_fragment" />
31932<Test name="shared_instance_array_both" />
31933<Test name="packed_instance_array_vertex" />
31934<Test name="packed_instance_array_fragment" />
31935<Test name="std140_instance_array_vertex" />
31936<Test name="std140_instance_array_fragment" />
31937<Test name="std140_instance_array_both" />
31938</TestCase>
31939</TestSuite>
31940<TestSuite name="single_nested_struct">
31941<TestCase name="per_block_buffer">
31942<Test name="packed_vertex" />
31943<Test name="packed_fragment" />
31944<Test name="packed_instance_array_vertex" />
31945<Test name="std140_vertex" />
31946<Test name="std140_fragment" />
31947<Test name="std140_both" />
31948<Test name="std140_instance_array_vertex" />
31949</TestCase>
31950<TestCase name="single_buffer">
31951<Test name="packed_instance_array_vertex" />
31952<Test name="std140_instance_array_vertex" />
31953</TestCase>
31954</TestSuite>
31955<TestSuite name="instance_array_basic_type">
31956<TestCase name="shared">
31957<Test name="float_vertex" />
31958<Test name="float_fragment" />
31959<Test name="float_both" />
31960<Test name="vec2_vertex" />
31961<Test name="vec2_fragment" />
31962<Test name="vec2_both" />
31963<Test name="vec3_vertex" />
31964<Test name="vec3_fragment" />
31965<Test name="vec3_both" />
31966<Test name="vec4_vertex" />
31967<Test name="vec4_fragment" />
31968<Test name="vec4_both" />
31969<Test name="int_vertex" />
31970<Test name="int_fragment" />
31971<Test name="int_both" />
31972<Test name="ivec2_vertex" />
31973<Test name="ivec2_fragment" />
31974<Test name="ivec2_both" />
31975<Test name="ivec3_vertex" />
31976<Test name="ivec3_fragment" />
31977<Test name="ivec3_both" />
31978<Test name="ivec4_vertex" />
31979<Test name="ivec4_fragment" />
31980<Test name="ivec4_both" />
31981<Test name="uvec2_vertex" />
31982<Test name="uvec2_fragment" />
31983<Test name="uvec2_both" />
31984<Test name="uvec3_vertex" />
31985<Test name="uvec3_fragment" />
31986<Test name="uvec3_both" />
31987<Test name="uvec4_vertex" />
31988<Test name="uvec4_fragment" />
31989<Test name="uvec4_both" />
31990<Test name="bool_vertex" />
31991<Test name="bool_fragment" />
31992<Test name="bool_both" />
31993<Test name="bvec2_vertex" />
31994<Test name="bvec2_fragment" />
31995<Test name="bvec2_both" />
31996<Test name="bvec3_vertex" />
31997<Test name="bvec3_fragment" />
31998<Test name="bvec3_both" />
31999<Test name="bvec4_vertex" />
32000<Test name="bvec4_fragment" />
32001<Test name="bvec4_both" />
32002<Test name="mat2_vertex" />
32003<Test name="mat2_fragment" />
32004<Test name="mat2_both" />
32005<Test name="row_major_mat2_vertex" />
32006<Test name="row_major_mat2_fragment" />
32007<Test name="row_major_mat2_both" />
32008<Test name="column_major_mat2_vertex" />
32009<Test name="column_major_mat2_fragment" />
32010<Test name="column_major_mat2_both" />
32011<Test name="mat3_vertex" />
32012<Test name="mat3_fragment" />
32013<Test name="mat3_both" />
32014<Test name="row_major_mat3_vertex" />
32015<Test name="row_major_mat3_fragment" />
32016<Test name="row_major_mat3_both" />
32017<Test name="column_major_mat3_vertex" />
32018<Test name="column_major_mat3_fragment" />
32019<Test name="column_major_mat3_both" />
32020<Test name="mat4_vertex" />
32021<Test name="mat4_fragment" />
32022<Test name="mat4_both" />
32023<Test name="row_major_mat4_vertex" />
32024<Test name="row_major_mat4_fragment" />
32025<Test name="row_major_mat4_both" />
32026<Test name="column_major_mat4_vertex" />
32027<Test name="column_major_mat4_fragment" />
32028<Test name="column_major_mat4_both" />
32029<Test name="mat2x3_vertex" />
32030<Test name="mat2x3_fragment" />
32031<Test name="mat2x3_both" />
32032<Test name="row_major_mat2x3_vertex" />
32033<Test name="row_major_mat2x3_fragment" />
32034<Test name="row_major_mat2x3_both" />
32035<Test name="column_major_mat2x3_vertex" />
32036<Test name="column_major_mat2x3_fragment" />
32037<Test name="column_major_mat2x3_both" />
32038<Test name="mat2x4_vertex" />
32039<Test name="mat2x4_fragment" />
32040<Test name="mat2x4_both" />
32041<Test name="row_major_mat2x4_vertex" />
32042<Test name="row_major_mat2x4_fragment" />
32043<Test name="row_major_mat2x4_both" />
32044<Test name="column_major_mat2x4_vertex" />
32045<Test name="column_major_mat2x4_fragment" />
32046<Test name="column_major_mat2x4_both" />
32047<Test name="mat3x2_vertex" />
32048<Test name="mat3x2_fragment" />
32049<Test name="mat3x2_both" />
32050<Test name="row_major_mat3x2_vertex" />
32051<Test name="row_major_mat3x2_fragment" />
32052<Test name="row_major_mat3x2_both" />
32053<Test name="column_major_mat3x2_vertex" />
32054<Test name="column_major_mat3x2_fragment" />
32055<Test name="column_major_mat3x2_both" />
32056<Test name="mat3x4_vertex" />
32057<Test name="mat3x4_fragment" />
32058<Test name="mat3x4_both" />
32059<Test name="row_major_mat3x4_vertex" />
32060<Test name="row_major_mat3x4_fragment" />
32061<Test name="row_major_mat3x4_both" />
32062<Test name="column_major_mat3x4_vertex" />
32063<Test name="column_major_mat3x4_fragment" />
32064<Test name="column_major_mat3x4_both" />
32065<Test name="mat4x2_vertex" />
32066<Test name="mat4x2_fragment" />
32067<Test name="mat4x2_both" />
32068<Test name="row_major_mat4x2_vertex" />
32069<Test name="row_major_mat4x2_fragment" />
32070<Test name="row_major_mat4x2_both" />
32071<Test name="column_major_mat4x2_vertex" />
32072<Test name="column_major_mat4x2_fragment" />
32073<Test name="column_major_mat4x2_both" />
32074<Test name="mat4x3_vertex" />
32075<Test name="mat4x3_fragment" />
32076<Test name="mat4x3_both" />
32077<Test name="row_major_mat4x3_vertex" />
32078<Test name="row_major_mat4x3_fragment" />
32079<Test name="row_major_mat4x3_both" />
32080<Test name="column_major_mat4x3_vertex" />
32081<Test name="column_major_mat4x3_fragment" />
32082<Test name="column_major_mat4x3_both" />
32083</TestCase>
32084<TestCase name="packed">
32085<Test name="float_vertex" />
32086<Test name="float_fragment" />
32087<Test name="vec2_vertex" />
32088<Test name="vec2_fragment" />
32089<Test name="vec3_vertex" />
32090<Test name="vec3_fragment" />
32091<Test name="vec4_vertex" />
32092<Test name="vec4_fragment" />
32093<Test name="int_vertex" />
32094<Test name="int_fragment" />
32095<Test name="ivec2_vertex" />
32096<Test name="ivec2_fragment" />
32097<Test name="ivec3_vertex" />
32098<Test name="ivec3_fragment" />
32099<Test name="ivec4_vertex" />
32100<Test name="ivec4_fragment" />
32101<Test name="uvec2_vertex" />
32102<Test name="uvec2_fragment" />
32103<Test name="uvec3_vertex" />
32104<Test name="uvec3_fragment" />
32105<Test name="uvec4_vertex" />
32106<Test name="uvec4_fragment" />
32107<Test name="bool_vertex" />
32108<Test name="bool_fragment" />
32109<Test name="bvec2_vertex" />
32110<Test name="bvec2_fragment" />
32111<Test name="bvec3_vertex" />
32112<Test name="bvec3_fragment" />
32113<Test name="bvec4_vertex" />
32114<Test name="bvec4_fragment" />
32115<Test name="mat2_vertex" />
32116<Test name="mat2_fragment" />
32117<Test name="row_major_mat2_vertex" />
32118<Test name="row_major_mat2_fragment" />
32119<Test name="column_major_mat2_vertex" />
32120<Test name="column_major_mat2_fragment" />
32121<Test name="mat3_vertex" />
32122<Test name="mat3_fragment" />
32123<Test name="row_major_mat3_vertex" />
32124<Test name="row_major_mat3_fragment" />
32125<Test name="column_major_mat3_vertex" />
32126<Test name="column_major_mat3_fragment" />
32127<Test name="mat4_vertex" />
32128<Test name="mat4_fragment" />
32129<Test name="row_major_mat4_vertex" />
32130<Test name="row_major_mat4_fragment" />
32131<Test name="column_major_mat4_vertex" />
32132<Test name="column_major_mat4_fragment" />
32133<Test name="mat2x3_vertex" />
32134<Test name="mat2x3_fragment" />
32135<Test name="row_major_mat2x3_vertex" />
32136<Test name="row_major_mat2x3_fragment" />
32137<Test name="column_major_mat2x3_vertex" />
32138<Test name="column_major_mat2x3_fragment" />
32139<Test name="mat2x4_vertex" />
32140<Test name="mat2x4_fragment" />
32141<Test name="row_major_mat2x4_vertex" />
32142<Test name="row_major_mat2x4_fragment" />
32143<Test name="column_major_mat2x4_vertex" />
32144<Test name="column_major_mat2x4_fragment" />
32145<Test name="mat3x2_vertex" />
32146<Test name="mat3x2_fragment" />
32147<Test name="row_major_mat3x2_vertex" />
32148<Test name="row_major_mat3x2_fragment" />
32149<Test name="column_major_mat3x2_vertex" />
32150<Test name="column_major_mat3x2_fragment" />
32151<Test name="mat3x4_vertex" />
32152<Test name="mat3x4_fragment" />
32153<Test name="row_major_mat3x4_vertex" />
32154<Test name="row_major_mat3x4_fragment" />
32155<Test name="column_major_mat3x4_vertex" />
32156<Test name="column_major_mat3x4_fragment" />
32157<Test name="mat4x2_vertex" />
32158<Test name="mat4x2_fragment" />
32159<Test name="row_major_mat4x2_vertex" />
32160<Test name="row_major_mat4x2_fragment" />
32161<Test name="column_major_mat4x2_vertex" />
32162<Test name="column_major_mat4x2_fragment" />
32163<Test name="mat4x3_vertex" />
32164<Test name="mat4x3_fragment" />
32165<Test name="row_major_mat4x3_vertex" />
32166<Test name="row_major_mat4x3_fragment" />
32167<Test name="column_major_mat4x3_vertex" />
32168<Test name="column_major_mat4x3_fragment" />
32169</TestCase>
32170<TestCase name="std140">
32171<Test name="float_vertex" />
32172<Test name="float_fragment" />
32173<Test name="float_both" />
32174<Test name="vec2_vertex" />
32175<Test name="vec2_fragment" />
32176<Test name="vec2_both" />
32177<Test name="vec3_vertex" />
32178<Test name="vec3_fragment" />
32179<Test name="vec3_both" />
32180<Test name="vec4_vertex" />
32181<Test name="vec4_fragment" />
32182<Test name="vec4_both" />
32183<Test name="int_vertex" />
32184<Test name="int_fragment" />
32185<Test name="int_both" />
32186<Test name="ivec2_vertex" />
32187<Test name="ivec2_fragment" />
32188<Test name="ivec2_both" />
32189<Test name="ivec3_vertex" />
32190<Test name="ivec3_fragment" />
32191<Test name="ivec3_both" />
32192<Test name="ivec4_vertex" />
32193<Test name="ivec4_fragment" />
32194<Test name="ivec4_both" />
32195<Test name="uvec2_vertex" />
32196<Test name="uvec2_fragment" />
32197<Test name="uvec2_both" />
32198<Test name="uvec3_vertex" />
32199<Test name="uvec3_fragment" />
32200<Test name="uvec3_both" />
32201<Test name="uvec4_vertex" />
32202<Test name="uvec4_fragment" />
32203<Test name="uvec4_both" />
32204<Test name="bool_vertex" />
32205<Test name="bool_fragment" />
32206<Test name="bool_both" />
32207<Test name="bvec2_vertex" />
32208<Test name="bvec2_fragment" />
32209<Test name="bvec2_both" />
32210<Test name="bvec3_vertex" />
32211<Test name="bvec3_fragment" />
32212<Test name="bvec3_both" />
32213<Test name="bvec4_vertex" />
32214<Test name="bvec4_fragment" />
32215<Test name="bvec4_both" />
32216<Test name="mat2_vertex" />
32217<Test name="mat2_fragment" />
32218<Test name="mat2_both" />
32219<Test name="row_major_mat2_vertex" />
32220<Test name="row_major_mat2_fragment" />
32221<Test name="row_major_mat2_both" />
32222<Test name="column_major_mat2_vertex" />
32223<Test name="column_major_mat2_fragment" />
32224<Test name="column_major_mat2_both" />
32225<Test name="mat3_vertex" />
32226<Test name="mat3_fragment" />
32227<Test name="mat3_both" />
32228<Test name="row_major_mat3_vertex" />
32229<Test name="row_major_mat3_fragment" />
32230<Test name="row_major_mat3_both" />
32231<Test name="column_major_mat3_vertex" />
32232<Test name="column_major_mat3_fragment" />
32233<Test name="column_major_mat3_both" />
32234<Test name="mat4_vertex" />
32235<Test name="mat4_fragment" />
32236<Test name="mat4_both" />
32237<Test name="row_major_mat4_vertex" />
32238<Test name="row_major_mat4_fragment" />
32239<Test name="row_major_mat4_both" />
32240<Test name="column_major_mat4_vertex" />
32241<Test name="column_major_mat4_fragment" />
32242<Test name="column_major_mat4_both" />
32243<Test name="mat2x3_vertex" />
32244<Test name="mat2x3_fragment" />
32245<Test name="mat2x3_both" />
32246<Test name="row_major_mat2x3_vertex" />
32247<Test name="row_major_mat2x3_fragment" />
32248<Test name="row_major_mat2x3_both" />
32249<Test name="column_major_mat2x3_vertex" />
32250<Test name="column_major_mat2x3_fragment" />
32251<Test name="column_major_mat2x3_both" />
32252<Test name="mat2x4_vertex" />
32253<Test name="mat2x4_fragment" />
32254<Test name="mat2x4_both" />
32255<Test name="row_major_mat2x4_vertex" />
32256<Test name="row_major_mat2x4_fragment" />
32257<Test name="row_major_mat2x4_both" />
32258<Test name="column_major_mat2x4_vertex" />
32259<Test name="column_major_mat2x4_fragment" />
32260<Test name="column_major_mat2x4_both" />
32261<Test name="mat3x2_vertex" />
32262<Test name="mat3x2_fragment" />
32263<Test name="mat3x2_both" />
32264<Test name="row_major_mat3x2_vertex" />
32265<Test name="row_major_mat3x2_fragment" />
32266<Test name="row_major_mat3x2_both" />
32267<Test name="column_major_mat3x2_vertex" />
32268<Test name="column_major_mat3x2_fragment" />
32269<Test name="column_major_mat3x2_both" />
32270<Test name="mat3x4_vertex" />
32271<Test name="mat3x4_fragment" />
32272<Test name="mat3x4_both" />
32273<Test name="row_major_mat3x4_vertex" />
32274<Test name="row_major_mat3x4_fragment" />
32275<Test name="row_major_mat3x4_both" />
32276<Test name="column_major_mat3x4_vertex" />
32277<Test name="column_major_mat3x4_fragment" />
32278<Test name="column_major_mat3x4_both" />
32279<Test name="mat4x2_vertex" />
32280<Test name="mat4x2_fragment" />
32281<Test name="mat4x2_both" />
32282<Test name="row_major_mat4x2_vertex" />
32283<Test name="row_major_mat4x2_fragment" />
32284<Test name="row_major_mat4x2_both" />
32285<Test name="column_major_mat4x2_vertex" />
32286<Test name="column_major_mat4x2_fragment" />
32287<Test name="column_major_mat4x2_both" />
32288<Test name="mat4x3_vertex" />
32289<Test name="mat4x3_fragment" />
32290<Test name="mat4x3_both" />
32291<Test name="row_major_mat4x3_vertex" />
32292<Test name="row_major_mat4x3_fragment" />
32293<Test name="row_major_mat4x3_both" />
32294<Test name="column_major_mat4x3_vertex" />
32295<Test name="column_major_mat4x3_fragment" />
32296<Test name="column_major_mat4x3_both" />
32297</TestCase>
32298</TestSuite>
32299<TestSuite name="multi_basic_types">
32300<TestCase name="per_block_buffer">
32301<Test name="packed_vertex" />
32302<Test name="packed_fragment" />
32303<Test name="packed_mixed" />
32304<Test name="packed_instance_array_vertex" />
32305<Test name="packed_instance_array_fragment" />
32306<Test name="packed_instance_array_mixed" />
32307<Test name="std140_vertex" />
32308<Test name="std140_fragment" />
32309<Test name="std140_both" />
32310<Test name="std140_mixed" />
32311<Test name="std140_instance_array_vertex" />
32312<Test name="std140_instance_array_fragment" />
32313<Test name="std140_instance_array_both" />
32314<Test name="std140_instance_array_mixed" />
32315</TestCase>
32316<TestCase name="single_buffer">
32317<Test name="packed_vertex" />
32318<Test name="packed_fragment" />
32319<Test name="packed_mixed" />
32320<Test name="packed_instance_array_vertex" />
32321<Test name="packed_instance_array_fragment" />
32322<Test name="packed_instance_array_mixed" />
32323<Test name="std140_vertex" />
32324<Test name="std140_fragment" />
32325<Test name="std140_both" />
32326<Test name="std140_mixed" />
32327<Test name="std140_instance_array_vertex" />
32328<Test name="std140_instance_array_fragment" />
32329<Test name="std140_instance_array_both" />
32330<Test name="std140_instance_array_mixed" />
32331</TestCase>
32332</TestSuite>
32333<TestSuite name="multi_nested_struct">
32334<TestCase name="per_block_buffer">
32335<Test name="packed_vertex" />
32336<Test name="packed_instance_array_vertex" />
32337</TestCase>
32338<TestCase name="single_buffer">
32339<Test name="packed_vertex" />
32340<Test name="packed_instance_array_vertex" />
32341</TestCase>
32342</TestSuite>
32343<TestSuite name="random">
32344<TestCase name="scalar_types">
32345<Test name="0" />
32346<Test name="2" />
32347<Test name="3" />
32348<Test name="5" />
32349<Test name="6" />
32350<Test name="7" />
32351<Test name="8" />
32352<Test name="9" />
32353<Test name="10" />
32354<Test name="11" />
32355<Test name="12" />
32356<Test name="13" />
32357<Test name="16" />
32358<Test name="18" />
32359<Test name="19" />
32360<Test name="22" />
32361</TestCase>
32362<TestCase name="vector_types">
32363<Test name="1" />
32364<Test name="2" />
32365<Test name="4" />
32366<Test name="5" />
32367<Test name="6" />
32368<Test name="9" />
32369<Test name="11" />
32370<Test name="12" />
32371<Test name="13" />
32372<Test name="15" />
32373<Test name="16" />
32374<Test name="17" />
32375<Test name="18" />
32376<Test name="19" />
32377<Test name="20" />
32378<Test name="21" />
32379<Test name="22" />
32380<Test name="24" />
32381</TestCase>
32382<TestCase name="basic_types">
32383<Test name="0" />
32384<Test name="3" />
32385<Test name="4" />
32386<Test name="5" />
32387<Test name="7" />
32388<Test name="10" />
32389<Test name="11" />
32390<Test name="12" />
32391<Test name="14" />
32392<Test name="15" />
32393<Test name="16" />
32394<Test name="17" />
32395<Test name="18" />
32396<Test name="19" />
32397<Test name="20" />
32398<Test name="21" />
32399<Test name="22" />
32400<Test name="24" />
32401</TestCase>
32402<TestCase name="basic_arrays">
32403<Test name="0" />
32404<Test name="4" />
32405<Test name="6" />
32406<Test name="7" />
32407<Test name="8" />
32408<Test name="10" />
32409<Test name="16" />
32410<Test name="17" />
32411<Test name="20" />
32412<Test name="22" />
32413<Test name="23" />
32414<Test name="24" />
32415</TestCase>
32416<TestCase name="basic_instance_arrays">
32417<Test name="3" />
32418<Test name="7" />
32419<Test name="9" />
32420<Test name="10" />
32421<Test name="12" />
32422<Test name="13" />
32423<Test name="16" />
32424<Test name="21" />
32425<Test name="23" />
32426</TestCase>
32427<TestCase name="nested_structs">
32428<Test name="1" />
32429<Test name="5" />
32430<Test name="6" />
32431<Test name="10" />
32432<Test name="13" />
32433<Test name="14" />
32434<Test name="17" />
32435<Test name="18" />
32436<Test name="24" />
32437</TestCase>
32438<TestCase name="nested_structs_arrays">
32439<Test name="0" />
32440<Test name="4" />
32441<Test name="5" />
32442<Test name="10" />
32443<Test name="16" />
32444<Test name="18" />
32445<Test name="24" />
32446</TestCase>
32447<TestCase name="nested_structs_instance_arrays">
32448<Test name="1" />
32449<Test name="2" />
32450<Test name="7" />
32451<Test name="9" />
32452<Test name="11" />
32453<Test name="13" />
32454<Test name="16" />
32455<Test name="17" />
32456<Test name="19" />
32457<Test name="20" />
32458<Test name="23" />
32459</TestCase>
32460<TestCase name="nested_structs_arrays_instance_arrays">
32461<Test name="0" />
32462<Test name="1" />
32463<Test name="9" />
32464<Test name="12" />
32465<Test name="15" />
32466<Test name="18" />
32467<Test name="23" />
32468<Test name="24" />
32469</TestCase>
32470<TestCase name="all_per_block_buffers">
32471<Test name="4" />
32472<Test name="5" />
32473<Test name="7" />
32474<Test name="10" />
32475<Test name="12" />
32476<Test name="18" />
32477<Test name="19" />
32478<Test name="20" />
32479<Test name="21" />
32480<Test name="23" />
32481<Test name="29" />
32482<Test name="30" />
32483<Test name="32" />
32484<Test name="34" />
32485<Test name="39" />
32486<Test name="42" />
32487<Test name="45" />
32488<Test name="48" />
32489<Test name="49" />
32490</TestCase>
32491<TestCase name="all_shared_buffer">
32492<Test name="5" />
32493<Test name="7" />
32494<Test name="12" />
32495<Test name="14" />
32496<Test name="15" />
32497<Test name="24" />
32498<Test name="26" />
32499<Test name="29" />
32500<Test name="30" />
32501<Test name="34" />
32502<Test name="36" />
32503<Test name="38" />
32504<Test name="39" />
32505<Test name="42" />
32506<Test name="44" />
32507<Test name="46" />
32508<Test name="47" />
32509</TestCase>
32510</TestSuite>
32511</TestSuite>
32512<TestSuite name="uniform_api">
32513<TestSuite name="info_query">
32514<TestSuite name="active_uniform">
32515<TestCase name="basic">
32516<Test name="float_vertex" />
32517<Test name="float_fragment" />
32518<Test name="float_both" />
32519<Test name="vec2_vertex" />
32520<Test name="vec2_fragment" />
32521<Test name="vec2_both" />
32522<Test name="vec3_vertex" />
32523<Test name="vec3_fragment" />
32524<Test name="vec3_both" />
32525<Test name="vec4_vertex" />
32526<Test name="vec4_fragment" />
32527<Test name="vec4_both" />
32528<Test name="mat2_vertex" />
32529<Test name="mat2_fragment" />
32530<Test name="mat2_both" />
32531<Test name="mat2x3_vertex" />
32532<Test name="mat2x3_fragment" />
32533<Test name="mat2x3_both" />
32534<Test name="mat2x4_vertex" />
32535<Test name="mat2x4_fragment" />
32536<Test name="mat2x4_both" />
32537<Test name="mat3x2_vertex" />
32538<Test name="mat3x2_fragment" />
32539<Test name="mat3x2_both" />
32540<Test name="mat3_vertex" />
32541<Test name="mat3_fragment" />
32542<Test name="mat3_both" />
32543<Test name="mat3x4_vertex" />
32544<Test name="mat3x4_fragment" />
32545<Test name="mat3x4_both" />
32546<Test name="mat4x2_vertex" />
32547<Test name="mat4x2_fragment" />
32548<Test name="mat4x2_both" />
32549<Test name="mat4x3_vertex" />
32550<Test name="mat4x3_fragment" />
32551<Test name="mat4x3_both" />
32552<Test name="mat4_vertex" />
32553<Test name="mat4_fragment" />
32554<Test name="mat4_both" />
32555<Test name="int_vertex" />
32556<Test name="int_fragment" />
32557<Test name="int_both" />
32558<Test name="ivec2_vertex" />
32559<Test name="ivec2_fragment" />
32560<Test name="ivec2_both" />
32561<Test name="ivec3_vertex" />
32562<Test name="ivec3_fragment" />
32563<Test name="ivec3_both" />
32564<Test name="ivec4_vertex" />
32565<Test name="ivec4_fragment" />
32566<Test name="ivec4_both" />
32567<Test name="uint_vertex" />
32568<Test name="uint_both" />
32569<Test name="uvec2_vertex" />
32570<Test name="uvec2_fragment" />
32571<Test name="uvec2_both" />
32572<Test name="uvec3_vertex" />
32573<Test name="uvec3_fragment" />
32574<Test name="uvec3_both" />
32575<Test name="uvec4_vertex" />
32576<Test name="uvec4_fragment" />
32577<Test name="uvec4_both" />
32578<Test name="bool_vertex" />
32579<Test name="bool_fragment" />
32580<Test name="bool_both" />
32581<Test name="bvec2_vertex" />
32582<Test name="bvec2_fragment" />
32583<Test name="bvec2_both" />
32584<Test name="bvec3_vertex" />
32585<Test name="bvec3_fragment" />
32586<Test name="bvec3_both" />
32587<Test name="bvec4_vertex" />
32588<Test name="bvec4_fragment" />
32589<Test name="bvec4_both" />
32590<Test name="sampler2D_vertex" />
32591<Test name="sampler2D_fragment" />
32592<Test name="samplerCube_vertex" />
32593<Test name="samplerCube_fragment" />
32594</TestCase>
32595<TestCase name="basic_array">
32596<Test name="float_vertex" />
32597<Test name="float_fragment" />
32598<Test name="float_both" />
32599<Test name="vec4_vertex" />
32600<Test name="vec4_fragment" />
32601<Test name="vec4_both" />
32602<Test name="mat4_vertex" />
32603<Test name="mat4_fragment" />
32604<Test name="mat4_both" />
32605<Test name="int_vertex" />
32606<Test name="int_fragment" />
32607<Test name="int_both" />
32608<Test name="ivec4_vertex" />
32609<Test name="ivec4_fragment" />
32610<Test name="ivec4_both" />
32611<Test name="uint_vertex" />
32612<Test name="uint_both" />
32613<Test name="uvec4_vertex" />
32614<Test name="uvec4_fragment" />
32615<Test name="uvec4_both" />
32616<Test name="bool_vertex" />
32617<Test name="bool_fragment" />
32618<Test name="bool_both" />
32619<Test name="bvec4_vertex" />
32620<Test name="bvec4_fragment" />
32621<Test name="bvec4_both" />
32622</TestCase>
32623<TestCase name="basic_struct">
32624<Test name="float_vec4_vertex" />
32625<Test name="float_vec4_fragment" />
32626<Test name="float_vec4_both" />
32627<Test name="mat4_mat2_vertex" />
32628<Test name="mat4_mat2_fragment" />
32629<Test name="mat4_mat2_both" />
32630<Test name="int_ivec4_vertex" />
32631<Test name="int_ivec4_fragment" />
32632<Test name="int_ivec4_both" />
32633<Test name="uint_uvec4_vertex" />
32634<Test name="uint_uvec4_fragment" />
32635<Test name="uint_uvec4_both" />
32636<Test name="bool_bvec4_vertex" />
32637<Test name="bool_bvec4_fragment" />
32638<Test name="bool_bvec4_both" />
32639<Test name="sampler2D_samplerCube_vertex" />
32640<Test name="sampler2D_samplerCube_fragment" />
32641</TestCase>
32642<TestCase name="struct_in_array">
32643<Test name="float_vec4_vertex" />
32644<Test name="float_vec4_fragment" />
32645<Test name="float_vec4_both" />
32646<Test name="mat4_mat2_vertex" />
32647<Test name="mat4_mat2_fragment" />
32648<Test name="mat4_mat2_both" />
32649<Test name="int_ivec4_vertex" />
32650<Test name="int_ivec4_fragment" />
32651<Test name="int_ivec4_both" />
32652<Test name="uint_uvec4_vertex" />
32653<Test name="uint_uvec4_fragment" />
32654<Test name="bool_bvec4_vertex" />
32655<Test name="bool_bvec4_fragment" />
32656<Test name="bool_bvec4_both" />
32657<Test name="sampler2D_samplerCube_vertex" />
32658<Test name="sampler2D_samplerCube_fragment" />
32659</TestCase>
32660<TestCase name="array_in_struct">
32661<Test name="float_vec4_vertex" />
32662<Test name="float_vec4_fragment" />
32663<Test name="float_vec4_both" />
32664<Test name="mat4_mat2_vertex" />
32665<Test name="mat4_mat2_fragment" />
32666<Test name="mat4_mat2_both" />
32667<Test name="int_ivec4_vertex" />
32668<Test name="int_ivec4_fragment" />
32669<Test name="int_ivec4_both" />
32670<Test name="uint_uvec4_vertex" />
32671<Test name="uint_uvec4_fragment" />
32672<Test name="bool_bvec4_vertex" />
32673<Test name="bool_bvec4_fragment" />
32674<Test name="bool_bvec4_both" />
32675</TestCase>
32676<TestCase name="nested_structs_arrays">
32677<Test name="float_vec4_vertex" />
32678<Test name="float_vec4_fragment" />
32679<Test name="float_vec4_both" />
32680<Test name="mat4_mat2_vertex" />
32681<Test name="mat4_mat2_fragment" />
32682<Test name="mat4_mat2_both" />
32683<Test name="int_ivec4_vertex" />
32684<Test name="int_ivec4_fragment" />
32685<Test name="int_ivec4_both" />
32686<Test name="uint_uvec4_vertex" />
32687<Test name="uint_uvec4_fragment" />
32688<Test name="bool_bvec4_vertex" />
32689<Test name="bool_bvec4_fragment" />
32690<Test name="bool_bvec4_both" />
32691</TestCase>
32692<TestCase name="multiple_basic">
32693<Test name="vertex" />
32694<Test name="fragment" />
32695<Test name="both" />
32696</TestCase>
32697<TestCase name="multiple_basic_array">
32698<Test name="vertex" />
32699<Test name="fragment" />
32700<Test name="both" />
32701</TestCase>
32702<TestCase name="multiple_nested_structs_arrays">
32703<Test name="vertex" />
32704<Test name="fragment" />
32705<Test name="both" />
32706</TestCase>
32707<TestCase name="unused_uniforms">
32708<Test name="float_vec4_vertex" />
32709<Test name="float_vec4_fragment" />
32710<Test name="float_vec4_both" />
32711<Test name="mat4_mat2_vertex" />
32712<Test name="mat4_mat2_fragment" />
32713<Test name="mat4_mat2_both" />
32714<Test name="int_ivec4_vertex" />
32715<Test name="int_ivec4_fragment" />
32716<Test name="int_ivec4_both" />
32717<Test name="uint_uvec4_vertex" />
32718<Test name="uint_uvec4_fragment" />
32719<Test name="uint_uvec4_both" />
32720<Test name="bool_bvec4_vertex" />
32721<Test name="bool_bvec4_fragment" />
32722<Test name="bool_bvec4_both" />
32723</TestCase>
32724</TestSuite>
32725<TestSuite name="indices_active_uniformsiv">
32726<TestCase name="basic">
32727<Test name="float_vertex" />
32728<Test name="float_fragment" />
32729<Test name="float_both" />
32730<Test name="vec2_vertex" />
32731<Test name="vec2_fragment" />
32732<Test name="vec2_both" />
32733<Test name="vec3_vertex" />
32734<Test name="vec3_fragment" />
32735<Test name="vec3_both" />
32736<Test name="vec4_vertex" />
32737<Test name="vec4_fragment" />
32738<Test name="vec4_both" />
32739<Test name="mat2_vertex" />
32740<Test name="mat2_fragment" />
32741<Test name="mat2_both" />
32742<Test name="mat2x3_vertex" />
32743<Test name="mat2x3_fragment" />
32744<Test name="mat2x3_both" />
32745<Test name="mat2x4_vertex" />
32746<Test name="mat2x4_fragment" />
32747<Test name="mat2x4_both" />
32748<Test name="mat3x2_vertex" />
32749<Test name="mat3x2_fragment" />
32750<Test name="mat3x2_both" />
32751<Test name="mat3_vertex" />
32752<Test name="mat3_fragment" />
32753<Test name="mat3_both" />
32754<Test name="mat3x4_vertex" />
32755<Test name="mat3x4_fragment" />
32756<Test name="mat3x4_both" />
32757<Test name="mat4x2_vertex" />
32758<Test name="mat4x2_fragment" />
32759<Test name="mat4x2_both" />
32760<Test name="mat4x3_vertex" />
32761<Test name="mat4x3_fragment" />
32762<Test name="mat4x3_both" />
32763<Test name="mat4_vertex" />
32764<Test name="mat4_fragment" />
32765<Test name="mat4_both" />
32766<Test name="int_vertex" />
32767<Test name="int_fragment" />
32768<Test name="int_both" />
32769<Test name="ivec2_vertex" />
32770<Test name="ivec2_fragment" />
32771<Test name="ivec2_both" />
32772<Test name="ivec3_vertex" />
32773<Test name="ivec3_fragment" />
32774<Test name="ivec3_both" />
32775<Test name="ivec4_vertex" />
32776<Test name="ivec4_fragment" />
32777<Test name="ivec4_both" />
32778<Test name="uint_vertex" />
32779<Test name="uint_both" />
32780<Test name="uvec2_vertex" />
32781<Test name="uvec2_fragment" />
32782<Test name="uvec2_both" />
32783<Test name="uvec3_vertex" />
32784<Test name="uvec3_fragment" />
32785<Test name="uvec3_both" />
32786<Test name="uvec4_vertex" />
32787<Test name="uvec4_fragment" />
32788<Test name="uvec4_both" />
32789<Test name="bool_vertex" />
32790<Test name="bool_fragment" />
32791<Test name="bool_both" />
32792<Test name="bvec2_vertex" />
32793<Test name="bvec2_fragment" />
32794<Test name="bvec2_both" />
32795<Test name="bvec3_vertex" />
32796<Test name="bvec3_fragment" />
32797<Test name="bvec3_both" />
32798<Test name="bvec4_vertex" />
32799<Test name="bvec4_fragment" />
32800<Test name="bvec4_both" />
32801<Test name="sampler2D_vertex" />
32802<Test name="sampler2D_fragment" />
32803<Test name="sampler2D_both" />
32804<Test name="samplerCube_vertex" />
32805<Test name="samplerCube_fragment" />
32806<Test name="samplerCube_both" />
32807</TestCase>
32808<TestCase name="basic_array">
32809<Test name="float_vertex" />
32810<Test name="float_fragment" />
32811<Test name="float_both" />
32812<Test name="vec4_vertex" />
32813<Test name="vec4_fragment" />
32814<Test name="vec4_both" />
32815<Test name="mat4_vertex" />
32816<Test name="mat4_fragment" />
32817<Test name="mat4_both" />
32818<Test name="int_vertex" />
32819<Test name="int_fragment" />
32820<Test name="int_both" />
32821<Test name="ivec4_vertex" />
32822<Test name="ivec4_fragment" />
32823<Test name="ivec4_both" />
32824<Test name="uint_vertex" />
32825<Test name="uint_both" />
32826<Test name="uvec4_vertex" />
32827<Test name="uvec4_fragment" />
32828<Test name="uvec4_both" />
32829<Test name="bool_vertex" />
32830<Test name="bool_fragment" />
32831<Test name="bool_both" />
32832<Test name="bvec4_vertex" />
32833<Test name="bvec4_fragment" />
32834<Test name="bvec4_both" />
32835<Test name="sampler2D_vertex" />
32836<Test name="sampler2D_fragment" />
32837<Test name="sampler2D_both" />
32838</TestCase>
32839<TestCase name="basic_array_first_elem_without_brackets">
32840<Test name="float_vertex" />
32841<Test name="float_fragment" />
32842<Test name="float_both" />
32843<Test name="vec4_vertex" />
32844<Test name="vec4_fragment" />
32845<Test name="vec4_both" />
32846<Test name="mat4_vertex" />
32847<Test name="mat4_fragment" />
32848<Test name="mat4_both" />
32849<Test name="int_vertex" />
32850<Test name="int_fragment" />
32851<Test name="int_both" />
32852<Test name="ivec4_vertex" />
32853<Test name="ivec4_fragment" />
32854<Test name="ivec4_both" />
32855<Test name="uint_vertex" />
32856<Test name="uint_both" />
32857<Test name="uvec4_vertex" />
32858<Test name="uvec4_fragment" />
32859<Test name="uvec4_both" />
32860<Test name="bool_vertex" />
32861<Test name="bool_fragment" />
32862<Test name="bool_both" />
32863<Test name="bvec4_vertex" />
32864<Test name="bvec4_fragment" />
32865<Test name="bvec4_both" />
32866<Test name="sampler2D_vertex" />
32867<Test name="sampler2D_fragment" />
32868<Test name="sampler2D_both" />
32869</TestCase>
32870<TestCase name="basic_struct">
32871<Test name="float_vec4_vertex" />
32872<Test name="float_vec4_fragment" />
32873<Test name="float_vec4_both" />
32874<Test name="mat4_mat2_vertex" />
32875<Test name="mat4_mat2_fragment" />
32876<Test name="mat4_mat2_both" />
32877<Test name="int_ivec4_vertex" />
32878<Test name="int_ivec4_fragment" />
32879<Test name="int_ivec4_both" />
32880<Test name="uint_uvec4_vertex" />
32881<Test name="uint_uvec4_fragment" />
32882<Test name="uint_uvec4_both" />
32883<Test name="bool_bvec4_vertex" />
32884<Test name="bool_bvec4_fragment" />
32885<Test name="bool_bvec4_both" />
32886<Test name="sampler2D_samplerCube_vertex" />
32887<Test name="sampler2D_samplerCube_fragment" />
32888<Test name="sampler2D_samplerCube_both" />
32889</TestCase>
32890<TestCase name="struct_in_array">
32891<Test name="float_vec4_vertex" />
32892<Test name="float_vec4_fragment" />
32893<Test name="float_vec4_both" />
32894<Test name="mat4_mat2_vertex" />
32895<Test name="mat4_mat2_fragment" />
32896<Test name="mat4_mat2_both" />
32897<Test name="int_ivec4_vertex" />
32898<Test name="int_ivec4_fragment" />
32899<Test name="int_ivec4_both" />
32900<Test name="uint_uvec4_vertex" />
32901<Test name="uint_uvec4_fragment" />
32902<Test name="bool_bvec4_vertex" />
32903<Test name="bool_bvec4_fragment" />
32904<Test name="bool_bvec4_both" />
32905<Test name="sampler2D_samplerCube_vertex" />
32906<Test name="sampler2D_samplerCube_fragment" />
32907<Test name="sampler2D_samplerCube_both" />
32908</TestCase>
32909<TestCase name="array_in_struct">
32910<Test name="float_vec4_vertex" />
32911<Test name="float_vec4_fragment" />
32912<Test name="float_vec4_both" />
32913<Test name="mat4_mat2_vertex" />
32914<Test name="mat4_mat2_fragment" />
32915<Test name="mat4_mat2_both" />
32916<Test name="int_ivec4_vertex" />
32917<Test name="int_ivec4_fragment" />
32918<Test name="int_ivec4_both" />
32919<Test name="uint_uvec4_vertex" />
32920<Test name="uint_uvec4_fragment" />
32921<Test name="bool_bvec4_vertex" />
32922<Test name="bool_bvec4_fragment" />
32923<Test name="bool_bvec4_both" />
32924<Test name="sampler2D_samplerCube_vertex" />
32925<Test name="sampler2D_samplerCube_fragment" />
32926<Test name="sampler2D_samplerCube_both" />
32927</TestCase>
32928<TestCase name="nested_structs_arrays">
32929<Test name="float_vec4_vertex" />
32930<Test name="float_vec4_fragment" />
32931<Test name="float_vec4_both" />
32932<Test name="mat4_mat2_vertex" />
32933<Test name="mat4_mat2_fragment" />
32934<Test name="mat4_mat2_both" />
32935<Test name="int_ivec4_vertex" />
32936<Test name="int_ivec4_fragment" />
32937<Test name="int_ivec4_both" />
32938<Test name="uint_uvec4_vertex" />
32939<Test name="uint_uvec4_fragment" />
32940<Test name="bool_bvec4_vertex" />
32941<Test name="bool_bvec4_fragment" />
32942<Test name="bool_bvec4_both" />
32943<Test name="sampler2D_samplerCube_vertex" />
32944<Test name="sampler2D_samplerCube_fragment" />
32945<Test name="sampler2D_samplerCube_both" />
32946</TestCase>
32947<TestCase name="multiple_basic">
32948<Test name="vertex" />
32949<Test name="fragment" />
32950<Test name="both" />
32951</TestCase>
32952<TestCase name="multiple_basic_array">
32953<Test name="vertex" />
32954<Test name="fragment" />
32955<Test name="both" />
32956</TestCase>
32957<TestCase name="multiple_nested_structs_arrays">
32958<Test name="vertex" />
32959<Test name="fragment" />
32960<Test name="both" />
32961</TestCase>
32962<TestCase name="unused_uniforms">
32963<Test name="float_vec4_vertex" />
32964<Test name="float_vec4_fragment" />
32965<Test name="float_vec4_both" />
32966<Test name="mat4_mat2_vertex" />
32967<Test name="mat4_mat2_fragment" />
32968<Test name="mat4_mat2_both" />
32969<Test name="int_ivec4_vertex" />
32970<Test name="int_ivec4_fragment" />
32971<Test name="int_ivec4_both" />
32972<Test name="uint_uvec4_vertex" />
32973<Test name="uint_uvec4_fragment" />
32974<Test name="uint_uvec4_both" />
32975<Test name="bool_bvec4_vertex" />
32976<Test name="bool_bvec4_fragment" />
32977<Test name="bool_bvec4_both" />
32978<Test name="sampler2D_samplerCube_vertex" />
32979<Test name="sampler2D_samplerCube_fragment" />
32980<Test name="sampler2D_samplerCube_both" />
32981</TestCase>
32982</TestSuite>
32983<TestSuite name="consistency">
32984<TestCase name="basic">
32985<Test name="float_vertex" />
32986<Test name="float_fragment" />
32987<Test name="float_both" />
32988<Test name="vec2_vertex" />
32989<Test name="vec2_fragment" />
32990<Test name="vec2_both" />
32991<Test name="vec3_vertex" />
32992<Test name="vec3_fragment" />
32993<Test name="vec3_both" />
32994<Test name="vec4_vertex" />
32995<Test name="vec4_fragment" />
32996<Test name="vec4_both" />
32997<Test name="mat2_vertex" />
32998<Test name="mat2_fragment" />
32999<Test name="mat2_both" />
33000<Test name="mat2x3_vertex" />
33001<Test name="mat2x3_fragment" />
33002<Test name="mat2x3_both" />
33003<Test name="mat2x4_vertex" />
33004<Test name="mat2x4_fragment" />
33005<Test name="mat2x4_both" />
33006<Test name="mat3x2_vertex" />
33007<Test name="mat3x2_fragment" />
33008<Test name="mat3x2_both" />
33009<Test name="mat3_vertex" />
33010<Test name="mat3_fragment" />
33011<Test name="mat3_both" />
33012<Test name="mat3x4_vertex" />
33013<Test name="mat3x4_fragment" />
33014<Test name="mat3x4_both" />
33015<Test name="mat4x2_vertex" />
33016<Test name="mat4x2_fragment" />
33017<Test name="mat4x2_both" />
33018<Test name="mat4x3_vertex" />
33019<Test name="mat4x3_fragment" />
33020<Test name="mat4x3_both" />
33021<Test name="mat4_vertex" />
33022<Test name="mat4_fragment" />
33023<Test name="mat4_both" />
33024<Test name="int_vertex" />
33025<Test name="int_fragment" />
33026<Test name="int_both" />
33027<Test name="ivec2_vertex" />
33028<Test name="ivec2_fragment" />
33029<Test name="ivec2_both" />
33030<Test name="ivec3_vertex" />
33031<Test name="ivec3_fragment" />
33032<Test name="ivec3_both" />
33033<Test name="ivec4_vertex" />
33034<Test name="ivec4_fragment" />
33035<Test name="ivec4_both" />
33036<Test name="uint_vertex" />
33037<Test name="uint_both" />
33038<Test name="uvec2_vertex" />
33039<Test name="uvec2_fragment" />
33040<Test name="uvec2_both" />
33041<Test name="uvec3_vertex" />
33042<Test name="uvec3_fragment" />
33043<Test name="uvec3_both" />
33044<Test name="uvec4_vertex" />
33045<Test name="uvec4_fragment" />
33046<Test name="uvec4_both" />
33047<Test name="bool_vertex" />
33048<Test name="bool_fragment" />
33049<Test name="bool_both" />
33050<Test name="bvec2_vertex" />
33051<Test name="bvec2_fragment" />
33052<Test name="bvec2_both" />
33053<Test name="bvec3_vertex" />
33054<Test name="bvec3_fragment" />
33055<Test name="bvec3_both" />
33056<Test name="bvec4_vertex" />
33057<Test name="bvec4_fragment" />
33058<Test name="bvec4_both" />
33059<Test name="sampler2D_vertex" />
33060<Test name="sampler2D_fragment" />
33061<Test name="samplerCube_vertex" />
33062<Test name="samplerCube_fragment" />
33063</TestCase>
33064<TestCase name="basic_array">
33065<Test name="float_vertex" />
33066<Test name="float_fragment" />
33067<Test name="float_both" />
33068<Test name="vec4_vertex" />
33069<Test name="vec4_fragment" />
33070<Test name="vec4_both" />
33071<Test name="mat4_vertex" />
33072<Test name="mat4_fragment" />
33073<Test name="mat4_both" />
33074<Test name="int_vertex" />
33075<Test name="int_fragment" />
33076<Test name="int_both" />
33077<Test name="ivec4_vertex" />
33078<Test name="ivec4_fragment" />
33079<Test name="ivec4_both" />
33080<Test name="uint_vertex" />
33081<Test name="uint_both" />
33082<Test name="uvec4_vertex" />
33083<Test name="uvec4_fragment" />
33084<Test name="uvec4_both" />
33085<Test name="bool_vertex" />
33086<Test name="bool_fragment" />
33087<Test name="bool_both" />
33088<Test name="bvec4_vertex" />
33089<Test name="bvec4_fragment" />
33090<Test name="bvec4_both" />
33091<Test name="sampler2D_vertex" />
33092<Test name="sampler2D_fragment" />
33093</TestCase>
33094<TestCase name="basic_struct">
33095<Test name="float_vec4_vertex" />
33096<Test name="float_vec4_fragment" />
33097<Test name="float_vec4_both" />
33098<Test name="mat4_mat2_vertex" />
33099<Test name="mat4_mat2_fragment" />
33100<Test name="mat4_mat2_both" />
33101<Test name="int_ivec4_vertex" />
33102<Test name="int_ivec4_fragment" />
33103<Test name="int_ivec4_both" />
33104<Test name="uint_uvec4_vertex" />
33105<Test name="uint_uvec4_fragment" />
33106<Test name="uint_uvec4_both" />
33107<Test name="bool_bvec4_vertex" />
33108<Test name="bool_bvec4_fragment" />
33109<Test name="bool_bvec4_both" />
33110<Test name="sampler2D_samplerCube_vertex" />
33111<Test name="sampler2D_samplerCube_fragment" />
33112</TestCase>
33113<TestCase name="struct_in_array">
33114<Test name="float_vec4_vertex" />
33115<Test name="float_vec4_fragment" />
33116<Test name="float_vec4_both" />
33117<Test name="mat4_mat2_vertex" />
33118<Test name="mat4_mat2_fragment" />
33119<Test name="mat4_mat2_both" />
33120<Test name="int_ivec4_vertex" />
33121<Test name="int_ivec4_fragment" />
33122<Test name="int_ivec4_both" />
33123<Test name="uint_uvec4_vertex" />
33124<Test name="uint_uvec4_fragment" />
33125<Test name="bool_bvec4_vertex" />
33126<Test name="bool_bvec4_fragment" />
33127<Test name="bool_bvec4_both" />
33128<Test name="sampler2D_samplerCube_vertex" />
33129<Test name="sampler2D_samplerCube_fragment" />
33130</TestCase>
33131<TestCase name="array_in_struct">
33132<Test name="float_vec4_vertex" />
33133<Test name="float_vec4_fragment" />
33134<Test name="float_vec4_both" />
33135<Test name="mat4_mat2_vertex" />
33136<Test name="mat4_mat2_fragment" />
33137<Test name="mat4_mat2_both" />
33138<Test name="int_ivec4_vertex" />
33139<Test name="int_ivec4_fragment" />
33140<Test name="int_ivec4_both" />
33141<Test name="uint_uvec4_vertex" />
33142<Test name="uint_uvec4_fragment" />
33143<Test name="bool_bvec4_vertex" />
33144<Test name="bool_bvec4_fragment" />
33145<Test name="bool_bvec4_both" />
33146<Test name="sampler2D_samplerCube_vertex" />
33147<Test name="sampler2D_samplerCube_fragment" />
33148</TestCase>
33149<TestCase name="nested_structs_arrays">
33150<Test name="float_vec4_vertex" />
33151<Test name="float_vec4_fragment" />
33152<Test name="float_vec4_both" />
33153<Test name="mat4_mat2_vertex" />
33154<Test name="mat4_mat2_fragment" />
33155<Test name="mat4_mat2_both" />
33156<Test name="int_ivec4_vertex" />
33157<Test name="int_ivec4_fragment" />
33158<Test name="int_ivec4_both" />
33159<Test name="uint_uvec4_vertex" />
33160<Test name="uint_uvec4_fragment" />
33161<Test name="bool_bvec4_vertex" />
33162<Test name="bool_bvec4_fragment" />
33163<Test name="bool_bvec4_both" />
33164<Test name="sampler2D_samplerCube_vertex" />
33165<Test name="sampler2D_samplerCube_fragment" />
33166</TestCase>
33167<TestCase name="multiple_basic">
33168<Test name="vertex" />
33169<Test name="fragment" />
33170<Test name="both" />
33171</TestCase>
33172<TestCase name="multiple_basic_array">
33173<Test name="vertex" />
33174<Test name="fragment" />
33175<Test name="both" />
33176</TestCase>
33177<TestCase name="multiple_nested_structs_arrays">
33178<Test name="vertex" />
33179<Test name="fragment" />
33180<Test name="both" />
33181</TestCase>
33182<TestCase name="unused_uniforms">
33183<Test name="float_vec4_vertex" />
33184<Test name="float_vec4_fragment" />
33185<Test name="float_vec4_both" />
33186<Test name="mat4_mat2_vertex" />
33187<Test name="mat4_mat2_fragment" />
33188<Test name="mat4_mat2_both" />
33189<Test name="int_ivec4_vertex" />
33190<Test name="int_ivec4_fragment" />
33191<Test name="int_ivec4_both" />
33192<Test name="uint_uvec4_vertex" />
33193<Test name="uint_uvec4_fragment" />
33194<Test name="uint_uvec4_both" />
33195<Test name="bool_bvec4_vertex" />
33196<Test name="bool_bvec4_fragment" />
33197<Test name="bool_bvec4_both" />
33198<Test name="sampler2D_samplerCube_vertex" />
33199<Test name="sampler2D_samplerCube_fragment" />
33200</TestCase>
33201</TestSuite>
33202</TestSuite>
33203<TestSuite name="value">
33204<TestSuite name="initial">
33205<TestSuite name="get_uniform">
33206<TestCase name="basic">
33207<Test name="float_vertex" />
33208<Test name="float_fragment" />
33209<Test name="float_both" />
33210<Test name="vec2_vertex" />
33211<Test name="vec2_fragment" />
33212<Test name="vec2_both" />
33213<Test name="vec3_vertex" />
33214<Test name="vec3_fragment" />
33215<Test name="vec3_both" />
33216<Test name="vec4_vertex" />
33217<Test name="vec4_fragment" />
33218<Test name="vec4_both" />
33219<Test name="mat2_vertex" />
33220<Test name="mat2_fragment" />
33221<Test name="mat2_both" />
33222<Test name="mat2x3_vertex" />
33223<Test name="mat2x3_fragment" />
33224<Test name="mat2x3_both" />
33225<Test name="mat2x4_vertex" />
33226<Test name="mat2x4_fragment" />
33227<Test name="mat2x4_both" />
33228<Test name="mat3x2_vertex" />
33229<Test name="mat3x2_fragment" />
33230<Test name="mat3x2_both" />
33231<Test name="mat3_vertex" />
33232<Test name="mat3_fragment" />
33233<Test name="mat3_both" />
33234<Test name="mat3x4_vertex" />
33235<Test name="mat3x4_fragment" />
33236<Test name="mat3x4_both" />
33237<Test name="mat4x2_vertex" />
33238<Test name="mat4x2_fragment" />
33239<Test name="mat4x2_both" />
33240<Test name="mat4x3_vertex" />
33241<Test name="mat4x3_fragment" />
33242<Test name="mat4x3_both" />
33243<Test name="mat4_vertex" />
33244<Test name="mat4_fragment" />
33245<Test name="mat4_both" />
33246<Test name="int_vertex" />
33247<Test name="int_fragment" />
33248<Test name="int_both" />
33249<Test name="ivec2_vertex" />
33250<Test name="ivec2_fragment" />
33251<Test name="ivec2_both" />
33252<Test name="ivec3_vertex" />
33253<Test name="ivec3_fragment" />
33254<Test name="ivec3_both" />
33255<Test name="ivec4_vertex" />
33256<Test name="ivec4_fragment" />
33257<Test name="ivec4_both" />
33258<Test name="uvec2_vertex" />
33259<Test name="uvec2_fragment" />
33260<Test name="uvec2_both" />
33261<Test name="uvec3_vertex" />
33262<Test name="uvec3_fragment" />
33263<Test name="uvec3_both" />
33264<Test name="uvec4_vertex" />
33265<Test name="uvec4_fragment" />
33266<Test name="uvec4_both" />
33267<Test name="bool_api_float_vertex" />
33268<Test name="bool_api_float_fragment" />
33269<Test name="bool_api_float_both" />
33270<Test name="bool_api_int_vertex" />
33271<Test name="bool_api_int_fragment" />
33272<Test name="bool_api_int_both" />
33273<Test name="bool_api_uint_vertex" />
33274<Test name="bool_api_uint_fragment" />
33275<Test name="bool_api_uint_both" />
33276<Test name="bvec2_api_float_vertex" />
33277<Test name="bvec2_api_float_fragment" />
33278<Test name="bvec2_api_float_both" />
33279<Test name="bvec2_api_int_vertex" />
33280<Test name="bvec2_api_int_fragment" />
33281<Test name="bvec2_api_int_both" />
33282<Test name="bvec2_api_uint_vertex" />
33283<Test name="bvec2_api_uint_fragment" />
33284<Test name="bvec2_api_uint_both" />
33285<Test name="bvec3_api_float_vertex" />
33286<Test name="bvec3_api_float_fragment" />
33287<Test name="bvec3_api_float_both" />
33288<Test name="bvec3_api_int_vertex" />
33289<Test name="bvec3_api_int_fragment" />
33290<Test name="bvec3_api_int_both" />
33291<Test name="bvec3_api_uint_vertex" />
33292<Test name="bvec3_api_uint_fragment" />
33293<Test name="bvec3_api_uint_both" />
33294<Test name="bvec4_api_float_vertex" />
33295<Test name="bvec4_api_float_fragment" />
33296<Test name="bvec4_api_float_both" />
33297<Test name="bvec4_api_int_vertex" />
33298<Test name="bvec4_api_int_fragment" />
33299<Test name="bvec4_api_int_both" />
33300<Test name="bvec4_api_uint_vertex" />
33301<Test name="bvec4_api_uint_fragment" />
33302<Test name="bvec4_api_uint_both" />
33303<Test name="sampler2D_vertex" />
33304<Test name="sampler2D_fragment" />
33305<Test name="sampler2D_both" />
33306<Test name="samplerCube_vertex" />
33307<Test name="samplerCube_fragment" />
33308<Test name="samplerCube_both" />
33309</TestCase>
33310<TestCase name="basic_array">
33311<Test name="float_vertex" />
33312<Test name="float_fragment" />
33313<Test name="float_both" />
33314<Test name="vec4_vertex" />
33315<Test name="vec4_fragment" />
33316<Test name="vec4_both" />
33317<Test name="mat4_vertex" />
33318<Test name="mat4_fragment" />
33319<Test name="mat4_both" />
33320<Test name="int_vertex" />
33321<Test name="int_fragment" />
33322<Test name="int_both" />
33323<Test name="ivec4_vertex" />
33324<Test name="ivec4_fragment" />
33325<Test name="ivec4_both" />
33326<Test name="uvec4_vertex" />
33327<Test name="uvec4_fragment" />
33328<Test name="uvec4_both" />
33329<Test name="bool_api_float_vertex" />
33330<Test name="bool_api_float_fragment" />
33331<Test name="bool_api_float_both" />
33332<Test name="bool_api_int_vertex" />
33333<Test name="bool_api_int_fragment" />
33334<Test name="bool_api_int_both" />
33335<Test name="bool_api_uint_vertex" />
33336<Test name="bool_api_uint_fragment" />
33337<Test name="bool_api_uint_both" />
33338<Test name="bvec4_api_float_vertex" />
33339<Test name="bvec4_api_float_fragment" />
33340<Test name="bvec4_api_float_both" />
33341<Test name="bvec4_api_int_vertex" />
33342<Test name="bvec4_api_int_fragment" />
33343<Test name="bvec4_api_int_both" />
33344<Test name="bvec4_api_uint_vertex" />
33345<Test name="bvec4_api_uint_fragment" />
33346<Test name="bvec4_api_uint_both" />
33347<Test name="sampler2D_vertex" />
33348<Test name="sampler2D_fragment" />
33349<Test name="sampler2D_both" />
33350</TestCase>
33351<TestCase name="basic_struct">
33352<Test name="float_vec4_vertex" />
33353<Test name="float_vec4_fragment" />
33354<Test name="float_vec4_both" />
33355<Test name="mat4_mat2_vertex" />
33356<Test name="mat4_mat2_fragment" />
33357<Test name="mat4_mat2_both" />
33358<Test name="int_ivec4_vertex" />
33359<Test name="int_ivec4_fragment" />
33360<Test name="int_ivec4_both" />
33361<Test name="bool_bvec4_vertex" />
33362<Test name="bool_bvec4_fragment" />
33363<Test name="bool_bvec4_both" />
33364<Test name="sampler2D_samplerCube_vertex" />
33365<Test name="sampler2D_samplerCube_fragment" />
33366<Test name="sampler2D_samplerCube_both" />
33367</TestCase>
33368<TestCase name="struct_in_array">
33369<Test name="float_vec4_vertex" />
33370<Test name="float_vec4_fragment" />
33371<Test name="float_vec4_both" />
33372<Test name="mat4_mat2_vertex" />
33373<Test name="mat4_mat2_fragment" />
33374<Test name="mat4_mat2_both" />
33375<Test name="int_ivec4_vertex" />
33376<Test name="int_ivec4_fragment" />
33377<Test name="int_ivec4_both" />
33378<Test name="bool_bvec4_vertex" />
33379<Test name="bool_bvec4_fragment" />
33380<Test name="bool_bvec4_both" />
33381<Test name="sampler2D_samplerCube_vertex" />
33382<Test name="sampler2D_samplerCube_fragment" />
33383<Test name="sampler2D_samplerCube_both" />
33384</TestCase>
33385<TestCase name="array_in_struct">
33386<Test name="float_vec4_vertex" />
33387<Test name="float_vec4_fragment" />
33388<Test name="float_vec4_both" />
33389<Test name="mat4_mat2_vertex" />
33390<Test name="mat4_mat2_fragment" />
33391<Test name="mat4_mat2_both" />
33392<Test name="int_ivec4_vertex" />
33393<Test name="int_ivec4_fragment" />
33394<Test name="int_ivec4_both" />
33395<Test name="bool_bvec4_vertex" />
33396<Test name="bool_bvec4_fragment" />
33397<Test name="bool_bvec4_both" />
33398<Test name="sampler2D_samplerCube_vertex" />
33399<Test name="sampler2D_samplerCube_fragment" />
33400<Test name="sampler2D_samplerCube_both" />
33401</TestCase>
33402<TestCase name="nested_structs_arrays">
33403<Test name="float_vec4_vertex" />
33404<Test name="float_vec4_fragment" />
33405<Test name="float_vec4_both" />
33406<Test name="mat4_mat2_vertex" />
33407<Test name="mat4_mat2_fragment" />
33408<Test name="mat4_mat2_both" />
33409<Test name="int_ivec4_vertex" />
33410<Test name="int_ivec4_fragment" />
33411<Test name="int_ivec4_both" />
33412<Test name="bool_bvec4_vertex" />
33413<Test name="bool_bvec4_fragment" />
33414<Test name="bool_bvec4_both" />
33415<Test name="sampler2D_samplerCube_vertex" />
33416<Test name="sampler2D_samplerCube_fragment" />
33417<Test name="sampler2D_samplerCube_both" />
33418</TestCase>
33419<TestCase name="multiple_basic">
33420<Test name="vertex" />
33421<Test name="fragment" />
33422<Test name="both" />
33423</TestCase>
33424<TestCase name="multiple_basic_array">
33425<Test name="vertex" />
33426<Test name="fragment" />
33427<Test name="both" />
33428</TestCase>
33429<TestCase name="multiple_nested_structs_arrays">
33430<Test name="vertex" />
33431<Test name="fragment" />
33432<Test name="both" />
33433</TestCase>
33434</TestSuite>
33435<TestSuite name="render">
33436<TestCase name="basic">
33437<Test name="float_vertex" />
33438<Test name="float_fragment" />
33439<Test name="float_both" />
33440<Test name="vec2_vertex" />
33441<Test name="vec2_fragment" />
33442<Test name="vec2_both" />
33443<Test name="vec3_vertex" />
33444<Test name="vec3_fragment" />
33445<Test name="vec3_both" />
33446<Test name="vec4_vertex" />
33447<Test name="vec4_fragment" />
33448<Test name="vec4_both" />
33449<Test name="mat2_vertex" />
33450<Test name="mat2_fragment" />
33451<Test name="mat2_both" />
33452<Test name="mat2x3_vertex" />
33453<Test name="mat2x3_fragment" />
33454<Test name="mat2x3_both" />
33455<Test name="mat2x4_vertex" />
33456<Test name="mat2x4_fragment" />
33457<Test name="mat2x4_both" />
33458<Test name="mat3x2_vertex" />
33459<Test name="mat3x2_fragment" />
33460<Test name="mat3x2_both" />
33461<Test name="mat3_vertex" />
33462<Test name="mat3_fragment" />
33463<Test name="mat3_both" />
33464<Test name="mat3x4_vertex" />
33465<Test name="mat3x4_fragment" />
33466<Test name="mat3x4_both" />
33467<Test name="mat4x2_vertex" />
33468<Test name="mat4x2_fragment" />
33469<Test name="mat4x2_both" />
33470<Test name="mat4x3_vertex" />
33471<Test name="mat4x3_fragment" />
33472<Test name="mat4x3_both" />
33473<Test name="mat4_vertex" />
33474<Test name="mat4_fragment" />
33475<Test name="mat4_both" />
33476<Test name="int_vertex" />
33477<Test name="int_fragment" />
33478<Test name="int_both" />
33479<Test name="ivec2_vertex" />
33480<Test name="ivec2_fragment" />
33481<Test name="ivec2_both" />
33482<Test name="ivec3_vertex" />
33483<Test name="ivec3_fragment" />
33484<Test name="ivec3_both" />
33485<Test name="ivec4_vertex" />
33486<Test name="ivec4_fragment" />
33487<Test name="ivec4_both" />
33488<Test name="uvec2_vertex" />
33489<Test name="uvec2_fragment" />
33490<Test name="uvec2_both" />
33491<Test name="uvec3_vertex" />
33492<Test name="uvec3_fragment" />
33493<Test name="uvec3_both" />
33494<Test name="uvec4_vertex" />
33495<Test name="uvec4_fragment" />
33496<Test name="uvec4_both" />
33497<Test name="bool_vertex" />
33498<Test name="bool_fragment" />
33499<Test name="bool_both" />
33500<Test name="bvec2_vertex" />
33501<Test name="bvec2_fragment" />
33502<Test name="bvec2_both" />
33503<Test name="bvec3_vertex" />
33504<Test name="bvec3_fragment" />
33505<Test name="bvec3_both" />
33506<Test name="bvec4_vertex" />
33507<Test name="bvec4_fragment" />
33508<Test name="bvec4_both" />
33509<Test name="sampler2D_vertex" />
33510<Test name="sampler2D_fragment" />
33511<Test name="sampler2D_both" />
33512<Test name="samplerCube_vertex" />
33513<Test name="samplerCube_fragment" />
33514<Test name="samplerCube_both" />
33515</TestCase>
33516<TestCase name="basic_array">
33517<Test name="float_vertex" />
33518<Test name="float_fragment" />
33519<Test name="float_both" />
33520<Test name="vec4_vertex" />
33521<Test name="vec4_fragment" />
33522<Test name="vec4_both" />
33523<Test name="mat4_vertex" />
33524<Test name="mat4_fragment" />
33525<Test name="mat4_both" />
33526<Test name="int_vertex" />
33527<Test name="int_fragment" />
33528<Test name="int_both" />
33529<Test name="ivec4_vertex" />
33530<Test name="ivec4_fragment" />
33531<Test name="ivec4_both" />
33532<Test name="uvec4_vertex" />
33533<Test name="uvec4_fragment" />
33534<Test name="uvec4_both" />
33535<Test name="bool_vertex" />
33536<Test name="bool_fragment" />
33537<Test name="bool_both" />
33538<Test name="bvec4_vertex" />
33539<Test name="bvec4_fragment" />
33540<Test name="bvec4_both" />
33541<Test name="sampler2D_vertex" />
33542<Test name="sampler2D_fragment" />
33543<Test name="sampler2D_both" />
33544</TestCase>
33545<TestCase name="basic_struct">
33546<Test name="float_vec4_vertex" />
33547<Test name="float_vec4_fragment" />
33548<Test name="float_vec4_both" />
33549<Test name="mat4_mat2_vertex" />
33550<Test name="mat4_mat2_fragment" />
33551<Test name="mat4_mat2_both" />
33552<Test name="int_ivec4_vertex" />
33553<Test name="int_ivec4_fragment" />
33554<Test name="int_ivec4_both" />
33555<Test name="bool_bvec4_vertex" />
33556<Test name="bool_bvec4_fragment" />
33557<Test name="bool_bvec4_both" />
33558</TestCase>
33559<TestCase name="struct_in_array">
33560<Test name="float_vec4_vertex" />
33561<Test name="float_vec4_fragment" />
33562<Test name="float_vec4_both" />
33563<Test name="mat4_mat2_vertex" />
33564<Test name="mat4_mat2_fragment" />
33565<Test name="mat4_mat2_both" />
33566<Test name="int_ivec4_vertex" />
33567<Test name="int_ivec4_fragment" />
33568<Test name="int_ivec4_both" />
33569<Test name="bool_bvec4_vertex" />
33570<Test name="bool_bvec4_fragment" />
33571<Test name="bool_bvec4_both" />
33572</TestCase>
33573<TestCase name="array_in_struct">
33574<Test name="float_vec4_vertex" />
33575<Test name="float_vec4_fragment" />
33576<Test name="float_vec4_both" />
33577<Test name="mat4_mat2_vertex" />
33578<Test name="mat4_mat2_fragment" />
33579<Test name="mat4_mat2_both" />
33580<Test name="int_ivec4_vertex" />
33581<Test name="int_ivec4_fragment" />
33582<Test name="int_ivec4_both" />
33583<Test name="bool_bvec4_vertex" />
33584<Test name="bool_bvec4_fragment" />
33585<Test name="bool_bvec4_both" />
33586</TestCase>
33587<TestCase name="nested_structs_arrays">
33588<Test name="float_vec4_vertex" />
33589<Test name="float_vec4_fragment" />
33590<Test name="float_vec4_both" />
33591<Test name="mat4_mat2_vertex" />
33592<Test name="mat4_mat2_fragment" />
33593<Test name="mat4_mat2_both" />
33594<Test name="int_ivec4_vertex" />
33595<Test name="int_ivec4_fragment" />
33596<Test name="int_ivec4_both" />
33597<Test name="bool_bvec4_vertex" />
33598<Test name="bool_bvec4_fragment" />
33599<Test name="bool_bvec4_both" />
33600</TestCase>
33601<TestCase name="multiple_basic">
33602<Test name="vertex" />
33603<Test name="fragment" />
33604<Test name="both" />
33605</TestCase>
33606<TestCase name="multiple_basic_array">
33607<Test name="vertex" />
33608<Test name="fragment" />
33609<Test name="both" />
33610</TestCase>
33611<TestCase name="multiple_nested_structs_arrays">
33612<Test name="vertex" />
33613<Test name="fragment" />
33614<Test name="both" />
33615</TestCase>
33616</TestSuite>
33617</TestSuite>
33618<TestSuite name="assigned">
33619<TestSuite name="by_pointer">
33620<TestSuite name="get_uniform">
33621<TestCase name="basic">
33622<Test name="float_vertex" />
33623<Test name="float_fragment" />
33624<Test name="float_both" />
33625<Test name="vec2_vertex" />
33626<Test name="vec2_fragment" />
33627<Test name="vec2_both" />
33628<Test name="vec3_vertex" />
33629<Test name="vec3_fragment" />
33630<Test name="vec3_both" />
33631<Test name="vec4_vertex" />
33632<Test name="vec4_fragment" />
33633<Test name="vec4_both" />
33634<Test name="mat2_vertex" />
33635<Test name="mat2_fragment" />
33636<Test name="mat2_both" />
33637<Test name="mat2_row_major_vertex" />
33638<Test name="mat2_row_major_fragment" />
33639<Test name="mat2_row_major_both" />
33640<Test name="mat2x3_vertex" />
33641<Test name="mat2x3_fragment" />
33642<Test name="mat2x3_both" />
33643<Test name="mat2x3_row_major_vertex" />
33644<Test name="mat2x3_row_major_fragment" />
33645<Test name="mat2x3_row_major_both" />
33646<Test name="mat2x4_vertex" />
33647<Test name="mat2x4_fragment" />
33648<Test name="mat2x4_both" />
33649<Test name="mat2x4_row_major_vertex" />
33650<Test name="mat2x4_row_major_fragment" />
33651<Test name="mat2x4_row_major_both" />
33652<Test name="mat3x2_vertex" />
33653<Test name="mat3x2_fragment" />
33654<Test name="mat3x2_both" />
33655<Test name="mat3x2_row_major_vertex" />
33656<Test name="mat3x2_row_major_fragment" />
33657<Test name="mat3x2_row_major_both" />
33658<Test name="mat3_vertex" />
33659<Test name="mat3_fragment" />
33660<Test name="mat3_both" />
33661<Test name="mat3_row_major_vertex" />
33662<Test name="mat3_row_major_fragment" />
33663<Test name="mat3_row_major_both" />
33664<Test name="mat3x4_vertex" />
33665<Test name="mat3x4_fragment" />
33666<Test name="mat3x4_both" />
33667<Test name="mat3x4_row_major_vertex" />
33668<Test name="mat3x4_row_major_fragment" />
33669<Test name="mat3x4_row_major_both" />
33670<Test name="mat4x2_vertex" />
33671<Test name="mat4x2_fragment" />
33672<Test name="mat4x2_both" />
33673<Test name="mat4x2_row_major_vertex" />
33674<Test name="mat4x2_row_major_fragment" />
33675<Test name="mat4x2_row_major_both" />
33676<Test name="mat4x3_vertex" />
33677<Test name="mat4x3_fragment" />
33678<Test name="mat4x3_both" />
33679<Test name="mat4x3_row_major_vertex" />
33680<Test name="mat4x3_row_major_fragment" />
33681<Test name="mat4x3_row_major_both" />
33682<Test name="mat4_vertex" />
33683<Test name="mat4_fragment" />
33684<Test name="mat4_both" />
33685<Test name="mat4_row_major_vertex" />
33686<Test name="mat4_row_major_fragment" />
33687<Test name="mat4_row_major_both" />
33688<Test name="int_vertex" />
33689<Test name="int_fragment" />
33690<Test name="int_both" />
33691<Test name="ivec2_vertex" />
33692<Test name="ivec2_fragment" />
33693<Test name="ivec2_both" />
33694<Test name="ivec3_vertex" />
33695<Test name="ivec3_fragment" />
33696<Test name="ivec3_both" />
33697<Test name="ivec4_vertex" />
33698<Test name="ivec4_fragment" />
33699<Test name="ivec4_both" />
33700<Test name="uint_vertex" />
33701<Test name="uint_both" />
33702<Test name="uvec2_vertex" />
33703<Test name="uvec2_fragment" />
33704<Test name="uvec2_both" />
33705<Test name="uvec3_vertex" />
33706<Test name="uvec3_fragment" />
33707<Test name="uvec3_both" />
33708<Test name="uvec4_vertex" />
33709<Test name="uvec4_fragment" />
33710<Test name="uvec4_both" />
33711<Test name="bool_api_float_vertex" />
33712<Test name="bool_api_float_fragment" />
33713<Test name="bool_api_float_both" />
33714<Test name="bool_api_int_vertex" />
33715<Test name="bool_api_int_fragment" />
33716<Test name="bool_api_int_both" />
33717<Test name="bool_api_uint_vertex" />
33718<Test name="bool_api_uint_fragment" />
33719<Test name="bool_api_uint_both" />
33720<Test name="bvec2_api_float_vertex" />
33721<Test name="bvec2_api_float_fragment" />
33722<Test name="bvec2_api_float_both" />
33723<Test name="bvec2_api_int_vertex" />
33724<Test name="bvec2_api_int_fragment" />
33725<Test name="bvec2_api_int_both" />
33726<Test name="bvec2_api_uint_vertex" />
33727<Test name="bvec2_api_uint_fragment" />
33728<Test name="bvec2_api_uint_both" />
33729<Test name="bvec3_api_float_vertex" />
33730<Test name="bvec3_api_float_fragment" />
33731<Test name="bvec3_api_float_both" />
33732<Test name="bvec3_api_int_vertex" />
33733<Test name="bvec3_api_int_fragment" />
33734<Test name="bvec3_api_int_both" />
33735<Test name="bvec3_api_uint_vertex" />
33736<Test name="bvec3_api_uint_fragment" />
33737<Test name="bvec3_api_uint_both" />
33738<Test name="bvec4_api_float_vertex" />
33739<Test name="bvec4_api_float_fragment" />
33740<Test name="bvec4_api_float_both" />
33741<Test name="bvec4_api_int_vertex" />
33742<Test name="bvec4_api_int_fragment" />
33743<Test name="bvec4_api_int_both" />
33744<Test name="bvec4_api_uint_vertex" />
33745<Test name="bvec4_api_uint_fragment" />
33746<Test name="bvec4_api_uint_both" />
33747<Test name="sampler2D_vertex" />
33748<Test name="sampler2D_fragment" />
33749<Test name="sampler2D_both" />
33750<Test name="samplerCube_vertex" />
33751<Test name="samplerCube_fragment" />
33752<Test name="samplerCube_both" />
33753</TestCase>
33754<TestCase name="basic_array">
33755<Test name="float_vertex" />
33756<Test name="float_fragment" />
33757<Test name="float_both" />
33758<Test name="vec4_vertex" />
33759<Test name="vec4_fragment" />
33760<Test name="vec4_both" />
33761<Test name="mat4_vertex" />
33762<Test name="mat4_fragment" />
33763<Test name="mat4_both" />
33764<Test name="mat4_row_major_vertex" />
33765<Test name="mat4_row_major_fragment" />
33766<Test name="mat4_row_major_both" />
33767<Test name="int_vertex" />
33768<Test name="int_fragment" />
33769<Test name="int_both" />
33770<Test name="ivec4_vertex" />
33771<Test name="ivec4_fragment" />
33772<Test name="ivec4_both" />
33773<Test name="uint_vertex" />
33774<Test name="uint_both" />
33775<Test name="uvec4_vertex" />
33776<Test name="uvec4_fragment" />
33777<Test name="uvec4_both" />
33778<Test name="bool_api_float_vertex" />
33779<Test name="bool_api_float_fragment" />
33780<Test name="bool_api_float_both" />
33781<Test name="bool_api_int_vertex" />
33782<Test name="bool_api_int_fragment" />
33783<Test name="bool_api_int_both" />
33784<Test name="bool_api_uint_vertex" />
33785<Test name="bool_api_uint_fragment" />
33786<Test name="bool_api_uint_both" />
33787<Test name="bvec4_api_float_vertex" />
33788<Test name="bvec4_api_float_fragment" />
33789<Test name="bvec4_api_float_both" />
33790<Test name="bvec4_api_int_vertex" />
33791<Test name="bvec4_api_int_fragment" />
33792<Test name="bvec4_api_int_both" />
33793<Test name="bvec4_api_uint_vertex" />
33794<Test name="bvec4_api_uint_fragment" />
33795<Test name="bvec4_api_uint_both" />
33796<Test name="sampler2D_vertex" />
33797<Test name="sampler2D_fragment" />
33798<Test name="sampler2D_both" />
33799</TestCase>
33800<TestCase name="basic_array_first_elem_without_brackets">
33801<Test name="float_vertex" />
33802<Test name="float_fragment" />
33803<Test name="float_both" />
33804<Test name="vec4_vertex" />
33805<Test name="vec4_fragment" />
33806<Test name="vec4_both" />
33807<Test name="mat4_vertex" />
33808<Test name="mat4_fragment" />
33809<Test name="mat4_both" />
33810<Test name="mat4_row_major_vertex" />
33811<Test name="mat4_row_major_fragment" />
33812<Test name="mat4_row_major_both" />
33813<Test name="int_vertex" />
33814<Test name="int_fragment" />
33815<Test name="int_both" />
33816<Test name="ivec4_vertex" />
33817<Test name="ivec4_fragment" />
33818<Test name="ivec4_both" />
33819<Test name="uint_vertex" />
33820<Test name="uint_both" />
33821<Test name="uvec4_vertex" />
33822<Test name="uvec4_fragment" />
33823<Test name="uvec4_both" />
33824<Test name="bool_api_float_vertex" />
33825<Test name="bool_api_float_fragment" />
33826<Test name="bool_api_float_both" />
33827<Test name="bool_api_int_vertex" />
33828<Test name="bool_api_int_fragment" />
33829<Test name="bool_api_int_both" />
33830<Test name="bool_api_uint_vertex" />
33831<Test name="bool_api_uint_fragment" />
33832<Test name="bool_api_uint_both" />
33833<Test name="bvec4_api_float_vertex" />
33834<Test name="bvec4_api_float_fragment" />
33835<Test name="bvec4_api_float_both" />
33836<Test name="bvec4_api_int_vertex" />
33837<Test name="bvec4_api_int_fragment" />
33838<Test name="bvec4_api_int_both" />
33839<Test name="bvec4_api_uint_vertex" />
33840<Test name="bvec4_api_uint_fragment" />
33841<Test name="bvec4_api_uint_both" />
33842<Test name="sampler2D_vertex" />
33843<Test name="sampler2D_fragment" />
33844<Test name="sampler2D_both" />
33845</TestCase>
33846<TestCase name="basic_struct">
33847<Test name="float_vec4_vertex" />
33848<Test name="float_vec4_fragment" />
33849<Test name="float_vec4_both" />
33850<Test name="mat4_mat2_vertex" />
33851<Test name="mat4_mat2_fragment" />
33852<Test name="mat4_mat2_both" />
33853<Test name="int_ivec4_vertex" />
33854<Test name="int_ivec4_fragment" />
33855<Test name="int_ivec4_both" />
33856<Test name="uint_uvec4_vertex" />
33857<Test name="uint_uvec4_fragment" />
33858<Test name="uint_uvec4_both" />
33859<Test name="bool_bvec4_vertex" />
33860<Test name="bool_bvec4_fragment" />
33861<Test name="bool_bvec4_both" />
33862<Test name="sampler2D_samplerCube_vertex" />
33863<Test name="sampler2D_samplerCube_fragment" />
33864<Test name="sampler2D_samplerCube_both" />
33865</TestCase>
33866<TestCase name="struct_in_array">
33867<Test name="float_vec4_vertex" />
33868<Test name="float_vec4_fragment" />
33869<Test name="float_vec4_both" />
33870<Test name="mat4_mat2_vertex" />
33871<Test name="mat4_mat2_fragment" />
33872<Test name="mat4_mat2_both" />
33873<Test name="int_ivec4_vertex" />
33874<Test name="int_ivec4_fragment" />
33875<Test name="int_ivec4_both" />
33876<Test name="uint_uvec4_vertex" />
33877<Test name="uint_uvec4_fragment" />
33878<Test name="bool_bvec4_vertex" />
33879<Test name="bool_bvec4_fragment" />
33880<Test name="bool_bvec4_both" />
33881<Test name="sampler2D_samplerCube_vertex" />
33882<Test name="sampler2D_samplerCube_fragment" />
33883<Test name="sampler2D_samplerCube_both" />
33884</TestCase>
33885<TestCase name="array_in_struct">
33886<Test name="float_vec4_vertex" />
33887<Test name="float_vec4_fragment" />
33888<Test name="float_vec4_both" />
33889<Test name="mat4_mat2_vertex" />
33890<Test name="mat4_mat2_fragment" />
33891<Test name="mat4_mat2_both" />
33892<Test name="int_ivec4_vertex" />
33893<Test name="int_ivec4_fragment" />
33894<Test name="int_ivec4_both" />
33895<Test name="uint_uvec4_vertex" />
33896<Test name="uint_uvec4_fragment" />
33897<Test name="bool_bvec4_vertex" />
33898<Test name="bool_bvec4_fragment" />
33899<Test name="bool_bvec4_both" />
33900<Test name="sampler2D_samplerCube_vertex" />
33901<Test name="sampler2D_samplerCube_fragment" />
33902<Test name="sampler2D_samplerCube_both" />
33903</TestCase>
33904<TestCase name="nested_structs_arrays">
33905<Test name="sampler2D_samplerCube_vertex" />
33906<Test name="sampler2D_samplerCube_fragment" />
33907<Test name="sampler2D_samplerCube_both" />
33908</TestCase>
33909<TestCase name="multiple_basic">
33910<Test name="vertex" />
33911<Test name="fragment" />
33912<Test name="both" />
33913</TestCase>
33914<TestCase name="multiple_basic_array">
33915<Test name="vertex" />
33916<Test name="fragment" />
33917<Test name="both" />
33918</TestCase>
33919</TestSuite>
33920<TestSuite name="render">
33921<TestCase name="basic">
33922<Test name="float_vertex" />
33923<Test name="float_fragment" />
33924<Test name="float_both" />
33925<Test name="vec2_vertex" />
33926<Test name="vec2_fragment" />
33927<Test name="vec2_both" />
33928<Test name="vec3_vertex" />
33929<Test name="vec3_fragment" />
33930<Test name="vec3_both" />
33931<Test name="vec4_vertex" />
33932<Test name="vec4_fragment" />
33933<Test name="vec4_both" />
33934<Test name="mat2_vertex" />
33935<Test name="mat2_fragment" />
33936<Test name="mat2_both" />
33937<Test name="mat2_row_major_vertex" />
33938<Test name="mat2_row_major_fragment" />
33939<Test name="mat2_row_major_both" />
33940<Test name="mat2x3_vertex" />
33941<Test name="mat2x3_fragment" />
33942<Test name="mat2x3_both" />
33943<Test name="mat2x3_row_major_vertex" />
33944<Test name="mat2x3_row_major_fragment" />
33945<Test name="mat2x3_row_major_both" />
33946<Test name="mat2x4_vertex" />
33947<Test name="mat2x4_fragment" />
33948<Test name="mat2x4_both" />
33949<Test name="mat2x4_row_major_vertex" />
33950<Test name="mat2x4_row_major_fragment" />
33951<Test name="mat2x4_row_major_both" />
33952<Test name="mat3x2_vertex" />
33953<Test name="mat3x2_fragment" />
33954<Test name="mat3x2_both" />
33955<Test name="mat3x2_row_major_vertex" />
33956<Test name="mat3x2_row_major_fragment" />
33957<Test name="mat3x2_row_major_both" />
33958<Test name="mat3_vertex" />
33959<Test name="mat3_fragment" />
33960<Test name="mat3_both" />
33961<Test name="mat3_row_major_vertex" />
33962<Test name="mat3_row_major_fragment" />
33963<Test name="mat3_row_major_both" />
33964<Test name="mat3x4_vertex" />
33965<Test name="mat3x4_fragment" />
33966<Test name="mat3x4_both" />
33967<Test name="mat3x4_row_major_vertex" />
33968<Test name="mat3x4_row_major_fragment" />
33969<Test name="mat3x4_row_major_both" />
33970<Test name="mat4x2_vertex" />
33971<Test name="mat4x2_fragment" />
33972<Test name="mat4x2_both" />
33973<Test name="mat4x2_row_major_vertex" />
33974<Test name="mat4x2_row_major_fragment" />
33975<Test name="mat4x2_row_major_both" />
33976<Test name="mat4x3_vertex" />
33977<Test name="mat4x3_fragment" />
33978<Test name="mat4x3_both" />
33979<Test name="mat4x3_row_major_vertex" />
33980<Test name="mat4x3_row_major_fragment" />
33981<Test name="mat4x3_row_major_both" />
33982<Test name="mat4_vertex" />
33983<Test name="mat4_fragment" />
33984<Test name="mat4_both" />
33985<Test name="mat4_row_major_vertex" />
33986<Test name="mat4_row_major_fragment" />
33987<Test name="mat4_row_major_both" />
33988<Test name="int_vertex" />
33989<Test name="int_fragment" />
33990<Test name="int_both" />
33991<Test name="ivec2_vertex" />
33992<Test name="ivec2_fragment" />
33993<Test name="ivec2_both" />
33994<Test name="ivec3_vertex" />
33995<Test name="ivec3_fragment" />
33996<Test name="ivec3_both" />
33997<Test name="ivec4_vertex" />
33998<Test name="ivec4_fragment" />
33999<Test name="ivec4_both" />
34000<Test name="uint_vertex" />
34001<Test name="uint_both" />
34002<Test name="uvec2_vertex" />
34003<Test name="uvec2_fragment" />
34004<Test name="uvec2_both" />
34005<Test name="uvec3_vertex" />
34006<Test name="uvec3_fragment" />
34007<Test name="uvec3_both" />
34008<Test name="uvec4_vertex" />
34009<Test name="uvec4_fragment" />
34010<Test name="uvec4_both" />
34011<Test name="bool_vertex" />
34012<Test name="bool_fragment" />
34013<Test name="bool_both" />
34014<Test name="bvec2_vertex" />
34015<Test name="bvec2_fragment" />
34016<Test name="bvec2_both" />
34017<Test name="bvec3_vertex" />
34018<Test name="bvec3_fragment" />
34019<Test name="bvec3_both" />
34020<Test name="bvec4_vertex" />
34021<Test name="bvec4_fragment" />
34022<Test name="bvec4_both" />
34023<Test name="sampler2D_vertex" />
34024<Test name="sampler2D_fragment" />
34025<Test name="sampler2D_both" />
34026<Test name="samplerCube_vertex" />
34027<Test name="samplerCube_fragment" />
34028<Test name="samplerCube_both" />
34029</TestCase>
34030<TestCase name="basic_array">
34031<Test name="float_vertex" />
34032<Test name="float_fragment" />
34033<Test name="float_both" />
34034<Test name="vec4_vertex" />
34035<Test name="vec4_fragment" />
34036<Test name="vec4_both" />
34037<Test name="mat4_vertex" />
34038<Test name="mat4_fragment" />
34039<Test name="mat4_both" />
34040<Test name="mat4_row_major_vertex" />
34041<Test name="mat4_row_major_fragment" />
34042<Test name="mat4_row_major_both" />
34043<Test name="int_vertex" />
34044<Test name="int_fragment" />
34045<Test name="int_both" />
34046<Test name="ivec4_vertex" />
34047<Test name="ivec4_fragment" />
34048<Test name="ivec4_both" />
34049<Test name="uint_vertex" />
34050<Test name="uint_both" />
34051<Test name="uvec4_vertex" />
34052<Test name="uvec4_fragment" />
34053<Test name="uvec4_both" />
34054<Test name="bool_vertex" />
34055<Test name="bool_fragment" />
34056<Test name="bool_both" />
34057<Test name="bvec4_vertex" />
34058<Test name="bvec4_fragment" />
34059<Test name="bvec4_both" />
34060<Test name="sampler2D_vertex" />
34061<Test name="sampler2D_fragment" />
34062<Test name="sampler2D_both" />
34063</TestCase>
34064<TestCase name="basic_struct">
34065<Test name="float_vec4_vertex" />
34066<Test name="float_vec4_fragment" />
34067<Test name="float_vec4_both" />
34068<Test name="int_ivec4_vertex" />
34069<Test name="int_ivec4_fragment" />
34070<Test name="int_ivec4_both" />
34071<Test name="uint_uvec4_vertex" />
34072<Test name="uint_uvec4_fragment" />
34073<Test name="uint_uvec4_both" />
34074<Test name="bool_bvec4_vertex" />
34075<Test name="bool_bvec4_fragment" />
34076<Test name="bool_bvec4_both" />
34077<Test name="sampler2D_samplerCube_vertex" />
34078<Test name="sampler2D_samplerCube_fragment" />
34079<Test name="sampler2D_samplerCube_both" />
34080</TestCase>
34081<TestCase name="struct_in_array">
34082<Test name="float_vec4_vertex" />
34083<Test name="float_vec4_fragment" />
34084<Test name="float_vec4_both" />
34085<Test name="int_ivec4_vertex" />
34086<Test name="int_ivec4_fragment" />
34087<Test name="int_ivec4_both" />
34088<Test name="uint_uvec4_vertex" />
34089<Test name="uint_uvec4_fragment" />
34090<Test name="bool_bvec4_vertex" />
34091<Test name="bool_bvec4_fragment" />
34092<Test name="bool_bvec4_both" />
34093<Test name="sampler2D_samplerCube_vertex" />
34094<Test name="sampler2D_samplerCube_fragment" />
34095<Test name="sampler2D_samplerCube_both" />
34096</TestCase>
34097<TestCase name="array_in_struct">
34098<Test name="float_vec4_vertex" />
34099<Test name="float_vec4_fragment" />
34100<Test name="float_vec4_both" />
34101<Test name="int_ivec4_vertex" />
34102<Test name="int_ivec4_fragment" />
34103<Test name="int_ivec4_both" />
34104<Test name="uint_uvec4_vertex" />
34105<Test name="uint_uvec4_fragment" />
34106<Test name="bool_bvec4_vertex" />
34107<Test name="bool_bvec4_fragment" />
34108<Test name="bool_bvec4_both" />
34109<Test name="sampler2D_samplerCube_vertex" />
34110<Test name="sampler2D_samplerCube_fragment" />
34111<Test name="sampler2D_samplerCube_both" />
34112</TestCase>
34113<TestCase name="nested_structs_arrays">
34114<Test name="sampler2D_samplerCube_vertex" />
34115<Test name="sampler2D_samplerCube_fragment" />
34116<Test name="sampler2D_samplerCube_both" />
34117</TestCase>
34118<TestCase name="multiple_basic">
34119<Test name="vertex" />
34120<Test name="fragment" />
34121<Test name="both" />
34122</TestCase>
34123<TestCase name="multiple_basic_array">
34124<Test name="vertex" />
34125<Test name="fragment" />
34126<Test name="both" />
34127</TestCase>
34128</TestSuite>
34129</TestSuite>
34130<TestSuite name="by_value">
34131<TestSuite name="get_uniform">
34132<TestCase name="basic">
34133<Test name="float_vertex" />
34134<Test name="float_fragment" />
34135<Test name="float_both" />
34136<Test name="vec2_vertex" />
34137<Test name="vec2_fragment" />
34138<Test name="vec2_both" />
34139<Test name="vec3_vertex" />
34140<Test name="vec3_fragment" />
34141<Test name="vec3_both" />
34142<Test name="vec4_vertex" />
34143<Test name="vec4_fragment" />
34144<Test name="vec4_both" />
34145<Test name="int_vertex" />
34146<Test name="int_fragment" />
34147<Test name="int_both" />
34148<Test name="ivec2_vertex" />
34149<Test name="ivec2_fragment" />
34150<Test name="ivec2_both" />
34151<Test name="ivec3_vertex" />
34152<Test name="ivec3_fragment" />
34153<Test name="ivec3_both" />
34154<Test name="ivec4_vertex" />
34155<Test name="ivec4_fragment" />
34156<Test name="ivec4_both" />
34157<Test name="uint_vertex" />
34158<Test name="uint_both" />
34159<Test name="uvec2_vertex" />
34160<Test name="uvec2_fragment" />
34161<Test name="uvec2_both" />
34162<Test name="uvec3_vertex" />
34163<Test name="uvec3_fragment" />
34164<Test name="uvec3_both" />
34165<Test name="uvec4_vertex" />
34166<Test name="uvec4_fragment" />
34167<Test name="uvec4_both" />
34168<Test name="bool_api_float_vertex" />
34169<Test name="bool_api_float_fragment" />
34170<Test name="bool_api_float_both" />
34171<Test name="bool_api_int_vertex" />
34172<Test name="bool_api_int_fragment" />
34173<Test name="bool_api_int_both" />
34174<Test name="bool_api_uint_vertex" />
34175<Test name="bool_api_uint_fragment" />
34176<Test name="bool_api_uint_both" />
34177<Test name="bvec2_api_float_vertex" />
34178<Test name="bvec2_api_float_fragment" />
34179<Test name="bvec2_api_float_both" />
34180<Test name="bvec2_api_int_vertex" />
34181<Test name="bvec2_api_int_fragment" />
34182<Test name="bvec2_api_int_both" />
34183<Test name="bvec2_api_uint_vertex" />
34184<Test name="bvec2_api_uint_fragment" />
34185<Test name="bvec2_api_uint_both" />
34186<Test name="bvec3_api_float_vertex" />
34187<Test name="bvec3_api_float_fragment" />
34188<Test name="bvec3_api_float_both" />
34189<Test name="bvec3_api_int_vertex" />
34190<Test name="bvec3_api_int_fragment" />
34191<Test name="bvec3_api_int_both" />
34192<Test name="bvec3_api_uint_vertex" />
34193<Test name="bvec3_api_uint_fragment" />
34194<Test name="bvec3_api_uint_both" />
34195<Test name="bvec4_api_float_vertex" />
34196<Test name="bvec4_api_float_fragment" />
34197<Test name="bvec4_api_float_both" />
34198<Test name="bvec4_api_int_vertex" />
34199<Test name="bvec4_api_int_fragment" />
34200<Test name="bvec4_api_int_both" />
34201<Test name="bvec4_api_uint_vertex" />
34202<Test name="bvec4_api_uint_fragment" />
34203<Test name="bvec4_api_uint_both" />
34204<Test name="sampler2D_vertex" />
34205<Test name="sampler2D_fragment" />
34206<Test name="sampler2D_both" />
34207<Test name="samplerCube_vertex" />
34208<Test name="samplerCube_fragment" />
34209<Test name="samplerCube_both" />
34210</TestCase>
34211<TestCase name="basic_array">
34212<Test name="float_vertex" />
34213<Test name="float_fragment" />
34214<Test name="float_both" />
34215<Test name="vec4_vertex" />
34216<Test name="vec4_fragment" />
34217<Test name="vec4_both" />
34218<Test name="int_vertex" />
34219<Test name="int_fragment" />
34220<Test name="int_both" />
34221<Test name="ivec4_vertex" />
34222<Test name="ivec4_fragment" />
34223<Test name="ivec4_both" />
34224<Test name="uint_vertex" />
34225<Test name="uint_both" />
34226<Test name="uvec4_vertex" />
34227<Test name="uvec4_fragment" />
34228<Test name="uvec4_both" />
34229<Test name="bool_api_float_vertex" />
34230<Test name="bool_api_float_fragment" />
34231<Test name="bool_api_float_both" />
34232<Test name="bool_api_int_vertex" />
34233<Test name="bool_api_int_fragment" />
34234<Test name="bool_api_int_both" />
34235<Test name="bool_api_uint_vertex" />
34236<Test name="bool_api_uint_fragment" />
34237<Test name="bool_api_uint_both" />
34238<Test name="bvec4_api_float_vertex" />
34239<Test name="bvec4_api_float_fragment" />
34240<Test name="bvec4_api_float_both" />
34241<Test name="bvec4_api_int_vertex" />
34242<Test name="bvec4_api_int_fragment" />
34243<Test name="bvec4_api_int_both" />
34244<Test name="bvec4_api_uint_vertex" />
34245<Test name="bvec4_api_uint_fragment" />
34246<Test name="bvec4_api_uint_both" />
34247<Test name="sampler2D_vertex" />
34248<Test name="sampler2D_fragment" />
34249<Test name="sampler2D_both" />
34250</TestCase>
34251<TestCase name="basic_array_first_elem_without_brackets">
34252<Test name="float_vertex" />
34253<Test name="float_fragment" />
34254<Test name="float_both" />
34255<Test name="vec4_vertex" />
34256<Test name="vec4_fragment" />
34257<Test name="vec4_both" />
34258<Test name="int_vertex" />
34259<Test name="int_fragment" />
34260<Test name="int_both" />
34261<Test name="ivec4_vertex" />
34262<Test name="ivec4_fragment" />
34263<Test name="ivec4_both" />
34264<Test name="uint_vertex" />
34265<Test name="uint_both" />
34266<Test name="uvec4_vertex" />
34267<Test name="uvec4_fragment" />
34268<Test name="uvec4_both" />
34269<Test name="bool_api_float_vertex" />
34270<Test name="bool_api_float_fragment" />
34271<Test name="bool_api_float_both" />
34272<Test name="bool_api_int_vertex" />
34273<Test name="bool_api_int_fragment" />
34274<Test name="bool_api_int_both" />
34275<Test name="bool_api_uint_vertex" />
34276<Test name="bool_api_uint_fragment" />
34277<Test name="bool_api_uint_both" />
34278<Test name="bvec4_api_float_vertex" />
34279<Test name="bvec4_api_float_fragment" />
34280<Test name="bvec4_api_float_both" />
34281<Test name="bvec4_api_int_vertex" />
34282<Test name="bvec4_api_int_fragment" />
34283<Test name="bvec4_api_int_both" />
34284<Test name="bvec4_api_uint_vertex" />
34285<Test name="bvec4_api_uint_fragment" />
34286<Test name="bvec4_api_uint_both" />
34287<Test name="sampler2D_vertex" />
34288<Test name="sampler2D_fragment" />
34289<Test name="sampler2D_both" />
34290</TestCase>
34291<TestCase name="basic_struct">
34292<Test name="float_vec4_vertex" />
34293<Test name="float_vec4_fragment" />
34294<Test name="float_vec4_both" />
34295<Test name="int_ivec4_vertex" />
34296<Test name="int_ivec4_fragment" />
34297<Test name="int_ivec4_both" />
34298<Test name="uint_uvec4_vertex" />
34299<Test name="uint_uvec4_fragment" />
34300<Test name="uint_uvec4_both" />
34301<Test name="bool_bvec4_vertex" />
34302<Test name="bool_bvec4_fragment" />
34303<Test name="bool_bvec4_both" />
34304<Test name="sampler2D_samplerCube_vertex" />
34305<Test name="sampler2D_samplerCube_fragment" />
34306<Test name="sampler2D_samplerCube_both" />
34307</TestCase>
34308<TestCase name="struct_in_array">
34309<Test name="float_vec4_vertex" />
34310<Test name="float_vec4_fragment" />
34311<Test name="float_vec4_both" />
34312<Test name="int_ivec4_vertex" />
34313<Test name="int_ivec4_fragment" />
34314<Test name="int_ivec4_both" />
34315<Test name="uint_uvec4_vertex" />
34316<Test name="uint_uvec4_fragment" />
34317<Test name="bool_bvec4_vertex" />
34318<Test name="bool_bvec4_fragment" />
34319<Test name="bool_bvec4_both" />
34320<Test name="sampler2D_samplerCube_vertex" />
34321<Test name="sampler2D_samplerCube_fragment" />
34322<Test name="sampler2D_samplerCube_both" />
34323</TestCase>
34324<TestCase name="array_in_struct">
34325<Test name="float_vec4_vertex" />
34326<Test name="float_vec4_fragment" />
34327<Test name="float_vec4_both" />
34328<Test name="int_ivec4_vertex" />
34329<Test name="int_ivec4_fragment" />
34330<Test name="int_ivec4_both" />
34331<Test name="uint_uvec4_vertex" />
34332<Test name="uint_uvec4_fragment" />
34333<Test name="bool_bvec4_vertex" />
34334<Test name="bool_bvec4_fragment" />
34335<Test name="bool_bvec4_both" />
34336<Test name="sampler2D_samplerCube_vertex" />
34337<Test name="sampler2D_samplerCube_fragment" />
34338<Test name="sampler2D_samplerCube_both" />
34339</TestCase>
34340<TestCase name="nested_structs_arrays">
34341<Test name="sampler2D_samplerCube_vertex" />
34342<Test name="sampler2D_samplerCube_fragment" />
34343<Test name="sampler2D_samplerCube_both" />
34344</TestCase>
34345<TestCase name="multiple_basic_array">
34346<Test name="vertex" />
34347<Test name="fragment" />
34348<Test name="both" />
34349</TestCase>
34350</TestSuite>
34351<TestSuite name="render">
34352<TestCase name="basic">
34353<Test name="float_vertex" />
34354<Test name="float_fragment" />
34355<Test name="float_both" />
34356<Test name="vec2_vertex" />
34357<Test name="vec2_fragment" />
34358<Test name="vec2_both" />
34359<Test name="vec3_vertex" />
34360<Test name="vec3_fragment" />
34361<Test name="vec3_both" />
34362<Test name="vec4_vertex" />
34363<Test name="vec4_fragment" />
34364<Test name="vec4_both" />
34365<Test name="int_vertex" />
34366<Test name="int_fragment" />
34367<Test name="int_both" />
34368<Test name="ivec2_vertex" />
34369<Test name="ivec2_fragment" />
34370<Test name="ivec2_both" />
34371<Test name="ivec3_vertex" />
34372<Test name="ivec3_fragment" />
34373<Test name="ivec3_both" />
34374<Test name="ivec4_vertex" />
34375<Test name="ivec4_fragment" />
34376<Test name="ivec4_both" />
34377<Test name="uint_vertex" />
34378<Test name="uint_both" />
34379<Test name="uvec2_vertex" />
34380<Test name="uvec2_fragment" />
34381<Test name="uvec2_both" />
34382<Test name="uvec3_vertex" />
34383<Test name="uvec3_fragment" />
34384<Test name="uvec3_both" />
34385<Test name="uvec4_vertex" />
34386<Test name="uvec4_fragment" />
34387<Test name="uvec4_both" />
34388<Test name="bool_vertex" />
34389<Test name="bool_fragment" />
34390<Test name="bool_both" />
34391<Test name="bvec2_vertex" />
34392<Test name="bvec2_fragment" />
34393<Test name="bvec2_both" />
34394<Test name="bvec3_vertex" />
34395<Test name="bvec3_fragment" />
34396<Test name="bvec3_both" />
34397<Test name="bvec4_vertex" />
34398<Test name="bvec4_fragment" />
34399<Test name="bvec4_both" />
34400<Test name="sampler2D_vertex" />
34401<Test name="sampler2D_fragment" />
34402<Test name="sampler2D_both" />
34403<Test name="samplerCube_vertex" />
34404<Test name="samplerCube_fragment" />
34405<Test name="samplerCube_both" />
34406</TestCase>
34407<TestCase name="basic_array">
34408<Test name="float_vertex" />
34409<Test name="float_fragment" />
34410<Test name="float_both" />
34411<Test name="vec4_vertex" />
34412<Test name="vec4_fragment" />
34413<Test name="vec4_both" />
34414<Test name="int_vertex" />
34415<Test name="int_fragment" />
34416<Test name="int_both" />
34417<Test name="ivec4_vertex" />
34418<Test name="ivec4_fragment" />
34419<Test name="ivec4_both" />
34420<Test name="uint_vertex" />
34421<Test name="uint_both" />
34422<Test name="uvec4_vertex" />
34423<Test name="uvec4_fragment" />
34424<Test name="uvec4_both" />
34425<Test name="bool_vertex" />
34426<Test name="bool_fragment" />
34427<Test name="bool_both" />
34428<Test name="bvec4_vertex" />
34429<Test name="bvec4_fragment" />
34430<Test name="bvec4_both" />
34431<Test name="sampler2D_vertex" />
34432<Test name="sampler2D_fragment" />
34433<Test name="sampler2D_both" />
34434</TestCase>
34435<TestCase name="basic_struct">
34436<Test name="float_vec4_vertex" />
34437<Test name="float_vec4_fragment" />
34438<Test name="float_vec4_both" />
34439<Test name="int_ivec4_vertex" />
34440<Test name="int_ivec4_fragment" />
34441<Test name="int_ivec4_both" />
34442<Test name="uint_uvec4_vertex" />
34443<Test name="uint_uvec4_fragment" />
34444<Test name="uint_uvec4_both" />
34445<Test name="bool_bvec4_vertex" />
34446<Test name="bool_bvec4_fragment" />
34447<Test name="bool_bvec4_both" />
34448<Test name="sampler2D_samplerCube_vertex" />
34449<Test name="sampler2D_samplerCube_fragment" />
34450<Test name="sampler2D_samplerCube_both" />
34451</TestCase>
34452<TestCase name="struct_in_array">
34453<Test name="float_vec4_vertex" />
34454<Test name="float_vec4_fragment" />
34455<Test name="float_vec4_both" />
34456<Test name="int_ivec4_vertex" />
34457<Test name="int_ivec4_fragment" />
34458<Test name="int_ivec4_both" />
34459<Test name="uint_uvec4_vertex" />
34460<Test name="uint_uvec4_fragment" />
34461<Test name="bool_bvec4_vertex" />
34462<Test name="bool_bvec4_fragment" />
34463<Test name="bool_bvec4_both" />
34464<Test name="sampler2D_samplerCube_vertex" />
34465<Test name="sampler2D_samplerCube_fragment" />
34466<Test name="sampler2D_samplerCube_both" />
34467</TestCase>
34468<TestCase name="array_in_struct">
34469<Test name="float_vec4_vertex" />
34470<Test name="float_vec4_fragment" />
34471<Test name="float_vec4_both" />
34472<Test name="int_ivec4_vertex" />
34473<Test name="int_ivec4_fragment" />
34474<Test name="int_ivec4_both" />
34475<Test name="uint_uvec4_vertex" />
34476<Test name="uint_uvec4_fragment" />
34477<Test name="bool_bvec4_vertex" />
34478<Test name="bool_bvec4_fragment" />
34479<Test name="bool_bvec4_both" />
34480<Test name="sampler2D_samplerCube_vertex" />
34481<Test name="sampler2D_samplerCube_fragment" />
34482<Test name="sampler2D_samplerCube_both" />
34483</TestCase>
34484<TestCase name="nested_structs_arrays">
34485<Test name="sampler2D_samplerCube_vertex" />
34486<Test name="sampler2D_samplerCube_fragment" />
34487<Test name="sampler2D_samplerCube_both" />
34488</TestCase>
34489<TestCase name="multiple_basic_array">
34490<Test name="vertex" />
34491<Test name="fragment" />
34492<Test name="both" />
34493</TestCase>
34494</TestSuite>
34495</TestSuite>
34496<TestSuite name="basic_array_assign_full">
34497<TestCase name="basic_array">
34498<Test name="float_vertex" />
34499<Test name="float_fragment" />
34500<Test name="float_both" />
34501<Test name="vec4_vertex" />
34502<Test name="vec4_fragment" />
34503<Test name="vec4_both" />
34504<Test name="mat4_vertex" />
34505<Test name="mat4_fragment" />
34506<Test name="mat4_both" />
34507<Test name="int_vertex" />
34508<Test name="int_fragment" />
34509<Test name="int_both" />
34510<Test name="ivec4_vertex" />
34511<Test name="ivec4_fragment" />
34512<Test name="ivec4_both" />
34513<Test name="uint_vertex" />
34514<Test name="uint_both" />
34515<Test name="uvec4_vertex" />
34516<Test name="uvec4_fragment" />
34517<Test name="uvec4_both" />
34518<Test name="bool_vertex" />
34519<Test name="bool_fragment" />
34520<Test name="bool_both" />
34521<Test name="bvec4_vertex" />
34522<Test name="bvec4_fragment" />
34523<Test name="bvec4_both" />
34524<Test name="sampler2D_vertex" />
34525<Test name="sampler2D_fragment" />
34526</TestCase>
34527<TestCase name="array_in_struct">
34528<Test name="float_vec4_vertex" />
34529<Test name="float_vec4_fragment" />
34530<Test name="float_vec4_both" />
34531<Test name="mat4_mat2_vertex" />
34532<Test name="mat4_mat2_fragment" />
34533<Test name="mat4_mat2_both" />
34534<Test name="int_ivec4_vertex" />
34535<Test name="int_ivec4_fragment" />
34536<Test name="int_ivec4_both" />
34537<Test name="uint_uvec4_vertex" />
34538<Test name="uint_uvec4_fragment" />
34539<Test name="bool_bvec4_vertex" />
34540<Test name="bool_bvec4_fragment" />
34541<Test name="bool_bvec4_both" />
34542<Test name="sampler2D_samplerCube_vertex" />
34543<Test name="sampler2D_samplerCube_fragment" />
34544</TestCase>
34545<TestCase name="multiple_basic_array">
34546<Test name="vertex" />
34547<Test name="fragment" />
34548<Test name="both" />
34549</TestCase>
34550</TestSuite>
34551<TestSuite name="basic_array_assign_partial">
34552<TestCase name="basic_array">
34553<Test name="float_vertex" />
34554<Test name="float_fragment" />
34555<Test name="float_both" />
34556<Test name="vec4_vertex" />
34557<Test name="vec4_fragment" />
34558<Test name="vec4_both" />
34559<Test name="mat4_vertex" />
34560<Test name="mat4_fragment" />
34561<Test name="mat4_both" />
34562<Test name="int_vertex" />
34563<Test name="int_fragment" />
34564<Test name="int_both" />
34565<Test name="ivec4_vertex" />
34566<Test name="ivec4_fragment" />
34567<Test name="ivec4_both" />
34568<Test name="uint_vertex" />
34569<Test name="uint_both" />
34570<Test name="uvec4_vertex" />
34571<Test name="uvec4_fragment" />
34572<Test name="uvec4_both" />
34573<Test name="bool_vertex" />
34574<Test name="bool_fragment" />
34575<Test name="bool_both" />
34576<Test name="bvec4_vertex" />
34577<Test name="bvec4_fragment" />
34578<Test name="bvec4_both" />
34579<Test name="sampler2D_vertex" />
34580<Test name="sampler2D_fragment" />
34581<Test name="sampler2D_both" />
34582</TestCase>
34583<TestCase name="array_in_struct">
34584<Test name="float_vec4_vertex" />
34585<Test name="float_vec4_fragment" />
34586<Test name="float_vec4_both" />
34587<Test name="mat4_mat2_vertex" />
34588<Test name="mat4_mat2_fragment" />
34589<Test name="mat4_mat2_both" />
34590<Test name="int_ivec4_vertex" />
34591<Test name="int_ivec4_fragment" />
34592<Test name="int_ivec4_both" />
34593<Test name="uint_uvec4_vertex" />
34594<Test name="uint_uvec4_fragment" />
34595<Test name="bool_bvec4_vertex" />
34596<Test name="bool_bvec4_fragment" />
34597<Test name="bool_bvec4_both" />
34598<Test name="sampler2D_samplerCube_vertex" />
34599<Test name="sampler2D_samplerCube_fragment" />
34600<Test name="sampler2D_samplerCube_both" />
34601</TestCase>
34602<TestCase name="multiple_basic_array">
34603<Test name="vertex" />
34604<Test name="fragment" />
34605<Test name="both" />
34606</TestCase>
34607</TestSuite>
34608<TestCase name="unused_uniforms">
34609<Test name="float_vec4_vertex" />
34610<Test name="float_vec4_fragment" />
34611<Test name="float_vec4_both" />
34612<Test name="mat4_mat2_vertex" />
34613<Test name="mat4_mat2_fragment" />
34614<Test name="mat4_mat2_both" />
34615<Test name="int_ivec4_vertex" />
34616<Test name="int_ivec4_fragment" />
34617<Test name="int_ivec4_both" />
34618<Test name="uint_uvec4_vertex" />
34619<Test name="uint_uvec4_fragment" />
34620<Test name="uint_uvec4_both" />
34621<Test name="bool_bvec4_vertex" />
34622<Test name="bool_bvec4_fragment" />
34623<Test name="bool_bvec4_both" />
34624<Test name="sampler2D_samplerCube_vertex" />
34625<Test name="sampler2D_samplerCube_fragment" />
34626<Test name="sampler2D_samplerCube_both" />
34627</TestCase>
34628</TestSuite>
34629</TestSuite>
34630<TestCase name="random">
34631<Test name="1" />
34632<Test name="2" />
34633<Test name="5" />
34634<Test name="7" />
34635<Test name="9" />
34636<Test name="10" />
34637<Test name="11" />
34638<Test name="12" />
34639<Test name="13" />
34640<Test name="15" />
34641<Test name="16" />
34642<Test name="18" />
34643<Test name="19" />
34644<Test name="24" />
34645<Test name="25" />
34646<Test name="26" />
34647<Test name="27" />
34648<Test name="28" />
34649<Test name="30" />
34650<Test name="31" />
34651<Test name="32" />
34652<Test name="34" />
34653<Test name="35" />
34654<Test name="36" />
34655<Test name="38" />
34656<Test name="39" />
34657<Test name="40" />
34658<Test name="41" />
34659<Test name="42" />
34660<Test name="43" />
34661<Test name="44" />
34662<Test name="45" />
34663<Test name="46" />
34664<Test name="47" />
34665<Test name="48" />
34666<Test name="49" />
34667<Test name="51" />
34668<Test name="52" />
34669<Test name="53" />
34670<Test name="55" />
34671<Test name="56" />
34672<Test name="57" />
34673<Test name="58" />
34674<Test name="60" />
34675<Test name="61" />
34676<Test name="62" />
34677<Test name="63" />
34678<Test name="64" />
34679<Test name="65" />
34680<Test name="66" />
34681<Test name="67" />
34682<Test name="68" />
34683<Test name="69" />
34684<Test name="70" />
34685<Test name="71" />
34686<Test name="73" />
34687<Test name="74" />
34688<Test name="76" />
34689<Test name="77" />
34690<Test name="78" />
34691<Test name="79" />
34692<Test name="80" />
34693<Test name="82" />
34694<Test name="84" />
34695<Test name="85" />
34696<Test name="88" />
34697<Test name="89" />
34698<Test name="91" />
34699<Test name="92" />
34700<Test name="94" />
34701<Test name="97" />
34702<Test name="99" />
34703</TestCase>
34704</TestSuite>
34705<TestSuite name="attribute_location">
34706<TestCase name="bind">
34707<Test name="float" />
34708<Test name="vec2" />
34709<Test name="vec3" />
34710<Test name="vec4" />
34711<Test name="mat2" />
34712<Test name="mat3" />
34713<Test name="mat4" />
34714<Test name="int" />
34715<Test name="ivec2" />
34716<Test name="ivec3" />
34717<Test name="ivec4" />
34718<Test name="uint" />
34719<Test name="uvec2" />
34720<Test name="uvec3" />
34721<Test name="uvec4" />
34722<Test name="mat2x2" />
34723<Test name="mat2x3" />
34724<Test name="mat2x4" />
34725<Test name="mat3x2" />
34726<Test name="mat3x3" />
34727<Test name="mat3x4" />
34728<Test name="mat4x2" />
34729<Test name="mat4x3" />
34730<Test name="mat4x4" />
34731</TestCase>
34732<TestCase name="bind_max_attributes">
34733<Test name="float" />
34734<Test name="vec2" />
34735<Test name="vec3" />
34736<Test name="vec4" />
34737<Test name="mat2" />
34738<Test name="mat3" />
34739<Test name="mat4" />
34740<Test name="int" />
34741<Test name="ivec2" />
34742<Test name="ivec3" />
34743<Test name="ivec4" />
34744<Test name="uint" />
34745<Test name="uvec2" />
34746<Test name="uvec3" />
34747<Test name="uvec4" />
34748<Test name="mat2x2" />
34749<Test name="mat2x3" />
34750<Test name="mat2x4" />
34751<Test name="mat3x2" />
34752<Test name="mat3x3" />
34753<Test name="mat3x4" />
34754<Test name="mat4x2" />
34755<Test name="mat4x3" />
34756<Test name="mat4x4" />
34757</TestCase>
34758<TestCase name="bind_aliasing">
34759<Test name="max_inactive_float" />
34760<Test name="max_inactive_vec2" />
34761<Test name="max_inactive_vec3" />
34762<Test name="max_inactive_vec4" />
34763<Test name="max_inactive_mat2" />
34764<Test name="max_inactive_mat3" />
34765<Test name="max_inactive_mat4" />
34766</TestCase>
34767<TestCase name="bind_hole">
34768<Test name="float" />
34769<Test name="vec2" />
34770<Test name="vec3" />
34771<Test name="mat2" />
34772<Test name="mat3" />
34773<Test name="mat4" />
34774<Test name="int" />
34775<Test name="ivec2" />
34776<Test name="ivec3" />
34777<Test name="ivec4" />
34778<Test name="uint" />
34779<Test name="uvec2" />
34780<Test name="uvec3" />
34781<Test name="uvec4" />
34782<Test name="mat2x2" />
34783<Test name="mat2x3" />
34784<Test name="mat2x4" />
34785<Test name="mat3x2" />
34786<Test name="mat3x3" />
34787<Test name="mat3x4" />
34788<Test name="mat4x2" />
34789<Test name="mat4x3" />
34790<Test name="mat4x4" />
34791</TestCase>
34792<TestCase name="bind_time">
34793<Test name="pre_attach" />
34794<Test name="pre_link" />
34795<Test name="post_link" />
34796<Test name="relink" />
34797<Test name="reattach" />
34798</TestCase>
34799<TestCase name="layout">
34800<Test name="float" />
34801<Test name="vec2" />
34802<Test name="vec3" />
34803<Test name="vec4" />
34804<Test name="int" />
34805<Test name="ivec2" />
34806<Test name="ivec3" />
34807<Test name="ivec4" />
34808<Test name="uint" />
34809<Test name="uvec2" />
34810<Test name="uvec3" />
34811<Test name="uvec4" />
34812</TestCase>
34813<TestCase name="layout_max_attributes">
34814<Test name="float" />
34815<Test name="vec2" />
34816<Test name="vec3" />
34817<Test name="vec4" />
34818<Test name="int" />
34819<Test name="ivec2" />
34820<Test name="ivec3" />
34821<Test name="ivec4" />
34822<Test name="uint" />
34823<Test name="uvec2" />
34824<Test name="uvec3" />
34825<Test name="uvec4" />
34826</TestCase>
34827<TestCase name="layout_hole">
34828<Test name="float" />
34829<Test name="vec2" />
34830<Test name="vec3" />
34831<Test name="vec4" />
34832<Test name="mat2" />
34833<Test name="mat3" />
34834<Test name="mat4" />
34835<Test name="int" />
34836<Test name="ivec2" />
34837<Test name="ivec3" />
34838<Test name="ivec4" />
34839<Test name="uint" />
34840<Test name="uvec2" />
34841<Test name="uvec3" />
34842<Test name="uvec4" />
34843<Test name="mat2x2" />
34844<Test name="mat2x3" />
34845<Test name="mat2x4" />
34846<Test name="mat3x2" />
34847<Test name="mat3x3" />
34848<Test name="mat3x4" />
34849<Test name="mat4x2" />
34850<Test name="mat4x3" />
34851<Test name="mat4x4" />
34852</TestCase>
34853<TestCase name="mixed">
34854<Test name="float" />
34855<Test name="vec2" />
34856<Test name="vec3" />
34857<Test name="vec4" />
34858<Test name="int" />
34859<Test name="ivec2" />
34860<Test name="ivec3" />
34861<Test name="ivec4" />
34862<Test name="uint" />
34863<Test name="uvec2" />
34864<Test name="uvec3" />
34865<Test name="uvec4" />
34866</TestCase>
34867<TestCase name="mixed_max_attributes">
34868<Test name="float" />
34869<Test name="vec2" />
34870<Test name="vec3" />
34871<Test name="vec4" />
34872<Test name="int" />
34873<Test name="ivec2" />
34874<Test name="ivec3" />
34875<Test name="ivec4" />
34876<Test name="uint" />
34877<Test name="uvec2" />
34878<Test name="uvec3" />
34879<Test name="uvec4" />
34880</TestCase>
34881<TestCase name="mixed_time">
34882<Test name="pre_attach" />
34883<Test name="pre_link" />
34884<Test name="post_link" />
34885<Test name="relink" />
34886<Test name="reattach" />
34887</TestCase>
34888<TestCase name="mixed_hole">
34889<Test name="float" />
34890<Test name="vec2" />
34891<Test name="vec3" />
34892<Test name="vec4" />
34893<Test name="mat2" />
34894<Test name="mat3" />
34895<Test name="mat4" />
34896<Test name="int" />
34897<Test name="ivec2" />
34898<Test name="ivec3" />
34899<Test name="ivec4" />
34900<Test name="uint" />
34901<Test name="uvec2" />
34902<Test name="uvec3" />
34903<Test name="uvec4" />
34904<Test name="mat2x2" />
34905<Test name="mat2x3" />
34906<Test name="mat2x4" />
34907<Test name="mat3x2" />
34908<Test name="mat3x3" />
34909<Test name="mat3x4" />
34910<Test name="mat4x2" />
34911<Test name="mat4x3" />
34912<Test name="mat4x4" />
34913</TestCase>
34914</TestSuite>
34915<TestSuite name="fragment_out">
34916<TestSuite name="basic">
34917<TestCase name="float">
34918<Test name="rgba32f_lowp_float" />
34919<Test name="rgba32f_lowp_vec2" />
34920<Test name="rgba32f_lowp_vec3" />
34921<Test name="rgba32f_lowp_vec4" />
34922<Test name="rgba32f_mediump_float" />
34923<Test name="rgba32f_mediump_vec2" />
34924<Test name="rgba32f_mediump_vec3" />
34925<Test name="rgba32f_mediump_vec4" />
34926<Test name="rgba32f_highp_float" />
34927<Test name="rgba32f_highp_vec2" />
34928<Test name="rgba32f_highp_vec3" />
34929<Test name="rgba32f_highp_vec4" />
34930<Test name="rgba16f_lowp_float" />
34931<Test name="rgba16f_lowp_vec2" />
34932<Test name="rgba16f_lowp_vec3" />
34933<Test name="rgba16f_lowp_vec4" />
34934<Test name="rgba16f_mediump_float" />
34935<Test name="rgba16f_mediump_vec2" />
34936<Test name="rgba16f_mediump_vec3" />
34937<Test name="rgba16f_mediump_vec4" />
34938<Test name="rgba16f_highp_float" />
34939<Test name="rgba16f_highp_vec2" />
34940<Test name="rgba16f_highp_vec3" />
34941<Test name="rgba16f_highp_vec4" />
34942<Test name="r11f_g11f_b10f_lowp_float" />
34943<Test name="r11f_g11f_b10f_lowp_vec2" />
34944<Test name="r11f_g11f_b10f_lowp_vec3" />
34945<Test name="r11f_g11f_b10f_lowp_vec4" />
34946<Test name="r11f_g11f_b10f_mediump_float" />
34947<Test name="r11f_g11f_b10f_mediump_vec2" />
34948<Test name="r11f_g11f_b10f_mediump_vec3" />
34949<Test name="r11f_g11f_b10f_mediump_vec4" />
34950<Test name="r11f_g11f_b10f_highp_float" />
34951<Test name="r11f_g11f_b10f_highp_vec2" />
34952<Test name="r11f_g11f_b10f_highp_vec3" />
34953<Test name="r11f_g11f_b10f_highp_vec4" />
34954<Test name="rg32f_lowp_float" />
34955<Test name="rg32f_lowp_vec2" />
34956<Test name="rg32f_lowp_vec3" />
34957<Test name="rg32f_lowp_vec4" />
34958<Test name="rg32f_mediump_float" />
34959<Test name="rg32f_mediump_vec2" />
34960<Test name="rg32f_mediump_vec3" />
34961<Test name="rg32f_mediump_vec4" />
34962<Test name="rg32f_highp_float" />
34963<Test name="rg32f_highp_vec2" />
34964<Test name="rg32f_highp_vec3" />
34965<Test name="rg32f_highp_vec4" />
34966<Test name="rg16f_lowp_float" />
34967<Test name="rg16f_lowp_vec2" />
34968<Test name="rg16f_lowp_vec3" />
34969<Test name="rg16f_lowp_vec4" />
34970<Test name="rg16f_mediump_float" />
34971<Test name="rg16f_mediump_vec2" />
34972<Test name="rg16f_mediump_vec3" />
34973<Test name="rg16f_mediump_vec4" />
34974<Test name="rg16f_highp_float" />
34975<Test name="rg16f_highp_vec2" />
34976<Test name="rg16f_highp_vec3" />
34977<Test name="rg16f_highp_vec4" />
34978<Test name="r32f_lowp_float" />
34979<Test name="r32f_lowp_vec2" />
34980<Test name="r32f_lowp_vec3" />
34981<Test name="r32f_lowp_vec4" />
34982<Test name="r32f_mediump_float" />
34983<Test name="r32f_mediump_vec2" />
34984<Test name="r32f_mediump_vec3" />
34985<Test name="r32f_mediump_vec4" />
34986<Test name="r32f_highp_float" />
34987<Test name="r32f_highp_vec2" />
34988<Test name="r32f_highp_vec3" />
34989<Test name="r32f_highp_vec4" />
34990<Test name="r16f_lowp_float" />
34991<Test name="r16f_lowp_vec2" />
34992<Test name="r16f_lowp_vec3" />
34993<Test name="r16f_lowp_vec4" />
34994<Test name="r16f_mediump_float" />
34995<Test name="r16f_mediump_vec2" />
34996<Test name="r16f_mediump_vec3" />
34997<Test name="r16f_mediump_vec4" />
34998<Test name="r16f_highp_float" />
34999<Test name="r16f_highp_vec2" />
35000<Test name="r16f_highp_vec3" />
35001<Test name="r16f_highp_vec4" />
35002</TestCase>
35003<TestCase name="fixed">
35004<Test name="rgba8_lowp_float" />
35005<Test name="rgba8_lowp_vec2" />
35006<Test name="rgba8_lowp_vec3" />
35007<Test name="rgba8_lowp_vec4" />
35008<Test name="rgba8_mediump_float" />
35009<Test name="rgba8_mediump_vec2" />
35010<Test name="rgba8_mediump_vec3" />
35011<Test name="rgba8_mediump_vec4" />
35012<Test name="rgba8_highp_float" />
35013<Test name="rgba8_highp_vec2" />
35014<Test name="rgba8_highp_vec3" />
35015<Test name="rgba8_highp_vec4" />
35016<Test name="srgb8_alpha8_lowp_float" />
35017<Test name="srgb8_alpha8_lowp_vec2" />
35018<Test name="srgb8_alpha8_lowp_vec3" />
35019<Test name="srgb8_alpha8_lowp_vec4" />
35020<Test name="srgb8_alpha8_mediump_float" />
35021<Test name="srgb8_alpha8_mediump_vec2" />
35022<Test name="srgb8_alpha8_mediump_vec3" />
35023<Test name="srgb8_alpha8_mediump_vec4" />
35024<Test name="srgb8_alpha8_highp_float" />
35025<Test name="srgb8_alpha8_highp_vec2" />
35026<Test name="srgb8_alpha8_highp_vec3" />
35027<Test name="srgb8_alpha8_highp_vec4" />
35028<Test name="rgb10_a2_lowp_float" />
35029<Test name="rgb10_a2_lowp_vec2" />
35030<Test name="rgb10_a2_lowp_vec3" />
35031<Test name="rgb10_a2_lowp_vec4" />
35032<Test name="rgb10_a2_mediump_float" />
35033<Test name="rgb10_a2_mediump_vec2" />
35034<Test name="rgb10_a2_mediump_vec3" />
35035<Test name="rgb10_a2_mediump_vec4" />
35036<Test name="rgb10_a2_highp_float" />
35037<Test name="rgb10_a2_highp_vec2" />
35038<Test name="rgb10_a2_highp_vec3" />
35039<Test name="rgb10_a2_highp_vec4" />
35040<Test name="rgba4_lowp_float" />
35041<Test name="rgba4_lowp_vec2" />
35042<Test name="rgba4_lowp_vec3" />
35043<Test name="rgba4_lowp_vec4" />
35044<Test name="rgba4_mediump_float" />
35045<Test name="rgba4_mediump_vec2" />
35046<Test name="rgba4_mediump_vec3" />
35047<Test name="rgba4_mediump_vec4" />
35048<Test name="rgba4_highp_float" />
35049<Test name="rgba4_highp_vec2" />
35050<Test name="rgba4_highp_vec3" />
35051<Test name="rgba4_highp_vec4" />
35052<Test name="rgb5_a1_lowp_float" />
35053<Test name="rgb5_a1_lowp_vec2" />
35054<Test name="rgb5_a1_lowp_vec3" />
35055<Test name="rgb5_a1_lowp_vec4" />
35056<Test name="rgb5_a1_mediump_float" />
35057<Test name="rgb5_a1_mediump_vec2" />
35058<Test name="rgb5_a1_mediump_vec3" />
35059<Test name="rgb5_a1_mediump_vec4" />
35060<Test name="rgb5_a1_highp_float" />
35061<Test name="rgb5_a1_highp_vec2" />
35062<Test name="rgb5_a1_highp_vec3" />
35063<Test name="rgb5_a1_highp_vec4" />
35064<Test name="rgb8_lowp_float" />
35065<Test name="rgb8_lowp_vec2" />
35066<Test name="rgb8_lowp_vec3" />
35067<Test name="rgb8_lowp_vec4" />
35068<Test name="rgb8_mediump_float" />
35069<Test name="rgb8_mediump_vec2" />
35070<Test name="rgb8_mediump_vec3" />
35071<Test name="rgb8_mediump_vec4" />
35072<Test name="rgb8_highp_float" />
35073<Test name="rgb8_highp_vec2" />
35074<Test name="rgb8_highp_vec3" />
35075<Test name="rgb8_highp_vec4" />
35076<Test name="rgb565_lowp_float" />
35077<Test name="rgb565_lowp_vec2" />
35078<Test name="rgb565_lowp_vec3" />
35079<Test name="rgb565_lowp_vec4" />
35080<Test name="rgb565_mediump_float" />
35081<Test name="rgb565_mediump_vec2" />
35082<Test name="rgb565_mediump_vec3" />
35083<Test name="rgb565_mediump_vec4" />
35084<Test name="rgb565_highp_float" />
35085<Test name="rgb565_highp_vec2" />
35086<Test name="rgb565_highp_vec3" />
35087<Test name="rgb565_highp_vec4" />
35088<Test name="rg8_lowp_float" />
35089<Test name="rg8_lowp_vec2" />
35090<Test name="rg8_lowp_vec3" />
35091<Test name="rg8_lowp_vec4" />
35092<Test name="rg8_mediump_float" />
35093<Test name="rg8_mediump_vec2" />
35094<Test name="rg8_mediump_vec3" />
35095<Test name="rg8_mediump_vec4" />
35096<Test name="rg8_highp_float" />
35097<Test name="rg8_highp_vec2" />
35098<Test name="rg8_highp_vec3" />
35099<Test name="rg8_highp_vec4" />
35100<Test name="r8_lowp_float" />
35101<Test name="r8_lowp_vec2" />
35102<Test name="r8_lowp_vec3" />
35103<Test name="r8_lowp_vec4" />
35104<Test name="r8_mediump_float" />
35105<Test name="r8_mediump_vec2" />
35106<Test name="r8_mediump_vec3" />
35107<Test name="r8_mediump_vec4" />
35108<Test name="r8_highp_float" />
35109<Test name="r8_highp_vec2" />
35110<Test name="r8_highp_vec3" />
35111<Test name="r8_highp_vec4" />
35112</TestCase>
35113<TestCase name="int">
35114<Test name="rgba32i_lowp_int" />
35115<Test name="rgba32i_lowp_ivec2" />
35116<Test name="rgba32i_lowp_ivec3" />
35117<Test name="rgba32i_lowp_ivec4" />
35118<Test name="rgba32i_mediump_int" />
35119<Test name="rgba32i_mediump_ivec2" />
35120<Test name="rgba32i_mediump_ivec3" />
35121<Test name="rgba32i_mediump_ivec4" />
35122<Test name="rgba32i_highp_int" />
35123<Test name="rgba32i_highp_ivec2" />
35124<Test name="rgba32i_highp_ivec3" />
35125<Test name="rgba32i_highp_ivec4" />
35126<Test name="rgba16i_lowp_int" />
35127<Test name="rgba16i_lowp_ivec2" />
35128<Test name="rgba16i_lowp_ivec3" />
35129<Test name="rgba16i_lowp_ivec4" />
35130<Test name="rgba16i_mediump_int" />
35131<Test name="rgba16i_mediump_ivec2" />
35132<Test name="rgba16i_mediump_ivec3" />
35133<Test name="rgba16i_mediump_ivec4" />
35134<Test name="rgba16i_highp_int" />
35135<Test name="rgba16i_highp_ivec2" />
35136<Test name="rgba16i_highp_ivec3" />
35137<Test name="rgba16i_highp_ivec4" />
35138<Test name="rgba8i_lowp_int" />
35139<Test name="rgba8i_lowp_ivec2" />
35140<Test name="rgba8i_lowp_ivec3" />
35141<Test name="rgba8i_lowp_ivec4" />
35142<Test name="rgba8i_mediump_int" />
35143<Test name="rgba8i_mediump_ivec2" />
35144<Test name="rgba8i_mediump_ivec3" />
35145<Test name="rgba8i_mediump_ivec4" />
35146<Test name="rgba8i_highp_int" />
35147<Test name="rgba8i_highp_ivec2" />
35148<Test name="rgba8i_highp_ivec3" />
35149<Test name="rgba8i_highp_ivec4" />
35150<Test name="rg32i_lowp_int" />
35151<Test name="rg32i_lowp_ivec2" />
35152<Test name="rg32i_lowp_ivec3" />
35153<Test name="rg32i_lowp_ivec4" />
35154<Test name="rg32i_mediump_int" />
35155<Test name="rg32i_mediump_ivec2" />
35156<Test name="rg32i_mediump_ivec3" />
35157<Test name="rg32i_mediump_ivec4" />
35158<Test name="rg32i_highp_int" />
35159<Test name="rg32i_highp_ivec2" />
35160<Test name="rg32i_highp_ivec3" />
35161<Test name="rg32i_highp_ivec4" />
35162<Test name="rg16i_lowp_int" />
35163<Test name="rg16i_lowp_ivec2" />
35164<Test name="rg16i_lowp_ivec3" />
35165<Test name="rg16i_lowp_ivec4" />
35166<Test name="rg16i_mediump_int" />
35167<Test name="rg16i_mediump_ivec2" />
35168<Test name="rg16i_mediump_ivec3" />
35169<Test name="rg16i_mediump_ivec4" />
35170<Test name="rg16i_highp_int" />
35171<Test name="rg16i_highp_ivec2" />
35172<Test name="rg16i_highp_ivec3" />
35173<Test name="rg16i_highp_ivec4" />
35174<Test name="rg8i_lowp_int" />
35175<Test name="rg8i_lowp_ivec2" />
35176<Test name="rg8i_lowp_ivec3" />
35177<Test name="rg8i_lowp_ivec4" />
35178<Test name="rg8i_mediump_int" />
35179<Test name="rg8i_mediump_ivec2" />
35180<Test name="rg8i_mediump_ivec3" />
35181<Test name="rg8i_mediump_ivec4" />
35182<Test name="rg8i_highp_int" />
35183<Test name="rg8i_highp_ivec2" />
35184<Test name="rg8i_highp_ivec3" />
35185<Test name="rg8i_highp_ivec4" />
35186<Test name="r32i_lowp_int" />
35187<Test name="r32i_lowp_ivec2" />
35188<Test name="r32i_lowp_ivec3" />
35189<Test name="r32i_lowp_ivec4" />
35190<Test name="r32i_mediump_int" />
35191<Test name="r32i_mediump_ivec2" />
35192<Test name="r32i_mediump_ivec3" />
35193<Test name="r32i_mediump_ivec4" />
35194<Test name="r32i_highp_int" />
35195<Test name="r32i_highp_ivec2" />
35196<Test name="r32i_highp_ivec3" />
35197<Test name="r32i_highp_ivec4" />
35198<Test name="r16i_lowp_int" />
35199<Test name="r16i_lowp_ivec2" />
35200<Test name="r16i_lowp_ivec3" />
35201<Test name="r16i_lowp_ivec4" />
35202<Test name="r16i_mediump_int" />
35203<Test name="r16i_mediump_ivec2" />
35204<Test name="r16i_mediump_ivec3" />
35205<Test name="r16i_mediump_ivec4" />
35206<Test name="r16i_highp_int" />
35207<Test name="r16i_highp_ivec2" />
35208<Test name="r16i_highp_ivec3" />
35209<Test name="r16i_highp_ivec4" />
35210<Test name="r8i_lowp_int" />
35211<Test name="r8i_lowp_ivec2" />
35212<Test name="r8i_lowp_ivec3" />
35213<Test name="r8i_lowp_ivec4" />
35214<Test name="r8i_mediump_int" />
35215<Test name="r8i_mediump_ivec2" />
35216<Test name="r8i_mediump_ivec3" />
35217<Test name="r8i_mediump_ivec4" />
35218<Test name="r8i_highp_int" />
35219<Test name="r8i_highp_ivec2" />
35220<Test name="r8i_highp_ivec3" />
35221<Test name="r8i_highp_ivec4" />
35222</TestCase>
35223<TestCase name="uint">
35224<Test name="rgba32ui_lowp_uint" />
35225<Test name="rgba32ui_lowp_uvec2" />
35226<Test name="rgba32ui_lowp_uvec3" />
35227<Test name="rgba32ui_lowp_uvec4" />
35228<Test name="rgba32ui_mediump_uint" />
35229<Test name="rgba32ui_mediump_uvec2" />
35230<Test name="rgba32ui_mediump_uvec3" />
35231<Test name="rgba32ui_mediump_uvec4" />
35232<Test name="rgba32ui_highp_uint" />
35233<Test name="rgba32ui_highp_uvec2" />
35234<Test name="rgba32ui_highp_uvec3" />
35235<Test name="rgba32ui_highp_uvec4" />
35236<Test name="rgba16ui_lowp_uint" />
35237<Test name="rgba16ui_lowp_uvec2" />
35238<Test name="rgba16ui_lowp_uvec3" />
35239<Test name="rgba16ui_lowp_uvec4" />
35240<Test name="rgba16ui_mediump_uint" />
35241<Test name="rgba16ui_mediump_uvec2" />
35242<Test name="rgba16ui_mediump_uvec3" />
35243<Test name="rgba16ui_mediump_uvec4" />
35244<Test name="rgba16ui_highp_uint" />
35245<Test name="rgba16ui_highp_uvec2" />
35246<Test name="rgba16ui_highp_uvec3" />
35247<Test name="rgba16ui_highp_uvec4" />
35248<Test name="rgba8ui_lowp_uint" />
35249<Test name="rgba8ui_lowp_uvec2" />
35250<Test name="rgba8ui_lowp_uvec3" />
35251<Test name="rgba8ui_lowp_uvec4" />
35252<Test name="rgba8ui_mediump_uint" />
35253<Test name="rgba8ui_mediump_uvec2" />
35254<Test name="rgba8ui_mediump_uvec3" />
35255<Test name="rgba8ui_mediump_uvec4" />
35256<Test name="rgba8ui_highp_uint" />
35257<Test name="rgba8ui_highp_uvec2" />
35258<Test name="rgba8ui_highp_uvec3" />
35259<Test name="rgba8ui_highp_uvec4" />
35260<Test name="rgb10_a2ui_lowp_uint" />
35261<Test name="rgb10_a2ui_lowp_uvec2" />
35262<Test name="rgb10_a2ui_lowp_uvec3" />
35263<Test name="rgb10_a2ui_lowp_uvec4" />
35264<Test name="rgb10_a2ui_mediump_uint" />
35265<Test name="rgb10_a2ui_mediump_uvec2" />
35266<Test name="rgb10_a2ui_mediump_uvec3" />
35267<Test name="rgb10_a2ui_mediump_uvec4" />
35268<Test name="rgb10_a2ui_highp_uint" />
35269<Test name="rgb10_a2ui_highp_uvec2" />
35270<Test name="rgb10_a2ui_highp_uvec3" />
35271<Test name="rgb10_a2ui_highp_uvec4" />
35272<Test name="rg32ui_lowp_uint" />
35273<Test name="rg32ui_lowp_uvec2" />
35274<Test name="rg32ui_lowp_uvec3" />
35275<Test name="rg32ui_lowp_uvec4" />
35276<Test name="rg32ui_mediump_uint" />
35277<Test name="rg32ui_mediump_uvec2" />
35278<Test name="rg32ui_mediump_uvec3" />
35279<Test name="rg32ui_mediump_uvec4" />
35280<Test name="rg32ui_highp_uint" />
35281<Test name="rg32ui_highp_uvec2" />
35282<Test name="rg32ui_highp_uvec3" />
35283<Test name="rg32ui_highp_uvec4" />
35284<Test name="rg16ui_lowp_uint" />
35285<Test name="rg16ui_lowp_uvec2" />
35286<Test name="rg16ui_lowp_uvec3" />
35287<Test name="rg16ui_lowp_uvec4" />
35288<Test name="rg16ui_mediump_uint" />
35289<Test name="rg16ui_mediump_uvec2" />
35290<Test name="rg16ui_mediump_uvec3" />
35291<Test name="rg16ui_mediump_uvec4" />
35292<Test name="rg16ui_highp_uint" />
35293<Test name="rg16ui_highp_uvec2" />
35294<Test name="rg16ui_highp_uvec3" />
35295<Test name="rg16ui_highp_uvec4" />
35296<Test name="rg8ui_lowp_uint" />
35297<Test name="rg8ui_lowp_uvec2" />
35298<Test name="rg8ui_lowp_uvec3" />
35299<Test name="rg8ui_lowp_uvec4" />
35300<Test name="rg8ui_mediump_uint" />
35301<Test name="rg8ui_mediump_uvec2" />
35302<Test name="rg8ui_mediump_uvec3" />
35303<Test name="rg8ui_mediump_uvec4" />
35304<Test name="rg8ui_highp_uint" />
35305<Test name="rg8ui_highp_uvec2" />
35306<Test name="rg8ui_highp_uvec3" />
35307<Test name="rg8ui_highp_uvec4" />
35308<Test name="r32ui_lowp_uint" />
35309<Test name="r32ui_lowp_uvec2" />
35310<Test name="r32ui_lowp_uvec3" />
35311<Test name="r32ui_lowp_uvec4" />
35312<Test name="r32ui_mediump_uint" />
35313<Test name="r32ui_mediump_uvec2" />
35314<Test name="r32ui_mediump_uvec3" />
35315<Test name="r32ui_mediump_uvec4" />
35316<Test name="r32ui_highp_uint" />
35317<Test name="r32ui_highp_uvec2" />
35318<Test name="r32ui_highp_uvec3" />
35319<Test name="r32ui_highp_uvec4" />
35320<Test name="r16ui_lowp_uint" />
35321<Test name="r16ui_lowp_uvec2" />
35322<Test name="r16ui_lowp_uvec3" />
35323<Test name="r16ui_lowp_uvec4" />
35324<Test name="r16ui_mediump_uint" />
35325<Test name="r16ui_mediump_uvec2" />
35326<Test name="r16ui_mediump_uvec3" />
35327<Test name="r16ui_mediump_uvec4" />
35328<Test name="r16ui_highp_uint" />
35329<Test name="r16ui_highp_uvec2" />
35330<Test name="r16ui_highp_uvec3" />
35331<Test name="r16ui_highp_uvec4" />
35332<Test name="r8ui_lowp_uint" />
35333<Test name="r8ui_lowp_uvec2" />
35334<Test name="r8ui_lowp_uvec3" />
35335<Test name="r8ui_lowp_uvec4" />
35336<Test name="r8ui_mediump_uint" />
35337<Test name="r8ui_mediump_uvec2" />
35338<Test name="r8ui_mediump_uvec3" />
35339<Test name="r8ui_mediump_uvec4" />
35340<Test name="r8ui_highp_uint" />
35341<Test name="r8ui_highp_uvec2" />
35342<Test name="r8ui_highp_uvec3" />
35343<Test name="r8ui_highp_uvec4" />
35344</TestCase>
35345</TestSuite>
35346<TestSuite name="array">
35347<TestCase name="float">
35348<Test name="rgba32f_lowp_float" />
35349<Test name="rgba32f_lowp_vec2" />
35350<Test name="rgba32f_lowp_vec3" />
35351<Test name="rgba32f_lowp_vec4" />
35352<Test name="rgba32f_mediump_float" />
35353<Test name="rgba32f_mediump_vec2" />
35354<Test name="rgba32f_mediump_vec3" />
35355<Test name="rgba32f_mediump_vec4" />
35356<Test name="rgba32f_highp_float" />
35357<Test name="rgba32f_highp_vec2" />
35358<Test name="rgba32f_highp_vec3" />
35359<Test name="rgba32f_highp_vec4" />
35360<Test name="rgba16f_lowp_float" />
35361<Test name="rgba16f_lowp_vec2" />
35362<Test name="rgba16f_lowp_vec3" />
35363<Test name="rgba16f_lowp_vec4" />
35364<Test name="rgba16f_mediump_float" />
35365<Test name="rgba16f_mediump_vec2" />
35366<Test name="rgba16f_mediump_vec3" />
35367<Test name="rgba16f_mediump_vec4" />
35368<Test name="rgba16f_highp_float" />
35369<Test name="rgba16f_highp_vec2" />
35370<Test name="rgba16f_highp_vec3" />
35371<Test name="rgba16f_highp_vec4" />
35372<Test name="r11f_g11f_b10f_lowp_float" />
35373<Test name="r11f_g11f_b10f_lowp_vec2" />
35374<Test name="r11f_g11f_b10f_lowp_vec3" />
35375<Test name="r11f_g11f_b10f_lowp_vec4" />
35376<Test name="r11f_g11f_b10f_mediump_float" />
35377<Test name="r11f_g11f_b10f_mediump_vec2" />
35378<Test name="r11f_g11f_b10f_mediump_vec3" />
35379<Test name="r11f_g11f_b10f_mediump_vec4" />
35380<Test name="r11f_g11f_b10f_highp_float" />
35381<Test name="r11f_g11f_b10f_highp_vec2" />
35382<Test name="r11f_g11f_b10f_highp_vec3" />
35383<Test name="r11f_g11f_b10f_highp_vec4" />
35384<Test name="rg32f_lowp_float" />
35385<Test name="rg32f_lowp_vec2" />
35386<Test name="rg32f_lowp_vec3" />
35387<Test name="rg32f_lowp_vec4" />
35388<Test name="rg32f_mediump_float" />
35389<Test name="rg32f_mediump_vec2" />
35390<Test name="rg32f_mediump_vec3" />
35391<Test name="rg32f_mediump_vec4" />
35392<Test name="rg32f_highp_float" />
35393<Test name="rg32f_highp_vec2" />
35394<Test name="rg32f_highp_vec3" />
35395<Test name="rg32f_highp_vec4" />
35396<Test name="rg16f_lowp_float" />
35397<Test name="rg16f_lowp_vec2" />
35398<Test name="rg16f_lowp_vec3" />
35399<Test name="rg16f_lowp_vec4" />
35400<Test name="rg16f_mediump_float" />
35401<Test name="rg16f_mediump_vec2" />
35402<Test name="rg16f_mediump_vec3" />
35403<Test name="rg16f_mediump_vec4" />
35404<Test name="rg16f_highp_float" />
35405<Test name="rg16f_highp_vec2" />
35406<Test name="rg16f_highp_vec3" />
35407<Test name="rg16f_highp_vec4" />
35408<Test name="r32f_lowp_float" />
35409<Test name="r32f_lowp_vec2" />
35410<Test name="r32f_lowp_vec3" />
35411<Test name="r32f_lowp_vec4" />
35412<Test name="r32f_mediump_float" />
35413<Test name="r32f_mediump_vec2" />
35414<Test name="r32f_mediump_vec3" />
35415<Test name="r32f_mediump_vec4" />
35416<Test name="r32f_highp_float" />
35417<Test name="r32f_highp_vec2" />
35418<Test name="r32f_highp_vec3" />
35419<Test name="r32f_highp_vec4" />
35420<Test name="r16f_lowp_float" />
35421<Test name="r16f_lowp_vec2" />
35422<Test name="r16f_lowp_vec3" />
35423<Test name="r16f_lowp_vec4" />
35424<Test name="r16f_mediump_float" />
35425<Test name="r16f_mediump_vec2" />
35426<Test name="r16f_mediump_vec3" />
35427<Test name="r16f_mediump_vec4" />
35428<Test name="r16f_highp_float" />
35429<Test name="r16f_highp_vec2" />
35430<Test name="r16f_highp_vec3" />
35431<Test name="r16f_highp_vec4" />
35432</TestCase>
35433<TestCase name="fixed">
35434<Test name="rgba8_lowp_float" />
35435<Test name="rgba8_lowp_vec2" />
35436<Test name="rgba8_lowp_vec3" />
35437<Test name="rgba8_lowp_vec4" />
35438<Test name="rgba8_mediump_float" />
35439<Test name="rgba8_mediump_vec2" />
35440<Test name="rgba8_mediump_vec3" />
35441<Test name="rgba8_mediump_vec4" />
35442<Test name="rgba8_highp_float" />
35443<Test name="rgba8_highp_vec2" />
35444<Test name="rgba8_highp_vec3" />
35445<Test name="rgba8_highp_vec4" />
35446<Test name="srgb8_alpha8_lowp_float" />
35447<Test name="srgb8_alpha8_lowp_vec2" />
35448<Test name="srgb8_alpha8_lowp_vec3" />
35449<Test name="srgb8_alpha8_lowp_vec4" />
35450<Test name="srgb8_alpha8_mediump_float" />
35451<Test name="srgb8_alpha8_mediump_vec2" />
35452<Test name="srgb8_alpha8_mediump_vec3" />
35453<Test name="srgb8_alpha8_mediump_vec4" />
35454<Test name="srgb8_alpha8_highp_float" />
35455<Test name="srgb8_alpha8_highp_vec2" />
35456<Test name="srgb8_alpha8_highp_vec3" />
35457<Test name="srgb8_alpha8_highp_vec4" />
35458<Test name="rgb10_a2_lowp_float" />
35459<Test name="rgb10_a2_lowp_vec2" />
35460<Test name="rgb10_a2_lowp_vec3" />
35461<Test name="rgb10_a2_lowp_vec4" />
35462<Test name="rgb10_a2_mediump_float" />
35463<Test name="rgb10_a2_mediump_vec2" />
35464<Test name="rgb10_a2_mediump_vec3" />
35465<Test name="rgb10_a2_mediump_vec4" />
35466<Test name="rgb10_a2_highp_float" />
35467<Test name="rgb10_a2_highp_vec2" />
35468<Test name="rgb10_a2_highp_vec3" />
35469<Test name="rgb10_a2_highp_vec4" />
35470<Test name="rgba4_lowp_float" />
35471<Test name="rgba4_lowp_vec2" />
35472<Test name="rgba4_lowp_vec3" />
35473<Test name="rgba4_lowp_vec4" />
35474<Test name="rgba4_mediump_float" />
35475<Test name="rgba4_mediump_vec2" />
35476<Test name="rgba4_mediump_vec3" />
35477<Test name="rgba4_mediump_vec4" />
35478<Test name="rgba4_highp_float" />
35479<Test name="rgba4_highp_vec2" />
35480<Test name="rgba4_highp_vec3" />
35481<Test name="rgba4_highp_vec4" />
35482<Test name="rgb5_a1_lowp_float" />
35483<Test name="rgb5_a1_lowp_vec2" />
35484<Test name="rgb5_a1_lowp_vec3" />
35485<Test name="rgb5_a1_lowp_vec4" />
35486<Test name="rgb5_a1_mediump_float" />
35487<Test name="rgb5_a1_mediump_vec2" />
35488<Test name="rgb5_a1_mediump_vec3" />
35489<Test name="rgb5_a1_mediump_vec4" />
35490<Test name="rgb5_a1_highp_float" />
35491<Test name="rgb5_a1_highp_vec2" />
35492<Test name="rgb5_a1_highp_vec3" />
35493<Test name="rgb5_a1_highp_vec4" />
35494<Test name="rgb8_lowp_float" />
35495<Test name="rgb8_lowp_vec2" />
35496<Test name="rgb8_lowp_vec3" />
35497<Test name="rgb8_lowp_vec4" />
35498<Test name="rgb8_mediump_float" />
35499<Test name="rgb8_mediump_vec2" />
35500<Test name="rgb8_mediump_vec3" />
35501<Test name="rgb8_mediump_vec4" />
35502<Test name="rgb8_highp_float" />
35503<Test name="rgb8_highp_vec2" />
35504<Test name="rgb8_highp_vec3" />
35505<Test name="rgb8_highp_vec4" />
35506<Test name="rgb565_lowp_float" />
35507<Test name="rgb565_lowp_vec2" />
35508<Test name="rgb565_lowp_vec3" />
35509<Test name="rgb565_lowp_vec4" />
35510<Test name="rgb565_mediump_float" />
35511<Test name="rgb565_mediump_vec2" />
35512<Test name="rgb565_mediump_vec3" />
35513<Test name="rgb565_mediump_vec4" />
35514<Test name="rgb565_highp_float" />
35515<Test name="rgb565_highp_vec2" />
35516<Test name="rgb565_highp_vec3" />
35517<Test name="rgb565_highp_vec4" />
35518<Test name="rg8_lowp_float" />
35519<Test name="rg8_lowp_vec2" />
35520<Test name="rg8_lowp_vec3" />
35521<Test name="rg8_lowp_vec4" />
35522<Test name="rg8_mediump_float" />
35523<Test name="rg8_mediump_vec2" />
35524<Test name="rg8_mediump_vec3" />
35525<Test name="rg8_mediump_vec4" />
35526<Test name="rg8_highp_float" />
35527<Test name="rg8_highp_vec2" />
35528<Test name="rg8_highp_vec3" />
35529<Test name="rg8_highp_vec4" />
35530<Test name="r8_lowp_float" />
35531<Test name="r8_lowp_vec2" />
35532<Test name="r8_lowp_vec3" />
35533<Test name="r8_lowp_vec4" />
35534<Test name="r8_mediump_float" />
35535<Test name="r8_mediump_vec2" />
35536<Test name="r8_mediump_vec3" />
35537<Test name="r8_mediump_vec4" />
35538<Test name="r8_highp_float" />
35539<Test name="r8_highp_vec2" />
35540<Test name="r8_highp_vec3" />
35541<Test name="r8_highp_vec4" />
35542</TestCase>
35543<TestCase name="int">
35544<Test name="rgba16i_lowp_int" />
35545<Test name="rgba16i_lowp_ivec2" />
35546<Test name="rgba16i_lowp_ivec3" />
35547<Test name="rgba16i_lowp_ivec4" />
35548<Test name="rgba16i_mediump_int" />
35549<Test name="rgba16i_mediump_ivec2" />
35550<Test name="rgba16i_mediump_ivec3" />
35551<Test name="rgba16i_mediump_ivec4" />
35552<Test name="rgba16i_highp_int" />
35553<Test name="rgba16i_highp_ivec2" />
35554<Test name="rgba16i_highp_ivec3" />
35555<Test name="rgba16i_highp_ivec4" />
35556<Test name="rgba8i_lowp_int" />
35557<Test name="rgba8i_lowp_ivec2" />
35558<Test name="rgba8i_lowp_ivec3" />
35559<Test name="rgba8i_lowp_ivec4" />
35560<Test name="rgba8i_mediump_int" />
35561<Test name="rgba8i_mediump_ivec2" />
35562<Test name="rgba8i_mediump_ivec3" />
35563<Test name="rgba8i_mediump_ivec4" />
35564<Test name="rgba8i_highp_int" />
35565<Test name="rgba8i_highp_ivec2" />
35566<Test name="rgba8i_highp_ivec3" />
35567<Test name="rgba8i_highp_ivec4" />
35568<Test name="rg32i_lowp_int" />
35569<Test name="rg32i_lowp_ivec2" />
35570<Test name="rg32i_lowp_ivec3" />
35571<Test name="rg32i_lowp_ivec4" />
35572<Test name="rg32i_mediump_int" />
35573<Test name="rg32i_mediump_ivec2" />
35574<Test name="rg32i_mediump_ivec3" />
35575<Test name="rg32i_mediump_ivec4" />
35576<Test name="rg32i_highp_int" />
35577<Test name="rg32i_highp_ivec2" />
35578<Test name="rg32i_highp_ivec3" />
35579<Test name="rg32i_highp_ivec4" />
35580<Test name="rg16i_lowp_int" />
35581<Test name="rg16i_lowp_ivec2" />
35582<Test name="rg16i_lowp_ivec3" />
35583<Test name="rg16i_lowp_ivec4" />
35584<Test name="rg16i_mediump_int" />
35585<Test name="rg16i_mediump_ivec2" />
35586<Test name="rg16i_mediump_ivec3" />
35587<Test name="rg16i_mediump_ivec4" />
35588<Test name="rg16i_highp_int" />
35589<Test name="rg16i_highp_ivec2" />
35590<Test name="rg16i_highp_ivec3" />
35591<Test name="rg16i_highp_ivec4" />
35592<Test name="rg8i_lowp_int" />
35593<Test name="rg8i_lowp_ivec2" />
35594<Test name="rg8i_lowp_ivec3" />
35595<Test name="rg8i_lowp_ivec4" />
35596<Test name="rg8i_mediump_int" />
35597<Test name="rg8i_mediump_ivec2" />
35598<Test name="rg8i_mediump_ivec3" />
35599<Test name="rg8i_mediump_ivec4" />
35600<Test name="rg8i_highp_int" />
35601<Test name="rg8i_highp_ivec2" />
35602<Test name="rg8i_highp_ivec3" />
35603<Test name="rg8i_highp_ivec4" />
35604<Test name="r32i_lowp_int" />
35605<Test name="r32i_lowp_ivec2" />
35606<Test name="r32i_lowp_ivec3" />
35607<Test name="r32i_lowp_ivec4" />
35608<Test name="r32i_mediump_int" />
35609<Test name="r32i_mediump_ivec2" />
35610<Test name="r32i_mediump_ivec3" />
35611<Test name="r32i_mediump_ivec4" />
35612<Test name="r32i_highp_int" />
35613<Test name="r32i_highp_ivec2" />
35614<Test name="r32i_highp_ivec3" />
35615<Test name="r32i_highp_ivec4" />
35616<Test name="r16i_lowp_int" />
35617<Test name="r16i_lowp_ivec2" />
35618<Test name="r16i_lowp_ivec3" />
35619<Test name="r16i_lowp_ivec4" />
35620<Test name="r16i_mediump_int" />
35621<Test name="r16i_mediump_ivec2" />
35622<Test name="r16i_mediump_ivec3" />
35623<Test name="r16i_mediump_ivec4" />
35624<Test name="r16i_highp_int" />
35625<Test name="r16i_highp_ivec2" />
35626<Test name="r16i_highp_ivec3" />
35627<Test name="r16i_highp_ivec4" />
35628<Test name="r8i_lowp_int" />
35629<Test name="r8i_lowp_ivec2" />
35630<Test name="r8i_lowp_ivec3" />
35631<Test name="r8i_lowp_ivec4" />
35632<Test name="r8i_mediump_int" />
35633<Test name="r8i_mediump_ivec2" />
35634<Test name="r8i_mediump_ivec3" />
35635<Test name="r8i_mediump_ivec4" />
35636<Test name="r8i_highp_int" />
35637<Test name="r8i_highp_ivec2" />
35638<Test name="r8i_highp_ivec3" />
35639<Test name="r8i_highp_ivec4" />
35640</TestCase>
35641<TestCase name="uint">
35642<Test name="rgba16ui_lowp_uint" />
35643<Test name="rgba16ui_lowp_uvec2" />
35644<Test name="rgba16ui_lowp_uvec3" />
35645<Test name="rgba16ui_lowp_uvec4" />
35646<Test name="rgba16ui_mediump_uint" />
35647<Test name="rgba16ui_mediump_uvec2" />
35648<Test name="rgba16ui_mediump_uvec3" />
35649<Test name="rgba16ui_mediump_uvec4" />
35650<Test name="rgba16ui_highp_uint" />
35651<Test name="rgba16ui_highp_uvec2" />
35652<Test name="rgba16ui_highp_uvec3" />
35653<Test name="rgba16ui_highp_uvec4" />
35654<Test name="rgba8ui_lowp_uint" />
35655<Test name="rgba8ui_lowp_uvec2" />
35656<Test name="rgba8ui_lowp_uvec3" />
35657<Test name="rgba8ui_lowp_uvec4" />
35658<Test name="rgba8ui_mediump_uint" />
35659<Test name="rgba8ui_mediump_uvec2" />
35660<Test name="rgba8ui_mediump_uvec3" />
35661<Test name="rgba8ui_mediump_uvec4" />
35662<Test name="rgba8ui_highp_uint" />
35663<Test name="rgba8ui_highp_uvec2" />
35664<Test name="rgba8ui_highp_uvec3" />
35665<Test name="rgba8ui_highp_uvec4" />
35666<Test name="rgb10_a2ui_lowp_uint" />
35667<Test name="rgb10_a2ui_lowp_uvec2" />
35668<Test name="rgb10_a2ui_lowp_uvec3" />
35669<Test name="rgb10_a2ui_lowp_uvec4" />
35670<Test name="rgb10_a2ui_mediump_uint" />
35671<Test name="rgb10_a2ui_mediump_uvec2" />
35672<Test name="rgb10_a2ui_mediump_uvec3" />
35673<Test name="rgb10_a2ui_mediump_uvec4" />
35674<Test name="rgb10_a2ui_highp_uint" />
35675<Test name="rgb10_a2ui_highp_uvec2" />
35676<Test name="rgb10_a2ui_highp_uvec3" />
35677<Test name="rgb10_a2ui_highp_uvec4" />
35678<Test name="rg32ui_lowp_uint" />
35679<Test name="rg32ui_lowp_uvec2" />
35680<Test name="rg32ui_lowp_uvec3" />
35681<Test name="rg32ui_lowp_uvec4" />
35682<Test name="rg32ui_mediump_uint" />
35683<Test name="rg32ui_mediump_uvec2" />
35684<Test name="rg32ui_mediump_uvec3" />
35685<Test name="rg32ui_mediump_uvec4" />
35686<Test name="rg32ui_highp_uint" />
35687<Test name="rg32ui_highp_uvec2" />
35688<Test name="rg32ui_highp_uvec3" />
35689<Test name="rg32ui_highp_uvec4" />
35690<Test name="rg16ui_lowp_uint" />
35691<Test name="rg16ui_lowp_uvec2" />
35692<Test name="rg16ui_lowp_uvec3" />
35693<Test name="rg16ui_lowp_uvec4" />
35694<Test name="rg16ui_mediump_uint" />
35695<Test name="rg16ui_mediump_uvec2" />
35696<Test name="rg16ui_mediump_uvec3" />
35697<Test name="rg16ui_mediump_uvec4" />
35698<Test name="rg16ui_highp_uint" />
35699<Test name="rg16ui_highp_uvec2" />
35700<Test name="rg16ui_highp_uvec3" />
35701<Test name="rg16ui_highp_uvec4" />
35702<Test name="rg8ui_lowp_uint" />
35703<Test name="rg8ui_lowp_uvec2" />
35704<Test name="rg8ui_lowp_uvec3" />
35705<Test name="rg8ui_lowp_uvec4" />
35706<Test name="rg8ui_mediump_uint" />
35707<Test name="rg8ui_mediump_uvec2" />
35708<Test name="rg8ui_mediump_uvec3" />
35709<Test name="rg8ui_mediump_uvec4" />
35710<Test name="rg8ui_highp_uint" />
35711<Test name="rg8ui_highp_uvec2" />
35712<Test name="rg8ui_highp_uvec3" />
35713<Test name="rg8ui_highp_uvec4" />
35714<Test name="r32ui_lowp_uint" />
35715<Test name="r32ui_lowp_uvec2" />
35716<Test name="r32ui_lowp_uvec3" />
35717<Test name="r32ui_lowp_uvec4" />
35718<Test name="r32ui_mediump_uint" />
35719<Test name="r32ui_mediump_uvec2" />
35720<Test name="r32ui_mediump_uvec3" />
35721<Test name="r32ui_mediump_uvec4" />
35722<Test name="r32ui_highp_uint" />
35723<Test name="r32ui_highp_uvec2" />
35724<Test name="r32ui_highp_uvec3" />
35725<Test name="r32ui_highp_uvec4" />
35726<Test name="r16ui_lowp_uint" />
35727<Test name="r16ui_lowp_uvec2" />
35728<Test name="r16ui_lowp_uvec3" />
35729<Test name="r16ui_lowp_uvec4" />
35730<Test name="r16ui_mediump_uint" />
35731<Test name="r16ui_mediump_uvec2" />
35732<Test name="r16ui_mediump_uvec3" />
35733<Test name="r16ui_mediump_uvec4" />
35734<Test name="r16ui_highp_uint" />
35735<Test name="r16ui_highp_uvec2" />
35736<Test name="r16ui_highp_uvec3" />
35737<Test name="r16ui_highp_uvec4" />
35738<Test name="r8ui_lowp_uint" />
35739<Test name="r8ui_lowp_uvec2" />
35740<Test name="r8ui_lowp_uvec3" />
35741<Test name="r8ui_lowp_uvec4" />
35742<Test name="r8ui_mediump_uint" />
35743<Test name="r8ui_mediump_uvec2" />
35744<Test name="r8ui_mediump_uvec3" />
35745<Test name="r8ui_mediump_uvec4" />
35746<Test name="r8ui_highp_uint" />
35747<Test name="r8ui_highp_uvec2" />
35748<Test name="r8ui_highp_uvec3" />
35749<Test name="r8ui_highp_uvec4" />
35750</TestCase>
35751</TestSuite>
35752<TestCase name="random">
35753<Test name="1" />
35754<Test name="2" />
35755<Test name="3" />
35756<Test name="4" />
35757<Test name="5" />
35758<Test name="6" />
35759<Test name="7" />
35760<Test name="8" />
35761<Test name="9" />
35762<Test name="10" />
35763<Test name="11" />
35764<Test name="12" />
35765<Test name="13" />
35766<Test name="14" />
35767<Test name="15" />
35768<Test name="16" />
35769<Test name="17" />
35770<Test name="18" />
35771<Test name="19" />
35772<Test name="20" />
35773<Test name="21" />
35774<Test name="22" />
35775<Test name="23" />
35776<Test name="24" />
35777<Test name="25" />
35778<Test name="26" />
35779<Test name="27" />
35780<Test name="28" />
35781<Test name="30" />
35782<Test name="31" />
35783<Test name="32" />
35784<Test name="33" />
35785<Test name="34" />
35786<Test name="35" />
35787<Test name="36" />
35788<Test name="37" />
35789<Test name="38" />
35790<Test name="39" />
35791<Test name="40" />
35792<Test name="41" />
35793<Test name="42" />
35794<Test name="43" />
35795<Test name="44" />
35796<Test name="45" />
35797<Test name="46" />
35798<Test name="47" />
35799<Test name="48" />
35800<Test name="49" />
35801<Test name="51" />
35802<Test name="52" />
35803<Test name="53" />
35804<Test name="54" />
35805<Test name="56" />
35806<Test name="57" />
35807<Test name="58" />
35808<Test name="59" />
35809<Test name="60" />
35810<Test name="61" />
35811<Test name="62" />
35812<Test name="63" />
35813<Test name="64" />
35814<Test name="65" />
35815<Test name="66" />
35816<Test name="67" />
35817<Test name="68" />
35818<Test name="69" />
35819<Test name="70" />
35820<Test name="71" />
35821<Test name="72" />
35822<Test name="73" />
35823<Test name="74" />
35824<Test name="76" />
35825<Test name="77" />
35826<Test name="78" />
35827<Test name="80" />
35828<Test name="81" />
35829<Test name="82" />
35830<Test name="83" />
35831<Test name="84" />
35832<Test name="85" />
35833<Test name="86" />
35834<Test name="87" />
35835<Test name="88" />
35836<Test name="89" />
35837<Test name="91" />
35838<Test name="92" />
35839<Test name="93" />
35840<Test name="94" />
35841<Test name="95" />
35842<Test name="96" />
35843<Test name="97" />
35844<Test name="98" />
35845<Test name="99" />
35846</TestCase>
35847</TestSuite>
35848<TestSuite name="samplers">
35849<TestCase name="single_tex_2d">
35850<Test name="diff_wrap_t" />
35851<Test name="diff_wrap_s" />
35852<Test name="diff_wrap_r" />
35853<Test name="diff_min_filter" />
35854<Test name="diff_mag_filter" />
35855<Test name="diff_max_lod" />
35856<Test name="diff_min_lod" />
35857</TestCase>
35858<TestCase name="multi_tex_2d">
35859<Test name="diff_wrap_t" />
35860<Test name="diff_wrap_s" />
35861<Test name="diff_wrap_r" />
35862<Test name="diff_min_filter" />
35863<Test name="diff_mag_filter" />
35864<Test name="diff_max_lod" />
35865<Test name="diff_min_lod" />
35866</TestCase>
35867<TestCase name="single_tex_3d">
35868<Test name="diff_wrap_t" />
35869<Test name="diff_wrap_s" />
35870<Test name="diff_wrap_r" />
35871<Test name="diff_min_filter" />
35872<Test name="diff_mag_filter" />
35873<Test name="diff_max_lod" />
35874<Test name="diff_min_lod" />
35875</TestCase>
35876<TestCase name="multi_tex_3d">
35877<Test name="diff_wrap_t" />
35878<Test name="diff_wrap_s" />
35879<Test name="diff_wrap_r" />
35880<Test name="diff_min_filter" />
35881<Test name="diff_mag_filter" />
35882<Test name="diff_max_lod" />
35883<Test name="diff_min_lod" />
35884</TestCase>
35885<TestCase name="single_cubemap">
35886<Test name="diff_wrap_t" />
35887<Test name="diff_wrap_s" />
35888<Test name="diff_wrap_r" />
35889<Test name="diff_min_filter" />
35890<Test name="diff_mag_filter" />
35891<Test name="diff_max_lod" />
35892<Test name="diff_min_lod" />
35893</TestCase>
35894<TestCase name="multi_cubemap">
35895<Test name="diff_wrap_t" />
35896<Test name="diff_wrap_s" />
35897<Test name="diff_wrap_r" />
35898<Test name="diff_min_filter" />
35899<Test name="diff_mag_filter" />
35900<Test name="diff_max_lod" />
35901<Test name="diff_min_lod" />
35902</TestCase>
35903</TestSuite>
35904<TestSuite name="pbo">
35905<TestCase name="native">
35906<Test name="clears" />
35907<Test name="triangles" />
35908</TestCase>
35909<TestCase name="renderbuffer">
35910<Test name="rgba8_triangles" />
35911<Test name="rgba8_clears" />
35912<Test name="rgba8i_triangles" />
35913<Test name="rgba8i_clears" />
35914<Test name="rgba8ui_triangles" />
35915<Test name="rgba8ui_clears" />
35916<Test name="rgba16f_triangles" />
35917<Test name="rgba16f_clears" />
35918<Test name="rgba16i_triangles" />
35919<Test name="rgba16i_clears" />
35920<Test name="rgba16ui_triangles" />
35921<Test name="rgba16ui_clears" />
35922<Test name="rgba32f_triangles" />
35923<Test name="rgba32f_clears" />
35924<Test name="rgba32i_triangles" />
35925<Test name="rgba32i_clears" />
35926<Test name="rgba32ui_triangles" />
35927<Test name="rgba32ui_clears" />
35928<Test name="srgb8_alpha8_triangles" />
35929<Test name="srgb8_alpha8_clears" />
35930<Test name="rgb10_a2ui_triangles" />
35931<Test name="rgb10_a2ui_clears" />
35932<Test name="rgba4_triangles" />
35933<Test name="rgba4_clears" />
35934<Test name="rgb8_triangles" />
35935<Test name="rgb8_clears" />
35936<Test name="rgb565_clears" />
35937<Test name="r11f_g11f_b10f_triangles" />
35938<Test name="r11f_g11f_b10f_clears" />
35939<Test name="rg8_triangles" />
35940<Test name="rg8_clears" />
35941<Test name="rg8i_triangles" />
35942<Test name="rg8i_clears" />
35943<Test name="rg8ui_triangles" />
35944<Test name="rg8ui_clears" />
35945<Test name="rg16f_triangles" />
35946<Test name="rg16f_clears" />
35947<Test name="rg16i_triangles" />
35948<Test name="rg16i_clears" />
35949<Test name="rg16ui_triangles" />
35950<Test name="rg16ui_clears" />
35951<Test name="rg32f_triangles" />
35952<Test name="rg32f_clears" />
35953<Test name="rg32i_triangles" />
35954<Test name="rg32i_clears" />
35955<Test name="rg32ui_triangles" />
35956<Test name="rg32ui_clears" />
35957</TestCase>
35958</TestSuite>
35959<TestSuite name="rasterization">
35960<TestCase name="primitives">
35961<Test name="triangles" />
35962<Test name="triangle_strip" />
35963<Test name="triangle_fan" />
35964<Test name="lines" />
35965<Test name="line_strip" />
35966<Test name="line_loop" />
35967<Test name="lines_wide" />
35968<Test name="line_strip_wide" />
35969<Test name="line_loop_wide" />
35970<Test name="points" />
35971</TestCase>
35972<TestCase name="fill_rules">
35973<Test name="basic_quad" />
35974<Test name="basic_quad_reverse" />
35975<Test name="clipped_full" />
35976<Test name="clipped_partly" />
35977<Test name="projected" />
35978</TestCase>
35979<TestCase name="culling">
35980<Test name="front_triangles" />
35981<Test name="front_triangles_reverse" />
35982<Test name="front_triangle_strip" />
35983<Test name="front_triangle_strip_reverse" />
35984<Test name="front_triangle_fan" />
35985<Test name="front_triangle_fan_reverse" />
35986<Test name="back_triangles" />
35987<Test name="back_triangles_reverse" />
35988<Test name="back_triangle_strip" />
35989<Test name="back_triangle_strip_reverse" />
35990<Test name="back_triangle_fan" />
35991<Test name="back_triangle_fan_reverse" />
35992<Test name="both_triangles" />
35993<Test name="both_triangles_reverse" />
35994<Test name="both_triangle_strip" />
35995<Test name="both_triangle_strip_reverse" />
35996<Test name="both_triangle_fan" />
35997<Test name="both_triangle_fan_reverse" />
35998</TestCase>
35999<TestSuite name="interpolation">
36000<TestCase name="basic">
36001<Test name="triangles" />
36002<Test name="triangle_strip" />
36003<Test name="triangle_fan" />
36004<Test name="lines" />
36005<Test name="line_strip" />
36006<Test name="line_loop" />
36007<Test name="lines_wide" />
36008<Test name="line_strip_wide" />
36009<Test name="line_loop_wide" />
36010</TestCase>
36011<TestCase name="projected">
36012<Test name="triangles" />
36013<Test name="triangle_strip" />
36014<Test name="triangle_fan" />
36015<Test name="lines" />
36016<Test name="line_strip" />
36017<Test name="line_loop" />
36018<Test name="lines_wide" />
36019<Test name="line_strip_wide" />
36020<Test name="line_loop_wide" />
36021</TestCase>
36022</TestSuite>
36023<TestCase name="flatshading">
36024<Test name="triangles" />
36025<Test name="triangle_strip" />
36026<Test name="triangle_fan" />
36027<Test name="lines" />
36028<Test name="line_strip" />
36029<Test name="line_loop" />
36030<Test name="lines_wide" />
36031<Test name="line_strip_wide" />
36032<Test name="line_loop_wide" />
36033</TestCase>
36034</TestSuite>
36035<TestCase name="occlusion_query">
36036<Test name="scissor" />
36037<Test name="depth_write" />
36038<Test name="depth_clear" />
36039<Test name="stencil_write" />
36040<Test name="stencil_clear" />
36041<Test name="scissor_depth_write" />
36042<Test name="scissor_depth_clear" />
36043<Test name="scissor_stencil_write" />
36044<Test name="scissor_stencil_clear" />
36045<Test name="depth_write_depth_clear" />
36046<Test name="depth_write_stencil_write" />
36047<Test name="depth_write_stencil_clear" />
36048<Test name="depth_clear_stencil_write" />
36049<Test name="depth_clear_stencil_clear" />
36050<Test name="stencil_write_stencil_clear" />
36051<Test name="scissor_depth_write_depth_clear" />
36052<Test name="scissor_depth_write_stencil_write" />
36053<Test name="scissor_depth_write_stencil_clear" />
36054<Test name="scissor_depth_clear_stencil_write" />
36055<Test name="scissor_depth_clear_stencil_clear" />
36056<Test name="scissor_stencil_write_stencil_clear" />
36057<Test name="depth_write_depth_clear_stencil_write" />
36058<Test name="depth_write_depth_clear_stencil_clear" />
36059<Test name="depth_write_stencil_write_stencil_clear" />
36060<Test name="depth_clear_stencil_write_stencil_clear" />
36061<Test name="scissor_depth_write_depth_clear_stencil_write" />
36062<Test name="scissor_depth_write_depth_clear_stencil_clear" />
36063<Test name="scissor_depth_write_stencil_write_stencil_clear" />
36064<Test name="scissor_depth_clear_stencil_write_stencil_clear" />
36065<Test name="depth_write_depth_clear_stencil_write_stencil_clear" />
36066<Test name="all_occluders" />
36067<Test name="conservative_scissor" />
36068<Test name="conservative_depth_write" />
36069<Test name="conservative_depth_clear" />
36070<Test name="conservative_stencil_write" />
36071<Test name="conservative_stencil_clear" />
36072<Test name="conservative_scissor_depth_write" />
36073<Test name="conservative_scissor_depth_clear" />
36074<Test name="conservative_scissor_stencil_write" />
36075<Test name="conservative_scissor_stencil_clear" />
36076<Test name="conservative_depth_write_depth_clear" />
36077<Test name="conservative_depth_write_stencil_write" />
36078<Test name="conservative_depth_write_stencil_clear" />
36079<Test name="conservative_depth_clear_stencil_write" />
36080<Test name="conservative_depth_clear_stencil_clear" />
36081<Test name="conservative_stencil_write_stencil_clear" />
36082<Test name="conservative_scissor_depth_write_depth_clear" />
36083<Test name="conservative_scissor_depth_write_stencil_write" />
36084<Test name="conservative_scissor_depth_write_stencil_clear" />
36085<Test name="conservative_scissor_depth_clear_stencil_write" />
36086<Test name="conservative_scissor_depth_clear_stencil_clear" />
36087<Test name="conservative_scissor_stencil_write_stencil_clear" />
36088<Test name="conservative_depth_write_depth_clear_stencil_write" />
36089<Test name="conservative_depth_write_depth_clear_stencil_clear" />
36090<Test name="conservative_depth_write_stencil_write_stencil_clear" />
36091<Test name="conservative_depth_clear_stencil_write_stencil_clear" />
36092<Test name="conservative_scissor_depth_write_depth_clear_stencil_write" />
36093<Test name="conservative_scissor_depth_write_depth_clear_stencil_clear" />
36094<Test name="conservative_scissor_depth_write_stencil_write_stencil_clear" />
36095<Test name="conservative_scissor_depth_clear_stencil_write_stencil_clear" />
36096<Test name="conservative_depth_write_depth_clear_stencil_write_stencil_clear" />
36097<Test name="conservative_all_occluders" />
36098</TestCase>
36099<TestSuite name="primitive_restart">
36100<TestSuite name="basic">
36101<TestSuite name="points">
36102<TestCase name="unsigned_byte">
36103<Test name="draw_elements" />
36104<Test name="draw_elements_instanced" />
36105<Test name="draw_range_elements" />
36106</TestCase>
36107<TestCase name="unsigned_short">
36108<Test name="draw_elements" />
36109<Test name="draw_elements_instanced" />
36110<Test name="draw_range_elements" />
36111</TestCase>
36112<TestCase name="unsigned_int">
36113<Test name="draw_elements" />
36114<Test name="draw_elements_instanced" />
36115<Test name="draw_range_elements" />
36116</TestCase>
36117</TestSuite>
36118<TestSuite name="line_strip">
36119<TestCase name="unsigned_byte">
36120<Test name="draw_elements" />
36121<Test name="draw_elements_instanced" />
36122<Test name="draw_range_elements" />
36123</TestCase>
36124<TestCase name="unsigned_short">
36125<Test name="draw_elements" />
36126<Test name="draw_elements_instanced" />
36127<Test name="draw_range_elements" />
36128</TestCase>
36129<TestCase name="unsigned_int">
36130<Test name="draw_elements" />
36131<Test name="draw_elements_instanced" />
36132<Test name="draw_range_elements" />
36133</TestCase>
36134</TestSuite>
36135<TestSuite name="line_loop">
36136<TestCase name="unsigned_byte">
36137<Test name="draw_elements" />
36138<Test name="draw_elements_instanced" />
36139<Test name="draw_range_elements" />
36140</TestCase>
36141<TestCase name="unsigned_short">
36142<Test name="draw_elements" />
36143<Test name="draw_elements_instanced" />
36144<Test name="draw_range_elements" />
36145</TestCase>
36146<TestCase name="unsigned_int">
36147<Test name="draw_elements" />
36148<Test name="draw_elements_instanced" />
36149<Test name="draw_range_elements" />
36150</TestCase>
36151</TestSuite>
36152<TestSuite name="lines">
36153<TestCase name="unsigned_byte">
36154<Test name="draw_elements" />
36155<Test name="draw_elements_instanced" />
36156<Test name="draw_range_elements" />
36157</TestCase>
36158<TestCase name="unsigned_short">
36159<Test name="draw_elements" />
36160<Test name="draw_elements_instanced" />
36161<Test name="draw_range_elements" />
36162</TestCase>
36163<TestCase name="unsigned_int">
36164<Test name="draw_elements" />
36165<Test name="draw_elements_instanced" />
36166<Test name="draw_range_elements" />
36167</TestCase>
36168</TestSuite>
36169<TestSuite name="triangle_strip">
36170<TestCase name="unsigned_byte">
36171<Test name="draw_elements" />
36172<Test name="draw_elements_instanced" />
36173<Test name="draw_range_elements" />
36174</TestCase>
36175<TestCase name="unsigned_short">
36176<Test name="draw_elements" />
36177<Test name="draw_elements_instanced" />
36178<Test name="draw_range_elements" />
36179</TestCase>
36180<TestCase name="unsigned_int">
36181<Test name="draw_elements" />
36182<Test name="draw_elements_instanced" />
36183<Test name="draw_range_elements" />
36184</TestCase>
36185</TestSuite>
36186<TestSuite name="triangle_fan">
36187<TestCase name="unsigned_byte">
36188<Test name="draw_elements" />
36189<Test name="draw_elements_instanced" />
36190<Test name="draw_range_elements" />
36191</TestCase>
36192<TestCase name="unsigned_short">
36193<Test name="draw_elements" />
36194<Test name="draw_elements_instanced" />
36195<Test name="draw_range_elements" />
36196</TestCase>
36197<TestCase name="unsigned_int">
36198<Test name="draw_elements" />
36199<Test name="draw_elements_instanced" />
36200<Test name="draw_range_elements" />
36201</TestCase>
36202</TestSuite>
36203<TestSuite name="triangles">
36204<TestCase name="unsigned_byte">
36205<Test name="draw_elements" />
36206<Test name="draw_elements_instanced" />
36207<Test name="draw_range_elements" />
36208</TestCase>
36209<TestCase name="unsigned_short">
36210<Test name="draw_elements" />
36211<Test name="draw_elements_instanced" />
36212<Test name="draw_range_elements" />
36213</TestCase>
36214<TestCase name="unsigned_int">
36215<Test name="draw_elements" />
36216<Test name="draw_elements_instanced" />
36217<Test name="draw_range_elements" />
36218</TestCase>
36219</TestSuite>
36220</TestSuite>
36221<TestSuite name="duplicate_restarts">
36222<TestSuite name="line_strip">
36223<TestCase name="unsigned_byte">
36224<Test name="draw_elements" />
36225<Test name="draw_elements_instanced" />
36226<Test name="draw_range_elements" />
36227</TestCase>
36228<TestCase name="unsigned_short">
36229<Test name="draw_elements" />
36230<Test name="draw_elements_instanced" />
36231<Test name="draw_range_elements" />
36232</TestCase>
36233<TestCase name="unsigned_int">
36234<Test name="draw_elements" />
36235<Test name="draw_elements_instanced" />
36236<Test name="draw_range_elements" />
36237</TestCase>
36238</TestSuite>
36239<TestSuite name="line_loop">
36240<TestCase name="unsigned_byte">
36241<Test name="draw_elements" />
36242<Test name="draw_elements_instanced" />
36243<Test name="draw_range_elements" />
36244</TestCase>
36245<TestCase name="unsigned_short">
36246<Test name="draw_elements" />
36247<Test name="draw_elements_instanced" />
36248<Test name="draw_range_elements" />
36249</TestCase>
36250<TestCase name="unsigned_int">
36251<Test name="draw_elements" />
36252<Test name="draw_elements_instanced" />
36253<Test name="draw_range_elements" />
36254</TestCase>
36255</TestSuite>
36256<TestSuite name="lines">
36257<TestCase name="unsigned_byte">
36258<Test name="draw_elements" />
36259<Test name="draw_elements_instanced" />
36260<Test name="draw_range_elements" />
36261</TestCase>
36262<TestCase name="unsigned_short">
36263<Test name="draw_elements" />
36264<Test name="draw_elements_instanced" />
36265<Test name="draw_range_elements" />
36266</TestCase>
36267<TestCase name="unsigned_int">
36268<Test name="draw_elements" />
36269<Test name="draw_elements_instanced" />
36270<Test name="draw_range_elements" />
36271</TestCase>
36272</TestSuite>
36273<TestSuite name="triangle_strip">
36274<TestCase name="unsigned_byte">
36275<Test name="draw_elements" />
36276<Test name="draw_elements_instanced" />
36277<Test name="draw_range_elements" />
36278</TestCase>
36279<TestCase name="unsigned_short">
36280<Test name="draw_elements" />
36281<Test name="draw_elements_instanced" />
36282<Test name="draw_range_elements" />
36283</TestCase>
36284<TestCase name="unsigned_int">
36285<Test name="draw_elements" />
36286<Test name="draw_elements_instanced" />
36287<Test name="draw_range_elements" />
36288</TestCase>
36289</TestSuite>
36290<TestSuite name="triangle_fan">
36291<TestCase name="unsigned_byte">
36292<Test name="draw_elements" />
36293<Test name="draw_elements_instanced" />
36294<Test name="draw_range_elements" />
36295</TestCase>
36296<TestCase name="unsigned_short">
36297<Test name="draw_elements" />
36298<Test name="draw_elements_instanced" />
36299<Test name="draw_range_elements" />
36300</TestCase>
36301<TestCase name="unsigned_int">
36302<Test name="draw_elements" />
36303<Test name="draw_elements_instanced" />
36304<Test name="draw_range_elements" />
36305</TestCase>
36306</TestSuite>
36307<TestSuite name="triangles">
36308<TestCase name="unsigned_byte">
36309<Test name="draw_elements" />
36310<Test name="draw_elements_instanced" />
36311<Test name="draw_range_elements" />
36312</TestCase>
36313<TestCase name="unsigned_short">
36314<Test name="draw_elements" />
36315<Test name="draw_elements_instanced" />
36316<Test name="draw_range_elements" />
36317</TestCase>
36318<TestCase name="unsigned_int">
36319<Test name="draw_elements" />
36320<Test name="draw_elements_instanced" />
36321<Test name="draw_range_elements" />
36322</TestCase>
36323</TestSuite>
36324</TestSuite>
36325<TestSuite name="end_restart">
36326<TestSuite name="points">
36327<TestCase name="unsigned_byte">
36328<Test name="draw_elements" />
36329<Test name="draw_elements_instanced" />
36330<Test name="draw_range_elements" />
36331</TestCase>
36332<TestCase name="unsigned_short">
36333<Test name="draw_elements" />
36334<Test name="draw_elements_instanced" />
36335<Test name="draw_range_elements" />
36336</TestCase>
36337<TestCase name="unsigned_int">
36338<Test name="draw_elements" />
36339<Test name="draw_elements_instanced" />
36340<Test name="draw_range_elements" />
36341</TestCase>
36342</TestSuite>
36343<TestSuite name="line_strip">
36344<TestCase name="unsigned_byte">
36345<Test name="draw_elements" />
36346<Test name="draw_elements_instanced" />
36347<Test name="draw_range_elements" />
36348</TestCase>
36349<TestCase name="unsigned_short">
36350<Test name="draw_elements" />
36351<Test name="draw_elements_instanced" />
36352<Test name="draw_range_elements" />
36353</TestCase>
36354<TestCase name="unsigned_int">
36355<Test name="draw_elements" />
36356<Test name="draw_elements_instanced" />
36357<Test name="draw_range_elements" />
36358</TestCase>
36359</TestSuite>
36360<TestSuite name="line_loop">
36361<TestCase name="unsigned_byte">
36362<Test name="draw_elements" />
36363<Test name="draw_elements_instanced" />
36364<Test name="draw_range_elements" />
36365</TestCase>
36366<TestCase name="unsigned_short">
36367<Test name="draw_elements" />
36368<Test name="draw_elements_instanced" />
36369<Test name="draw_range_elements" />
36370</TestCase>
36371<TestCase name="unsigned_int">
36372<Test name="draw_elements" />
36373<Test name="draw_elements_instanced" />
36374<Test name="draw_range_elements" />
36375</TestCase>
36376</TestSuite>
36377<TestSuite name="lines">
36378<TestCase name="unsigned_byte">
36379<Test name="draw_elements" />
36380<Test name="draw_elements_instanced" />
36381<Test name="draw_range_elements" />
36382</TestCase>
36383<TestCase name="unsigned_short">
36384<Test name="draw_elements" />
36385<Test name="draw_elements_instanced" />
36386<Test name="draw_range_elements" />
36387</TestCase>
36388<TestCase name="unsigned_int">
36389<Test name="draw_elements" />
36390<Test name="draw_elements_instanced" />
36391<Test name="draw_range_elements" />
36392</TestCase>
36393</TestSuite>
36394<TestSuite name="triangle_strip">
36395<TestCase name="unsigned_byte">
36396<Test name="draw_elements" />
36397<Test name="draw_elements_instanced" />
36398<Test name="draw_range_elements" />
36399</TestCase>
36400<TestCase name="unsigned_short">
36401<Test name="draw_elements" />
36402<Test name="draw_elements_instanced" />
36403<Test name="draw_range_elements" />
36404</TestCase>
36405<TestCase name="unsigned_int">
36406<Test name="draw_elements" />
36407<Test name="draw_elements_instanced" />
36408<Test name="draw_range_elements" />
36409</TestCase>
36410</TestSuite>
36411<TestSuite name="triangle_fan">
36412<TestCase name="unsigned_byte">
36413<Test name="draw_elements" />
36414<Test name="draw_elements_instanced" />
36415<Test name="draw_range_elements" />
36416</TestCase>
36417<TestCase name="unsigned_short">
36418<Test name="draw_elements" />
36419<Test name="draw_elements_instanced" />
36420<Test name="draw_range_elements" />
36421</TestCase>
36422<TestCase name="unsigned_int">
36423<Test name="draw_elements" />
36424<Test name="draw_elements_instanced" />
36425<Test name="draw_range_elements" />
36426</TestCase>
36427</TestSuite>
36428<TestSuite name="triangles">
36429<TestCase name="unsigned_byte">
36430<Test name="draw_elements" />
36431<Test name="draw_elements_instanced" />
36432<Test name="draw_range_elements" />
36433</TestCase>
36434<TestCase name="unsigned_short">
36435<Test name="draw_elements" />
36436<Test name="draw_elements_instanced" />
36437<Test name="draw_range_elements" />
36438</TestCase>
36439<TestCase name="unsigned_int">
36440<Test name="draw_elements" />
36441<Test name="draw_elements_instanced" />
36442<Test name="draw_range_elements" />
36443</TestCase>
36444</TestSuite>
36445</TestSuite>
36446<TestSuite name="end_restart_duplicate_restarts">
36447<TestSuite name="line_strip">
36448<TestCase name="unsigned_byte">
36449<Test name="draw_elements" />
36450<Test name="draw_elements_instanced" />
36451<Test name="draw_range_elements" />
36452</TestCase>
36453<TestCase name="unsigned_short">
36454<Test name="draw_elements" />
36455<Test name="draw_elements_instanced" />
36456<Test name="draw_range_elements" />
36457</TestCase>
36458<TestCase name="unsigned_int">
36459<Test name="draw_elements" />
36460<Test name="draw_elements_instanced" />
36461<Test name="draw_range_elements" />
36462</TestCase>
36463</TestSuite>
36464<TestSuite name="line_loop">
36465<TestCase name="unsigned_byte">
36466<Test name="draw_elements" />
36467<Test name="draw_elements_instanced" />
36468<Test name="draw_range_elements" />
36469</TestCase>
36470<TestCase name="unsigned_short">
36471<Test name="draw_elements" />
36472<Test name="draw_elements_instanced" />
36473<Test name="draw_range_elements" />
36474</TestCase>
36475<TestCase name="unsigned_int">
36476<Test name="draw_elements" />
36477<Test name="draw_elements_instanced" />
36478<Test name="draw_range_elements" />
36479</TestCase>
36480</TestSuite>
36481<TestSuite name="lines">
36482<TestCase name="unsigned_byte">
36483<Test name="draw_elements" />
36484<Test name="draw_elements_instanced" />
36485<Test name="draw_range_elements" />
36486</TestCase>
36487<TestCase name="unsigned_short">
36488<Test name="draw_elements" />
36489<Test name="draw_elements_instanced" />
36490<Test name="draw_range_elements" />
36491</TestCase>
36492<TestCase name="unsigned_int">
36493<Test name="draw_elements" />
36494<Test name="draw_elements_instanced" />
36495<Test name="draw_range_elements" />
36496</TestCase>
36497</TestSuite>
36498<TestSuite name="triangle_strip">
36499<TestCase name="unsigned_byte">
36500<Test name="draw_elements" />
36501<Test name="draw_elements_instanced" />
36502<Test name="draw_range_elements" />
36503</TestCase>
36504<TestCase name="unsigned_short">
36505<Test name="draw_elements" />
36506<Test name="draw_elements_instanced" />
36507<Test name="draw_range_elements" />
36508</TestCase>
36509<TestCase name="unsigned_int">
36510<Test name="draw_elements" />
36511<Test name="draw_elements_instanced" />
36512<Test name="draw_range_elements" />
36513</TestCase>
36514</TestSuite>
36515<TestSuite name="triangle_fan">
36516<TestCase name="unsigned_byte">
36517<Test name="draw_elements" />
36518<Test name="draw_elements_instanced" />
36519<Test name="draw_range_elements" />
36520</TestCase>
36521<TestCase name="unsigned_short">
36522<Test name="draw_elements" />
36523<Test name="draw_elements_instanced" />
36524<Test name="draw_range_elements" />
36525</TestCase>
36526<TestCase name="unsigned_int">
36527<Test name="draw_elements" />
36528<Test name="draw_elements_instanced" />
36529<Test name="draw_range_elements" />
36530</TestCase>
36531</TestSuite>
36532<TestSuite name="triangles">
36533<TestCase name="unsigned_byte">
36534<Test name="draw_elements" />
36535<Test name="draw_elements_instanced" />
36536<Test name="draw_range_elements" />
36537</TestCase>
36538<TestCase name="unsigned_short">
36539<Test name="draw_elements" />
36540<Test name="draw_elements_instanced" />
36541<Test name="draw_range_elements" />
36542</TestCase>
36543<TestCase name="unsigned_int">
36544<Test name="draw_elements" />
36545<Test name="draw_elements_instanced" />
36546<Test name="draw_range_elements" />
36547</TestCase>
36548</TestSuite>
36549</TestSuite>
36550<TestSuite name="begin_restart">
36551<TestSuite name="line_strip">
36552<TestCase name="unsigned_byte">
36553<Test name="draw_elements" />
36554<Test name="draw_elements_instanced" />
36555<Test name="draw_range_elements" />
36556</TestCase>
36557<TestCase name="unsigned_short">
36558<Test name="draw_elements" />
36559<Test name="draw_elements_instanced" />
36560<Test name="draw_range_elements" />
36561</TestCase>
36562<TestCase name="unsigned_int">
36563<Test name="draw_elements" />
36564<Test name="draw_elements_instanced" />
36565<Test name="draw_range_elements" />
36566</TestCase>
36567</TestSuite>
36568<TestSuite name="line_loop">
36569<TestCase name="unsigned_byte">
36570<Test name="draw_elements" />
36571<Test name="draw_elements_instanced" />
36572<Test name="draw_range_elements" />
36573</TestCase>
36574<TestCase name="unsigned_short">
36575<Test name="draw_elements" />
36576<Test name="draw_elements_instanced" />
36577<Test name="draw_range_elements" />
36578</TestCase>
36579<TestCase name="unsigned_int">
36580<Test name="draw_elements" />
36581<Test name="draw_elements_instanced" />
36582<Test name="draw_range_elements" />
36583</TestCase>
36584</TestSuite>
36585<TestSuite name="lines">
36586<TestCase name="unsigned_byte">
36587<Test name="draw_elements" />
36588<Test name="draw_elements_instanced" />
36589<Test name="draw_range_elements" />
36590</TestCase>
36591<TestCase name="unsigned_short">
36592<Test name="draw_elements" />
36593<Test name="draw_elements_instanced" />
36594<Test name="draw_range_elements" />
36595</TestCase>
36596<TestCase name="unsigned_int">
36597<Test name="draw_elements" />
36598<Test name="draw_elements_instanced" />
36599<Test name="draw_range_elements" />
36600</TestCase>
36601</TestSuite>
36602<TestSuite name="triangle_strip">
36603<TestCase name="unsigned_byte">
36604<Test name="draw_elements" />
36605<Test name="draw_elements_instanced" />
36606<Test name="draw_range_elements" />
36607</TestCase>
36608<TestCase name="unsigned_short">
36609<Test name="draw_elements" />
36610<Test name="draw_elements_instanced" />
36611<Test name="draw_range_elements" />
36612</TestCase>
36613<TestCase name="unsigned_int">
36614<Test name="draw_elements" />
36615<Test name="draw_elements_instanced" />
36616<Test name="draw_range_elements" />
36617</TestCase>
36618</TestSuite>
36619<TestSuite name="triangle_fan">
36620<TestCase name="unsigned_byte">
36621<Test name="draw_elements" />
36622<Test name="draw_elements_instanced" />
36623<Test name="draw_range_elements" />
36624</TestCase>
36625<TestCase name="unsigned_short">
36626<Test name="draw_elements" />
36627<Test name="draw_elements_instanced" />
36628<Test name="draw_range_elements" />
36629</TestCase>
36630<TestCase name="unsigned_int">
36631<Test name="draw_elements" />
36632<Test name="draw_elements_instanced" />
36633<Test name="draw_range_elements" />
36634</TestCase>
36635</TestSuite>
36636<TestSuite name="triangles">
36637<TestCase name="unsigned_byte">
36638<Test name="draw_elements" />
36639<Test name="draw_elements_instanced" />
36640<Test name="draw_range_elements" />
36641</TestCase>
36642<TestCase name="unsigned_short">
36643<Test name="draw_elements" />
36644<Test name="draw_elements_instanced" />
36645<Test name="draw_range_elements" />
36646</TestCase>
36647<TestCase name="unsigned_int">
36648<Test name="draw_elements" />
36649<Test name="draw_elements_instanced" />
36650<Test name="draw_range_elements" />
36651</TestCase>
36652</TestSuite>
36653</TestSuite>
36654<TestSuite name="begin_restart_duplicate_restarts">
36655<TestSuite name="line_strip">
36656<TestCase name="unsigned_byte">
36657<Test name="draw_elements" />
36658<Test name="draw_elements_instanced" />
36659<Test name="draw_range_elements" />
36660</TestCase>
36661<TestCase name="unsigned_short">
36662<Test name="draw_elements" />
36663<Test name="draw_elements_instanced" />
36664<Test name="draw_range_elements" />
36665</TestCase>
36666<TestCase name="unsigned_int">
36667<Test name="draw_elements" />
36668<Test name="draw_elements_instanced" />
36669<Test name="draw_range_elements" />
36670</TestCase>
36671</TestSuite>
36672<TestSuite name="line_loop">
36673<TestCase name="unsigned_byte">
36674<Test name="draw_elements" />
36675<Test name="draw_elements_instanced" />
36676<Test name="draw_range_elements" />
36677</TestCase>
36678<TestCase name="unsigned_short">
36679<Test name="draw_elements" />
36680<Test name="draw_elements_instanced" />
36681<Test name="draw_range_elements" />
36682</TestCase>
36683<TestCase name="unsigned_int">
36684<Test name="draw_elements" />
36685<Test name="draw_elements_instanced" />
36686<Test name="draw_range_elements" />
36687</TestCase>
36688</TestSuite>
36689<TestSuite name="lines">
36690<TestCase name="unsigned_byte">
36691<Test name="draw_elements" />
36692<Test name="draw_elements_instanced" />
36693<Test name="draw_range_elements" />
36694</TestCase>
36695<TestCase name="unsigned_short">
36696<Test name="draw_elements" />
36697<Test name="draw_elements_instanced" />
36698<Test name="draw_range_elements" />
36699</TestCase>
36700<TestCase name="unsigned_int">
36701<Test name="draw_elements" />
36702<Test name="draw_elements_instanced" />
36703<Test name="draw_range_elements" />
36704</TestCase>
36705</TestSuite>
36706<TestSuite name="triangle_strip">
36707<TestCase name="unsigned_byte">
36708<Test name="draw_elements" />
36709<Test name="draw_elements_instanced" />
36710<Test name="draw_range_elements" />
36711</TestCase>
36712<TestCase name="unsigned_short">
36713<Test name="draw_elements" />
36714<Test name="draw_elements_instanced" />
36715<Test name="draw_range_elements" />
36716</TestCase>
36717<TestCase name="unsigned_int">
36718<Test name="draw_elements" />
36719<Test name="draw_elements_instanced" />
36720<Test name="draw_range_elements" />
36721</TestCase>
36722</TestSuite>
36723<TestSuite name="triangle_fan">
36724<TestCase name="unsigned_byte">
36725<Test name="draw_elements" />
36726<Test name="draw_elements_instanced" />
36727<Test name="draw_range_elements" />
36728</TestCase>
36729<TestCase name="unsigned_short">
36730<Test name="draw_elements" />
36731<Test name="draw_elements_instanced" />
36732<Test name="draw_range_elements" />
36733</TestCase>
36734<TestCase name="unsigned_int">
36735<Test name="draw_elements" />
36736<Test name="draw_elements_instanced" />
36737<Test name="draw_range_elements" />
36738</TestCase>
36739</TestSuite>
36740<TestSuite name="triangles">
36741<TestCase name="unsigned_byte">
36742<Test name="draw_elements" />
36743<Test name="draw_elements_instanced" />
36744<Test name="draw_range_elements" />
36745</TestCase>
36746<TestCase name="unsigned_short">
36747<Test name="draw_elements" />
36748<Test name="draw_elements_instanced" />
36749<Test name="draw_range_elements" />
36750</TestCase>
36751<TestCase name="unsigned_int">
36752<Test name="draw_elements" />
36753<Test name="draw_elements_instanced" />
36754<Test name="draw_range_elements" />
36755</TestCase>
36756</TestSuite>
36757</TestSuite>
36758<TestSuite name="begin_restart_end_restart">
36759<TestSuite name="line_strip">
36760<TestCase name="unsigned_byte">
36761<Test name="draw_elements" />
36762<Test name="draw_elements_instanced" />
36763<Test name="draw_range_elements" />
36764</TestCase>
36765<TestCase name="unsigned_short">
36766<Test name="draw_elements" />
36767<Test name="draw_elements_instanced" />
36768<Test name="draw_range_elements" />
36769</TestCase>
36770<TestCase name="unsigned_int">
36771<Test name="draw_elements" />
36772<Test name="draw_elements_instanced" />
36773<Test name="draw_range_elements" />
36774</TestCase>
36775</TestSuite>
36776<TestSuite name="line_loop">
36777<TestCase name="unsigned_byte">
36778<Test name="draw_elements" />
36779<Test name="draw_elements_instanced" />
36780<Test name="draw_range_elements" />
36781</TestCase>
36782<TestCase name="unsigned_short">
36783<Test name="draw_elements" />
36784<Test name="draw_elements_instanced" />
36785<Test name="draw_range_elements" />
36786</TestCase>
36787<TestCase name="unsigned_int">
36788<Test name="draw_elements" />
36789<Test name="draw_elements_instanced" />
36790<Test name="draw_range_elements" />
36791</TestCase>
36792</TestSuite>
36793<TestSuite name="lines">
36794<TestCase name="unsigned_byte">
36795<Test name="draw_elements" />
36796<Test name="draw_elements_instanced" />
36797<Test name="draw_range_elements" />
36798</TestCase>
36799<TestCase name="unsigned_short">
36800<Test name="draw_elements" />
36801<Test name="draw_elements_instanced" />
36802<Test name="draw_range_elements" />
36803</TestCase>
36804<TestCase name="unsigned_int">
36805<Test name="draw_elements" />
36806<Test name="draw_elements_instanced" />
36807<Test name="draw_range_elements" />
36808</TestCase>
36809</TestSuite>
36810<TestSuite name="triangle_strip">
36811<TestCase name="unsigned_byte">
36812<Test name="draw_elements" />
36813<Test name="draw_elements_instanced" />
36814<Test name="draw_range_elements" />
36815</TestCase>
36816<TestCase name="unsigned_short">
36817<Test name="draw_elements" />
36818<Test name="draw_elements_instanced" />
36819<Test name="draw_range_elements" />
36820</TestCase>
36821<TestCase name="unsigned_int">
36822<Test name="draw_elements" />
36823<Test name="draw_elements_instanced" />
36824<Test name="draw_range_elements" />
36825</TestCase>
36826</TestSuite>
36827<TestSuite name="triangle_fan">
36828<TestCase name="unsigned_byte">
36829<Test name="draw_elements" />
36830<Test name="draw_elements_instanced" />
36831<Test name="draw_range_elements" />
36832</TestCase>
36833<TestCase name="unsigned_short">
36834<Test name="draw_elements" />
36835<Test name="draw_elements_instanced" />
36836<Test name="draw_range_elements" />
36837</TestCase>
36838<TestCase name="unsigned_int">
36839<Test name="draw_elements" />
36840<Test name="draw_elements_instanced" />
36841<Test name="draw_range_elements" />
36842</TestCase>
36843</TestSuite>
36844<TestSuite name="triangles">
36845<TestCase name="unsigned_byte">
36846<Test name="draw_elements" />
36847<Test name="draw_elements_instanced" />
36848<Test name="draw_range_elements" />
36849</TestCase>
36850<TestCase name="unsigned_short">
36851<Test name="draw_elements" />
36852<Test name="draw_elements_instanced" />
36853<Test name="draw_range_elements" />
36854</TestCase>
36855<TestCase name="unsigned_int">
36856<Test name="draw_elements" />
36857<Test name="draw_elements_instanced" />
36858<Test name="draw_range_elements" />
36859</TestCase>
36860</TestSuite>
36861</TestSuite>
36862<TestSuite name="begin_restart_end_restart_duplicate_restarts">
36863<TestSuite name="line_strip">
36864<TestCase name="unsigned_byte">
36865<Test name="draw_elements" />
36866<Test name="draw_elements_instanced" />
36867<Test name="draw_range_elements" />
36868</TestCase>
36869<TestCase name="unsigned_short">
36870<Test name="draw_elements" />
36871<Test name="draw_elements_instanced" />
36872<Test name="draw_range_elements" />
36873</TestCase>
36874<TestCase name="unsigned_int">
36875<Test name="draw_elements" />
36876<Test name="draw_elements_instanced" />
36877<Test name="draw_range_elements" />
36878</TestCase>
36879</TestSuite>
36880<TestSuite name="line_loop">
36881<TestCase name="unsigned_byte">
36882<Test name="draw_elements" />
36883<Test name="draw_elements_instanced" />
36884<Test name="draw_range_elements" />
36885</TestCase>
36886<TestCase name="unsigned_short">
36887<Test name="draw_elements" />
36888<Test name="draw_elements_instanced" />
36889<Test name="draw_range_elements" />
36890</TestCase>
36891<TestCase name="unsigned_int">
36892<Test name="draw_elements" />
36893<Test name="draw_elements_instanced" />
36894<Test name="draw_range_elements" />
36895</TestCase>
36896</TestSuite>
36897<TestSuite name="lines">
36898<TestCase name="unsigned_byte">
36899<Test name="draw_elements" />
36900<Test name="draw_elements_instanced" />
36901<Test name="draw_range_elements" />
36902</TestCase>
36903<TestCase name="unsigned_short">
36904<Test name="draw_elements" />
36905<Test name="draw_elements_instanced" />
36906<Test name="draw_range_elements" />
36907</TestCase>
36908<TestCase name="unsigned_int">
36909<Test name="draw_elements" />
36910<Test name="draw_elements_instanced" />
36911<Test name="draw_range_elements" />
36912</TestCase>
36913</TestSuite>
36914<TestSuite name="triangle_strip">
36915<TestCase name="unsigned_byte">
36916<Test name="draw_elements" />
36917<Test name="draw_elements_instanced" />
36918<Test name="draw_range_elements" />
36919</TestCase>
36920<TestCase name="unsigned_short">
36921<Test name="draw_elements" />
36922<Test name="draw_elements_instanced" />
36923<Test name="draw_range_elements" />
36924</TestCase>
36925<TestCase name="unsigned_int">
36926<Test name="draw_elements" />
36927<Test name="draw_elements_instanced" />
36928<Test name="draw_range_elements" />
36929</TestCase>
36930</TestSuite>
36931<TestSuite name="triangle_fan">
36932<TestCase name="unsigned_byte">
36933<Test name="draw_elements" />
36934<Test name="draw_elements_instanced" />
36935<Test name="draw_range_elements" />
36936</TestCase>
36937<TestCase name="unsigned_short">
36938<Test name="draw_elements" />
36939<Test name="draw_elements_instanced" />
36940<Test name="draw_range_elements" />
36941</TestCase>
36942<TestCase name="unsigned_int">
36943<Test name="draw_elements" />
36944<Test name="draw_elements_instanced" />
36945<Test name="draw_range_elements" />
36946</TestCase>
36947</TestSuite>
36948<TestSuite name="triangles">
36949<TestCase name="unsigned_byte">
36950<Test name="draw_elements" />
36951<Test name="draw_elements_instanced" />
36952<Test name="draw_range_elements" />
36953</TestCase>
36954<TestCase name="unsigned_short">
36955<Test name="draw_elements" />
36956<Test name="draw_elements_instanced" />
36957<Test name="draw_range_elements" />
36958</TestCase>
36959<TestCase name="unsigned_int">
36960<Test name="draw_elements" />
36961<Test name="draw_elements_instanced" />
36962<Test name="draw_range_elements" />
36963</TestCase>
36964</TestSuite>
36965</TestSuite>
36966</TestSuite>
36967<TestSuite name="instanced">
36968<TestSuite name="draw_arrays_instanced">
36969<TestCase name="instance_id">
36970<Test name="1_instances" />
36971<Test name="2_instances" />
36972<Test name="4_instances" />
36973<Test name="20_instances" />
36974</TestCase>
36975<TestCase name="attribute_divisor">
36976<Test name="1_instances" />
36977<Test name="2_instances" />
36978<Test name="4_instances" />
36979<Test name="20_instances" />
36980</TestCase>
36981<TestCase name="mixed">
36982<Test name="1_instances" />
36983<Test name="2_instances" />
36984<Test name="4_instances" />
36985<Test name="20_instances" />
36986</TestCase>
36987</TestSuite>
36988<TestSuite name="draw_elements_instanced">
36989<TestCase name="instance_id">
36990<Test name="1_instances" />
36991<Test name="2_instances" />
36992<Test name="4_instances" />
36993<Test name="20_instances" />
36994</TestCase>
36995<TestCase name="attribute_divisor">
36996<Test name="1_instances" />
36997<Test name="2_instances" />
36998<Test name="4_instances" />
36999<Test name="20_instances" />
37000</TestCase>
37001<TestCase name="mixed">
37002<Test name="1_instances" />
37003<Test name="2_instances" />
37004<Test name="4_instances" />
37005<Test name="20_instances" />
37006</TestCase>
37007</TestSuite>
37008<TestCase name="types">
37009<Test name="float" />
37010<Test name="vec2" />
37011<Test name="vec3" />
37012<Test name="vec4" />
37013<Test name="mat2" />
37014<Test name="mat2x3" />
37015<Test name="mat2x4" />
37016<Test name="mat3x2" />
37017<Test name="mat3" />
37018<Test name="mat3x4" />
37019<Test name="mat4x2" />
37020<Test name="mat4x3" />
37021<Test name="mat4" />
37022<Test name="int" />
37023<Test name="ivec2" />
37024<Test name="ivec3" />
37025<Test name="ivec4" />
37026<Test name="uint" />
37027<Test name="uvec2" />
37028<Test name="uvec3" />
37029<Test name="uvec4" />
37030</TestCase>
37031</TestSuite>
37032<TestSuite name="rasterizer_discard">
37033<TestCase name="basic">
37034<Test name="write_depth_points" />
37035<Test name="write_depth_lines" />
37036<Test name="write_depth_line_strip" />
37037<Test name="write_depth_line_loop" />
37038<Test name="write_depth_triangles" />
37039<Test name="write_depth_triangle_strip" />
37040<Test name="write_depth_triangle_fan" />
37041<Test name="write_stencil_points" />
37042<Test name="write_stencil_lines" />
37043<Test name="write_stencil_line_strip" />
37044<Test name="write_stencil_line_loop" />
37045<Test name="write_stencil_triangles" />
37046<Test name="write_stencil_triangle_strip" />
37047<Test name="write_stencil_triangle_fan" />
37048<Test name="clear_color" />
37049<Test name="clear_depth" />
37050<Test name="clear_stencil" />
37051</TestCase>
37052<TestCase name="scissor">
37053<Test name="write_depth_points" />
37054<Test name="write_depth_lines" />
37055<Test name="write_depth_line_strip" />
37056<Test name="write_depth_line_loop" />
37057<Test name="write_depth_triangles" />
37058<Test name="write_depth_triangle_strip" />
37059<Test name="write_depth_triangle_fan" />
37060<Test name="write_stencil_points" />
37061<Test name="write_stencil_lines" />
37062<Test name="write_stencil_line_strip" />
37063<Test name="write_stencil_line_loop" />
37064<Test name="write_stencil_triangles" />
37065<Test name="write_stencil_triangle_strip" />
37066<Test name="write_stencil_triangle_fan" />
37067<Test name="clear_color" />
37068<Test name="clear_depth" />
37069<Test name="clear_stencil" />
37070</TestCase>
37071<TestCase name="fbo">
37072<Test name="write_depth_points" />
37073<Test name="write_depth_lines" />
37074<Test name="write_depth_line_strip" />
37075<Test name="write_depth_line_loop" />
37076<Test name="write_depth_triangles" />
37077<Test name="write_depth_triangle_strip" />
37078<Test name="write_depth_triangle_fan" />
37079<Test name="write_stencil_points" />
37080<Test name="write_stencil_lines" />
37081<Test name="write_stencil_line_strip" />
37082<Test name="write_stencil_line_loop" />
37083<Test name="write_stencil_triangles" />
37084<Test name="write_stencil_triangle_strip" />
37085<Test name="write_stencil_triangle_fan" />
37086<Test name="clear_color" />
37087<Test name="clear_depth" />
37088<Test name="clear_stencil" />
37089</TestCase>
37090</TestSuite>
37091<TestSuite name="transform_feedback">
37092<TestCase name="position">
37093<Test name="points_interleaved" />
37094<Test name="lines_separate" />
37095<Test name="lines_interleaved" />
37096<Test name="triangles_separate" />
37097<Test name="triangles_interleaved" />
37098</TestCase>
37099<TestCase name="point_size">
37100<Test name="points_separate" />
37101<Test name="points_interleaved" />
37102<Test name="lines_separate" />
37103<Test name="lines_interleaved" />
37104<Test name="triangles_separate" />
37105<Test name="triangles_interleaved" />
37106</TestCase>
37107<TestSuite name="basic_types">
37108<TestSuite name="separate">
37109<TestCase name="points">
37110<Test name="lowp_float" />
37111<Test name="mediump_float" />
37112<Test name="highp_float" />
37113<Test name="lowp_vec2" />
37114<Test name="mediump_vec2" />
37115<Test name="highp_vec2" />
37116<Test name="lowp_vec3" />
37117<Test name="mediump_vec3" />
37118<Test name="highp_vec3" />
37119<Test name="mediump_vec4" />
37120<Test name="highp_vec4" />
37121<Test name="lowp_mat2x3" />
37122<Test name="mediump_mat2x3" />
37123<Test name="highp_mat2x3" />
37124<Test name="lowp_mat2x4" />
37125<Test name="mediump_mat2x4" />
37126<Test name="highp_mat2x4" />
37127<Test name="lowp_mat3x2" />
37128<Test name="mediump_mat3x2" />
37129<Test name="highp_mat3x2" />
37130<Test name="lowp_mat3" />
37131<Test name="mediump_mat3" />
37132<Test name="highp_mat3" />
37133<Test name="lowp_mat3x4" />
37134<Test name="mediump_mat3x4" />
37135<Test name="highp_mat3x4" />
37136<Test name="lowp_mat4x2" />
37137<Test name="mediump_mat4x2" />
37138<Test name="highp_mat4x2" />
37139<Test name="lowp_mat4x3" />
37140<Test name="mediump_mat4x3" />
37141<Test name="highp_mat4x3" />
37142<Test name="lowp_mat4" />
37143<Test name="mediump_mat4" />
37144<Test name="highp_mat4" />
37145<Test name="lowp_int" />
37146<Test name="mediump_int" />
37147<Test name="highp_int" />
37148<Test name="lowp_ivec2" />
37149<Test name="mediump_ivec2" />
37150<Test name="highp_ivec2" />
37151<Test name="lowp_ivec3" />
37152<Test name="mediump_ivec3" />
37153<Test name="highp_ivec3" />
37154<Test name="lowp_ivec4" />
37155<Test name="mediump_ivec4" />
37156<Test name="highp_ivec4" />
37157<Test name="lowp_uint" />
37158<Test name="mediump_uint" />
37159<Test name="highp_uint" />
37160<Test name="lowp_uvec2" />
37161<Test name="mediump_uvec2" />
37162<Test name="highp_uvec2" />
37163<Test name="lowp_uvec3" />
37164<Test name="mediump_uvec3" />
37165<Test name="highp_uvec3" />
37166<Test name="lowp_uvec4" />
37167<Test name="mediump_uvec4" />
37168<Test name="highp_uvec4" />
37169</TestCase>
37170<TestCase name="lines">
37171<Test name="lowp_float" />
37172<Test name="mediump_float" />
37173<Test name="highp_float" />
37174<Test name="lowp_vec2" />
37175<Test name="mediump_vec2" />
37176<Test name="highp_vec2" />
37177<Test name="lowp_vec3" />
37178<Test name="mediump_vec3" />
37179<Test name="highp_vec3" />
37180<Test name="lowp_vec4" />
37181<Test name="mediump_vec4" />
37182<Test name="highp_vec4" />
37183<Test name="lowp_mat2x3" />
37184<Test name="mediump_mat2x3" />
37185<Test name="highp_mat2x3" />
37186<Test name="lowp_mat2x4" />
37187<Test name="mediump_mat2x4" />
37188<Test name="highp_mat2x4" />
37189<Test name="lowp_mat3x2" />
37190<Test name="mediump_mat3x2" />
37191<Test name="highp_mat3x2" />
37192<Test name="lowp_mat3" />
37193<Test name="mediump_mat3" />
37194<Test name="highp_mat3" />
37195<Test name="lowp_mat3x4" />
37196<Test name="mediump_mat3x4" />
37197<Test name="highp_mat3x4" />
37198<Test name="lowp_mat4x2" />
37199<Test name="mediump_mat4x2" />
37200<Test name="highp_mat4x2" />
37201<Test name="lowp_mat4x3" />
37202<Test name="mediump_mat4x3" />
37203<Test name="highp_mat4x3" />
37204<Test name="lowp_mat4" />
37205<Test name="mediump_mat4" />
37206<Test name="highp_mat4" />
37207<Test name="lowp_int" />
37208<Test name="mediump_int" />
37209<Test name="highp_int" />
37210<Test name="lowp_ivec2" />
37211<Test name="mediump_ivec2" />
37212<Test name="highp_ivec2" />
37213<Test name="lowp_ivec3" />
37214<Test name="lowp_ivec4" />
37215<Test name="mediump_ivec4" />
37216<Test name="highp_ivec4" />
37217<Test name="lowp_uint" />
37218<Test name="mediump_uint" />
37219<Test name="highp_uint" />
37220<Test name="lowp_uvec2" />
37221<Test name="mediump_uvec2" />
37222<Test name="highp_uvec2" />
37223<Test name="lowp_uvec3" />
37224<Test name="mediump_uvec3" />
37225<Test name="highp_uvec3" />
37226<Test name="lowp_uvec4" />
37227<Test name="mediump_uvec4" />
37228<Test name="highp_uvec4" />
37229</TestCase>
37230<TestCase name="triangles">
37231<Test name="lowp_float" />
37232<Test name="mediump_float" />
37233<Test name="highp_float" />
37234<Test name="lowp_vec2" />
37235<Test name="mediump_vec2" />
37236<Test name="highp_vec2" />
37237<Test name="lowp_vec4" />
37238<Test name="mediump_vec4" />
37239<Test name="highp_vec4" />
37240<Test name="lowp_mat2x3" />
37241<Test name="mediump_mat2x3" />
37242<Test name="highp_mat2x3" />
37243<Test name="lowp_mat2x4" />
37244<Test name="mediump_mat2x4" />
37245<Test name="highp_mat2x4" />
37246<Test name="lowp_mat3x2" />
37247<Test name="mediump_mat3x2" />
37248<Test name="highp_mat3x2" />
37249<Test name="lowp_mat3" />
37250<Test name="mediump_mat3" />
37251<Test name="highp_mat3" />
37252<Test name="lowp_mat3x4" />
37253<Test name="mediump_mat3x4" />
37254<Test name="highp_mat3x4" />
37255<Test name="lowp_mat4x2" />
37256<Test name="mediump_mat4x2" />
37257<Test name="highp_mat4x2" />
37258<Test name="lowp_mat4x3" />
37259<Test name="mediump_mat4x3" />
37260<Test name="highp_mat4x3" />
37261<Test name="lowp_mat4" />
37262<Test name="mediump_mat4" />
37263<Test name="highp_mat4" />
37264<Test name="lowp_int" />
37265<Test name="mediump_int" />
37266<Test name="highp_int" />
37267<Test name="lowp_ivec2" />
37268<Test name="mediump_ivec2" />
37269<Test name="highp_ivec2" />
37270<Test name="lowp_ivec3" />
37271<Test name="mediump_ivec3" />
37272<Test name="highp_ivec3" />
37273<Test name="lowp_ivec4" />
37274<Test name="mediump_ivec4" />
37275<Test name="highp_ivec4" />
37276<Test name="lowp_uint" />
37277<Test name="mediump_uint" />
37278<Test name="highp_uint" />
37279<Test name="lowp_uvec2" />
37280<Test name="mediump_uvec2" />
37281<Test name="highp_uvec2" />
37282<Test name="lowp_uvec3" />
37283<Test name="mediump_uvec3" />
37284<Test name="highp_uvec3" />
37285<Test name="lowp_uvec4" />
37286<Test name="mediump_uvec4" />
37287<Test name="highp_uvec4" />
37288</TestCase>
37289</TestSuite>
37290<TestSuite name="interleaved">
37291<TestCase name="points">
37292<Test name="lowp_float" />
37293<Test name="mediump_float" />
37294<Test name="highp_float" />
37295<Test name="lowp_vec2" />
37296<Test name="mediump_vec2" />
37297<Test name="highp_vec2" />
37298<Test name="lowp_vec3" />
37299<Test name="mediump_vec3" />
37300<Test name="highp_vec3" />
37301<Test name="lowp_vec4" />
37302<Test name="mediump_vec4" />
37303<Test name="highp_vec4" />
37304<Test name="lowp_mat2" />
37305<Test name="mediump_mat2" />
37306<Test name="highp_mat2" />
37307<Test name="lowp_mat2x4" />
37308<Test name="mediump_mat2x4" />
37309<Test name="highp_mat2x4" />
37310<Test name="lowp_mat3x2" />
37311<Test name="mediump_mat3x2" />
37312<Test name="mediump_mat3x4" />
37313<Test name="highp_mat3x4" />
37314<Test name="lowp_mat4x2" />
37315<Test name="mediump_mat4x2" />
37316<Test name="highp_mat4x2" />
37317<Test name="lowp_mat4x3" />
37318<Test name="lowp_mat4" />
37319<Test name="mediump_mat4" />
37320<Test name="highp_mat4" />
37321<Test name="lowp_int" />
37322<Test name="mediump_int" />
37323<Test name="highp_int" />
37324<Test name="lowp_ivec2" />
37325<Test name="mediump_ivec2" />
37326<Test name="highp_ivec2" />
37327<Test name="mediump_ivec3" />
37328<Test name="highp_ivec3" />
37329<Test name="lowp_ivec4" />
37330<Test name="mediump_ivec4" />
37331<Test name="highp_ivec4" />
37332<Test name="lowp_uint" />
37333<Test name="mediump_uint" />
37334<Test name="highp_uint" />
37335<Test name="lowp_uvec2" />
37336<Test name="mediump_uvec2" />
37337<Test name="highp_uvec2" />
37338<Test name="lowp_uvec3" />
37339<Test name="mediump_uvec3" />
37340<Test name="highp_uvec3" />
37341<Test name="lowp_uvec4" />
37342<Test name="mediump_uvec4" />
37343<Test name="highp_uvec4" />
37344</TestCase>
37345<TestCase name="lines">
37346<Test name="lowp_float" />
37347<Test name="mediump_float" />
37348<Test name="highp_float" />
37349<Test name="lowp_vec2" />
37350<Test name="mediump_vec2" />
37351<Test name="highp_vec2" />
37352<Test name="lowp_vec3" />
37353<Test name="mediump_vec3" />
37354<Test name="highp_vec3" />
37355<Test name="lowp_vec4" />
37356<Test name="mediump_vec4" />
37357<Test name="highp_vec4" />
37358<Test name="lowp_mat2" />
37359<Test name="mediump_mat2" />
37360<Test name="highp_mat2" />
37361<Test name="lowp_mat2x3" />
37362<Test name="mediump_mat2x3" />
37363<Test name="highp_mat2x3" />
37364<Test name="lowp_mat2x4" />
37365<Test name="mediump_mat2x4" />
37366<Test name="highp_mat2x4" />
37367<Test name="mediump_mat3x2" />
37368<Test name="highp_mat3x2" />
37369<Test name="mediump_mat3" />
37370<Test name="highp_mat3" />
37371<Test name="lowp_mat3x4" />
37372<Test name="mediump_mat3x4" />
37373<Test name="highp_mat3x4" />
37374<Test name="lowp_mat4x2" />
37375<Test name="mediump_mat4x2" />
37376<Test name="highp_mat4x2" />
37377<Test name="lowp_mat4x3" />
37378<Test name="mediump_mat4x3" />
37379<Test name="highp_mat4x3" />
37380<Test name="lowp_mat4" />
37381<Test name="mediump_mat4" />
37382<Test name="highp_mat4" />
37383<Test name="lowp_int" />
37384<Test name="mediump_int" />
37385<Test name="highp_int" />
37386<Test name="lowp_ivec2" />
37387<Test name="mediump_ivec2" />
37388<Test name="highp_ivec2" />
37389<Test name="lowp_ivec3" />
37390<Test name="mediump_ivec3" />
37391<Test name="highp_ivec3" />
37392<Test name="lowp_ivec4" />
37393<Test name="mediump_ivec4" />
37394<Test name="highp_ivec4" />
37395<Test name="lowp_uint" />
37396<Test name="mediump_uint" />
37397<Test name="highp_uint" />
37398<Test name="lowp_uvec2" />
37399<Test name="mediump_uvec2" />
37400<Test name="highp_uvec2" />
37401<Test name="lowp_uvec3" />
37402<Test name="mediump_uvec3" />
37403<Test name="highp_uvec3" />
37404<Test name="lowp_uvec4" />
37405<Test name="mediump_uvec4" />
37406<Test name="highp_uvec4" />
37407</TestCase>
37408<TestCase name="triangles">
37409<Test name="lowp_float" />
37410<Test name="mediump_float" />
37411<Test name="highp_float" />
37412<Test name="lowp_vec2" />
37413<Test name="mediump_vec2" />
37414<Test name="highp_vec2" />
37415<Test name="lowp_vec3" />
37416<Test name="mediump_vec3" />
37417<Test name="highp_vec3" />
37418<Test name="lowp_vec4" />
37419<Test name="mediump_vec4" />
37420<Test name="highp_vec4" />
37421<Test name="lowp_mat2" />
37422<Test name="mediump_mat2" />
37423<Test name="highp_mat2" />
37424<Test name="highp_mat2x3" />
37425<Test name="lowp_mat2x4" />
37426<Test name="mediump_mat2x4" />
37427<Test name="highp_mat2x4" />
37428<Test name="lowp_mat3" />
37429<Test name="highp_mat3" />
37430<Test name="lowp_mat3x4" />
37431<Test name="mediump_mat3x4" />
37432<Test name="lowp_mat4x2" />
37433<Test name="mediump_mat4x2" />
37434<Test name="highp_mat4x2" />
37435<Test name="lowp_mat4x3" />
37436<Test name="lowp_mat4" />
37437<Test name="mediump_mat4" />
37438<Test name="highp_mat4" />
37439<Test name="lowp_int" />
37440<Test name="mediump_int" />
37441<Test name="highp_int" />
37442<Test name="lowp_ivec2" />
37443<Test name="mediump_ivec2" />
37444<Test name="highp_ivec2" />
37445<Test name="lowp_ivec3" />
37446<Test name="mediump_ivec3" />
37447<Test name="highp_ivec3" />
37448<Test name="lowp_ivec4" />
37449<Test name="mediump_ivec4" />
37450<Test name="highp_ivec4" />
37451<Test name="lowp_uint" />
37452<Test name="mediump_uint" />
37453<Test name="highp_uint" />
37454<Test name="lowp_uvec2" />
37455<Test name="mediump_uvec2" />
37456<Test name="highp_uvec2" />
37457<Test name="lowp_uvec3" />
37458<Test name="mediump_uvec3" />
37459<Test name="highp_uvec3" />
37460<Test name="lowp_uvec4" />
37461<Test name="mediump_uvec4" />
37462<Test name="highp_uvec4" />
37463</TestCase>
37464</TestSuite>
37465</TestSuite>
37466<TestSuite name="array">
37467<TestSuite name="separate">
37468<TestCase name="points">
37469<Test name="lowp_vec3" />
37470<Test name="mediump_vec3" />
37471<Test name="highp_vec3" />
37472<Test name="lowp_vec4" />
37473<Test name="mediump_vec4" />
37474<Test name="highp_vec4" />
37475<Test name="lowp_mat2" />
37476<Test name="mediump_mat2" />
37477<Test name="highp_mat2" />
37478<Test name="lowp_mat2x3" />
37479<Test name="mediump_mat2x3" />
37480<Test name="highp_mat2x3" />
37481<Test name="lowp_mat2x4" />
37482<Test name="mediump_mat2x4" />
37483<Test name="highp_mat2x4" />
37484<Test name="lowp_mat3x2" />
37485<Test name="mediump_mat3x2" />
37486<Test name="highp_mat3x2" />
37487<Test name="lowp_mat3" />
37488<Test name="mediump_mat3" />
37489<Test name="highp_mat3" />
37490<Test name="lowp_mat3x4" />
37491<Test name="mediump_mat3x4" />
37492<Test name="highp_mat3x4" />
37493<Test name="lowp_mat4x2" />
37494<Test name="mediump_mat4x2" />
37495<Test name="highp_mat4x2" />
37496<Test name="lowp_mat4x3" />
37497<Test name="mediump_mat4x3" />
37498<Test name="highp_mat4x3" />
37499<Test name="lowp_mat4" />
37500<Test name="mediump_mat4" />
37501<Test name="highp_mat4" />
37502<Test name="lowp_ivec3" />
37503<Test name="mediump_ivec3" />
37504<Test name="highp_ivec3" />
37505<Test name="lowp_ivec4" />
37506<Test name="mediump_ivec4" />
37507<Test name="highp_ivec4" />
37508<Test name="lowp_uvec3" />
37509<Test name="mediump_uvec3" />
37510<Test name="highp_uvec3" />
37511<Test name="lowp_uvec4" />
37512<Test name="mediump_uvec4" />
37513<Test name="highp_uvec4" />
37514</TestCase>
37515<TestCase name="lines">
37516<Test name="lowp_vec3" />
37517<Test name="mediump_vec3" />
37518<Test name="highp_vec3" />
37519<Test name="lowp_vec4" />
37520<Test name="mediump_vec4" />
37521<Test name="highp_vec4" />
37522<Test name="lowp_mat2" />
37523<Test name="mediump_mat2" />
37524<Test name="highp_mat2" />
37525<Test name="lowp_mat2x3" />
37526<Test name="mediump_mat2x3" />
37527<Test name="highp_mat2x3" />
37528<Test name="lowp_mat2x4" />
37529<Test name="mediump_mat2x4" />
37530<Test name="highp_mat2x4" />
37531<Test name="lowp_mat3x2" />
37532<Test name="mediump_mat3x2" />
37533<Test name="highp_mat3x2" />
37534<Test name="lowp_mat3" />
37535<Test name="mediump_mat3" />
37536<Test name="highp_mat3" />
37537<Test name="lowp_mat3x4" />
37538<Test name="mediump_mat3x4" />
37539<Test name="highp_mat3x4" />
37540<Test name="lowp_mat4x2" />
37541<Test name="mediump_mat4x2" />
37542<Test name="highp_mat4x2" />
37543<Test name="lowp_mat4x3" />
37544<Test name="mediump_mat4x3" />
37545<Test name="highp_mat4x3" />
37546<Test name="lowp_mat4" />
37547<Test name="mediump_mat4" />
37548<Test name="highp_mat4" />
37549<Test name="lowp_ivec3" />
37550<Test name="mediump_ivec3" />
37551<Test name="highp_ivec3" />
37552<Test name="lowp_ivec4" />
37553<Test name="mediump_ivec4" />
37554<Test name="highp_ivec4" />
37555<Test name="lowp_uvec3" />
37556<Test name="mediump_uvec3" />
37557<Test name="highp_uvec3" />
37558<Test name="lowp_uvec4" />
37559<Test name="mediump_uvec4" />
37560<Test name="highp_uvec4" />
37561</TestCase>
37562<TestCase name="triangles">
37563<Test name="lowp_vec3" />
37564<Test name="mediump_vec3" />
37565<Test name="highp_vec3" />
37566<Test name="lowp_vec4" />
37567<Test name="mediump_vec4" />
37568<Test name="highp_vec4" />
37569<Test name="lowp_mat2" />
37570<Test name="mediump_mat2" />
37571<Test name="highp_mat2" />
37572<Test name="lowp_mat2x3" />
37573<Test name="mediump_mat2x3" />
37574<Test name="highp_mat2x3" />
37575<Test name="lowp_mat2x4" />
37576<Test name="mediump_mat2x4" />
37577<Test name="highp_mat2x4" />
37578<Test name="lowp_mat3x2" />
37579<Test name="mediump_mat3x2" />
37580<Test name="highp_mat3x2" />
37581<Test name="lowp_mat3" />
37582<Test name="mediump_mat3" />
37583<Test name="highp_mat3" />
37584<Test name="lowp_mat3x4" />
37585<Test name="mediump_mat3x4" />
37586<Test name="highp_mat3x4" />
37587<Test name="lowp_mat4x2" />
37588<Test name="mediump_mat4x2" />
37589<Test name="highp_mat4x2" />
37590<Test name="lowp_mat4x3" />
37591<Test name="mediump_mat4x3" />
37592<Test name="highp_mat4x3" />
37593<Test name="lowp_mat4" />
37594<Test name="mediump_mat4" />
37595<Test name="highp_mat4" />
37596<Test name="lowp_ivec3" />
37597<Test name="mediump_ivec3" />
37598<Test name="highp_ivec3" />
37599<Test name="lowp_ivec4" />
37600<Test name="mediump_ivec4" />
37601<Test name="highp_ivec4" />
37602<Test name="lowp_uvec3" />
37603<Test name="mediump_uvec3" />
37604<Test name="highp_uvec3" />
37605<Test name="lowp_uvec4" />
37606<Test name="mediump_uvec4" />
37607<Test name="highp_uvec4" />
37608</TestCase>
37609</TestSuite>
37610<TestSuite name="interleaved">
37611<TestCase name="points">
37612<Test name="lowp_mat2" />
37613<Test name="mediump_mat2" />
37614<Test name="highp_mat2" />
37615<Test name="lowp_mat2x3" />
37616<Test name="mediump_mat2x3" />
37617<Test name="highp_mat2x3" />
37618<Test name="lowp_mat2x4" />
37619<Test name="mediump_mat2x4" />
37620<Test name="highp_mat2x4" />
37621<Test name="lowp_mat3x2" />
37622<Test name="mediump_mat3x2" />
37623<Test name="highp_mat3x2" />
37624<Test name="lowp_mat3" />
37625<Test name="mediump_mat3" />
37626<Test name="highp_mat3" />
37627<Test name="lowp_mat3x4" />
37628<Test name="mediump_mat3x4" />
37629<Test name="highp_mat3x4" />
37630<Test name="lowp_mat4x2" />
37631<Test name="mediump_mat4x2" />
37632<Test name="highp_mat4x2" />
37633<Test name="lowp_mat4x3" />
37634<Test name="mediump_mat4x3" />
37635<Test name="highp_mat4x3" />
37636<Test name="lowp_mat4" />
37637<Test name="mediump_mat4" />
37638<Test name="highp_mat4" />
37639</TestCase>
37640<TestCase name="lines">
37641<Test name="lowp_mat2" />
37642<Test name="mediump_mat2" />
37643<Test name="highp_mat2" />
37644<Test name="lowp_mat2x3" />
37645<Test name="mediump_mat2x3" />
37646<Test name="highp_mat2x3" />
37647<Test name="lowp_mat2x4" />
37648<Test name="mediump_mat2x4" />
37649<Test name="highp_mat2x4" />
37650<Test name="lowp_mat3x2" />
37651<Test name="mediump_mat3x2" />
37652<Test name="highp_mat3x2" />
37653<Test name="lowp_mat3" />
37654<Test name="mediump_mat3" />
37655<Test name="highp_mat3" />
37656<Test name="lowp_mat3x4" />
37657<Test name="mediump_mat3x4" />
37658<Test name="highp_mat3x4" />
37659<Test name="lowp_mat4x2" />
37660<Test name="mediump_mat4x2" />
37661<Test name="highp_mat4x2" />
37662<Test name="lowp_mat4x3" />
37663<Test name="mediump_mat4x3" />
37664<Test name="highp_mat4x3" />
37665<Test name="lowp_mat4" />
37666<Test name="mediump_mat4" />
37667<Test name="highp_mat4" />
37668</TestCase>
37669<TestCase name="triangles">
37670<Test name="lowp_mat2" />
37671<Test name="mediump_mat2" />
37672<Test name="highp_mat2" />
37673<Test name="lowp_mat2x3" />
37674<Test name="mediump_mat2x3" />
37675<Test name="highp_mat2x3" />
37676<Test name="lowp_mat2x4" />
37677<Test name="mediump_mat2x4" />
37678<Test name="highp_mat2x4" />
37679<Test name="lowp_mat3x2" />
37680<Test name="mediump_mat3x2" />
37681<Test name="highp_mat3x2" />
37682<Test name="lowp_mat3" />
37683<Test name="mediump_mat3" />
37684<Test name="highp_mat3" />
37685<Test name="lowp_mat3x4" />
37686<Test name="mediump_mat3x4" />
37687<Test name="highp_mat3x4" />
37688<Test name="lowp_mat4x2" />
37689<Test name="mediump_mat4x2" />
37690<Test name="highp_mat4x2" />
37691<Test name="lowp_mat4x3" />
37692<Test name="mediump_mat4x3" />
37693<Test name="highp_mat4x3" />
37694<Test name="lowp_mat4" />
37695<Test name="mediump_mat4" />
37696<Test name="highp_mat4" />
37697</TestCase>
37698</TestSuite>
37699</TestSuite>
37700<TestSuite name="array_element">
37701<TestSuite name="separate">
37702<TestCase name="points">
37703<Test name="lowp_mat2x3" />
37704<Test name="mediump_mat2x3" />
37705<Test name="highp_mat2x3" />
37706<Test name="lowp_mat2x4" />
37707<Test name="mediump_mat2x4" />
37708<Test name="highp_mat2x4" />
37709<Test name="lowp_mat3x2" />
37710<Test name="mediump_mat3x2" />
37711<Test name="highp_mat3x2" />
37712<Test name="lowp_mat3" />
37713<Test name="mediump_mat3" />
37714<Test name="highp_mat3" />
37715<Test name="lowp_mat3x4" />
37716<Test name="mediump_mat3x4" />
37717<Test name="highp_mat3x4" />
37718<Test name="lowp_mat4x2" />
37719<Test name="mediump_mat4x2" />
37720<Test name="highp_mat4x2" />
37721<Test name="lowp_mat4x3" />
37722<Test name="mediump_mat4x3" />
37723<Test name="highp_mat4x3" />
37724<Test name="lowp_mat4" />
37725<Test name="mediump_mat4" />
37726<Test name="highp_mat4" />
37727<Test name="lowp_int" />
37728<Test name="mediump_int" />
37729<Test name="highp_ivec2" />
37730<Test name="highp_ivec4" />
37731<Test name="lowp_uint" />
37732<Test name="mediump_uint" />
37733<Test name="highp_uint" />
37734<Test name="lowp_uvec2" />
37735<Test name="mediump_uvec2" />
37736<Test name="highp_uvec2" />
37737<Test name="lowp_uvec3" />
37738<Test name="mediump_uvec3" />
37739<Test name="highp_uvec3" />
37740<Test name="lowp_uvec4" />
37741<Test name="mediump_uvec4" />
37742<Test name="highp_uvec4" />
37743</TestCase>
37744<TestCase name="lines">
37745<Test name="lowp_float" />
37746<Test name="mediump_float" />
37747<Test name="lowp_vec2" />
37748<Test name="mediump_vec2" />
37749<Test name="mediump_vec3" />
37750<Test name="highp_vec3" />
37751<Test name="lowp_vec4" />
37752<Test name="mediump_vec4" />
37753<Test name="highp_vec4" />
37754<Test name="lowp_mat2x3" />
37755<Test name="mediump_mat2x3" />
37756<Test name="highp_mat2x3" />
37757<Test name="lowp_mat2x4" />
37758<Test name="mediump_mat2x4" />
37759<Test name="highp_mat2x4" />
37760<Test name="lowp_mat3x2" />
37761<Test name="mediump_mat3x2" />
37762<Test name="highp_mat3x2" />
37763<Test name="lowp_mat3" />
37764<Test name="mediump_mat3" />
37765<Test name="highp_mat3" />
37766<Test name="lowp_mat3x4" />
37767<Test name="mediump_mat3x4" />
37768<Test name="highp_mat3x4" />
37769<Test name="lowp_mat4x2" />
37770<Test name="mediump_mat4x2" />
37771<Test name="highp_mat4x2" />
37772<Test name="lowp_mat4x3" />
37773<Test name="mediump_mat4x3" />
37774<Test name="highp_mat4x3" />
37775<Test name="lowp_mat4" />
37776<Test name="mediump_mat4" />
37777<Test name="highp_mat4" />
37778<Test name="lowp_int" />
37779<Test name="lowp_ivec2" />
37780<Test name="lowp_ivec4" />
37781<Test name="mediump_ivec4" />
37782<Test name="lowp_uint" />
37783<Test name="mediump_uint" />
37784<Test name="highp_uint" />
37785<Test name="lowp_uvec2" />
37786<Test name="mediump_uvec2" />
37787<Test name="highp_uvec2" />
37788<Test name="mediump_uvec3" />
37789<Test name="highp_uvec3" />
37790<Test name="mediump_uvec4" />
37791<Test name="highp_uvec4" />
37792</TestCase>
37793<TestCase name="triangles">
37794<Test name="lowp_float" />
37795<Test name="mediump_float" />
37796<Test name="highp_float" />
37797<Test name="lowp_vec2" />
37798<Test name="mediump_vec2" />
37799<Test name="lowp_vec3" />
37800<Test name="lowp_vec4" />
37801<Test name="mediump_vec4" />
37802<Test name="highp_vec4" />
37803<Test name="lowp_mat2x3" />
37804<Test name="mediump_mat2x3" />
37805<Test name="highp_mat2x3" />
37806<Test name="lowp_mat2x4" />
37807<Test name="mediump_mat2x4" />
37808<Test name="highp_mat2x4" />
37809<Test name="lowp_mat3x2" />
37810<Test name="mediump_mat3x2" />
37811<Test name="highp_mat3x2" />
37812<Test name="lowp_mat3" />
37813<Test name="mediump_mat3" />
37814<Test name="highp_mat3" />
37815<Test name="lowp_mat3x4" />
37816<Test name="mediump_mat3x4" />
37817<Test name="highp_mat3x4" />
37818<Test name="lowp_mat4x2" />
37819<Test name="mediump_mat4x2" />
37820<Test name="highp_mat4x2" />
37821<Test name="lowp_mat4x3" />
37822<Test name="mediump_mat4x3" />
37823<Test name="highp_mat4x3" />
37824<Test name="lowp_mat4" />
37825<Test name="mediump_mat4" />
37826<Test name="highp_mat4" />
37827<Test name="lowp_int" />
37828<Test name="mediump_int" />
37829<Test name="highp_int" />
37830<Test name="mediump_ivec2" />
37831<Test name="mediump_ivec3" />
37832<Test name="highp_ivec3" />
37833<Test name="highp_ivec4" />
37834<Test name="lowp_uint" />
37835<Test name="mediump_uint" />
37836<Test name="highp_uint" />
37837<Test name="lowp_uvec2" />
37838<Test name="mediump_uvec2" />
37839<Test name="highp_uvec2" />
37840<Test name="highp_uvec3" />
37841<Test name="lowp_uvec4" />
37842<Test name="mediump_uvec4" />
37843<Test name="highp_uvec4" />
37844</TestCase>
37845</TestSuite>
37846<TestSuite name="interleaved">
37847<TestCase name="points">
37848<Test name="lowp_float" />
37849<Test name="mediump_float" />
37850<Test name="highp_float" />
37851<Test name="lowp_vec2" />
37852<Test name="lowp_vec3" />
37853<Test name="mediump_vec3" />
37854<Test name="highp_vec3" />
37855<Test name="lowp_vec4" />
37856<Test name="mediump_vec4" />
37857<Test name="highp_vec4" />
37858<Test name="lowp_mat2" />
37859<Test name="highp_mat2" />
37860<Test name="lowp_mat2x3" />
37861<Test name="mediump_mat2x3" />
37862<Test name="highp_mat2x3" />
37863<Test name="lowp_mat2x4" />
37864<Test name="mediump_mat2x4" />
37865<Test name="highp_mat2x4" />
37866<Test name="lowp_mat3x2" />
37867<Test name="mediump_mat3x2" />
37868<Test name="highp_mat3x2" />
37869<Test name="lowp_mat3" />
37870<Test name="mediump_mat3" />
37871<Test name="highp_mat3" />
37872<Test name="lowp_mat3x4" />
37873<Test name="mediump_mat3x4" />
37874<Test name="highp_mat3x4" />
37875<Test name="lowp_mat4x2" />
37876<Test name="mediump_mat4x2" />
37877<Test name="highp_mat4x2" />
37878<Test name="lowp_mat4x3" />
37879<Test name="mediump_mat4x3" />
37880<Test name="highp_mat4x3" />
37881<Test name="lowp_mat4" />
37882<Test name="mediump_mat4" />
37883<Test name="highp_mat4" />
37884<Test name="lowp_int" />
37885<Test name="mediump_int" />
37886<Test name="highp_int" />
37887<Test name="lowp_ivec2" />
37888<Test name="mediump_ivec2" />
37889<Test name="highp_ivec3" />
37890<Test name="lowp_ivec4" />
37891<Test name="highp_ivec4" />
37892<Test name="mediump_uint" />
37893<Test name="highp_uint" />
37894<Test name="lowp_uvec2" />
37895<Test name="mediump_uvec2" />
37896<Test name="highp_uvec2" />
37897<Test name="mediump_uvec3" />
37898<Test name="highp_uvec3" />
37899<Test name="lowp_uvec4" />
37900<Test name="mediump_uvec4" />
37901<Test name="highp_uvec4" />
37902</TestCase>
37903<TestCase name="lines">
37904<Test name="mediump_float" />
37905<Test name="lowp_vec2" />
37906<Test name="mediump_vec2" />
37907<Test name="mediump_vec3" />
37908<Test name="highp_vec3" />
37909<Test name="lowp_vec4" />
37910<Test name="mediump_vec4" />
37911<Test name="highp_vec4" />
37912<Test name="mediump_mat2" />
37913<Test name="highp_mat2" />
37914<Test name="lowp_mat2x3" />
37915<Test name="highp_mat2x3" />
37916<Test name="lowp_mat2x4" />
37917<Test name="mediump_mat2x4" />
37918<Test name="highp_mat2x4" />
37919<Test name="lowp_mat3x2" />
37920<Test name="mediump_mat3x2" />
37921<Test name="highp_mat3x2" />
37922<Test name="lowp_mat3" />
37923<Test name="mediump_mat3" />
37924<Test name="highp_mat3" />
37925<Test name="lowp_mat3x4" />
37926<Test name="mediump_mat3x4" />
37927<Test name="highp_mat3x4" />
37928<Test name="lowp_mat4x2" />
37929<Test name="mediump_mat4x2" />
37930<Test name="highp_mat4x2" />
37931<Test name="lowp_mat4x3" />
37932<Test name="mediump_mat4x3" />
37933<Test name="highp_mat4x3" />
37934<Test name="lowp_mat4" />
37935<Test name="mediump_mat4" />
37936<Test name="highp_mat4" />
37937<Test name="lowp_int" />
37938<Test name="mediump_int" />
37939<Test name="highp_int" />
37940<Test name="lowp_ivec2" />
37941<Test name="mediump_ivec2" />
37942<Test name="highp_ivec2" />
37943<Test name="lowp_ivec3" />
37944<Test name="mediump_ivec3" />
37945<Test name="highp_ivec3" />
37946<Test name="lowp_ivec4" />
37947<Test name="mediump_ivec4" />
37948<Test name="highp_ivec4" />
37949<Test name="lowp_uint" />
37950<Test name="mediump_uint" />
37951<Test name="highp_uint" />
37952<Test name="lowp_uvec2" />
37953<Test name="mediump_uvec2" />
37954<Test name="highp_uvec2" />
37955<Test name="lowp_uvec3" />
37956<Test name="mediump_uvec3" />
37957<Test name="highp_uvec3" />
37958<Test name="lowp_uvec4" />
37959<Test name="mediump_uvec4" />
37960<Test name="highp_uvec4" />
37961</TestCase>
37962<TestCase name="triangles">
37963<Test name="lowp_float" />
37964<Test name="mediump_float" />
37965<Test name="highp_float" />
37966<Test name="lowp_vec2" />
37967<Test name="mediump_vec2" />
37968<Test name="highp_vec2" />
37969<Test name="lowp_vec3" />
37970<Test name="mediump_vec3" />
37971<Test name="highp_vec3" />
37972<Test name="lowp_vec4" />
37973<Test name="lowp_mat2" />
37974<Test name="mediump_mat2" />
37975<Test name="lowp_mat2x3" />
37976<Test name="mediump_mat2x3" />
37977<Test name="highp_mat2x3" />
37978<Test name="lowp_mat2x4" />
37979<Test name="mediump_mat2x4" />
37980<Test name="highp_mat2x4" />
37981<Test name="lowp_mat3x2" />
37982<Test name="mediump_mat3x2" />
37983<Test name="highp_mat3x2" />
37984<Test name="lowp_mat3" />
37985<Test name="mediump_mat3" />
37986<Test name="highp_mat3" />
37987<Test name="lowp_mat3x4" />
37988<Test name="mediump_mat3x4" />
37989<Test name="highp_mat3x4" />
37990<Test name="lowp_mat4x2" />
37991<Test name="mediump_mat4x2" />
37992<Test name="highp_mat4x2" />
37993<Test name="lowp_mat4x3" />
37994<Test name="mediump_mat4x3" />
37995<Test name="highp_mat4x3" />
37996<Test name="lowp_mat4" />
37997<Test name="mediump_mat4" />
37998<Test name="highp_mat4" />
37999<Test name="lowp_int" />
38000<Test name="mediump_int" />
38001<Test name="highp_int" />
38002<Test name="lowp_ivec2" />
38003<Test name="highp_ivec2" />
38004<Test name="lowp_ivec3" />
38005<Test name="mediump_ivec3" />
38006<Test name="lowp_ivec4" />
38007<Test name="mediump_ivec4" />
38008<Test name="lowp_uint" />
38009<Test name="mediump_uint" />
38010<Test name="highp_uint" />
38011<Test name="lowp_uvec2" />
38012<Test name="mediump_uvec2" />
38013<Test name="highp_uvec2" />
38014<Test name="mediump_uvec3" />
38015<Test name="highp_uvec3" />
38016<Test name="lowp_uvec4" />
38017<Test name="mediump_uvec4" />
38018<Test name="highp_uvec4" />
38019</TestCase>
38020</TestSuite>
38021</TestSuite>
38022<TestSuite name="interpolation">
38023<TestCase name="smooth">
38024<Test name="lowp_vec4_points_separate" />
38025<Test name="lowp_vec4_points_interleaved" />
38026<Test name="lowp_vec4_lines_separate" />
38027<Test name="lowp_vec4_lines_interleaved" />
38028<Test name="lowp_vec4_triangles_interleaved" />
38029<Test name="mediump_vec4_points_interleaved" />
38030<Test name="mediump_vec4_lines_separate" />
38031<Test name="mediump_vec4_lines_interleaved" />
38032<Test name="mediump_vec4_triangles_separate" />
38033<Test name="mediump_vec4_triangles_interleaved" />
38034<Test name="highp_vec4_points_interleaved" />
38035<Test name="highp_vec4_lines_separate" />
38036<Test name="highp_vec4_lines_interleaved" />
38037<Test name="highp_vec4_triangles_separate" />
38038<Test name="highp_vec4_triangles_interleaved" />
38039</TestCase>
38040<TestCase name="flat">
38041<Test name="lowp_vec4_points_separate" />
38042<Test name="lowp_vec4_points_interleaved" />
38043<Test name="lowp_vec4_lines_separate" />
38044<Test name="lowp_vec4_lines_interleaved" />
38045<Test name="lowp_vec4_triangles_separate" />
38046<Test name="lowp_vec4_triangles_interleaved" />
38047<Test name="mediump_vec4_points_interleaved" />
38048<Test name="mediump_vec4_lines_interleaved" />
38049<Test name="mediump_vec4_triangles_separate" />
38050<Test name="mediump_vec4_triangles_interleaved" />
38051<Test name="highp_vec4_points_interleaved" />
38052<Test name="highp_vec4_lines_interleaved" />
38053<Test name="highp_vec4_triangles_separate" />
38054<Test name="highp_vec4_triangles_interleaved" />
38055</TestCase>
38056<TestCase name="centroid">
38057<Test name="lowp_vec4_points_separate" />
38058<Test name="lowp_vec4_points_interleaved" />
38059<Test name="lowp_vec4_lines_separate" />
38060<Test name="lowp_vec4_lines_interleaved" />
38061<Test name="lowp_vec4_triangles_interleaved" />
38062<Test name="mediump_vec4_lines_separate" />
38063<Test name="mediump_vec4_lines_interleaved" />
38064<Test name="highp_vec4_points_separate" />
38065<Test name="highp_vec4_points_interleaved" />
38066<Test name="highp_vec4_lines_separate" />
38067<Test name="highp_vec4_lines_interleaved" />
38068<Test name="highp_vec4_triangles_interleaved" />
38069</TestCase>
38070</TestSuite>
38071<TestSuite name="random">
38072<TestSuite name="separate">
38073<TestCase name="points">
38074<Test name="1" />
38075<Test name="3" />
38076<Test name="5" />
38077<Test name="6" />
38078<Test name="8" />
38079<Test name="9" />
38080<Test name="10" />
38081</TestCase>
38082<TestCase name="lines">
38083<Test name="3" />
38084<Test name="5" />
38085<Test name="6" />
38086<Test name="10" />
38087</TestCase>
38088<TestCase name="triangles">
38089<Test name="2" />
38090<Test name="3" />
38091<Test name="5" />
38092<Test name="7" />
38093</TestCase>
38094</TestSuite>
38095<TestSuite name="interleaved">
38096<TestCase name="points">
38097<Test name="3" />
38098<Test name="5" />
38099<Test name="6" />
38100<Test name="8" />
38101<Test name="9" />
38102<Test name="10" />
38103</TestCase>
38104<TestCase name="lines">
38105<Test name="2" />
38106<Test name="5" />
38107<Test name="6" />
38108<Test name="8" />
38109<Test name="9" />
38110<Test name="10" />
38111</TestCase>
38112<TestCase name="triangles">
38113<Test name="1" />
38114<Test name="4" />
38115<Test name="5" />
38116<Test name="6" />
38117<Test name="9" />
38118</TestCase>
38119</TestSuite>
38120</TestSuite>
38121</TestSuite>
38122<TestCase name="fence_sync">
38123<Test name="wait_sync_smalldraw" />
38124<Test name="client_wait_sync_smalldraw" />
38125<Test name="client_wait_sync_timeout_smalldraw" />
38126</TestCase>
38127<TestSuite name="shader_api">
38128<TestCase name="create_delete">
38129<Test name="create_vertex_shader" />
38130<Test name="create_fragment_shader" />
38131<Test name="delete_vertex_fragment" />
38132</TestCase>
38133<TestCase name="compile_link">
38134<Test name="compile_vertex_shader" />
38135<Test name="compile_fragment_shader" />
38136<Test name="link_vertex_fragment" />
38137</TestCase>
38138<TestCase name="shader_source">
38139<Test name="replace_source_vertex" />
38140<Test name="replace_source_fragment" />
38141<Test name="split_source_2_null_terminated_vertex" />
38142<Test name="split_source_2_null_terminated_fragment" />
38143<Test name="split_source_4_null_terminated_vertex" />
38144<Test name="split_source_4_null_terminated_fragment" />
38145<Test name="split_source_8_null_terminated_vertex" />
38146<Test name="split_source_8_null_terminated_fragment" />
38147<Test name="split_source_2_specify_lengths_vertex" />
38148<Test name="split_source_2_specify_lengths_fragment" />
38149<Test name="split_source_4_specify_lengths_vertex" />
38150<Test name="split_source_4_specify_lengths_fragment" />
38151<Test name="split_source_8_specify_lengths_vertex" />
38152<Test name="split_source_8_specify_lengths_fragment" />
38153<Test name="split_source_2_random_negative_length_vertex" />
38154<Test name="split_source_2_random_negative_length_fragment" />
38155<Test name="split_source_4_random_negative_length_vertex" />
38156<Test name="split_source_4_random_negative_length_fragment" />
38157<Test name="split_source_8_random_negative_length_vertex" />
38158<Test name="split_source_8_random_negative_length_fragment" />
38159</TestCase>
38160<TestCase name="program_state">
38161<Test name="detach_shader_vertex" />
38162<Test name="detach_shader_fragment" />
38163<Test name="reattach_shader_vertex" />
38164<Test name="reattach_shader_fragment" />
38165<Test name="delete_shader_vertex" />
38166<Test name="delete_shader_fragment" />
38167<Test name="replace_shader_vertex" />
38168<Test name="replace_shader_fragment" />
38169<Test name="recompile_shader_vertex" />
38170<Test name="recompile_shader_fragment" />
38171<Test name="replace_source_vertex" />
38172<Test name="replace_source_fragment" />
38173</TestCase>
38174<TestSuite name="program_binary">
38175<TestCase name="simple">
38176<Test name="get_program_binary_vertex_fragment" />
38177<Test name="uniform_reset_on_binary_load" />
38178</TestCase>
38179<TestCase name="binary_persistence">
38180<Test name="detach_shader_vertex" />
38181<Test name="detach_shader_fragment" />
38182<Test name="reattach_shader_vertex" />
38183<Test name="reattach_shader_fragment" />
38184<Test name="delete_shader_vertex" />
38185<Test name="delete_shader_fragment" />
38186<Test name="replace_shader_vertex" />
38187<Test name="replace_shader_fragment" />
38188<Test name="recompile_shader_vertex" />
38189<Test name="recompile_shader_fragment" />
38190<Test name="replace_source_vertex" />
38191<Test name="replace_source_fragment" />
38192</TestCase>
38193</TestSuite>
38194</TestSuite>
38195<TestSuite name="negative_api">
38196<TestCase name="buffer">
38197<Test name="bind_buffer" />
38198<Test name="delete_buffers" />
38199<Test name="gen_buffers" />
38200<Test name="buffer_data" />
38201<Test name="buffer_sub_data" />
38202<Test name="buffer_sub_data_size_offset" />
38203<Test name="read_pixels_format_mismatch" />
38204<Test name="bind_buffer_base" />
38205<Test name="clear_bufferiv" />
38206<Test name="clear_bufferuiv" />
38207<Test name="clear_bufferfv" />
38208<Test name="clear_bufferfi" />
38209<Test name="copy_buffer_sub_data" />
38210<Test name="flush_mapped_buffer_range" />
38211<Test name="map_buffer_range" />
38212<Test name="unmap_buffer" />
38213<Test name="bind_framebuffer" />
38214<Test name="bind_renderbuffer" />
38215<Test name="check_framebuffer_status" />
38216<Test name="gen_framebuffers" />
38217<Test name="gen_renderbuffers" />
38218<Test name="delete_framebuffers" />
38219<Test name="delete_renderbuffers" />
38220<Test name="framebuffer_renderbuffer" />
38221<Test name="blit_framebuffer" />
38222</TestCase>
38223<TestCase name="texture">
38224<Test name="activetexture" />
38225<Test name="bindtexture" />
38226<Test name="compressedteximage2d_invalid_target" />
38227<Test name="compressedteximage2d_invalid_format" />
38228<Test name="compressedteximage2d_neg_level" />
38229<Test name="compressedteximage2d_max_level" />
38230<Test name="compressedteximage2d_neg_width_height" />
38231<Test name="compressedteximage2d_max_width_height" />
38232<Test name="compressedteximage2d_invalid_border" />
38233<Test name="compressedteximage2d_invalid_size" />
38234<Test name="compressedteximage2d_invalid_buffer_target" />
38235<Test name="copyteximage2d_invalid_target" />
38236<Test name="copyteximage2d_invalid_format" />
38237<Test name="copyteximage2d_inequal_width_height_cube" />
38238<Test name="copyteximage2d_neg_level" />
38239<Test name="copyteximage2d_max_level" />
38240<Test name="copyteximage2d_neg_width_height" />
38241<Test name="copyteximage2d_max_width_height" />
38242<Test name="copyteximage2d_invalid_border" />
38243<Test name="copyteximage2d_incomplete_framebuffer" />
38244<Test name="copytexsubimage2d_invalid_target" />
38245<Test name="copytexsubimage2d_neg_level" />
38246<Test name="copytexsubimage2d_max_level" />
38247<Test name="copytexsubimage2d_neg_offset" />
38248<Test name="copytexsubimage2d_invalid_offset" />
38249<Test name="copytexsubimage2d_neg_width_height" />
38250<Test name="copytexsubimage2d_incomplete_framebuffer" />
38251<Test name="deletetextures" />
38252<Test name="gentextures" />
38253<Test name="pixelstorei" />
38254<Test name="teximage2d" />
38255<Test name="teximage2d_inequal_width_height_cube" />
38256<Test name="teximage2d_neg_level" />
38257<Test name="teximage2d_max_level" />
38258<Test name="teximage2d_neg_width_height" />
38259<Test name="teximage2d_max_width_height" />
38260<Test name="teximage2d_invalid_border" />
38261<Test name="teximage2d_invalid_buffer_target" />
38262<Test name="texsubimage2d" />
38263<Test name="texsubimage2d_neg_level" />
38264<Test name="texsubimage2d_max_level" />
38265<Test name="texsubimage2d_neg_offset" />
38266<Test name="texsubimage2d_invalid_offset" />
38267<Test name="texsubimage2d_neg_width_height" />
38268<Test name="texsubimage2d_invalid_buffer_target" />
38269<Test name="texparameteri" />
38270<Test name="texparameterf" />
38271<Test name="texparameteriv" />
38272<Test name="texparameterfv" />
38273<Test name="compressedtexsubimage2d" />
38274<Test name="compressedtexsubimage2d_neg_level" />
38275<Test name="compressedtexsubimage2d_neg_offset" />
38276<Test name="compressedtexsubimage2d_invalid_offset" />
38277<Test name="compressedtexsubimage2d_neg_width_height" />
38278<Test name="compressedtexsubimage2d_invalid_size" />
38279<Test name="compressedtexsubimage2d_invalid_buffer_target" />
38280<Test name="teximage3d_neg_level" />
38281<Test name="teximage3d_max_level" />
38282<Test name="teximage3d_neg_width_height_depth" />
38283<Test name="teximage3d_max_width_height_depth" />
38284<Test name="teximage3d_invalid_border" />
38285<Test name="teximage3d_invalid_buffer_target" />
38286<Test name="texsubimage3d" />
38287<Test name="texsubimage3d_neg_level" />
38288<Test name="texsubimage3d_max_level" />
38289<Test name="texsubimage3d_neg_offset" />
38290<Test name="texsubimage3d_invalid_offset" />
38291<Test name="texsubimage3d_neg_width_height" />
38292<Test name="texsubimage3d_invalid_buffer_target" />
38293<Test name="copytexsubimage3d" />
38294<Test name="copytexsubimage3d_neg_level" />
38295<Test name="copytexsubimage3d_max_level" />
38296<Test name="copytexsubimage3d_neg_offset" />
38297<Test name="copytexsubimage3d_invalid_offset" />
38298<Test name="copytexsubimage3d_neg_width_height" />
38299<Test name="copytexsubimage3d_incomplete_framebuffer" />
38300<Test name="compressedteximage3d" />
38301<Test name="compressedteximage3d_neg_level" />
38302<Test name="compressedteximage3d_neg_width_height_depth" />
38303<Test name="compressedteximage3d_max_width_height_depth" />
38304<Test name="compressedteximage3d_invalid_border" />
38305<Test name="compressedteximage3d_invalid_size" />
38306<Test name="compressedteximage3d_invalid_buffer_target" />
38307<Test name="compressedtexsubimage3d" />
38308<Test name="compressedtexsubimage3d_neg_level" />
38309<Test name="compressedtexsubimage3d_neg_offset" />
38310<Test name="compressedtexsubimage3d_invalid_offset" />
38311<Test name="compressedtexsubimage3d_neg_width_height_depth" />
38312<Test name="compressedtexsubimage3d_invalid_size" />
38313<Test name="texstorage2d_invalid_binding" />
38314<Test name="texstorage3d_invalid_binding" />
38315</TestCase>
38316<TestCase name="shader">
38317<Test name="create_shader" />
38318<Test name="compile_shader" />
38319<Test name="delete_shader" />
38320<Test name="attach_shader" />
38321<Test name="detach_shader" />
38322<Test name="link_program" />
38323<Test name="use_program" />
38324<Test name="delete_program" />
38325<Test name="validate_program" />
38326<Test name="get_program_binary" />
38327<Test name="gen_samplers" />
38328<Test name="bind_sampler" />
38329<Test name="delete_samplers" />
38330<Test name="get_sampler_parameteriv" />
38331<Test name="get_sampler_parameterfv" />
38332<Test name="sampler_parameteri" />
38333<Test name="sampler_parameteriv" />
38334<Test name="sampler_parameterf" />
38335<Test name="sampler_parameterfv" />
38336<Test name="get_attrib_location" />
38337<Test name="get_uniform_location" />
38338<Test name="bind_attrib_location" />
38339<Test name="uniform_block_binding" />
38340<Test name="uniformf_invalid_program" />
38341<Test name="uniformf_incompatible_type" />
38342<Test name="uniformf_invalid_location" />
38343<Test name="uniformfv_invalid_program" />
38344<Test name="uniformfv_incompatible_type" />
38345<Test name="uniformfv_invalid_location" />
38346<Test name="uniformfv_invalid_count" />
38347<Test name="uniformi_invalid_program" />
38348<Test name="uniformi_incompatible_type" />
38349<Test name="uniformi_invalid_location" />
38350<Test name="uniformiv_invalid_program" />
38351<Test name="uniformiv_incompatible_type" />
38352<Test name="uniformiv_invalid_location" />
38353<Test name="uniformiv_invalid_count" />
38354<Test name="uniformui_invalid_program" />
38355<Test name="uniformui_incompatible_type" />
38356<Test name="uniformui_invalid_location" />
38357<Test name="uniformuiv_invalid_program" />
38358<Test name="uniformuiv_incompatible_type" />
38359<Test name="uniformuiv_invalid_location" />
38360<Test name="uniformuiv_invalid_count" />
38361<Test name="uniform_matrixfv_invalid_program" />
38362<Test name="uniform_matrixfv_incompatible_type" />
38363<Test name="uniform_matrixfv_invalid_location" />
38364<Test name="uniform_matrixfv_invalid_count" />
38365<Test name="gen_transform_feedbacks" />
38366<Test name="bind_transform_feedback" />
38367<Test name="delete_transform_feedbacks" />
38368<Test name="begin_transform_feedback" />
38369<Test name="pause_transform_feedback" />
38370<Test name="resume_transform_feedback" />
38371<Test name="end_transform_feedback" />
38372<Test name="get_transform_feedback_varying" />
38373<Test name="transform_feedback_varyings" />
38374</TestCase>
38375<TestCase name="fragment">
38376<Test name="scissor" />
38377<Test name="depth_func" />
38378<Test name="viewport" />
38379<Test name="stencil_func" />
38380<Test name="stencil_func_separate" />
38381<Test name="stencil_op" />
38382<Test name="stencil_op_separate" />
38383<Test name="stencil_mask_separate" />
38384<Test name="blend_equation" />
38385<Test name="blend_equation_separate" />
38386<Test name="blend_func" />
38387<Test name="blend_func_separate" />
38388<Test name="cull_face" />
38389<Test name="front_face" />
38390<Test name="line_width" />
38391<Test name="gen_queries" />
38392<Test name="begin_query" />
38393<Test name="end_query" />
38394<Test name="delete_queries" />
38395<Test name="fence_sync" />
38396<Test name="wait_sync" />
38397<Test name="client_wait_sync" />
38398<Test name="delete_sync" />
38399</TestCase>
38400<TestCase name="vertex_array">
38401<Test name="vertex_attribf" />
38402<Test name="vertex_attribfv" />
38403<Test name="vertex_attribi4" />
38404<Test name="vertex_attribi4v" />
38405<Test name="vertex_attrib_pointer" />
38406<Test name="vertex_attrib_i_pointer" />
38407<Test name="enable_vertex_attrib_array" />
38408<Test name="disable_vertex_attrib_array" />
38409<Test name="gen_vertex_arrays" />
38410<Test name="bind_vertex_array" />
38411<Test name="delete_vertex_arrays" />
38412<Test name="vertex_attrib_divisor" />
38413<Test name="draw_arrays" />
38414<Test name="draw_arrays_invalid_program" />
38415<Test name="draw_elements_invalid_program" />
38416<Test name="draw_arrays_instanced" />
38417<Test name="draw_arrays_instanced_invalid_program" />
38418<Test name="draw_elements_instanced_invalid_program" />
38419<Test name="draw_range_elements_invalid_program" />
38420</TestCase>
38421<TestCase name="state">
38422<Test name="enable" />
38423<Test name="disable" />
38424<Test name="get_booleanv" />
38425<Test name="get_floatv" />
38426<Test name="get_integerv" />
38427<Test name="get_integer64v" />
38428<Test name="get_integeri_v" />
38429<Test name="get_integer64i_v" />
38430<Test name="get_string" />
38431<Test name="get_stringi" />
38432<Test name="get_attached_shaders" />
38433<Test name="get_shaderiv" />
38434<Test name="get_shader_info_log" />
38435<Test name="get_shader_precision_format" />
38436<Test name="get_shader_source" />
38437<Test name="get_programiv" />
38438<Test name="get_program_info_log" />
38439<Test name="get_tex_parameterfv" />
38440<Test name="get_tex_parameteriv" />
38441<Test name="get_uniformfv" />
38442<Test name="get_uniformiv" />
38443<Test name="get_uniformuiv" />
38444<Test name="get_active_uniform" />
38445<Test name="get_active_uniformsiv" />
38446<Test name="get_active_uniform_blockiv" />
38447<Test name="get_active_uniform_block_name" />
38448<Test name="get_active_attrib" />
38449<Test name="get_uniform_indices" />
38450<Test name="get_vertex_attribfv" />
38451<Test name="get_vertex_attribiv" />
38452<Test name="get_vertex_attribi_iv" />
38453<Test name="get_vertex_attribi_uiv" />
38454<Test name="get_vertex_attrib_pointerv" />
38455<Test name="get_frag_data_location" />
38456<Test name="get_buffer_parameteriv" />
38457<Test name="get_buffer_parameteri64v" />
38458<Test name="get_buffer_pointerv" />
38459<Test name="get_renderbuffer_parameteriv" />
38460<Test name="get_queryiv" />
38461<Test name="get_query_objectuiv" />
38462<Test name="get_synciv" />
38463<Test name="is_enabled" />
38464<Test name="hint" />
38465<Test name="is_buffer" />
38466<Test name="is_framebuffer" />
38467<Test name="is_program" />
38468<Test name="is_renderbuffer" />
38469<Test name="is_shader" />
38470<Test name="is_texture" />
38471<Test name="is_query" />
38472<Test name="is_sampler" />
38473<Test name="is_sync" />
38474<Test name="is_transform_feedback" />
38475<Test name="is_vertex_array" />
38476</TestCase>
38477</TestSuite>
38478<TestSuite name="multisample">
38479<TestCase name="default_framebuffer">
38480<Test name="num_samples_polygon" />
38481<Test name="num_samples_line" />
38482<Test name="common_edge_small_quads" />
38483<Test name="common_edge_big_quad" />
38484<Test name="common_edge_viewport_quad" />
38485<Test name="depth" />
38486<Test name="stencil" />
38487<Test name="sample_coverage_invert" />
38488<Test name="proportionality_alpha_to_coverage" />
38489<Test name="proportionality_sample_coverage" />
38490<Test name="proportionality_sample_coverage_inverted" />
38491<Test name="constancy_alpha_to_coverage" />
38492<Test name="constancy_sample_coverage" />
38493<Test name="constancy_sample_coverage_inverted" />
38494<Test name="constancy_both" />
38495<Test name="constancy_both_inverted" />
38496</TestCase>
38497<TestCase name="fbo_4_samples">
38498<Test name="num_samples_polygon" />
38499<Test name="num_samples_line" />
38500<Test name="common_edge_small_quads" />
38501<Test name="common_edge_big_quad" />
38502<Test name="common_edge_viewport_quad" />
38503<Test name="depth" />
38504<Test name="sample_coverage_invert" />
38505<Test name="proportionality_alpha_to_coverage" />
38506<Test name="proportionality_sample_coverage" />
38507<Test name="proportionality_sample_coverage_inverted" />
38508<Test name="constancy_alpha_to_coverage" />
38509<Test name="constancy_sample_coverage" />
38510<Test name="constancy_sample_coverage_inverted" />
38511<Test name="constancy_both" />
38512<Test name="constancy_both_inverted" />
38513</TestCase>
38514<TestCase name="fbo_8_samples">
38515<Test name="num_samples_polygon" />
38516<Test name="num_samples_line" />
38517<Test name="common_edge_small_quads" />
38518<Test name="common_edge_big_quad" />
38519<Test name="common_edge_viewport_quad" />
38520<Test name="depth" />
38521<Test name="stencil" />
38522<Test name="sample_coverage_invert" />
38523<Test name="proportionality_alpha_to_coverage" />
38524<Test name="proportionality_sample_coverage" />
38525<Test name="proportionality_sample_coverage_inverted" />
38526<Test name="constancy_alpha_to_coverage" />
38527<Test name="constancy_sample_coverage" />
38528<Test name="constancy_sample_coverage_inverted" />
38529<Test name="constancy_both" />
38530<Test name="constancy_both_inverted" />
38531</TestCase>
38532<TestCase name="fbo_max_samples">
38533<Test name="num_samples_polygon" />
38534<Test name="num_samples_line" />
38535<Test name="common_edge_small_quads" />
38536<Test name="common_edge_big_quad" />
38537<Test name="common_edge_viewport_quad" />
38538<Test name="depth" />
38539<Test name="sample_coverage_invert" />
38540<Test name="proportionality_alpha_to_coverage" />
38541<Test name="proportionality_sample_coverage" />
38542<Test name="proportionality_sample_coverage_inverted" />
38543<Test name="constancy_alpha_to_coverage" />
38544<Test name="constancy_sample_coverage" />
38545<Test name="constancy_sample_coverage_inverted" />
38546<Test name="constancy_both" />
38547<Test name="constancy_both_inverted" />
38548</TestCase>
38549</TestSuite>
38550<TestSuite name="read_pixels">
38551<TestCase name="alignment">
38552<Test name="rgba_ubyte_1" />
38553<Test name="rgba_ubyte_2" />
38554<Test name="rgba_ubyte_4" />
38555<Test name="rgba_ubyte_8" />
38556<Test name="rgba_int_1" />
38557<Test name="rgba_int_2" />
38558<Test name="rgba_int_4" />
38559<Test name="rgba_int_8" />
38560<Test name="rgba_uint_1" />
38561<Test name="rgba_uint_2" />
38562<Test name="rgba_uint_4" />
38563<Test name="rgba_uint_8" />
38564<Test name="choose_1" />
38565<Test name="choose_2" />
38566<Test name="choose_4" />
38567<Test name="choose_8" />
38568</TestCase>
38569<TestCase name="rowlength">
38570<Test name="rgba_ubyte_17" />
38571<Test name="rgba_ubyte_19" />
38572<Test name="rgba_ubyte_23" />
38573<Test name="rgba_ubyte_29" />
38574<Test name="rgba_int_17" />
38575<Test name="rgba_int_19" />
38576<Test name="rgba_int_23" />
38577<Test name="rgba_int_29" />
38578<Test name="rgba_uint_17" />
38579<Test name="rgba_uint_19" />
38580<Test name="rgba_uint_23" />
38581<Test name="rgba_uint_29" />
38582<Test name="choose_17" />
38583<Test name="choose_19" />
38584<Test name="choose_23" />
38585<Test name="choose_29" />
38586</TestCase>
38587<TestCase name="skip">
38588<Test name="rgba_ubyte_0_3" />
38589<Test name="rgba_ubyte_3_0" />
38590<Test name="rgba_ubyte_3_3" />
38591<Test name="rgba_ubyte_3_5" />
38592<Test name="rgba_int_0_3" />
38593<Test name="rgba_int_3_0" />
38594<Test name="rgba_int_3_3" />
38595<Test name="rgba_int_3_5" />
38596<Test name="rgba_uint_0_3" />
38597<Test name="rgba_uint_3_0" />
38598<Test name="rgba_uint_3_3" />
38599<Test name="rgba_uint_3_5" />
38600<Test name="choose_0_3" />
38601<Test name="choose_3_0" />
38602<Test name="choose_3_3" />
38603<Test name="choose_3_5" />
38604</TestCase>
38605</TestSuite>
38606<TestSuite name="dither">
38607<TestCase name="disabled">
38608<Test name="gradient_white" />
38609<Test name="gradient_red" />
38610<Test name="gradient_green" />
38611<Test name="gradient_blue" />
38612<Test name="gradient_alpha" />
38613<Test name="unicolored_quad_white" />
38614<Test name="unicolored_quad_red" />
38615<Test name="unicolored_quad_green" />
38616<Test name="unicolored_quad_blue" />
38617<Test name="unicolored_quad_alpha" />
38618</TestCase>
38619<TestCase name="enabled">
38620<Test name="gradient_white" />
38621<Test name="gradient_red" />
38622<Test name="gradient_green" />
38623<Test name="gradient_blue" />
38624<Test name="gradient_alpha" />
38625<Test name="unicolored_quad_white" />
38626<Test name="unicolored_quad_red" />
38627<Test name="unicolored_quad_green" />
38628<Test name="unicolored_quad_blue" />
38629<Test name="unicolored_quad_alpha" />
38630</TestCase>
38631</TestSuite>
38632<TestSuite name="state_query">
38633<TestCase name="boolean">
38634<Test name="primitive_restart_fixed_index_isenabled" />
38635<Test name="primitive_restart_fixed_index_getboolean" />
38636<Test name="primitive_restart_fixed_index_getinteger" />
38637<Test name="primitive_restart_fixed_index_getinteger64" />
38638<Test name="primitive_restart_fixed_index_getfloat" />
38639<Test name="cull_face_isenabled" />
38640<Test name="cull_face_getboolean" />
38641<Test name="cull_face_getinteger" />
38642<Test name="cull_face_getinteger64" />
38643<Test name="cull_face_getfloat" />
38644<Test name="polygon_offset_fill_isenabled" />
38645<Test name="polygon_offset_fill_getboolean" />
38646<Test name="polygon_offset_fill_getinteger" />
38647<Test name="polygon_offset_fill_getinteger64" />
38648<Test name="polygon_offset_fill_getfloat" />
38649<Test name="sample_alpha_to_coverage_isenabled" />
38650<Test name="sample_alpha_to_coverage_getboolean" />
38651<Test name="sample_alpha_to_coverage_getinteger" />
38652<Test name="sample_alpha_to_coverage_getinteger64" />
38653<Test name="sample_alpha_to_coverage_getfloat" />
38654<Test name="sample_coverage_isenabled" />
38655<Test name="sample_coverage_getboolean" />
38656<Test name="sample_coverage_getinteger" />
38657<Test name="sample_coverage_getinteger64" />
38658<Test name="sample_coverage_getfloat" />
38659<Test name="scissor_test_isenabled" />
38660<Test name="scissor_test_getboolean" />
38661<Test name="scissor_test_getinteger" />
38662<Test name="scissor_test_getinteger64" />
38663<Test name="scissor_test_getfloat" />
38664<Test name="stencil_test_isenabled" />
38665<Test name="stencil_test_getboolean" />
38666<Test name="stencil_test_getinteger" />
38667<Test name="stencil_test_getinteger64" />
38668<Test name="stencil_test_getfloat" />
38669<Test name="depth_test_isenabled" />
38670<Test name="depth_test_getboolean" />
38671<Test name="depth_test_getinteger" />
38672<Test name="depth_test_getinteger64" />
38673<Test name="depth_test_getfloat" />
38674<Test name="blend_isenabled" />
38675<Test name="blend_getboolean" />
38676<Test name="blend_getinteger" />
38677<Test name="blend_getinteger64" />
38678<Test name="blend_getfloat" />
38679<Test name="dither_isenabled" />
38680<Test name="dither_getboolean" />
38681<Test name="dither_getinteger" />
38682<Test name="dither_getinteger64" />
38683<Test name="dither_getfloat" />
38684<Test name="color_writemask_getboolean" />
38685<Test name="color_writemask_getinteger" />
38686<Test name="color_writemask_getinteger64" />
38687<Test name="color_writemask_getfloat" />
38688<Test name="depth_writemask_getboolean" />
38689<Test name="depth_writemask_getinteger" />
38690<Test name="depth_writemask_getinteger64" />
38691<Test name="depth_writemask_getfloat" />
38692<Test name="sample_coverage_invert_getboolean" />
38693<Test name="sample_coverage_invert_getinteger" />
38694<Test name="sample_coverage_invert_getinteger64" />
38695<Test name="sample_coverage_invert_getfloat" />
38696<Test name="shader_compiler_getboolean" />
38697<Test name="shader_compiler_getinteger" />
38698<Test name="shader_compiler_getinteger64" />
38699<Test name="shader_compiler_getfloat" />
38700<Test name="transform_feedback_active_initial_getboolean" />
38701<Test name="transform_feedback_active_initial_getinteger" />
38702<Test name="transform_feedback_active_initial_getinteger64" />
38703<Test name="transform_feedback_active_initial_getfloat" />
38704<Test name="transform_feedback_paused_initial_getboolean" />
38705<Test name="transform_feedback_paused_initial_getinteger" />
38706<Test name="transform_feedback_paused_initial_getinteger64" />
38707<Test name="transform_feedback_paused_initial_getfloat" />
38708<Test name="transform_feedback_getboolean" />
38709<Test name="transform_feedback_getinteger" />
38710<Test name="transform_feedback_getinteger64" />
38711<Test name="transform_feedback_getfloat" />
38712<Test name="transform_feedback_implicit_resume_getboolean" />
38713<Test name="transform_feedback_implicit_resume_getinteger" />
38714<Test name="transform_feedback_implicit_resume_getinteger64" />
38715<Test name="transform_feedback_implicit_resume_getfloat" />
38716</TestCase>
38717<TestCase name="integers">
38718<Test name="subpixel_bits_getboolean" />
38719<Test name="subpixel_bits_getinteger64" />
38720<Test name="subpixel_bits_getfloat" />
38721<Test name="max_3d_texture_size_getboolean" />
38722<Test name="max_3d_texture_size_getinteger64" />
38723<Test name="max_3d_texture_size_getfloat" />
38724<Test name="max_texture_size_getboolean" />
38725<Test name="max_texture_size_getinteger64" />
38726<Test name="max_texture_size_getfloat" />
38727<Test name="max_array_texture_layers_getboolean" />
38728<Test name="max_array_texture_layers_getinteger64" />
38729<Test name="max_array_texture_layers_getfloat" />
38730<Test name="max_cube_map_texture_size_getboolean" />
38731<Test name="max_cube_map_texture_size_getinteger64" />
38732<Test name="max_cube_map_texture_size_getfloat" />
38733<Test name="max_renderbuffer_size_getboolean" />
38734<Test name="max_renderbuffer_size_getinteger64" />
38735<Test name="max_renderbuffer_size_getfloat" />
38736<Test name="max_draw_buffers_getboolean" />
38737<Test name="max_draw_buffers_getinteger64" />
38738<Test name="max_draw_buffers_getfloat" />
38739<Test name="max_color_attachments_getboolean" />
38740<Test name="max_color_attachments_getinteger64" />
38741<Test name="max_color_attachments_getfloat" />
38742<Test name="max_elements_indices_getboolean" />
38743<Test name="max_elements_indices_getinteger64" />
38744<Test name="max_elements_indices_getfloat" />
38745<Test name="max_elements_vertices_getboolean" />
38746<Test name="max_elements_vertices_getinteger64" />
38747<Test name="max_elements_vertices_getfloat" />
38748<Test name="num_extensions_getboolean" />
38749<Test name="num_extensions_getinteger64" />
38750<Test name="num_extensions_getfloat" />
38751<Test name="major_version_getboolean" />
38752<Test name="major_version_getinteger64" />
38753<Test name="major_version_getfloat" />
38754<Test name="minor_version_getboolean" />
38755<Test name="minor_version_getinteger64" />
38756<Test name="minor_version_getfloat" />
38757<Test name="max_vertex_attribs_getboolean" />
38758<Test name="max_vertex_attribs_getinteger64" />
38759<Test name="max_vertex_attribs_getfloat" />
38760<Test name="max_vertex_uniform_components_getboolean" />
38761<Test name="max_vertex_uniform_components_getinteger64" />
38762<Test name="max_vertex_uniform_components_getfloat" />
38763<Test name="max_vertex_uniform_vectors_getboolean" />
38764<Test name="max_vertex_uniform_vectors_getinteger64" />
38765<Test name="max_vertex_uniform_vectors_getfloat" />
38766<Test name="max_vertex_uniform_blocks_getboolean" />
38767<Test name="max_vertex_uniform_blocks_getinteger64" />
38768<Test name="max_vertex_uniform_blocks_getfloat" />
38769<Test name="max_vertex_output_components_getboolean" />
38770<Test name="max_vertex_output_components_getinteger64" />
38771<Test name="max_vertex_output_components_getfloat" />
38772<Test name="max_vertex_texture_image_units_getboolean" />
38773<Test name="max_vertex_texture_image_units_getinteger64" />
38774<Test name="max_vertex_texture_image_units_getfloat" />
38775<Test name="max_fragment_uniform_components_getboolean" />
38776<Test name="max_fragment_uniform_components_getinteger64" />
38777<Test name="max_fragment_uniform_components_getfloat" />
38778<Test name="max_fragment_uniform_vectors_getboolean" />
38779<Test name="max_fragment_uniform_vectors_getinteger64" />
38780<Test name="max_fragment_uniform_vectors_getfloat" />
38781<Test name="max_fragment_uniform_blocks_getboolean" />
38782<Test name="max_fragment_uniform_blocks_getinteger64" />
38783<Test name="max_fragment_uniform_blocks_getfloat" />
38784<Test name="max_fragment_input_components_getboolean" />
38785<Test name="max_fragment_input_components_getinteger64" />
38786<Test name="max_fragment_input_components_getfloat" />
38787<Test name="max_texture_image_units_getboolean" />
38788<Test name="max_texture_image_units_getinteger64" />
38789<Test name="max_texture_image_units_getfloat" />
38790<Test name="max_program_texel_offset_getboolean" />
38791<Test name="max_program_texel_offset_getinteger64" />
38792<Test name="max_program_texel_offset_getfloat" />
38793<Test name="max_uniform_buffer_bindings_getboolean" />
38794<Test name="max_uniform_buffer_bindings_getinteger64" />
38795<Test name="max_uniform_buffer_bindings_getfloat" />
38796<Test name="max_combined_uniform_blocks_getboolean" />
38797<Test name="max_combined_uniform_blocks_getinteger64" />
38798<Test name="max_combined_uniform_blocks_getfloat" />
38799<Test name="max_varying_components_getboolean" />
38800<Test name="max_varying_components_getinteger64" />
38801<Test name="max_varying_components_getfloat" />
38802<Test name="max_varying_vectors_getboolean" />
38803<Test name="max_varying_vectors_getinteger64" />
38804<Test name="max_varying_vectors_getfloat" />
38805<Test name="max_combined_texture_image_units_getboolean" />
38806<Test name="max_combined_texture_image_units_getinteger64" />
38807<Test name="max_combined_texture_image_units_getfloat" />
38808<Test name="max_transform_feedback_interleaved_components_getboolean" />
38809<Test name="max_transform_feedback_interleaved_components_getinteger64" />
38810<Test name="max_transform_feedback_interleaved_components_getfloat" />
38811<Test name="max_transform_feedback_separate_attribs_getboolean" />
38812<Test name="max_transform_feedback_separate_attribs_getinteger64" />
38813<Test name="max_transform_feedback_separate_attribs_getfloat" />
38814<Test name="max_transform_feedback_separate_components_getboolean" />
38815<Test name="max_transform_feedback_separate_components_getinteger64" />
38816<Test name="max_transform_feedback_separate_components_getfloat" />
38817<Test name="max_samples_getboolean" />
38818<Test name="max_samples_getinteger64" />
38819<Test name="max_samples_getfloat" />
38820<Test name="red_bits_getboolean" />
38821<Test name="red_bits_getinteger64" />
38822<Test name="red_bits_getfloat" />
38823<Test name="green_bits_getboolean" />
38824<Test name="green_bits_getinteger64" />
38825<Test name="green_bits_getfloat" />
38826<Test name="blue_bits_getboolean" />
38827<Test name="blue_bits_getinteger64" />
38828<Test name="blue_bits_getfloat" />
38829<Test name="alpha_bits_getboolean" />
38830<Test name="alpha_bits_getinteger64" />
38831<Test name="alpha_bits_getfloat" />
38832<Test name="depth_bits_getboolean" />
38833<Test name="depth_bits_getinteger64" />
38834<Test name="depth_bits_getfloat" />
38835<Test name="stencil_bits_getboolean" />
38836<Test name="stencil_bits_getinteger64" />
38837<Test name="stencil_bits_getfloat" />
38838<Test name="min_program_texel_offset_getboolean" />
38839<Test name="min_program_texel_offset_getinteger64" />
38840<Test name="min_program_texel_offset_getfloat" />
38841<Test name="uniform_buffer_offset_alignment_getboolean" />
38842<Test name="uniform_buffer_offset_alignment_getinteger64" />
38843<Test name="uniform_buffer_offset_alignment_getfloat" />
38844<Test name="sample_buffers_getboolean" />
38845<Test name="sample_buffers_getinteger64" />
38846<Test name="sample_buffers_getfloat" />
38847<Test name="samples_getboolean" />
38848<Test name="samples_getinteger" />
38849<Test name="samples_getinteger64" />
38850<Test name="samples_getfloat" />
38851<Test name="generate_mipmap_hint_getboolean" />
38852<Test name="generate_mipmap_hint_getinteger" />
38853<Test name="generate_mipmap_hint_getinteger64" />
38854<Test name="generate_mipmap_hint_getfloat" />
38855<Test name="fragment_shader_derivative_hint_getboolean" />
38856<Test name="fragment_shader_derivative_hint_getinteger" />
38857<Test name="fragment_shader_derivative_hint_getinteger64" />
38858<Test name="fragment_shader_derivative_hint_getfloat" />
38859<Test name="depth_func_getboolean" />
38860<Test name="depth_func_getinteger" />
38861<Test name="depth_func_getinteger64" />
38862<Test name="depth_func_getfloat" />
38863<Test name="cull_face_mode_getboolean" />
38864<Test name="cull_face_mode_getinteger" />
38865<Test name="cull_face_mode_getinteger64" />
38866<Test name="cull_face_mode_getfloat" />
38867<Test name="front_face_mode_getboolean" />
38868<Test name="front_face_mode_getinteger" />
38869<Test name="front_face_mode_getinteger64" />
38870<Test name="front_face_mode_getfloat" />
38871<Test name="viewport_getboolean" />
38872<Test name="viewport_getinteger" />
38873<Test name="viewport_getinteger64" />
38874<Test name="viewport_getfloat" />
38875<Test name="scissor_box_getboolean" />
38876<Test name="scissor_box_getinteger" />
38877<Test name="scissor_box_getinteger64" />
38878<Test name="scissor_box_getfloat" />
38879<Test name="max_viewport_dims_getboolean" />
38880<Test name="max_viewport_dims_getinteger" />
38881<Test name="max_viewport_dims_getinteger64" />
38882<Test name="max_viewport_dims_getfloat" />
38883<Test name="stencil_ref_getboolean" />
38884<Test name="stencil_ref_getinteger" />
38885<Test name="stencil_ref_getinteger64" />
38886<Test name="stencil_ref_getfloat" />
38887<Test name="stencil_back_ref_getboolean" />
38888<Test name="stencil_back_ref_getinteger" />
38889<Test name="stencil_back_ref_getinteger64" />
38890<Test name="stencil_back_ref_getfloat" />
38891<Test name="stencil_ref_separate_getboolean" />
38892<Test name="stencil_ref_separate_getinteger" />
38893<Test name="stencil_ref_separate_getinteger64" />
38894<Test name="stencil_ref_separate_getfloat" />
38895<Test name="stencil_ref_separate_both_getboolean" />
38896<Test name="stencil_ref_separate_both_getinteger" />
38897<Test name="stencil_ref_separate_both_getinteger64" />
38898<Test name="stencil_ref_separate_both_getfloat" />
38899<Test name="stencil_back_ref_separate_getboolean" />
38900<Test name="stencil_back_ref_separate_getinteger" />
38901<Test name="stencil_back_ref_separate_getinteger64" />
38902<Test name="stencil_back_ref_separate_getfloat" />
38903<Test name="stencil_back_ref_separate_both_getboolean" />
38904<Test name="stencil_back_ref_separate_both_getinteger" />
38905<Test name="stencil_back_ref_separate_both_getinteger64" />
38906<Test name="stencil_back_ref_separate_both_getfloat" />
38907<Test name="stencil_fail_getboolean" />
38908<Test name="stencil_fail_getinteger" />
38909<Test name="stencil_fail_getinteger64" />
38910<Test name="stencil_fail_getfloat" />
38911<Test name="stencil_back_fail_getboolean" />
38912<Test name="stencil_back_fail_getinteger" />
38913<Test name="stencil_back_fail_getinteger64" />
38914<Test name="stencil_back_fail_getfloat" />
38915<Test name="stencil_fail_separate_both_getboolean" />
38916<Test name="stencil_fail_separate_both_getinteger" />
38917<Test name="stencil_fail_separate_both_getinteger64" />
38918<Test name="stencil_fail_separate_both_getfloat" />
38919<Test name="stencil_back_fail_separate_both_getboolean" />
38920<Test name="stencil_back_fail_separate_both_getinteger" />
38921<Test name="stencil_back_fail_separate_both_getinteger64" />
38922<Test name="stencil_back_fail_separate_both_getfloat" />
38923<Test name="stencil_fail_separate_getboolean" />
38924<Test name="stencil_fail_separate_getinteger" />
38925<Test name="stencil_fail_separate_getinteger64" />
38926<Test name="stencil_fail_separate_getfloat" />
38927<Test name="stencil_back_fail_separate_getboolean" />
38928<Test name="stencil_back_fail_separate_getinteger" />
38929<Test name="stencil_back_fail_separate_getinteger64" />
38930<Test name="stencil_back_fail_separate_getfloat" />
38931<Test name="stencil_depth_fail_getboolean" />
38932<Test name="stencil_depth_fail_getinteger" />
38933<Test name="stencil_depth_fail_getinteger64" />
38934<Test name="stencil_depth_fail_getfloat" />
38935<Test name="stencil_back_depth_fail_getboolean" />
38936<Test name="stencil_back_depth_fail_getinteger" />
38937<Test name="stencil_back_depth_fail_getinteger64" />
38938<Test name="stencil_back_depth_fail_getfloat" />
38939<Test name="stencil_depth_fail_separate_both_getboolean" />
38940<Test name="stencil_depth_fail_separate_both_getinteger" />
38941<Test name="stencil_depth_fail_separate_both_getinteger64" />
38942<Test name="stencil_depth_fail_separate_both_getfloat" />
38943<Test name="stencil_back_depth_fail_separate_both_getboolean" />
38944<Test name="stencil_back_depth_fail_separate_both_getinteger" />
38945<Test name="stencil_back_depth_fail_separate_both_getinteger64" />
38946<Test name="stencil_back_depth_fail_separate_both_getfloat" />
38947<Test name="stencil_depth_fail_separate_getboolean" />
38948<Test name="stencil_depth_fail_separate_getinteger" />
38949<Test name="stencil_depth_fail_separate_getinteger64" />
38950<Test name="stencil_depth_fail_separate_getfloat" />
38951<Test name="stencil_back_depth_fail_separate_getboolean" />
38952<Test name="stencil_back_depth_fail_separate_getinteger" />
38953<Test name="stencil_back_depth_fail_separate_getinteger64" />
38954<Test name="stencil_back_depth_fail_separate_getfloat" />
38955<Test name="stencil_depth_pass_getboolean" />
38956<Test name="stencil_depth_pass_getinteger" />
38957<Test name="stencil_depth_pass_getinteger64" />
38958<Test name="stencil_depth_pass_getfloat" />
38959<Test name="stencil_back_depth_pass_getboolean" />
38960<Test name="stencil_back_depth_pass_getinteger" />
38961<Test name="stencil_back_depth_pass_getinteger64" />
38962<Test name="stencil_back_depth_pass_getfloat" />
38963<Test name="stencil_depth_pass_separate_both_getboolean" />
38964<Test name="stencil_depth_pass_separate_both_getinteger" />
38965<Test name="stencil_depth_pass_separate_both_getinteger64" />
38966<Test name="stencil_depth_pass_separate_both_getfloat" />
38967<Test name="stencil_back_depth_pass_separate_both_getboolean" />
38968<Test name="stencil_back_depth_pass_separate_both_getinteger" />
38969<Test name="stencil_back_depth_pass_separate_both_getinteger64" />
38970<Test name="stencil_back_depth_pass_separate_both_getfloat" />
38971<Test name="stencil_depth_pass_separate_getboolean" />
38972<Test name="stencil_depth_pass_separate_getinteger" />
38973<Test name="stencil_depth_pass_separate_getinteger64" />
38974<Test name="stencil_depth_pass_separate_getfloat" />
38975<Test name="stencil_back_depth_pass_separate_getboolean" />
38976<Test name="stencil_back_depth_pass_separate_getinteger" />
38977<Test name="stencil_back_depth_pass_separate_getinteger64" />
38978<Test name="stencil_back_depth_pass_separate_getfloat" />
38979<Test name="stencil_func_getboolean" />
38980<Test name="stencil_func_getinteger" />
38981<Test name="stencil_func_getinteger64" />
38982<Test name="stencil_func_getfloat" />
38983<Test name="stencil_func_separate_getboolean" />
38984<Test name="stencil_func_separate_getinteger" />
38985<Test name="stencil_func_separate_getinteger64" />
38986<Test name="stencil_func_separate_getfloat" />
38987<Test name="stencil_func_separate_both_getboolean" />
38988<Test name="stencil_func_separate_both_getinteger" />
38989<Test name="stencil_func_separate_both_getinteger64" />
38990<Test name="stencil_func_separate_both_getfloat" />
38991<Test name="stencil_back_func_separate_getboolean" />
38992<Test name="stencil_back_func_separate_getinteger" />
38993<Test name="stencil_back_func_separate_getinteger64" />
38994<Test name="stencil_back_func_separate_getfloat" />
38995<Test name="stencil_back_func_separate_both_getboolean" />
38996<Test name="stencil_back_func_separate_both_getinteger" />
38997<Test name="stencil_back_func_separate_both_getinteger64" />
38998<Test name="stencil_back_func_separate_both_getfloat" />
38999<Test name="stencil_value_mask_getboolean" />
39000<Test name="stencil_value_mask_getinteger" />
39001<Test name="stencil_value_mask_getinteger64" />
39002<Test name="stencil_back_value_mask_getboolean" />
39003<Test name="stencil_back_value_mask_getinteger" />
39004<Test name="stencil_back_value_mask_getinteger64" />
39005<Test name="stencil_value_mask_separate_getboolean" />
39006<Test name="stencil_value_mask_separate_getinteger" />
39007<Test name="stencil_value_mask_separate_getinteger64" />
39008<Test name="stencil_value_mask_separate_both_getboolean" />
39009<Test name="stencil_value_mask_separate_both_getinteger" />
39010<Test name="stencil_value_mask_separate_both_getinteger64" />
39011<Test name="stencil_back_value_mask_separate_getboolean" />
39012<Test name="stencil_back_value_mask_separate_getinteger" />
39013<Test name="stencil_back_value_mask_separate_getinteger64" />
39014<Test name="stencil_back_value_mask_separate_both_getboolean" />
39015<Test name="stencil_back_value_mask_separate_both_getinteger" />
39016<Test name="stencil_back_value_mask_separate_both_getinteger64" />
39017<Test name="stencil_writemask_getboolean" />
39018<Test name="stencil_writemask_getinteger" />
39019<Test name="stencil_writemask_getinteger64" />
39020<Test name="stencil_writemask_getfloat" />
39021<Test name="stencil_back_writemask_getboolean" />
39022<Test name="stencil_back_writemask_getinteger" />
39023<Test name="stencil_back_writemask_getinteger64" />
39024<Test name="stencil_back_writemask_getfloat" />
39025<Test name="stencil_writemask_separate_getboolean" />
39026<Test name="stencil_writemask_separate_getinteger" />
39027<Test name="stencil_writemask_separate_getinteger64" />
39028<Test name="stencil_writemask_separate_getfloat" />
39029<Test name="stencil_writemask_separate_both_getboolean" />
39030<Test name="stencil_writemask_separate_both_getinteger" />
39031<Test name="stencil_writemask_separate_both_getinteger64" />
39032<Test name="stencil_writemask_separate_both_getfloat" />
39033<Test name="stencil_back_writemask_separate_getboolean" />
39034<Test name="stencil_back_writemask_separate_getinteger" />
39035<Test name="stencil_back_writemask_separate_getinteger64" />
39036<Test name="stencil_back_writemask_separate_getfloat" />
39037<Test name="stencil_back_writemask_separate_both_getboolean" />
39038<Test name="stencil_back_writemask_separate_both_getinteger" />
39039<Test name="stencil_back_writemask_separate_both_getinteger64" />
39040<Test name="stencil_back_writemask_separate_both_getfloat" />
39041<Test name="unpack_image_height_getboolean" />
39042<Test name="unpack_image_height_getinteger" />
39043<Test name="unpack_image_height_getinteger64" />
39044<Test name="unpack_image_height_getfloat" />
39045<Test name="unpack_skip_images_getboolean" />
39046<Test name="unpack_skip_images_getinteger" />
39047<Test name="unpack_skip_images_getinteger64" />
39048<Test name="unpack_skip_images_getfloat" />
39049<Test name="unpack_row_length_getboolean" />
39050<Test name="unpack_row_length_getinteger" />
39051<Test name="unpack_row_length_getinteger64" />
39052<Test name="unpack_row_length_getfloat" />
39053<Test name="unpack_skip_rows_getboolean" />
39054<Test name="unpack_skip_rows_getinteger" />
39055<Test name="unpack_skip_rows_getinteger64" />
39056<Test name="unpack_skip_rows_getfloat" />
39057<Test name="unpack_skip_pixels_getboolean" />
39058<Test name="unpack_skip_pixels_getinteger" />
39059<Test name="unpack_skip_pixels_getinteger64" />
39060<Test name="unpack_skip_pixels_getfloat" />
39061<Test name="pack_row_length_getboolean" />
39062<Test name="pack_row_length_getinteger" />
39063<Test name="pack_row_length_getinteger64" />
39064<Test name="pack_row_length_getfloat" />
39065<Test name="pack_skip_rows_getboolean" />
39066<Test name="pack_skip_rows_getinteger" />
39067<Test name="pack_skip_rows_getinteger64" />
39068<Test name="pack_skip_rows_getfloat" />
39069<Test name="pack_skip_pixels_getboolean" />
39070<Test name="pack_skip_pixels_getinteger" />
39071<Test name="pack_skip_pixels_getinteger64" />
39072<Test name="pack_skip_pixels_getfloat" />
39073<Test name="unpack_alignment_getboolean" />
39074<Test name="unpack_alignment_getinteger" />
39075<Test name="unpack_alignment_getinteger64" />
39076<Test name="unpack_alignment_getfloat" />
39077<Test name="pack_alignment_getboolean" />
39078<Test name="pack_alignment_getinteger" />
39079<Test name="pack_alignment_getinteger64" />
39080<Test name="pack_alignment_getfloat" />
39081<Test name="blend_src_rgb_getboolean" />
39082<Test name="blend_src_rgb_getinteger" />
39083<Test name="blend_src_rgb_getinteger64" />
39084<Test name="blend_src_rgb_getfloat" />
39085<Test name="blend_src_rgb_separate_getboolean" />
39086<Test name="blend_src_rgb_separate_getinteger" />
39087<Test name="blend_src_rgb_separate_getinteger64" />
39088<Test name="blend_src_rgb_separate_getfloat" />
39089<Test name="blend_src_alpha_getboolean" />
39090<Test name="blend_src_alpha_getinteger" />
39091<Test name="blend_src_alpha_getinteger64" />
39092<Test name="blend_src_alpha_getfloat" />
39093<Test name="blend_src_alpha_separate_getboolean" />
39094<Test name="blend_src_alpha_separate_getinteger" />
39095<Test name="blend_src_alpha_separate_getinteger64" />
39096<Test name="blend_src_alpha_separate_getfloat" />
39097<Test name="blend_dst_rgb_getboolean" />
39098<Test name="blend_dst_rgb_getinteger" />
39099<Test name="blend_dst_rgb_getinteger64" />
39100<Test name="blend_dst_rgb_getfloat" />
39101<Test name="blend_dst_rgb_separate_getboolean" />
39102<Test name="blend_dst_rgb_separate_getinteger" />
39103<Test name="blend_dst_rgb_separate_getinteger64" />
39104<Test name="blend_dst_rgb_separate_getfloat" />
39105<Test name="blend_dst_alpha_getboolean" />
39106<Test name="blend_dst_alpha_getinteger" />
39107<Test name="blend_dst_alpha_getinteger64" />
39108<Test name="blend_dst_alpha_getfloat" />
39109<Test name="blend_dst_alpha_separate_getboolean" />
39110<Test name="blend_dst_alpha_separate_getinteger" />
39111<Test name="blend_dst_alpha_separate_getinteger64" />
39112<Test name="blend_dst_alpha_separate_getfloat" />
39113<Test name="blend_equation_rgb_getboolean" />
39114<Test name="blend_equation_rgb_getinteger" />
39115<Test name="blend_equation_rgb_getinteger64" />
39116<Test name="blend_equation_rgb_getfloat" />
39117<Test name="blend_equation_rgb_separate_getboolean" />
39118<Test name="blend_equation_rgb_separate_getinteger" />
39119<Test name="blend_equation_rgb_separate_getinteger64" />
39120<Test name="blend_equation_rgb_separate_getfloat" />
39121<Test name="blend_equation_alpha_getboolean" />
39122<Test name="blend_equation_alpha_getinteger" />
39123<Test name="blend_equation_alpha_getinteger64" />
39124<Test name="blend_equation_alpha_getfloat" />
39125<Test name="blend_equation_alpha_separate_getboolean" />
39126<Test name="blend_equation_alpha_separate_getinteger" />
39127<Test name="blend_equation_alpha_separate_getinteger64" />
39128<Test name="blend_equation_alpha_separate_getfloat" />
39129<Test name="compressed_texture_formats_getboolean" />
39130<Test name="compressed_texture_formats_getinteger" />
39131<Test name="compressed_texture_formats_getinteger64" />
39132<Test name="compressed_texture_formats_getfloat" />
39133<Test name="program_binary_formats_getboolean" />
39134<Test name="program_binary_formats_getinteger" />
39135<Test name="program_binary_formats_getinteger64" />
39136<Test name="program_binary_formats_getfloat" />
39137<Test name="shader_binary_formats_getboolean" />
39138<Test name="shader_binary_formats_getinteger" />
39139<Test name="shader_binary_formats_getinteger64" />
39140<Test name="shader_binary_formats_getfloat" />
39141<Test name="array_buffer_binding_getboolean" />
39142<Test name="array_buffer_binding_getinteger" />
39143<Test name="array_buffer_binding_getinteger64" />
39144<Test name="array_buffer_binding_getfloat" />
39145<Test name="pixel_pack_buffer_binding_getboolean" />
39146<Test name="pixel_pack_buffer_binding_getinteger" />
39147<Test name="pixel_pack_buffer_binding_getinteger64" />
39148<Test name="pixel_pack_buffer_binding_getfloat" />
39149<Test name="pixel_unpack_buffer_binding_getboolean" />
39150<Test name="pixel_unpack_buffer_binding_getinteger" />
39151<Test name="pixel_unpack_buffer_binding_getinteger64" />
39152<Test name="pixel_unpack_buffer_binding_getfloat" />
39153<Test name="copy_read_buffer_binding_getboolean" />
39154<Test name="copy_read_buffer_binding_getinteger" />
39155<Test name="copy_read_buffer_binding_getinteger64" />
39156<Test name="copy_read_buffer_binding_getfloat" />
39157<Test name="copy_write_buffer_binding_getboolean" />
39158<Test name="copy_write_buffer_binding_getinteger" />
39159<Test name="copy_write_buffer_binding_getinteger64" />
39160<Test name="copy_write_buffer_binding_getfloat" />
39161<Test name="element_array_buffer_binding_getboolean" />
39162<Test name="element_array_buffer_binding_getinteger" />
39163<Test name="element_array_buffer_binding_getinteger64" />
39164<Test name="element_array_buffer_binding_getfloat" />
39165<Test name="transform_feedback_binding_getboolean" />
39166<Test name="transform_feedback_binding_getinteger" />
39167<Test name="transform_feedback_binding_getinteger64" />
39168<Test name="transform_feedback_binding_getfloat" />
39169<Test name="current_program_binding_getboolean" />
39170<Test name="current_program_binding_getinteger" />
39171<Test name="current_program_binding_getinteger64" />
39172<Test name="current_program_binding_getfloat" />
39173<Test name="vertex_array_binding_getboolean" />
39174<Test name="vertex_array_binding_getinteger" />
39175<Test name="vertex_array_binding_getinteger64" />
39176<Test name="vertex_array_binding_getfloat" />
39177<Test name="stencil_clear_value_getboolean" />
39178<Test name="stencil_clear_value_getinteger" />
39179<Test name="stencil_clear_value_getinteger64" />
39180<Test name="stencil_clear_value_getfloat" />
39181<Test name="active_texture_getboolean" />
39182<Test name="active_texture_getinteger" />
39183<Test name="active_texture_getinteger64" />
39184<Test name="active_texture_getfloat" />
39185<Test name="renderbuffer_binding_getboolean" />
39186<Test name="renderbuffer_binding_getinteger" />
39187<Test name="renderbuffer_binding_getinteger64" />
39188<Test name="renderbuffer_binding_getfloat" />
39189<Test name="sampler_binding_getboolean" />
39190<Test name="sampler_binding_getinteger" />
39191<Test name="sampler_binding_getinteger64" />
39192<Test name="sampler_binding_getfloat" />
39193<Test name="texture_binding_2d_getboolean" />
39194<Test name="texture_binding_2d_getinteger" />
39195<Test name="texture_binding_2d_getinteger64" />
39196<Test name="texture_binding_2d_getfloat" />
39197<Test name="texture_binding_3d_getboolean" />
39198<Test name="texture_binding_3d_getinteger" />
39199<Test name="texture_binding_3d_getinteger64" />
39200<Test name="texture_binding_3d_getfloat" />
39201<Test name="texture_binding_2d_array_getboolean" />
39202<Test name="texture_binding_2d_array_getinteger" />
39203<Test name="texture_binding_2d_array_getinteger64" />
39204<Test name="texture_binding_2d_array_getfloat" />
39205<Test name="texture_binding_cube_map_getboolean" />
39206<Test name="texture_binding_cube_map_getinteger" />
39207<Test name="texture_binding_cube_map_getinteger64" />
39208<Test name="texture_binding_cube_map_getfloat" />
39209<Test name="framebuffer_binding_getboolean" />
39210<Test name="framebuffer_binding_getinteger" />
39211<Test name="framebuffer_binding_getinteger64" />
39212<Test name="framebuffer_binding_getfloat" />
39213<Test name="implementation_color_read_getboolean" />
39214<Test name="implementation_color_read_getinteger" />
39215<Test name="implementation_color_read_getinteger64" />
39216<Test name="implementation_color_read_getfloat" />
39217<Test name="read_buffer_getboolean" />
39218<Test name="read_buffer_getinteger" />
39219<Test name="read_buffer_getinteger64" />
39220<Test name="read_buffer_getfloat" />
39221<Test name="draw_buffer_getboolean" />
39222<Test name="draw_buffer_getinteger" />
39223<Test name="draw_buffer_getinteger64" />
39224<Test name="draw_buffer_getfloat" />
39225</TestCase>
39226<TestCase name="integers64">
39227<Test name="max_element_index_getboolean" />
39228<Test name="max_element_index_getinteger" />
39229<Test name="max_element_index_getfloat" />
39230<Test name="max_server_wait_timeout_getboolean" />
39231<Test name="max_server_wait_timeout_getinteger" />
39232<Test name="max_uniform_block_size_getboolean" />
39233<Test name="max_uniform_block_size_getinteger" />
39234<Test name="max_uniform_block_size_getfloat" />
39235<Test name="max_combined_vertex_uniform_components_getboolean" />
39236<Test name="max_combined_vertex_uniform_components_getinteger" />
39237<Test name="max_combined_vertex_uniform_components_getfloat" />
39238<Test name="max_combined_fragment_uniform_components_getboolean" />
39239<Test name="max_combined_fragment_uniform_components_getinteger" />
39240<Test name="max_combined_fragment_uniform_components_getfloat" />
39241</TestCase>
39242<TestCase name="floats">
39243<Test name="depth_range_getboolean" />
39244<Test name="depth_range_getfloat" />
39245<Test name="line_width_getboolean" />
39246<Test name="line_width_getfloat" />
39247<Test name="polygon_offset_factor_getfloat" />
39248<Test name="polygon_offset_units_getfloat" />
39249<Test name="sample_coverage_value_getboolean" />
39250<Test name="blend_color_getboolean" />
39251<Test name="blend_color_getfloat" />
39252<Test name="color_clear_value_getboolean" />
39253<Test name="color_clear_value_getfloat" />
39254<Test name="depth_clear_value_getboolean" />
39255<Test name="depth_clear_value_getfloat" />
39256<Test name="max_texture_lod_bias_getboolean" />
39257<Test name="max_texture_lod_bias_getinteger" />
39258<Test name="max_texture_lod_bias_getinteger64" />
39259<Test name="max_texture_lod_bias_getfloat" />
39260<Test name="aliased_point_size_range_getboolean" />
39261<Test name="aliased_point_size_range_getinteger" />
39262<Test name="aliased_point_size_range_getinteger64" />
39263<Test name="aliased_point_size_range_getfloat" />
39264<Test name="aliased_line_width_range_getboolean" />
39265<Test name="aliased_line_width_range_getinteger" />
39266<Test name="aliased_line_width_range_getinteger64" />
39267<Test name="aliased_line_width_range_getfloat" />
39268</TestCase>
39269<TestCase name="indexed">
39270<Test name="transform_feedback_buffer_binding" />
39271<Test name="transform_feedback_buffer_start_size" />
39272<Test name="uniform_buffer_binding" />
39273<Test name="uniform_buffer_start_size" />
39274</TestCase>
39275<TestCase name="texture">
39276<Test name="texture_2d_is_texture" />
39277<Test name="texture_2d_texture_swizzle_r_gettexparameteri" />
39278<Test name="texture_2d_texture_swizzle_r_gettexparameterf" />
39279<Test name="texture_2d_texture_swizzle_g_gettexparameteri" />
39280<Test name="texture_2d_texture_swizzle_g_gettexparameterf" />
39281<Test name="texture_2d_texture_swizzle_b_gettexparameteri" />
39282<Test name="texture_2d_texture_swizzle_b_gettexparameterf" />
39283<Test name="texture_2d_texture_swizzle_a_gettexparameteri" />
39284<Test name="texture_2d_texture_swizzle_a_gettexparameterf" />
39285<Test name="texture_2d_texture_wrap_s_gettexparameteri" />
39286<Test name="texture_2d_texture_wrap_s_gettexparameterf" />
39287<Test name="texture_2d_texture_wrap_t_gettexparameteri" />
39288<Test name="texture_2d_texture_wrap_t_gettexparameterf" />
39289<Test name="texture_2d_texture_mag_filter_gettexparameteri" />
39290<Test name="texture_2d_texture_mag_filter_gettexparameterf" />
39291<Test name="texture_2d_texture_min_filter_gettexparameteri" />
39292<Test name="texture_2d_texture_min_filter_gettexparameterf" />
39293<Test name="texture_2d_texture_min_lod_gettexparameteri" />
39294<Test name="texture_2d_texture_min_lod_gettexparameterf" />
39295<Test name="texture_2d_texture_max_lod_gettexparameteri" />
39296<Test name="texture_2d_texture_max_lod_gettexparameterf" />
39297<Test name="texture_2d_texture_base_level_gettexparameteri" />
39298<Test name="texture_2d_texture_base_level_gettexparameterf" />
39299<Test name="texture_2d_texture_max_level_gettexparameteri" />
39300<Test name="texture_2d_texture_max_level_gettexparameterf" />
39301<Test name="texture_2d_texture_compare_mode_gettexparameteri" />
39302<Test name="texture_2d_texture_compare_mode_gettexparameterf" />
39303<Test name="texture_2d_texture_compare_func_gettexparameteri" />
39304<Test name="texture_2d_texture_compare_func_gettexparameterf" />
39305<Test name="texture_2d_texture_immutable_format_gettexparameteri" />
39306<Test name="texture_2d_texture_immutable_format_gettexparameterf" />
39307<Test name="texture_3d_is_texture" />
39308<Test name="texture_3d_texture_swizzle_r_gettexparameteri" />
39309<Test name="texture_3d_texture_swizzle_r_gettexparameterf" />
39310<Test name="texture_3d_texture_swizzle_g_gettexparameteri" />
39311<Test name="texture_3d_texture_swizzle_g_gettexparameterf" />
39312<Test name="texture_3d_texture_swizzle_b_gettexparameteri" />
39313<Test name="texture_3d_texture_swizzle_b_gettexparameterf" />
39314<Test name="texture_3d_texture_swizzle_a_gettexparameteri" />
39315<Test name="texture_3d_texture_swizzle_a_gettexparameterf" />
39316<Test name="texture_3d_texture_wrap_s_gettexparameteri" />
39317<Test name="texture_3d_texture_wrap_s_gettexparameterf" />
39318<Test name="texture_3d_texture_wrap_t_gettexparameteri" />
39319<Test name="texture_3d_texture_wrap_t_gettexparameterf" />
39320<Test name="texture_3d_texture_wrap_r_gettexparameteri" />
39321<Test name="texture_3d_texture_wrap_r_gettexparameterf" />
39322<Test name="texture_3d_texture_mag_filter_gettexparameteri" />
39323<Test name="texture_3d_texture_mag_filter_gettexparameterf" />
39324<Test name="texture_3d_texture_min_filter_gettexparameteri" />
39325<Test name="texture_3d_texture_min_filter_gettexparameterf" />
39326<Test name="texture_3d_texture_min_lod_gettexparameteri" />
39327<Test name="texture_3d_texture_min_lod_gettexparameterf" />
39328<Test name="texture_3d_texture_max_lod_gettexparameteri" />
39329<Test name="texture_3d_texture_max_lod_gettexparameterf" />
39330<Test name="texture_3d_texture_base_level_gettexparameteri" />
39331<Test name="texture_3d_texture_base_level_gettexparameterf" />
39332<Test name="texture_3d_texture_max_level_gettexparameteri" />
39333<Test name="texture_3d_texture_max_level_gettexparameterf" />
39334<Test name="texture_3d_texture_compare_mode_gettexparameteri" />
39335<Test name="texture_3d_texture_compare_mode_gettexparameterf" />
39336<Test name="texture_3d_texture_compare_func_gettexparameteri" />
39337<Test name="texture_3d_texture_compare_func_gettexparameterf" />
39338<Test name="texture_3d_texture_immutable_format_gettexparameteri" />
39339<Test name="texture_3d_texture_immutable_format_gettexparameterf" />
39340<Test name="texture_2d_array_is_texture" />
39341<Test name="texture_2d_array_texture_swizzle_r_gettexparameteri" />
39342<Test name="texture_2d_array_texture_swizzle_r_gettexparameterf" />
39343<Test name="texture_2d_array_texture_swizzle_g_gettexparameteri" />
39344<Test name="texture_2d_array_texture_swizzle_g_gettexparameterf" />
39345<Test name="texture_2d_array_texture_swizzle_b_gettexparameteri" />
39346<Test name="texture_2d_array_texture_swizzle_b_gettexparameterf" />
39347<Test name="texture_2d_array_texture_swizzle_a_gettexparameteri" />
39348<Test name="texture_2d_array_texture_swizzle_a_gettexparameterf" />
39349<Test name="texture_2d_array_texture_wrap_s_gettexparameteri" />
39350<Test name="texture_2d_array_texture_wrap_s_gettexparameterf" />
39351<Test name="texture_2d_array_texture_mag_filter_gettexparameteri" />
39352<Test name="texture_2d_array_texture_mag_filter_gettexparameterf" />
39353<Test name="texture_2d_array_texture_min_filter_gettexparameteri" />
39354<Test name="texture_2d_array_texture_min_filter_gettexparameterf" />
39355<Test name="texture_2d_array_texture_min_lod_gettexparameteri" />
39356<Test name="texture_2d_array_texture_min_lod_gettexparameterf" />
39357<Test name="texture_2d_array_texture_max_lod_gettexparameteri" />
39358<Test name="texture_2d_array_texture_max_lod_gettexparameterf" />
39359<Test name="texture_2d_array_texture_base_level_gettexparameteri" />
39360<Test name="texture_2d_array_texture_base_level_gettexparameterf" />
39361<Test name="texture_2d_array_texture_max_level_gettexparameteri" />
39362<Test name="texture_2d_array_texture_max_level_gettexparameterf" />
39363<Test name="texture_2d_array_texture_compare_mode_gettexparameteri" />
39364<Test name="texture_2d_array_texture_compare_mode_gettexparameterf" />
39365<Test name="texture_2d_array_texture_compare_func_gettexparameteri" />
39366<Test name="texture_2d_array_texture_compare_func_gettexparameterf" />
39367<Test name="texture_2d_array_texture_immutable_format_gettexparameteri" />
39368<Test name="texture_2d_array_texture_immutable_format_gettexparameterf" />
39369<Test name="texture_cube_map_is_texture" />
39370<Test name="texture_cube_map_texture_swizzle_r_gettexparameteri" />
39371<Test name="texture_cube_map_texture_swizzle_r_gettexparameterf" />
39372<Test name="texture_cube_map_texture_swizzle_g_gettexparameteri" />
39373<Test name="texture_cube_map_texture_swizzle_g_gettexparameterf" />
39374<Test name="texture_cube_map_texture_swizzle_b_gettexparameteri" />
39375<Test name="texture_cube_map_texture_swizzle_b_gettexparameterf" />
39376<Test name="texture_cube_map_texture_swizzle_a_gettexparameteri" />
39377<Test name="texture_cube_map_texture_swizzle_a_gettexparameterf" />
39378<Test name="texture_cube_map_texture_wrap_s_gettexparameteri" />
39379<Test name="texture_cube_map_texture_wrap_s_gettexparameterf" />
39380<Test name="texture_cube_map_texture_wrap_t_gettexparameteri" />
39381<Test name="texture_cube_map_texture_wrap_t_gettexparameterf" />
39382<Test name="texture_cube_map_texture_mag_filter_gettexparameteri" />
39383<Test name="texture_cube_map_texture_mag_filter_gettexparameterf" />
39384<Test name="texture_cube_map_texture_min_filter_gettexparameteri" />
39385<Test name="texture_cube_map_texture_min_filter_gettexparameterf" />
39386<Test name="texture_cube_map_texture_min_lod_gettexparameteri" />
39387<Test name="texture_cube_map_texture_min_lod_gettexparameterf" />
39388<Test name="texture_cube_map_texture_max_lod_gettexparameteri" />
39389<Test name="texture_cube_map_texture_max_lod_gettexparameterf" />
39390<Test name="texture_cube_map_texture_base_level_gettexparameteri" />
39391<Test name="texture_cube_map_texture_base_level_gettexparameterf" />
39392<Test name="texture_cube_map_texture_max_level_gettexparameteri" />
39393<Test name="texture_cube_map_texture_max_level_gettexparameterf" />
39394<Test name="texture_cube_map_texture_compare_mode_gettexparameteri" />
39395<Test name="texture_cube_map_texture_compare_mode_gettexparameterf" />
39396<Test name="texture_cube_map_texture_compare_func_gettexparameteri" />
39397<Test name="texture_cube_map_texture_compare_func_gettexparameterf" />
39398<Test name="texture_cube_map_texture_immutable_format_gettexparameteri" />
39399<Test name="texture_cube_map_texture_immutable_format_gettexparameterf" />
39400</TestCase>
39401<TestCase name="string">
39402<Test name="renderer" />
39403<Test name="vendor" />
39404<Test name="version" />
39405<Test name="shading_language_version" />
39406</TestCase>
39407<TestCase name="sampler">
39408<Test name="sampler_texture_wrap_s_getsamplerparameteri" />
39409<Test name="sampler_texture_wrap_s_getsamplerparameterf" />
39410<Test name="sampler_texture_wrap_t_getsamplerparameteri" />
39411<Test name="sampler_texture_wrap_t_getsamplerparameterf" />
39412<Test name="sampler_texture_wrap_r_getsamplerparameteri" />
39413<Test name="sampler_texture_wrap_r_getsamplerparameterf" />
39414<Test name="sampler_texture_mag_filter_getsamplerparameteri" />
39415<Test name="sampler_texture_mag_filter_getsamplerparameterf" />
39416<Test name="sampler_texture_min_filter_getsamplerparameteri" />
39417<Test name="sampler_texture_min_filter_getsamplerparameterf" />
39418<Test name="sampler_texture_compare_mode_getsamplerparameteri" />
39419<Test name="sampler_texture_compare_mode_getsamplerparameterf" />
39420<Test name="sampler_texture_compare_func_getsamplerparameteri" />
39421<Test name="sampler_texture_compare_func_getsamplerparameterf" />
39422</TestCase>
39423<TestCase name="buffer_object">
39424<Test name="buffer_size_getbufferparameteri" />
39425<Test name="buffer_size_getbufferparameteri64" />
39426<Test name="buffer_usage_getbufferparameteri" />
39427<Test name="buffer_usage_getbufferparameteri64" />
39428<Test name="buffer_access_flags_getbufferparameteri" />
39429<Test name="buffer_access_flags_getbufferparameteri64" />
39430<Test name="buffer_mapped_getbufferparameteri" />
39431<Test name="buffer_mapped_getbufferparameteri64" />
39432<Test name="buffer_map_offset_length_getbufferparameteri" />
39433<Test name="buffer_map_offset_length_getbufferparameteri64" />
39434<Test name="buffer_pointer" />
39435</TestCase>
39436<TestCase name="fbo">
39437<Test name="framebuffer_attachment_object" />
39438<Test name="framebuffer_attachment_texture_level" />
39439<Test name="framebuffer_attachment_texture_layer" />
39440<Test name="framebuffer_attachment_color_encoding" />
39441<Test name="framebuffer_attachment_component_type" />
39442<Test name="framebuffer_attachment_x_size_rbo" />
39443<Test name="framebuffer_attachment_x_size_texture" />
39444<Test name="framebuffer_unspecified_attachment_x_size_texture" />
39445</TestCase>
39446<TestCase name="rbo">
39447<Test name="renderbuffer_component_size_color" />
39448<Test name="renderbuffer_component_size_depth" />
39449</TestCase>
39450<TestCase name="shader">
39451<Test name="shader_type" />
39452<Test name="shader_compile_status" />
39453<Test name="delete_status" />
39454<Test name="current_vertex_attrib_initial" />
39455<Test name="current_vertex_attrib_float" />
39456<Test name="current_vertex_attrib_int" />
39457<Test name="current_vertex_attrib_uint" />
39458<Test name="current_vertex_attrib_float_to_int" />
39459<Test name="program_info_log_length" />
39460<Test name="program_validate_status" />
39461<Test name="program_attached_shaders" />
39462<Test name="program_active_uniform_name" />
39463<Test name="program_active_uniform_blocks" />
39464<Test name="program_binary" />
39465<Test name="transform_feedback" />
39466<Test name="active_attributes" />
39467<Test name="vertex_attrib_size" />
39468<Test name="vertex_attrib_normalized" />
39469<Test name="vertex_attrib_array_enabled" />
39470<Test name="vertex_attrib_array_divisor" />
39471<Test name="vertex_attrib_array_buffer_binding" />
39472<Test name="vertex_attrib_pointerv" />
39473<Test name="uniform_value_float" />
39474<Test name="uniform_value_int" />
39475<Test name="uniform_value_uint" />
39476<Test name="uniform_value_array" />
39477<Test name="uniform_value_matrix" />
39478<Test name="precision_vertex_lowp_float" />
39479<Test name="precision_vertex_mediump_float" />
39480<Test name="precision_vertex_highp_float" />
39481<Test name="precision_vertex_lowp_int" />
39482<Test name="precision_vertex_mediump_int" />
39483<Test name="precision_vertex_highp_int" />
39484<Test name="precision_fragment_lowp_float" />
39485<Test name="precision_fragment_mediump_float" />
39486<Test name="precision_fragment_highp_float" />
39487<Test name="precision_fragment_lowp_int" />
39488<Test name="precision_fragment_mediump_int" />
39489<Test name="precision_fragment_highp_int" />
39490</TestCase>
39491<TestCase name="internal_format">
39492<Test name="r8_samples" />
39493<Test name="rg8_samples" />
39494<Test name="rgb8_samples" />
39495<Test name="rgb565_samples" />
39496<Test name="rgba4_samples" />
39497<Test name="rgb5_a1_samples" />
39498<Test name="rgba8_samples" />
39499<Test name="rgb10_a2_samples" />
39500<Test name="srgb8_alpha8_samples" />
39501<Test name="depth_component16_samples" />
39502<Test name="depth_component24_samples" />
39503<Test name="depth_component32f_samples" />
39504<Test name="depth24_stencil8_samples" />
39505<Test name="depth32f_stencil8_samples" />
39506<Test name="stencil_index8_samples" />
39507<Test name="rgba8_samples_buffer" />
39508</TestCase>
39509</TestSuite>
39510<TestSuite name="clipping">
39511<TestCase name="point">
39512<Test name="point_z_clip" />
39513<Test name="point_z_clip_viewport_center" />
39514<Test name="point_z_clip_viewport_corner" />
39515<Test name="wide_point_z_clip" />
39516<Test name="wide_point_z_clip_viewport_center" />
39517<Test name="wide_point_z_clip_viewport_corner" />
39518</TestCase>
39519<TestCase name="line">
39520<Test name="line_z_clip" />
39521<Test name="line_z_clip_viewport_center" />
39522<Test name="line_z_clip_viewport_corner" />
39523<Test name="wide_line_z_clip" />
39524<Test name="wide_line_z_clip_viewport_center" />
39525<Test name="wide_line_z_clip_viewport_corner" />
39526<Test name="wide_line_clip" />
39527<Test name="long_line_clip" />
39528<Test name="long_wide_line_clip" />
39529<Test name="line_attrib_clip" />
39530<Test name="wide_line_attrib_clip" />
39531</TestCase>
39532<TestCase name="polygon">
39533<Test name="poly_clip_viewport_center" />
39534<Test name="poly_clip_viewport_corner" />
39535<Test name="poly_z_clip_viewport_center" />
39536<Test name="poly_z_clip_viewport_corner" />
39537<Test name="large_poly_clip_viewport_center" />
39538<Test name="large_poly_clip_viewport_corner" />
39539<Test name="large_poly_z_clip" />
39540<Test name="large_poly_z_clip_viewport_center" />
39541<Test name="large_poly_z_clip_viewport_corner" />
39542<Test name="poly_attrib_clip" />
39543<Test name="poly_attrib_clip_viewport_center" />
39544<Test name="poly_attrib_clip_viewport_corner" />
39545<Test name="multiple_0" />
39546<Test name="multiple_0_viewport_center" />
39547<Test name="multiple_0_viewport_corner" />
39548<Test name="multiple_1" />
39549<Test name="multiple_1_viewport_center" />
39550<Test name="multiple_1_viewport_corner" />
39551<Test name="multiple_2" />
39552<Test name="multiple_2_viewport_center" />
39553<Test name="multiple_2_viewport_corner" />
39554<Test name="multiple_3" />
39555<Test name="multiple_3_viewport_center" />
39556<Test name="multiple_3_viewport_corner" />
39557<Test name="multiple_4" />
39558<Test name="multiple_4_viewport_center" />
39559<Test name="multiple_4_viewport_corner" />
39560<Test name="multiple_5" />
39561<Test name="multiple_5_viewport_center" />
39562<Test name="multiple_5_viewport_corner" />
39563<Test name="multiple_6" />
39564<Test name="multiple_6_viewport_center" />
39565<Test name="multiple_6_viewport_corner" />
39566<Test name="multiple_7" />
39567<Test name="multiple_7_viewport_center" />
39568<Test name="multiple_7_viewport_corner" />
39569<Test name="multiple_8" />
39570<Test name="multiple_8_viewport_center" />
39571<Test name="multiple_8_viewport_corner" />
39572<Test name="multiple_9" />
39573<Test name="multiple_9_viewport_center" />
39574<Test name="multiple_9_viewport_corner" />
39575<Test name="multiple_10" />
39576<Test name="multiple_10_viewport_center" />
39577<Test name="multiple_10_viewport_corner" />
39578<Test name="multiple_11" />
39579<Test name="multiple_11_viewport_center" />
39580<Test name="multiple_11_viewport_corner" />
39581</TestCase>
39582<TestCase name="polygon_edge">
39583<Test name="quad_at_origin_0" />
39584<Test name="quad_at_origin_1" />
39585<Test name="quad_at_origin_2" />
39586<Test name="quad_at_origin_3" />
39587<Test name="quad_at_origin_4" />
39588<Test name="quad_near_edge_0" />
39589<Test name="quad_near_edge_1" />
39590<Test name="quad_near_edge_2" />
39591<Test name="poly_fan" />
39592</TestCase>
39593<TestSuite name="triangle_vertex">
39594<TestCase name="clip_one">
39595<Test name="clip_neg_x" />
39596<Test name="clip_pos_x" />
39597<Test name="clip_pos_y" />
39598<Test name="clip_neg_y" />
39599<Test name="clip_neg_x_neg_y" />
39600<Test name="clip_pos_x_neg_y" />
39601<Test name="clip_pos_x_pos_y" />
39602<Test name="clip_neg_x_pos_y" />
39603<Test name="clip_neg_x_neg_z" />
39604<Test name="clip_pos_x_neg_z" />
39605<Test name="clip_pos_x_pos_z" />
39606<Test name="clip_neg_x_pos_z" />
39607<Test name="clip_neg_y_neg_z" />
39608<Test name="clip_pos_y_neg_z" />
39609<Test name="clip_pos_y_pos_z" />
39610<Test name="clip_neg_y_pos_z" />
39611<Test name="clip_neg_x_neg_y_pos_z" />
39612<Test name="clip_pos_x_neg_y_pos_z" />
39613<Test name="clip_pos_x_pos_y_pos_z" />
39614<Test name="clip_neg_x_pos_y_pos_z" />
39615<Test name="clip_neg_x_neg_y_neg_z" />
39616<Test name="clip_pos_x_neg_y_neg_z" />
39617<Test name="clip_pos_x_pos_y_neg_z" />
39618<Test name="clip_neg_x_pos_y_neg_z" />
39619<Test name="clip_pos_z" />
39620<Test name="clip_neg_z" />
39621</TestCase>
39622<TestCase name="clip_two">
39623<Test name="clip_neg_x_and_pos_x" />
39624<Test name="clip_neg_x_and_pos_y" />
39625<Test name="clip_neg_x_and_neg_y" />
39626<Test name="clip_neg_x_and_neg_x_neg_y" />
39627<Test name="clip_neg_x_and_pos_x_neg_y" />
39628<Test name="clip_neg_x_and_pos_x_pos_y" />
39629<Test name="clip_neg_x_and_neg_x_pos_y" />
39630<Test name="clip_neg_x_and_neg_y_neg_z" />
39631<Test name="clip_neg_x_and_pos_y_neg_z" />
39632<Test name="clip_neg_x_and_pos_y_pos_z" />
39633<Test name="clip_neg_x_and_neg_y_pos_z" />
39634<Test name="clip_neg_x_and_neg_x_neg_y_pos_z" />
39635<Test name="clip_neg_x_and_pos_x_neg_y_pos_z" />
39636<Test name="clip_neg_x_and_pos_x_pos_y_pos_z" />
39637<Test name="clip_neg_x_and_neg_x_pos_y_pos_z" />
39638<Test name="clip_neg_x_and_neg_x_neg_y_neg_z" />
39639<Test name="clip_neg_x_and_pos_x_neg_y_neg_z" />
39640<Test name="clip_neg_x_and_pos_x_pos_y_neg_z" />
39641<Test name="clip_neg_x_and_neg_x_pos_y_neg_z" />
39642<Test name="clip_pos_x_and_pos_y" />
39643<Test name="clip_pos_x_and_neg_y" />
39644<Test name="clip_pos_x_and_neg_x_neg_y" />
39645<Test name="clip_pos_x_and_pos_x_neg_y" />
39646<Test name="clip_pos_x_and_pos_x_pos_y" />
39647<Test name="clip_pos_x_and_neg_x_pos_y" />
39648<Test name="clip_pos_x_and_neg_y_neg_z" />
39649<Test name="clip_pos_x_and_pos_y_neg_z" />
39650<Test name="clip_pos_x_and_pos_y_pos_z" />
39651<Test name="clip_pos_x_and_neg_y_pos_z" />
39652<Test name="clip_pos_x_and_neg_x_neg_y_pos_z" />
39653<Test name="clip_pos_x_and_pos_x_neg_y_pos_z" />
39654<Test name="clip_pos_x_and_pos_x_pos_y_pos_z" />
39655<Test name="clip_pos_x_and_neg_x_pos_y_pos_z" />
39656<Test name="clip_pos_x_and_neg_x_neg_y_neg_z" />
39657<Test name="clip_pos_x_and_pos_x_neg_y_neg_z" />
39658<Test name="clip_pos_x_and_pos_x_pos_y_neg_z" />
39659<Test name="clip_pos_x_and_neg_x_pos_y_neg_z" />
39660<Test name="clip_pos_y_and_neg_y" />
39661<Test name="clip_pos_y_and_neg_x_neg_y" />
39662<Test name="clip_pos_y_and_pos_x_neg_y" />
39663<Test name="clip_pos_y_and_pos_x_pos_y" />
39664<Test name="clip_pos_y_and_neg_x_pos_y" />
39665<Test name="clip_pos_y_and_neg_x_neg_z" />
39666<Test name="clip_pos_y_and_pos_x_neg_z" />
39667<Test name="clip_pos_y_and_pos_x_pos_z" />
39668<Test name="clip_pos_y_and_neg_x_pos_z" />
39669<Test name="clip_pos_y_and_neg_x_neg_y_pos_z" />
39670<Test name="clip_pos_y_and_pos_x_neg_y_pos_z" />
39671<Test name="clip_pos_y_and_pos_x_pos_y_pos_z" />
39672<Test name="clip_pos_y_and_neg_x_pos_y_pos_z" />
39673<Test name="clip_pos_y_and_neg_x_neg_y_neg_z" />
39674<Test name="clip_pos_y_and_pos_x_neg_y_neg_z" />
39675<Test name="clip_pos_y_and_pos_x_pos_y_neg_z" />
39676<Test name="clip_pos_y_and_neg_x_pos_y_neg_z" />
39677<Test name="clip_neg_y_and_neg_x_neg_y" />
39678<Test name="clip_neg_y_and_pos_x_neg_y" />
39679<Test name="clip_neg_y_and_pos_x_pos_y" />
39680<Test name="clip_neg_y_and_neg_x_pos_y" />
39681<Test name="clip_neg_y_and_neg_x_neg_z" />
39682<Test name="clip_neg_y_and_pos_x_neg_z" />
39683<Test name="clip_neg_y_and_pos_x_pos_z" />
39684<Test name="clip_neg_y_and_neg_x_pos_z" />
39685<Test name="clip_neg_y_and_neg_x_neg_y_pos_z" />
39686<Test name="clip_neg_y_and_pos_x_neg_y_pos_z" />
39687<Test name="clip_neg_y_and_pos_x_pos_y_pos_z" />
39688<Test name="clip_neg_y_and_neg_x_pos_y_pos_z" />
39689<Test name="clip_neg_y_and_neg_x_neg_y_neg_z" />
39690<Test name="clip_neg_y_and_pos_x_neg_y_neg_z" />
39691<Test name="clip_neg_y_and_pos_x_pos_y_neg_z" />
39692<Test name="clip_neg_y_and_neg_x_pos_y_neg_z" />
39693<Test name="clip_neg_x_neg_y_and_pos_x_neg_y" />
39694<Test name="clip_neg_x_neg_y_and_pos_x_pos_y" />
39695<Test name="clip_neg_x_neg_y_and_neg_x_pos_y" />
39696<Test name="clip_neg_x_neg_y_and_neg_x_neg_z" />
39697<Test name="clip_neg_x_neg_y_and_pos_x_neg_z" />
39698<Test name="clip_neg_x_neg_y_and_pos_x_pos_z" />
39699<Test name="clip_neg_x_neg_y_and_neg_x_pos_z" />
39700<Test name="clip_neg_x_neg_y_and_neg_y_neg_z" />
39701<Test name="clip_neg_x_neg_y_and_pos_y_neg_z" />
39702<Test name="clip_neg_x_neg_y_and_pos_y_pos_z" />
39703<Test name="clip_neg_x_neg_y_and_neg_y_pos_z" />
39704<Test name="clip_neg_x_neg_y_and_pos_x_neg_y_pos_z" />
39705<Test name="clip_neg_x_neg_y_and_neg_x_pos_y_pos_z" />
39706<Test name="clip_neg_x_neg_y_and_pos_x_neg_y_neg_z" />
39707<Test name="clip_neg_x_neg_y_and_neg_x_pos_y_neg_z" />
39708<Test name="clip_pos_x_neg_y_and_pos_x_pos_y" />
39709<Test name="clip_pos_x_neg_y_and_neg_x_pos_y" />
39710<Test name="clip_pos_x_neg_y_and_neg_x_neg_z" />
39711<Test name="clip_pos_x_neg_y_and_pos_x_neg_z" />
39712<Test name="clip_pos_x_neg_y_and_pos_x_pos_z" />
39713<Test name="clip_pos_x_neg_y_and_neg_x_pos_z" />
39714<Test name="clip_pos_x_neg_y_and_neg_y_neg_z" />
39715<Test name="clip_pos_x_neg_y_and_pos_y_neg_z" />
39716<Test name="clip_pos_x_neg_y_and_pos_y_pos_z" />
39717<Test name="clip_pos_x_neg_y_and_neg_y_pos_z" />
39718<Test name="clip_pos_x_neg_y_and_neg_x_neg_y_pos_z" />
39719<Test name="clip_pos_x_neg_y_and_pos_x_pos_y_pos_z" />
39720<Test name="clip_pos_x_neg_y_and_neg_x_neg_y_neg_z" />
39721<Test name="clip_pos_x_neg_y_and_pos_x_pos_y_neg_z" />
39722<Test name="clip_pos_x_pos_y_and_neg_x_pos_y" />
39723<Test name="clip_pos_x_pos_y_and_neg_x_neg_z" />
39724<Test name="clip_pos_x_pos_y_and_pos_x_neg_z" />
39725<Test name="clip_pos_x_pos_y_and_pos_x_pos_z" />
39726<Test name="clip_pos_x_pos_y_and_neg_x_pos_z" />
39727<Test name="clip_pos_x_pos_y_and_neg_y_neg_z" />
39728<Test name="clip_pos_x_pos_y_and_pos_y_neg_z" />
39729<Test name="clip_pos_x_pos_y_and_pos_y_pos_z" />
39730<Test name="clip_pos_x_pos_y_and_neg_y_pos_z" />
39731<Test name="clip_pos_x_pos_y_and_pos_x_neg_y_pos_z" />
39732<Test name="clip_pos_x_pos_y_and_neg_x_pos_y_pos_z" />
39733<Test name="clip_pos_x_pos_y_and_pos_x_neg_y_neg_z" />
39734<Test name="clip_pos_x_pos_y_and_neg_x_pos_y_neg_z" />
39735<Test name="clip_neg_x_pos_y_and_neg_x_neg_z" />
39736<Test name="clip_neg_x_pos_y_and_pos_x_neg_z" />
39737<Test name="clip_neg_x_pos_y_and_pos_x_pos_z" />
39738<Test name="clip_neg_x_pos_y_and_neg_x_pos_z" />
39739<Test name="clip_neg_x_pos_y_and_neg_y_neg_z" />
39740<Test name="clip_neg_x_pos_y_and_pos_y_neg_z" />
39741<Test name="clip_neg_x_pos_y_and_pos_y_pos_z" />
39742<Test name="clip_neg_x_pos_y_and_neg_y_pos_z" />
39743<Test name="clip_neg_x_pos_y_and_neg_x_neg_y_pos_z" />
39744<Test name="clip_neg_x_pos_y_and_pos_x_pos_y_pos_z" />
39745<Test name="clip_neg_x_pos_y_and_neg_x_neg_y_neg_z" />
39746<Test name="clip_neg_x_pos_y_and_pos_x_pos_y_neg_z" />
39747<Test name="clip_neg_x_neg_z_and_pos_x_pos_z" />
39748<Test name="clip_neg_x_neg_z_and_neg_y_neg_z" />
39749<Test name="clip_neg_x_neg_z_and_pos_y_neg_z" />
39750<Test name="clip_neg_x_neg_z_and_pos_y_pos_z" />
39751<Test name="clip_neg_x_neg_z_and_neg_y_pos_z" />
39752<Test name="clip_neg_x_neg_z_and_neg_x_neg_y_pos_z" />
39753<Test name="clip_neg_x_neg_z_and_pos_x_neg_y_pos_z" />
39754<Test name="clip_neg_x_neg_z_and_pos_x_pos_y_pos_z" />
39755<Test name="clip_neg_x_neg_z_and_neg_x_pos_y_pos_z" />
39756<Test name="clip_neg_x_neg_z_and_neg_x_neg_y_neg_z" />
39757<Test name="clip_neg_x_neg_z_and_pos_x_neg_y_neg_z" />
39758<Test name="clip_neg_x_neg_z_and_pos_x_pos_y_neg_z" />
39759<Test name="clip_neg_x_neg_z_and_neg_x_pos_y_neg_z" />
39760<Test name="clip_pos_x_neg_z_and_neg_x_pos_z" />
39761<Test name="clip_pos_x_neg_z_and_neg_y_neg_z" />
39762<Test name="clip_pos_x_neg_z_and_pos_y_neg_z" />
39763<Test name="clip_pos_x_neg_z_and_pos_y_pos_z" />
39764<Test name="clip_pos_x_neg_z_and_neg_y_pos_z" />
39765<Test name="clip_pos_x_neg_z_and_neg_x_neg_y_pos_z" />
39766<Test name="clip_pos_x_neg_z_and_pos_x_neg_y_pos_z" />
39767<Test name="clip_pos_x_neg_z_and_pos_x_pos_y_pos_z" />
39768<Test name="clip_pos_x_neg_z_and_neg_x_pos_y_pos_z" />
39769<Test name="clip_pos_x_neg_z_and_neg_x_neg_y_neg_z" />
39770<Test name="clip_pos_x_neg_z_and_pos_x_neg_y_neg_z" />
39771<Test name="clip_pos_x_neg_z_and_pos_x_pos_y_neg_z" />
39772<Test name="clip_pos_x_neg_z_and_neg_x_pos_y_neg_z" />
39773<Test name="clip_pos_x_pos_z_and_neg_y_neg_z" />
39774<Test name="clip_pos_x_pos_z_and_pos_y_neg_z" />
39775<Test name="clip_pos_x_pos_z_and_pos_y_pos_z" />
39776<Test name="clip_pos_x_pos_z_and_neg_y_pos_z" />
39777<Test name="clip_pos_x_pos_z_and_neg_x_neg_y_pos_z" />
39778<Test name="clip_pos_x_pos_z_and_pos_x_neg_y_pos_z" />
39779<Test name="clip_pos_x_pos_z_and_pos_x_pos_y_pos_z" />
39780<Test name="clip_pos_x_pos_z_and_neg_x_pos_y_pos_z" />
39781<Test name="clip_pos_x_pos_z_and_neg_x_neg_y_neg_z" />
39782<Test name="clip_pos_x_pos_z_and_pos_x_neg_y_neg_z" />
39783<Test name="clip_pos_x_pos_z_and_pos_x_pos_y_neg_z" />
39784<Test name="clip_pos_x_pos_z_and_neg_x_pos_y_neg_z" />
39785<Test name="clip_neg_x_pos_z_and_neg_y_neg_z" />
39786<Test name="clip_neg_x_pos_z_and_pos_y_neg_z" />
39787<Test name="clip_neg_x_pos_z_and_pos_y_pos_z" />
39788<Test name="clip_neg_x_pos_z_and_neg_y_pos_z" />
39789<Test name="clip_neg_x_pos_z_and_neg_x_neg_y_pos_z" />
39790<Test name="clip_neg_x_pos_z_and_pos_x_neg_y_pos_z" />
39791<Test name="clip_neg_x_pos_z_and_pos_x_pos_y_pos_z" />
39792<Test name="clip_neg_x_pos_z_and_neg_x_pos_y_pos_z" />
39793<Test name="clip_neg_x_pos_z_and_neg_x_neg_y_neg_z" />
39794<Test name="clip_neg_x_pos_z_and_pos_x_neg_y_neg_z" />
39795<Test name="clip_neg_x_pos_z_and_pos_x_pos_y_neg_z" />
39796<Test name="clip_neg_x_pos_z_and_neg_x_pos_y_neg_z" />
39797<Test name="clip_neg_y_neg_z_and_pos_y_pos_z" />
39798<Test name="clip_neg_y_neg_z_and_neg_x_neg_y_pos_z" />
39799<Test name="clip_neg_y_neg_z_and_pos_x_neg_y_pos_z" />
39800<Test name="clip_neg_y_neg_z_and_pos_x_pos_y_pos_z" />
39801<Test name="clip_neg_y_neg_z_and_neg_x_pos_y_pos_z" />
39802<Test name="clip_neg_y_neg_z_and_neg_x_neg_y_neg_z" />
39803<Test name="clip_neg_y_neg_z_and_pos_x_neg_y_neg_z" />
39804<Test name="clip_neg_y_neg_z_and_pos_x_pos_y_neg_z" />
39805<Test name="clip_neg_y_neg_z_and_neg_x_pos_y_neg_z" />
39806<Test name="clip_pos_y_neg_z_and_neg_y_pos_z" />
39807<Test name="clip_pos_y_neg_z_and_neg_x_neg_y_pos_z" />
39808<Test name="clip_pos_y_neg_z_and_pos_x_neg_y_pos_z" />
39809<Test name="clip_pos_y_neg_z_and_pos_x_pos_y_pos_z" />
39810<Test name="clip_pos_y_neg_z_and_neg_x_pos_y_pos_z" />
39811<Test name="clip_pos_y_neg_z_and_neg_x_neg_y_neg_z" />
39812<Test name="clip_pos_y_neg_z_and_pos_x_neg_y_neg_z" />
39813<Test name="clip_pos_y_neg_z_and_pos_x_pos_y_neg_z" />
39814<Test name="clip_pos_y_neg_z_and_neg_x_pos_y_neg_z" />
39815<Test name="clip_pos_y_pos_z_and_neg_x_neg_y_pos_z" />
39816<Test name="clip_pos_y_pos_z_and_pos_x_neg_y_pos_z" />
39817<Test name="clip_pos_y_pos_z_and_pos_x_pos_y_pos_z" />
39818<Test name="clip_pos_y_pos_z_and_neg_x_pos_y_pos_z" />
39819<Test name="clip_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
39820<Test name="clip_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
39821<Test name="clip_pos_y_pos_z_and_pos_x_pos_y_neg_z" />
39822<Test name="clip_pos_y_pos_z_and_neg_x_pos_y_neg_z" />
39823<Test name="clip_neg_y_pos_z_and_neg_x_neg_y_pos_z" />
39824<Test name="clip_neg_y_pos_z_and_pos_x_neg_y_pos_z" />
39825<Test name="clip_neg_y_pos_z_and_pos_x_pos_y_pos_z" />
39826<Test name="clip_neg_y_pos_z_and_neg_x_pos_y_pos_z" />
39827<Test name="clip_neg_y_pos_z_and_neg_x_neg_y_neg_z" />
39828<Test name="clip_neg_y_pos_z_and_pos_x_neg_y_neg_z" />
39829<Test name="clip_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
39830<Test name="clip_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
39831<Test name="clip_neg_x_neg_y_pos_z_and_pos_x_neg_y_pos_z" />
39832<Test name="clip_neg_x_neg_y_pos_z_and_neg_x_pos_y_pos_z" />
39833<Test name="clip_neg_x_neg_y_pos_z_and_pos_x_neg_y_neg_z" />
39834<Test name="clip_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
39835<Test name="clip_neg_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
39836<Test name="clip_pos_x_neg_y_pos_z_and_pos_x_pos_y_pos_z" />
39837<Test name="clip_pos_x_neg_y_pos_z_and_neg_x_neg_y_neg_z" />
39838<Test name="clip_pos_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
39839<Test name="clip_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
39840<Test name="clip_pos_x_pos_y_pos_z_and_neg_x_pos_y_pos_z" />
39841<Test name="clip_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
39842<Test name="clip_pos_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
39843<Test name="clip_pos_x_pos_y_pos_z_and_neg_x_pos_y_neg_z" />
39844<Test name="clip_neg_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
39845<Test name="clip_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
39846<Test name="clip_neg_x_pos_y_pos_z_and_pos_x_pos_y_neg_z" />
39847<Test name="clip_neg_x_neg_y_neg_z_and_pos_x_neg_y_neg_z" />
39848<Test name="clip_neg_x_neg_y_neg_z_and_neg_x_pos_y_neg_z" />
39849<Test name="clip_pos_x_neg_y_neg_z_and_pos_x_pos_y_neg_z" />
39850<Test name="clip_pos_x_pos_y_neg_z_and_neg_x_pos_y_neg_z" />
39851</TestCase>
39852<TestCase name="clip_three">
39853<Test name="clip_neg_x_and_pos_x_and_pos_y" />
39854<Test name="clip_neg_x_and_pos_x_and_neg_y" />
39855<Test name="clip_neg_x_and_pos_x_and_neg_x_neg_y" />
39856<Test name="clip_neg_x_and_pos_x_and_pos_x_neg_y" />
39857<Test name="clip_neg_x_and_pos_x_and_pos_x_pos_y" />
39858<Test name="clip_neg_x_and_pos_x_and_neg_x_pos_y" />
39859<Test name="clip_neg_x_and_pos_x_and_neg_y_neg_z" />
39860<Test name="clip_neg_x_and_pos_x_and_pos_y_neg_z" />
39861<Test name="clip_neg_x_and_pos_x_and_neg_y_pos_z" />
39862<Test name="clip_neg_x_and_pos_x_and_neg_x_neg_y_pos_z" />
39863<Test name="clip_neg_x_and_pos_x_and_pos_x_neg_y_pos_z" />
39864<Test name="clip_neg_x_and_pos_x_and_pos_x_pos_y_pos_z" />
39865<Test name="clip_neg_x_and_pos_x_and_neg_x_neg_y_neg_z" />
39866<Test name="clip_neg_x_and_pos_x_and_pos_x_neg_y_neg_z" />
39867<Test name="clip_neg_x_and_pos_x_and_neg_x_pos_y_neg_z" />
39868<Test name="clip_neg_x_and_pos_y_and_neg_y" />
39869<Test name="clip_neg_x_and_pos_y_and_pos_x_neg_y" />
39870<Test name="clip_neg_x_and_neg_y_and_pos_x_pos_y" />
39871<Test name="clip_neg_x_and_neg_x_neg_y_and_pos_x_pos_y" />
39872<Test name="clip_neg_x_and_pos_x_neg_y_and_pos_x_pos_y" />
39873<Test name="clip_neg_x_and_pos_x_neg_y_and_neg_x_pos_y" />
39874<Test name="clip_neg_x_and_neg_y_neg_z_and_pos_y_pos_z" />
39875<Test name="clip_neg_x_and_neg_y_neg_z_and_pos_x_pos_y_pos_z" />
39876<Test name="clip_neg_x_and_pos_y_neg_z_and_pos_x_neg_y_pos_z" />
39877<Test name="clip_neg_x_and_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
39878<Test name="clip_neg_x_and_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
39879<Test name="clip_neg_x_and_pos_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
39880<Test name="clip_neg_x_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
39881<Test name="clip_neg_x_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
39882<Test name="clip_neg_x_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
39883<Test name="clip_pos_x_and_pos_y_and_neg_y" />
39884<Test name="clip_pos_x_and_pos_y_and_neg_x_neg_y" />
39885<Test name="clip_pos_x_and_neg_y_and_neg_x_pos_y" />
39886<Test name="clip_pos_x_and_neg_x_neg_y_and_pos_x_pos_y" />
39887<Test name="clip_pos_x_and_neg_x_neg_y_and_neg_x_pos_y" />
39888<Test name="clip_pos_x_and_pos_x_neg_y_and_neg_x_pos_y" />
39889<Test name="clip_pos_x_and_neg_y_neg_z_and_pos_y_pos_z" />
39890<Test name="clip_pos_x_and_neg_y_neg_z_and_neg_x_pos_y_pos_z" />
39891<Test name="clip_pos_x_and_pos_y_neg_z_and_neg_x_neg_y_pos_z" />
39892<Test name="clip_pos_x_and_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
39893<Test name="clip_pos_x_and_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
39894<Test name="clip_pos_x_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
39895<Test name="clip_pos_x_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
39896<Test name="clip_pos_x_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
39897<Test name="clip_pos_x_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
39898<Test name="clip_pos_y_and_neg_y_and_neg_x_neg_y" />
39899<Test name="clip_pos_y_and_neg_y_and_pos_x_neg_y" />
39900<Test name="clip_pos_y_and_neg_y_and_pos_x_pos_y" />
39901<Test name="clip_pos_y_and_neg_y_and_neg_x_pos_y" />
39902<Test name="clip_pos_y_and_neg_y_and_neg_x_neg_z" />
39903<Test name="clip_pos_y_and_neg_y_and_pos_x_neg_z" />
39904<Test name="clip_pos_y_and_neg_y_and_pos_x_pos_z" />
39905<Test name="clip_pos_y_and_neg_y_and_neg_x_pos_z" />
39906<Test name="clip_pos_y_and_neg_y_and_neg_x_neg_y_pos_z" />
39907<Test name="clip_pos_y_and_neg_y_and_pos_x_neg_y_pos_z" />
39908<Test name="clip_pos_y_and_neg_y_and_pos_x_pos_y_pos_z" />
39909<Test name="clip_pos_y_and_neg_y_and_neg_x_pos_y_pos_z" />
39910<Test name="clip_pos_y_and_neg_y_and_neg_x_neg_y_neg_z" />
39911<Test name="clip_pos_y_and_neg_y_and_pos_x_neg_y_neg_z" />
39912<Test name="clip_pos_y_and_neg_y_and_pos_x_pos_y_neg_z" />
39913<Test name="clip_pos_y_and_neg_y_and_neg_x_pos_y_neg_z" />
39914<Test name="clip_pos_y_and_neg_x_neg_y_and_pos_x_neg_y" />
39915<Test name="clip_pos_y_and_neg_x_neg_y_and_pos_x_pos_y" />
39916<Test name="clip_pos_y_and_pos_x_neg_y_and_neg_x_pos_y" />
39917<Test name="clip_pos_y_and_neg_x_neg_z_and_pos_x_pos_z" />
39918<Test name="clip_pos_y_and_neg_x_neg_z_and_pos_x_neg_y_pos_z" />
39919<Test name="clip_pos_y_and_pos_x_neg_z_and_neg_x_pos_z" />
39920<Test name="clip_pos_y_and_pos_x_neg_z_and_neg_x_neg_y_pos_z" />
39921<Test name="clip_pos_y_and_pos_x_pos_z_and_neg_x_neg_y_neg_z" />
39922<Test name="clip_pos_y_and_neg_x_pos_z_and_pos_x_neg_y_neg_z" />
39923<Test name="clip_pos_y_and_neg_x_neg_y_pos_z_and_pos_x_neg_y_neg_z" />
39924<Test name="clip_pos_y_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
39925<Test name="clip_pos_y_and_pos_x_neg_y_pos_z_and_neg_x_neg_y_neg_z" />
39926<Test name="clip_pos_y_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
39927<Test name="clip_pos_y_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
39928<Test name="clip_pos_y_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
39929<Test name="clip_neg_y_and_neg_x_neg_y_and_pos_x_pos_y" />
39930<Test name="clip_neg_y_and_pos_x_neg_y_and_neg_x_pos_y" />
39931<Test name="clip_neg_y_and_pos_x_pos_y_and_neg_x_pos_y" />
39932<Test name="clip_neg_y_and_neg_x_neg_z_and_pos_x_pos_z" />
39933<Test name="clip_neg_y_and_neg_x_neg_z_and_pos_x_pos_y_pos_z" />
39934<Test name="clip_neg_y_and_pos_x_neg_z_and_neg_x_pos_z" />
39935<Test name="clip_neg_y_and_pos_x_neg_z_and_neg_x_pos_y_pos_z" />
39936<Test name="clip_neg_y_and_pos_x_pos_z_and_neg_x_pos_y_neg_z" />
39937<Test name="clip_neg_y_and_neg_x_pos_z_and_pos_x_pos_y_neg_z" />
39938<Test name="clip_neg_y_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
39939<Test name="clip_neg_y_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
39940<Test name="clip_neg_y_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
39941<Test name="clip_neg_y_and_pos_x_pos_y_pos_z_and_neg_x_pos_y_neg_z" />
39942<Test name="clip_neg_y_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
39943<Test name="clip_neg_y_and_neg_x_pos_y_pos_z_and_pos_x_pos_y_neg_z" />
39944<Test name="clip_neg_x_neg_y_and_pos_x_neg_y_and_pos_x_pos_y" />
39945<Test name="clip_neg_x_neg_y_and_pos_x_neg_y_and_neg_x_pos_y" />
39946<Test name="clip_neg_x_neg_y_and_pos_x_pos_y_and_neg_x_pos_y" />
39947<Test name="clip_neg_x_neg_y_and_pos_x_pos_y_and_pos_x_neg_z" />
39948<Test name="clip_neg_x_neg_y_and_pos_x_pos_y_and_pos_x_pos_z" />
39949<Test name="clip_neg_x_neg_y_and_pos_x_pos_y_and_neg_y_neg_z" />
39950<Test name="clip_neg_x_neg_y_and_pos_x_pos_y_and_pos_y_neg_z" />
39951<Test name="clip_neg_x_neg_y_and_pos_x_pos_y_and_neg_y_pos_z" />
39952<Test name="clip_neg_x_neg_y_and_pos_x_pos_y_and_pos_x_neg_y_pos_z" />
39953<Test name="clip_neg_x_neg_y_and_pos_x_pos_y_and_neg_x_pos_y_pos_z" />
39954<Test name="clip_neg_x_neg_y_and_pos_x_pos_y_and_pos_x_neg_y_neg_z" />
39955<Test name="clip_neg_x_neg_y_and_pos_x_pos_y_and_neg_x_pos_y_neg_z" />
39956<Test name="clip_neg_x_neg_y_and_neg_x_neg_z_and_pos_x_pos_z" />
39957<Test name="clip_neg_x_neg_y_and_pos_x_neg_z_and_neg_x_pos_z" />
39958<Test name="clip_neg_x_neg_y_and_pos_x_neg_z_and_pos_y_pos_z" />
39959<Test name="clip_neg_x_neg_y_and_pos_x_pos_z_and_pos_y_neg_z" />
39960<Test name="clip_neg_x_neg_y_and_neg_y_neg_z_and_pos_y_pos_z" />
39961<Test name="clip_neg_x_neg_y_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
39962<Test name="clip_neg_x_neg_y_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
39963<Test name="clip_pos_x_neg_y_and_pos_x_pos_y_and_neg_x_pos_y" />
39964<Test name="clip_pos_x_neg_y_and_neg_x_pos_y_and_neg_x_neg_z" />
39965<Test name="clip_pos_x_neg_y_and_neg_x_pos_y_and_pos_x_neg_z" />
39966<Test name="clip_pos_x_neg_y_and_neg_x_pos_y_and_pos_x_pos_z" />
39967<Test name="clip_pos_x_neg_y_and_neg_x_pos_y_and_pos_y_neg_z" />
39968<Test name="clip_pos_x_neg_y_and_neg_x_pos_y_and_neg_y_pos_z" />
39969<Test name="clip_pos_x_neg_y_and_neg_x_pos_y_and_neg_x_neg_y_pos_z" />
39970<Test name="clip_pos_x_neg_y_and_neg_x_pos_y_and_pos_x_pos_y_pos_z" />
39971<Test name="clip_pos_x_neg_y_and_neg_x_pos_y_and_neg_x_neg_y_neg_z" />
39972<Test name="clip_pos_x_neg_y_and_neg_x_pos_y_and_pos_x_pos_y_neg_z" />
39973<Test name="clip_pos_x_neg_y_and_neg_x_neg_z_and_pos_y_pos_z" />
39974<Test name="clip_pos_x_neg_y_and_neg_x_pos_z_and_pos_y_neg_z" />
39975<Test name="clip_pos_x_neg_y_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
39976<Test name="clip_pos_x_neg_y_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
39977<Test name="clip_pos_x_pos_y_and_neg_x_neg_z_and_neg_y_pos_z" />
39978<Test name="clip_pos_x_pos_y_and_neg_x_pos_z_and_neg_y_neg_z" />
39979<Test name="clip_pos_x_pos_y_and_neg_y_neg_z_and_pos_y_pos_z" />
39980<Test name="clip_pos_x_pos_y_and_pos_y_neg_z_and_neg_y_pos_z" />
39981<Test name="clip_pos_x_pos_y_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
39982<Test name="clip_pos_x_pos_y_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
39983<Test name="clip_neg_x_pos_y_and_pos_x_neg_z_and_neg_x_pos_z" />
39984<Test name="clip_neg_x_pos_y_and_pos_x_neg_z_and_neg_y_pos_z" />
39985<Test name="clip_neg_x_pos_y_and_pos_x_pos_z_and_neg_y_neg_z" />
39986<Test name="clip_neg_x_pos_y_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
39987<Test name="clip_neg_x_pos_y_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
39988<Test name="clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_y_pos_z" />
39989<Test name="clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_neg_y_pos_z" />
39990<Test name="clip_neg_x_neg_z_and_pos_x_pos_z_and_pos_x_neg_y_pos_z" />
39991<Test name="clip_neg_x_neg_z_and_pos_x_pos_z_and_pos_x_pos_y_pos_z" />
39992<Test name="clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_pos_y_pos_z" />
39993<Test name="clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_neg_y_neg_z" />
39994<Test name="clip_neg_x_neg_z_and_pos_x_pos_z_and_pos_x_pos_y_neg_z" />
39995<Test name="clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_pos_y_neg_z" />
39996<Test name="clip_neg_x_neg_z_and_pos_x_neg_y_pos_z_and_pos_x_pos_y_pos_z" />
39997<Test name="clip_neg_x_neg_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
39998<Test name="clip_neg_x_neg_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
39999<Test name="clip_pos_x_neg_z_and_neg_x_pos_z_and_neg_y_neg_z" />
40000<Test name="clip_pos_x_neg_z_and_neg_x_pos_z_and_pos_y_neg_z" />
40001<Test name="clip_pos_x_neg_z_and_neg_x_pos_z_and_neg_x_neg_y_pos_z" />
40002<Test name="clip_pos_x_neg_z_and_neg_x_pos_z_and_neg_x_pos_y_pos_z" />
40003<Test name="clip_pos_x_neg_z_and_neg_x_pos_z_and_neg_x_neg_y_neg_z" />
40004<Test name="clip_pos_x_neg_z_and_neg_x_pos_z_and_pos_x_neg_y_neg_z" />
40005<Test name="clip_pos_x_neg_z_and_neg_x_pos_z_and_pos_x_pos_y_neg_z" />
40006<Test name="clip_pos_x_neg_z_and_neg_y_neg_z_and_pos_y_pos_z" />
40007<Test name="clip_pos_x_neg_z_and_neg_x_neg_y_pos_z_and_neg_x_pos_y_pos_z" />
40008<Test name="clip_pos_x_neg_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
40009<Test name="clip_pos_x_neg_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
40010<Test name="clip_pos_x_neg_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
40011<Test name="clip_pos_x_pos_z_and_neg_y_neg_z_and_pos_y_pos_z" />
40012<Test name="clip_pos_x_pos_z_and_pos_y_neg_z_and_neg_y_pos_z" />
40013<Test name="clip_pos_x_pos_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
40014<Test name="clip_pos_x_pos_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
40015<Test name="clip_pos_x_pos_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
40016<Test name="clip_pos_x_pos_z_and_neg_x_neg_y_neg_z_and_neg_x_pos_y_neg_z" />
40017<Test name="clip_neg_x_pos_z_and_pos_y_neg_z_and_neg_y_pos_z" />
40018<Test name="clip_neg_x_pos_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
40019<Test name="clip_neg_x_pos_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
40020<Test name="clip_neg_x_pos_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
40021<Test name="clip_neg_x_pos_z_and_pos_x_neg_y_neg_z_and_pos_x_pos_y_neg_z" />
40022<Test name="clip_neg_y_neg_z_and_pos_y_pos_z_and_pos_x_neg_y_pos_z" />
40023<Test name="clip_neg_y_neg_z_and_pos_y_pos_z_and_pos_x_pos_y_pos_z" />
40024<Test name="clip_neg_y_neg_z_and_pos_y_pos_z_and_neg_x_pos_y_pos_z" />
40025<Test name="clip_neg_y_neg_z_and_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
40026<Test name="clip_neg_y_neg_z_and_pos_y_pos_z_and_pos_x_pos_y_neg_z" />
40027<Test name="clip_neg_y_neg_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
40028<Test name="clip_neg_y_neg_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
40029<Test name="clip_neg_y_neg_z_and_pos_x_pos_y_pos_z_and_neg_x_pos_y_pos_z" />
40030<Test name="clip_neg_y_neg_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
40031<Test name="clip_neg_y_neg_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
40032<Test name="clip_pos_y_neg_z_and_neg_y_pos_z_and_neg_x_neg_y_pos_z" />
40033<Test name="clip_pos_y_neg_z_and_neg_y_pos_z_and_pos_x_neg_y_pos_z" />
40034<Test name="clip_pos_y_neg_z_and_neg_y_pos_z_and_pos_x_pos_y_pos_z" />
40035<Test name="clip_pos_y_neg_z_and_neg_y_pos_z_and_neg_x_neg_y_neg_z" />
40036<Test name="clip_pos_y_pos_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
40037<Test name="clip_pos_y_pos_z_and_neg_x_neg_y_neg_z_and_pos_x_neg_y_neg_z" />
40038<Test name="clip_neg_y_pos_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
40039<Test name="clip_neg_y_pos_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
40040<Test name="clip_neg_y_pos_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
40041<Test name="clip_neg_y_pos_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
40042<Test name="clip_neg_y_pos_z_and_pos_x_pos_y_neg_z_and_neg_x_pos_y_neg_z" />
40043<Test name="clip_neg_x_neg_y_pos_z_and_pos_x_neg_y_pos_z_and_pos_x_pos_y_neg_z" />
40044<Test name="clip_neg_x_neg_y_pos_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z" />
40045<Test name="clip_neg_x_neg_y_pos_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
40046<Test name="clip_neg_x_neg_y_pos_z_and_neg_x_pos_y_pos_z_and_pos_x_pos_y_neg_z" />
40047<Test name="clip_neg_x_neg_y_pos_z_and_pos_x_neg_y_neg_z_and_pos_x_pos_y_neg_z" />
40048<Test name="clip_pos_x_neg_y_pos_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
40049<Test name="clip_pos_x_neg_y_pos_z_and_pos_x_pos_y_pos_z_and_neg_x_pos_y_neg_z" />
40050<Test name="clip_pos_x_neg_y_pos_z_and_neg_x_neg_y_neg_z_and_neg_x_pos_y_neg_z" />
40051<Test name="clip_pos_x_pos_y_pos_z_and_neg_x_pos_y_pos_z_and_neg_x_neg_y_neg_z" />
40052<Test name="clip_pos_x_pos_y_pos_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z" />
40053<Test name="clip_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z_and_pos_x_neg_y_neg_z" />
40054<Test name="clip_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z_and_neg_x_pos_y_neg_z" />
40055<Test name="clip_neg_x_pos_y_pos_z_and_neg_x_neg_y_neg_z_and_pos_x_neg_y_neg_z" />
40056<Test name="clip_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z_and_pos_x_pos_y_neg_z" />
40057</TestCase>
40058</TestSuite>
40059</TestSuite>
40060<TestCase name="polygon_offset">
40061<Test name="default_enable" />
40062<Test name="default_render_with_factor" />
40063<Test name="default_factor_0_slope" />
40064<Test name="fixed16_enable" />
40065<Test name="fixed16_render_with_factor" />
40066<Test name="fixed16_factor_0_slope" />
40067<Test name="fixed24_enable" />
40068<Test name="fixed24_render_with_factor" />
40069<Test name="fixed24_factor_0_slope" />
40070<Test name="float32_enable" />
40071<Test name="float32_render_with_units" />
40072<Test name="float32_render_with_factor" />
40073<Test name="float32_factor_0_slope" />
40074</TestCase>
40075<TestSuite name="draw">
40076<TestSuite name="draw_arrays">
40077<TestCase name="first">
40078<Test name="first_1" />
40079<Test name="first_3" />
40080<Test name="first_17" />
40081</TestCase>
40082<TestCase name="points">
40083<Test name="single_attribute" />
40084<Test name="multiple_attributes" />
40085<Test name="instanced_attributes" />
40086<Test name="default_attribute" />
40087</TestCase>
40088<TestCase name="triangles">
40089<Test name="single_attribute" />
40090<Test name="multiple_attributes" />
40091<Test name="instanced_attributes" />
40092<Test name="default_attribute" />
40093</TestCase>
40094<TestCase name="triangle_fan">
40095<Test name="single_attribute" />
40096<Test name="multiple_attributes" />
40097<Test name="instanced_attributes" />
40098<Test name="default_attribute" />
40099</TestCase>
40100<TestCase name="triangle_strip">
40101<Test name="single_attribute" />
40102<Test name="multiple_attributes" />
40103<Test name="instanced_attributes" />
40104<Test name="default_attribute" />
40105</TestCase>
40106<TestCase name="lines">
40107<Test name="single_attribute" />
40108<Test name="multiple_attributes" />
40109<Test name="instanced_attributes" />
40110<Test name="default_attribute" />
40111</TestCase>
40112<TestCase name="line_strip">
40113<Test name="single_attribute" />
40114<Test name="multiple_attributes" />
40115<Test name="instanced_attributes" />
40116<Test name="default_attribute" />
40117</TestCase>
40118<TestCase name="line_loop">
40119<Test name="single_attribute" />
40120<Test name="multiple_attributes" />
40121<Test name="instanced_attributes" />
40122<Test name="default_attribute" />
40123</TestCase>
40124</TestSuite>
40125<TestSuite name="draw_elements">
40126<TestSuite name="indices">
40127<TestCase name="user_ptr">
40128<Test name="index_byte" />
40129<Test name="index_short" />
40130<Test name="index_int" />
40131</TestCase>
40132<TestCase name="unaligned_user_ptr">
40133<Test name="index_short" />
40134</TestCase>
40135<TestCase name="buffer">
40136<Test name="index_byte" />
40137<Test name="index_short" />
40138<Test name="index_int" />
40139</TestCase>
40140</TestSuite>
40141<TestCase name="points">
40142<Test name="single_attribute" />
40143<Test name="multiple_attributes" />
40144<Test name="instanced_attributes" />
40145<Test name="default_attribute" />
40146</TestCase>
40147<TestCase name="triangles">
40148<Test name="single_attribute" />
40149<Test name="multiple_attributes" />
40150<Test name="instanced_attributes" />
40151<Test name="default_attribute" />
40152</TestCase>
40153<TestCase name="triangle_fan">
40154<Test name="single_attribute" />
40155<Test name="multiple_attributes" />
40156<Test name="instanced_attributes" />
40157<Test name="default_attribute" />
40158</TestCase>
40159<TestCase name="triangle_strip">
40160<Test name="single_attribute" />
40161<Test name="multiple_attributes" />
40162<Test name="instanced_attributes" />
40163<Test name="default_attribute" />
40164</TestCase>
40165<TestCase name="lines">
40166<Test name="single_attribute" />
40167<Test name="multiple_attributes" />
40168<Test name="instanced_attributes" />
40169<Test name="default_attribute" />
40170</TestCase>
40171<TestCase name="line_strip">
40172<Test name="single_attribute" />
40173<Test name="multiple_attributes" />
40174<Test name="instanced_attributes" />
40175<Test name="default_attribute" />
40176</TestCase>
40177<TestCase name="line_loop">
40178<Test name="single_attribute" />
40179<Test name="multiple_attributes" />
40180<Test name="instanced_attributes" />
40181<Test name="default_attribute" />
40182</TestCase>
40183</TestSuite>
40184<TestSuite name="draw_arrays_instanced">
40185<TestCase name="first">
40186<Test name="first_1" />
40187<Test name="first_3" />
40188<Test name="first_17" />
40189</TestCase>
40190<TestCase name="points">
40191<Test name="single_attribute" />
40192<Test name="multiple_attributes" />
40193<Test name="instanced_attributes" />
40194<Test name="default_attribute" />
40195</TestCase>
40196<TestCase name="triangles">
40197<Test name="single_attribute" />
40198<Test name="multiple_attributes" />
40199<Test name="instanced_attributes" />
40200<Test name="default_attribute" />
40201</TestCase>
40202<TestCase name="triangle_fan">
40203<Test name="single_attribute" />
40204<Test name="multiple_attributes" />
40205<Test name="instanced_attributes" />
40206<Test name="default_attribute" />
40207</TestCase>
40208<TestCase name="triangle_strip">
40209<Test name="single_attribute" />
40210<Test name="multiple_attributes" />
40211<Test name="instanced_attributes" />
40212<Test name="default_attribute" />
40213</TestCase>
40214<TestCase name="lines">
40215<Test name="single_attribute" />
40216<Test name="multiple_attributes" />
40217<Test name="instanced_attributes" />
40218<Test name="default_attribute" />
40219</TestCase>
40220<TestCase name="line_strip">
40221<Test name="single_attribute" />
40222<Test name="multiple_attributes" />
40223<Test name="instanced_attributes" />
40224<Test name="default_attribute" />
40225</TestCase>
40226<TestCase name="line_loop">
40227<Test name="single_attribute" />
40228<Test name="multiple_attributes" />
40229<Test name="instanced_attributes" />
40230<Test name="default_attribute" />
40231</TestCase>
40232</TestSuite>
40233<TestSuite name="draw_elements_instanced">
40234<TestSuite name="indices">
40235<TestCase name="user_ptr">
40236<Test name="index_byte" />
40237<Test name="index_short" />
40238<Test name="index_int" />
40239</TestCase>
40240<TestCase name="unaligned_user_ptr">
40241<Test name="index_short" />
40242</TestCase>
40243<TestCase name="buffer">
40244<Test name="index_byte" />
40245<Test name="index_short" />
40246<Test name="index_int" />
40247</TestCase>
40248</TestSuite>
40249<TestCase name="points">
40250<Test name="single_attribute" />
40251<Test name="multiple_attributes" />
40252<Test name="instanced_attributes" />
40253<Test name="default_attribute" />
40254</TestCase>
40255<TestCase name="triangles">
40256<Test name="single_attribute" />
40257<Test name="multiple_attributes" />
40258<Test name="instanced_attributes" />
40259<Test name="default_attribute" />
40260</TestCase>
40261<TestCase name="triangle_fan">
40262<Test name="single_attribute" />
40263<Test name="multiple_attributes" />
40264<Test name="instanced_attributes" />
40265<Test name="default_attribute" />
40266</TestCase>
40267<TestCase name="triangle_strip">
40268<Test name="single_attribute" />
40269<Test name="multiple_attributes" />
40270<Test name="instanced_attributes" />
40271<Test name="default_attribute" />
40272</TestCase>
40273<TestCase name="lines">
40274<Test name="single_attribute" />
40275<Test name="multiple_attributes" />
40276<Test name="instanced_attributes" />
40277<Test name="default_attribute" />
40278</TestCase>
40279<TestCase name="line_strip">
40280<Test name="single_attribute" />
40281<Test name="multiple_attributes" />
40282<Test name="instanced_attributes" />
40283<Test name="default_attribute" />
40284</TestCase>
40285<TestCase name="line_loop">
40286<Test name="single_attribute" />
40287<Test name="multiple_attributes" />
40288<Test name="instanced_attributes" />
40289<Test name="default_attribute" />
40290</TestCase>
40291</TestSuite>
40292<TestSuite name="draw_range_elements">
40293<TestCase name="points">
40294<Test name="single_attribute" />
40295<Test name="multiple_attributes" />
40296<Test name="instanced_attributes" />
40297<Test name="default_attribute" />
40298</TestCase>
40299<TestCase name="triangles">
40300<Test name="single_attribute" />
40301<Test name="multiple_attributes" />
40302<Test name="instanced_attributes" />
40303<Test name="default_attribute" />
40304</TestCase>
40305<TestCase name="triangle_fan">
40306<Test name="single_attribute" />
40307<Test name="multiple_attributes" />
40308<Test name="instanced_attributes" />
40309<Test name="default_attribute" />
40310</TestCase>
40311<TestCase name="triangle_strip">
40312<Test name="single_attribute" />
40313<Test name="multiple_attributes" />
40314<Test name="instanced_attributes" />
40315<Test name="default_attribute" />
40316</TestCase>
40317<TestCase name="lines">
40318<Test name="single_attribute" />
40319<Test name="multiple_attributes" />
40320<Test name="instanced_attributes" />
40321<Test name="default_attribute" />
40322</TestCase>
40323<TestCase name="line_strip">
40324<Test name="single_attribute" />
40325<Test name="multiple_attributes" />
40326<Test name="instanced_attributes" />
40327<Test name="default_attribute" />
40328</TestCase>
40329<TestCase name="line_loop">
40330<Test name="single_attribute" />
40331<Test name="multiple_attributes" />
40332<Test name="instanced_attributes" />
40333<Test name="default_attribute" />
40334</TestCase>
40335</TestSuite>
40336<TestCase name="instancing">
40337<Test name="draw_arrays_instanced_grid_2x2" />
40338<Test name="draw_arrays_instanced_grid_5x5" />
40339<Test name="draw_arrays_instanced_grid_10x10" />
40340<Test name="draw_arrays_instanced_grid_32x32" />
40341<Test name="draw_arrays_instanced_grid_100x100" />
40342<Test name="draw_elements_instanced_grid_2x2" />
40343<Test name="draw_elements_instanced_grid_5x5" />
40344<Test name="draw_elements_instanced_grid_10x10" />
40345<Test name="draw_elements_instanced_grid_32x32" />
40346<Test name="draw_elements_instanced_grid_100x100" />
40347</TestCase>
40348<TestCase name="random">
40349<Test name="0" />
40350<Test name="2" />
40351<Test name="5" />
40352<Test name="7" />
40353<Test name="9" />
40354<Test name="11" />
40355<Test name="12" />
40356<Test name="14" />
40357<Test name="15" />
40358<Test name="16" />
40359<Test name="17" />
40360<Test name="18" />
40361<Test name="19" />
40362<Test name="20" />
40363<Test name="21" />
40364<Test name="23" />
40365<Test name="25" />
40366<Test name="27" />
40367<Test name="29" />
40368<Test name="30" />
40369<Test name="31" />
40370<Test name="32" />
40371<Test name="33" />
40372<Test name="36" />
40373<Test name="37" />
40374<Test name="38" />
40375<Test name="39" />
40376<Test name="40" />
40377<Test name="41" />
40378<Test name="42" />
40379<Test name="43" />
40380<Test name="44" />
40381<Test name="48" />
40382<Test name="49" />
40383<Test name="51" />
40384<Test name="52" />
40385<Test name="55" />
40386<Test name="56" />
40387<Test name="57" />
40388<Test name="58" />
40389<Test name="60" />
40390<Test name="61" />
40391<Test name="63" />
40392<Test name="68" />
40393<Test name="69" />
40394<Test name="70" />
40395<Test name="71" />
40396<Test name="72" />
40397<Test name="74" />
40398<Test name="78" />
40399<Test name="80" />
40400<Test name="81" />
40401<Test name="82" />
40402<Test name="83" />
40403<Test name="84" />
40404<Test name="85" />
40405<Test name="86" />
40406<Test name="87" />
40407<Test name="88" />
40408<Test name="89" />
40409<Test name="90" />
40410<Test name="91" />
40411<Test name="92" />
40412<Test name="93" />
40413<Test name="94" />
40414<Test name="95" />
40415<Test name="96" />
40416<Test name="97" />
40417<Test name="101" />
40418<Test name="103" />
40419<Test name="104" />
40420<Test name="105" />
40421<Test name="106" />
40422<Test name="107" />
40423<Test name="108" />
40424<Test name="109" />
40425<Test name="112" />
40426<Test name="113" />
40427<Test name="114" />
40428<Test name="115" />
40429<Test name="116" />
40430<Test name="117" />
40431<Test name="118" />
40432<Test name="119" />
40433<Test name="120" />
40434<Test name="124" />
40435<Test name="125" />
40436<Test name="126" />
40437<Test name="127" />
40438<Test name="129" />
40439<Test name="131" />
40440<Test name="132" />
40441<Test name="135" />
40442<Test name="136" />
40443<Test name="138" />
40444<Test name="140" />
40445<Test name="141" />
40446<Test name="142" />
40447<Test name="143" />
40448<Test name="144" />
40449<Test name="145" />
40450<Test name="146" />
40451<Test name="148" />
40452<Test name="149" />
40453<Test name="150" />
40454<Test name="151" />
40455<Test name="154" />
40456<Test name="155" />
40457<Test name="156" />
40458<Test name="158" />
40459<Test name="159" />
40460<Test name="161" />
40461<Test name="162" />
40462<Test name="164" />
40463<Test name="165" />
40464<Test name="166" />
40465<Test name="167" />
40466<Test name="169" />
40467<Test name="170" />
40468<Test name="171" />
40469<Test name="173" />
40470<Test name="174" />
40471<Test name="175" />
40472<Test name="177" />
40473<Test name="178" />
40474<Test name="179" />
40475<Test name="180" />
40476<Test name="181" />
40477<Test name="183" />
40478<Test name="184" />
40479<Test name="185" />
40480<Test name="186" />
40481<Test name="187" />
40482<Test name="188" />
40483<Test name="191" />
40484<Test name="192" />
40485<Test name="196" />
40486<Test name="197" />
40487<Test name="198" />
40488<Test name="200" />
40489<Test name="202" />
40490<Test name="204" />
40491<Test name="205" />
40492<Test name="206" />
40493<Test name="207" />
40494<Test name="208" />
40495<Test name="209" />
40496<Test name="210" />
40497</TestCase>
40498</TestSuite>
40499<TestCase name="flush_finish">
40500<Test name="wait" />
40501</TestCase>
40502<TestSuite name="default_vertex_attrib">
40503<TestCase name="float">
40504<Test name="vertex_attrib_1f" />
40505<Test name="vertex_attrib_2f" />
40506<Test name="vertex_attrib_3f" />
40507<Test name="vertex_attrib_4f" />
40508<Test name="vertex_attrib_1fv" />
40509<Test name="vertex_attrib_2fv" />
40510<Test name="vertex_attrib_3fv" />
40511<Test name="vertex_attrib_4fv" />
40512</TestCase>
40513<TestCase name="vec2">
40514<Test name="vertex_attrib_1f" />
40515<Test name="vertex_attrib_4f" />
40516<Test name="vertex_attrib_1fv" />
40517<Test name="vertex_attrib_4fv" />
40518</TestCase>
40519<TestCase name="vec3">
40520<Test name="vertex_attrib_1f" />
40521<Test name="vertex_attrib_4f" />
40522<Test name="vertex_attrib_1fv" />
40523<Test name="vertex_attrib_4fv" />
40524</TestCase>
40525<TestCase name="vec4">
40526<Test name="vertex_attrib_1f" />
40527<Test name="vertex_attrib_2f" />
40528<Test name="vertex_attrib_3f" />
40529<Test name="vertex_attrib_4f" />
40530<Test name="vertex_attrib_1fv" />
40531<Test name="vertex_attrib_2fv" />
40532<Test name="vertex_attrib_3fv" />
40533<Test name="vertex_attrib_4fv" />
40534</TestCase>
40535<TestCase name="mat2">
40536<Test name="vertex_attrib_1f" />
40537<Test name="vertex_attrib_4f" />
40538<Test name="vertex_attrib_1fv" />
40539<Test name="vertex_attrib_4fv" />
40540</TestCase>
40541<TestCase name="mat2x3">
40542<Test name="vertex_attrib_1f" />
40543<Test name="vertex_attrib_4f" />
40544<Test name="vertex_attrib_1fv" />
40545<Test name="vertex_attrib_4fv" />
40546</TestCase>
40547<TestCase name="mat2x4">
40548<Test name="vertex_attrib_1f" />
40549<Test name="vertex_attrib_4f" />
40550<Test name="vertex_attrib_1fv" />
40551<Test name="vertex_attrib_4fv" />
40552</TestCase>
40553<TestCase name="mat3">
40554<Test name="vertex_attrib_1f" />
40555<Test name="vertex_attrib_4f" />
40556<Test name="vertex_attrib_1fv" />
40557<Test name="vertex_attrib_4fv" />
40558</TestCase>
40559<TestCase name="mat3x2">
40560<Test name="vertex_attrib_1f" />
40561<Test name="vertex_attrib_4f" />
40562<Test name="vertex_attrib_1fv" />
40563<Test name="vertex_attrib_4fv" />
40564</TestCase>
40565<TestCase name="mat3x4">
40566<Test name="vertex_attrib_1f" />
40567<Test name="vertex_attrib_4f" />
40568<Test name="vertex_attrib_1fv" />
40569<Test name="vertex_attrib_4fv" />
40570</TestCase>
40571<TestCase name="mat4">
40572<Test name="vertex_attrib_1f" />
40573<Test name="vertex_attrib_2f" />
40574<Test name="vertex_attrib_3f" />
40575<Test name="vertex_attrib_4f" />
40576<Test name="vertex_attrib_1fv" />
40577<Test name="vertex_attrib_2fv" />
40578<Test name="vertex_attrib_3fv" />
40579<Test name="vertex_attrib_4fv" />
40580</TestCase>
40581<TestCase name="mat4x2">
40582<Test name="vertex_attrib_1f" />
40583<Test name="vertex_attrib_4f" />
40584<Test name="vertex_attrib_1fv" />
40585<Test name="vertex_attrib_4fv" />
40586</TestCase>
40587<TestCase name="mat4x3">
40588<Test name="vertex_attrib_1f" />
40589<Test name="vertex_attrib_4f" />
40590<Test name="vertex_attrib_1fv" />
40591<Test name="vertex_attrib_4fv" />
40592</TestCase>
40593<TestCase name="int">
40594<Test name="vertex_attribi_4i" />
40595<Test name="vertex_attribi_4iv" />
40596</TestCase>
40597<TestCase name="ivec2">
40598<Test name="vertex_attribi_4i" />
40599<Test name="vertex_attribi_4iv" />
40600</TestCase>
40601<TestCase name="ivec3">
40602<Test name="vertex_attribi_4i" />
40603<Test name="vertex_attribi_4iv" />
40604</TestCase>
40605<TestCase name="ivec4">
40606<Test name="vertex_attribi_4i" />
40607<Test name="vertex_attribi_4iv" />
40608</TestCase>
40609<TestCase name="uint">
40610<Test name="vertex_attribi_4ui" />
40611<Test name="vertex_attribi_4uiv" />
40612</TestCase>
40613<TestCase name="uvec2">
40614<Test name="vertex_attribi_4ui" />
40615<Test name="vertex_attribi_4uiv" />
40616</TestCase>
40617<TestCase name="uvec3">
40618<Test name="vertex_attribi_4ui" />
40619<Test name="vertex_attribi_4uiv" />
40620</TestCase>
40621<TestCase name="uvec4">
40622<Test name="vertex_attribi_4ui" />
40623<Test name="vertex_attribi_4uiv" />
40624</TestCase>
40625</TestSuite>
40626<TestSuite name="lifetime">
40627<TestCase name="gen">
40628<Test name="buffer" />
40629<Test name="texture" />
40630<Test name="renderbuffer" />
40631<Test name="framebuffer" />
40632<Test name="shader" />
40633<Test name="program" />
40634<Test name="query" />
40635<Test name="transform_feedback" />
40636<Test name="vertex_array" />
40637<Test name="sampler" />
40638</TestCase>
40639<TestCase name="delete">
40640<Test name="buffer" />
40641<Test name="texture" />
40642<Test name="renderbuffer" />
40643<Test name="framebuffer" />
40644<Test name="shader" />
40645<Test name="program" />
40646<Test name="query" />
40647<Test name="transform_feedback" />
40648<Test name="vertex_array" />
40649<Test name="sampler" />
40650</TestCase>
40651<TestCase name="bind">
40652<Test name="buffer" />
40653<Test name="texture" />
40654<Test name="renderbuffer" />
40655<Test name="framebuffer" />
40656<Test name="query" />
40657<Test name="transform_feedback" />
40658<Test name="vertex_array" />
40659<Test name="sampler" />
40660</TestCase>
40661<TestCase name="delete_bound">
40662<Test name="buffer" />
40663<Test name="texture" />
40664<Test name="renderbuffer" />
40665<Test name="framebuffer" />
40666<Test name="query" />
40667<Test name="transform_feedback" />
40668<Test name="vertex_array" />
40669<Test name="sampler" />
40670</TestCase>
40671<TestCase name="bind_no_gen">
40672<Test name="buffer" />
40673<Test name="texture" />
40674<Test name="renderbuffer" />
40675<Test name="framebuffer" />
40676<Test name="query" />
40677<Test name="transform_feedback" />
40678<Test name="vertex_array" />
40679<Test name="sampler" />
40680</TestCase>
40681<TestCase name="delete_used">
40682<Test name="program" />
40683</TestCase>
40684<TestSuite name="attach">
40685<TestCase name="deleted_name">
40686<Test name="shader_program" />
40687</TestCase>
40688<TestCase name="deleted_input">
40689<Test name="texture_framebuffer" />
40690<Test name="renderbuffer_framebuffer" />
40691<Test name="shader_program" />
40692</TestCase>
40693<TestCase name="deleted_output">
40694<Test name="texture_framebuffer" />
40695<Test name="renderbuffer_framebuffer" />
40696</TestCase>
40697</TestSuite>
40698<TestCase name="delete_active">
40699<Test name="transform_feedback" />
40700</TestCase>
40701</TestSuite>
40702</TestSuite>
40703</TestSuite>
40704</TestPackage>
40705