Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Side by Side Diff: gpu/config/gpu_control_list_testing_entry_enums_autogen.h

Issue 2756793003: Move GPU blacklist and driver bug workaround list from json to data struct. (Closed)
Patch Set: pure rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // This file is auto-generated from
6 // gpu/config/process_json.py
7 // It's formatted by clang-format using chromium coding style:
8 // clang-format -i -style=chromium filename
9 // DO NOT EDIT!
10
11 #ifndef GPU_CONFIG_GPU_CONTROL_LIST_TESTING_ENTRY_ENUMS_AUTOGEN_H_
12 #define GPU_CONFIG_GPU_CONTROL_LIST_TESTING_ENTRY_ENUMS_AUTOGEN_H_
13
14 namespace gpu {
15 enum GpuControlListTestingEntryEnum {
16 kGpuControlListEntryTest_DetailedEntry = 0,
17 kGpuControlListEntryTest_VendorOnAllOsEntry = 1,
18 kGpuControlListEntryTest_VendorOnLinuxEntry = 2,
19 kGpuControlListEntryTest_AllExceptNVidiaOnLinuxEntry = 3,
20 kGpuControlListEntryTest_AllExceptIntelOnLinuxEntry = 4,
21 kGpuControlListEntryTest_DateOnWindowsEntry = 5,
22 kGpuControlListEntryTest_MultipleDevicesEntry = 6,
23 kGpuControlListEntryTest_ChromeOSEntry = 7,
24 kGpuControlListEntryTest_GlVersionGLESEntry = 8,
25 kGpuControlListEntryTest_GlVersionANGLEEntry = 9,
26 kGpuControlListEntryTest_GlVersionGLEntry = 10,
27 kGpuControlListEntryTest_GlVendorEqual = 11,
28 kGpuControlListEntryTest_GlVendorWithDot = 12,
29 kGpuControlListEntryTest_GlRendererContains = 13,
30 kGpuControlListEntryTest_GlRendererCaseInsensitive = 14,
31 kGpuControlListEntryTest_GlExtensionsEndWith = 15,
32 kGpuControlListEntryTest_OptimusEntry = 16,
33 kGpuControlListEntryTest_AMDSwitchableEntry = 17,
34 kGpuControlListEntryTest_DriverVendorBeginWith = 18,
35 kGpuControlListEntryTest_LexicalDriverVersionEntry = 19,
36 kGpuControlListEntryTest_NeedsMoreInfoEntry = 20,
37 kGpuControlListEntryTest_NeedsMoreInfoForExceptionsEntry = 21,
38 kGpuControlListEntryTest_NeedsMoreInfoForGlVersionEntry = 22,
39 kGpuControlListEntryTest_FeatureTypeAllEntry = 23,
40 kGpuControlListEntryTest_FeatureTypeAllEntryWithExceptions = 24,
41 kGpuControlListEntryTest_SingleActiveGPU = 25,
42 kGpuControlListEntryTest_MachineModelName = 26,
43 kGpuControlListEntryTest_MachineModelNameException = 27,
44 kGpuControlListEntryTest_MachineModelVersion = 28,
45 kGpuControlListEntryTest_MachineModelVersionException = 29,
46 kGpuControlListEntryDualGPUTest_CategoryAny_Intel = 30,
47 kGpuControlListEntryDualGPUTest_CategoryAny_NVidia = 31,
48 kGpuControlListEntryDualGPUTest_CategorySecondary = 32,
49 kGpuControlListEntryDualGPUTest_CategoryPrimary = 33,
50 kGpuControlListEntryDualGPUTest_CategoryDefault = 34,
51 kGpuControlListEntryDualGPUTest_ActiveSecondaryGPU = 35,
52 kGpuControlListEntryDualGPUTest_VendorOnlyActiveSecondaryGPU = 36,
53 kGpuControlListEntryDualGPUTest_ActivePrimaryGPU = 37,
54 kGpuControlListEntryDualGPUTest_VendorOnlyActivePrimaryGPU = 38,
55 kGpuControlListEntryTest_PixelShaderVersion = 39,
56 kGpuControlListEntryTest_OsVersionZeroLT = 40,
57 kGpuControlListEntryTest_OsVersionZeroAny = 41,
58 kGpuControlListEntryTest_OsComparisonAny = 42,
59 kGpuControlListEntryTest_OsComparisonGE = 43,
60 kGpuControlListEntryTest_ExceptionWithoutVendorId = 44,
61 kGpuControlListEntryTest_MultiGpuStyleAMDSwitchableDiscrete = 45,
62 kGpuControlListEntryTest_MultiGpuStyleAMDSwitchableIntegrated = 46,
63 kGpuControlListEntryTest_InProcessGPU = 47,
64 kGpuControlListEntryTest_SameGPUTwiceTest = 48,
65 kGpuControlListEntryTest_NVidiaNumberingScheme = 49,
66 kGpuControlListTest_NeedsMoreInfo = 50,
67 kGpuControlListTest_NeedsMoreInfoForExceptions = 51,
68 kGpuControlListTest_IgnorableEntries_0 = 52,
69 kGpuControlListTest_IgnorableEntries_1 = 53,
70 kGpuControlListTest_DisabledExtensionTest_0 = 54,
71 kGpuControlListTest_DisabledExtensionTest_1 = 55,
72 kGpuControlListEntryTest_DirectRendering = 56,
73 kGpuControlListTest_LinuxKernelVersion = 57,
74 };
75 } // namespace gpu
76
77 #endif // GPU_CONFIG_GPU_CONTROL_LIST_TESTING_ENTRY_ENUMS_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/config/gpu_control_list_testing_data.h ('k') | gpu/config/gpu_control_list_testing_exceptions_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698