summaryrefslogtreecommitdiff
path: root/modules/gles31/functional/CMakeLists.txt
blob: 819773345f9c0e77d47f880f6352f8c2c5b235d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# dEQP-GLES31.functional

set(DEQP_GLES31_FUNCTIONAL_SRCS
	es31fBasicComputeShaderTests.cpp
	es31fBasicComputeShaderTests.hpp
	es31fBuiltinPrecisionTests.cpp
	es31fBuiltinPrecisionTests.hpp
	es31fComputeShaderBuiltinVarTests.cpp
	es31fComputeShaderBuiltinVarTests.hpp
	es31fFunctionalTests.cpp
	es31fFunctionalTests.hpp
	es31fDrawTests.cpp
	es31fDrawTests.hpp
	es31fGeometryShaderTests.cpp
	es31fGeometryShaderTests.hpp
	es31fShaderSharedVarTests.cpp
	es31fShaderSharedVarTests.hpp
	es31fTessellationTests.cpp
	es31fTessellationTests.hpp
	es31fAtomicCounterTests.hpp
	es31fAtomicCounterTests.cpp
	es31fSampleShadingTests.cpp
	es31fSampleShadingTests.hpp
	es31fSampleVariableTests.cpp
	es31fSampleVariableTests.hpp
	es31fShaderMultisampleInterpolationTests.cpp
	es31fShaderMultisampleInterpolationTests.hpp
	es31fShaderMultisampleInterpolationStateQueryTests.cpp
	es31fShaderMultisampleInterpolationStateQueryTests.hpp
	es31fLayoutBindingTests.cpp
	es31fLayoutBindingTests.hpp
	es31fSeparateShaderTests.cpp
	es31fSeparateShaderTests.hpp
	es31fShaderAtomicOpTests.cpp
	es31fShaderAtomicOpTests.hpp
	es31fShaderImageLoadStoreTests.cpp
	es31fShaderImageLoadStoreTests.hpp
	es31fSSBOLayoutCase.cpp
	es31fSSBOLayoutCase.hpp
	es31fSSBOLayoutTests.cpp
	es31fSSBOLayoutTests.hpp
	es31fSSBOArrayLengthTests.hpp
	es31fSSBOArrayLengthTests.cpp
	es31fShaderCommonFunctionTests.cpp
	es31fShaderCommonFunctionTests.hpp
	es31fShaderPackingFunctionTests.cpp
	es31fShaderPackingFunctionTests.hpp
	es31fShaderIntegerFunctionTests.cpp
	es31fShaderIntegerFunctionTests.hpp
	es31fStencilTexturingTests.cpp
	es31fStencilTexturingTests.hpp
	es31fShaderStateQueryTests.hpp
	es31fShaderStateQueryTests.cpp
	es31fShaderTextureSizeTests.hpp
	es31fShaderTextureSizeTests.cpp
	es31fSynchronizationTests.hpp
	es31fSynchronizationTests.cpp
	es31fFboTestUtil.hpp
	es31fFboTestUtil.cpp
	es31fTextureFormatTests.hpp
	es31fTextureFormatTests.cpp
	es31fTextureLevelStateQueryTests.hpp
	es31fTextureLevelStateQueryTests.cpp
	es31fTextureSpecificationTests.hpp
	es31fTextureSpecificationTests.cpp
	es31fIntegerStateQueryTests.cpp
	es31fIntegerStateQueryTests.hpp
	es31fInternalFormatQueryTests.cpp
	es31fInternalFormatQueryTests.hpp
	es31fTextureMultisampleTests.cpp
	es31fTextureMultisampleTests.hpp
	es31fUniformLocationTests.cpp
	es31fUniformLocationTests.hpp
	es31fMultisampleTests.cpp
	es31fMultisampleTests.hpp
	es31fMultisampleShaderRenderCase.cpp
	es31fMultisampleShaderRenderCase.hpp
	es31fIndirectComputeDispatchTests.cpp
	es31fIndirectComputeDispatchTests.hpp
	es31fVertexAttributeBindingTests.cpp
	es31fVertexAttributeBindingTests.hpp
	es31fVertexAttributeBindingStateQueryTests.cpp
	es31fVertexAttributeBindingStateQueryTests.hpp
	es31fProgramUniformTests.cpp
	es31fProgramUniformTests.hpp
	es31fProgramInterfaceDefinition.cpp
	es31fProgramInterfaceDefinition.hpp
	es31fProgramInterfaceDefinitionUtil.cpp
	es31fProgramInterfaceDefinitionUtil.hpp
	es31fProgramInterfaceQueryTests.cpp
	es31fProgramInterfaceQueryTests.hpp
	es31fProgramInterfaceQueryTestCase.cpp
	es31fProgramInterfaceQueryTestCase.hpp
	es31fOpaqueTypeIndexingTests.cpp
	es31fOpaqueTypeIndexingTests.hpp
	es31fAdvancedBlendTests.cpp
	es31fAdvancedBlendTests.hpp
	es31fTessellationGeometryInteractionTests.cpp
	es31fTessellationGeometryInteractionTests.hpp
	es31fUniformBlockTests.cpp
	es31fUniformBlockTests.hpp
	es31fDebugTests.cpp
	es31fDebugTests.hpp
	es31fFboNoAttachmentTests.cpp
	es31fFboNoAttachmentTests.hpp
	es31fNegativeTestShared.cpp
	es31fNegativeTestShared.hpp
	es31fNegativeBufferApiTests.cpp
	es31fNegativeBufferApiTests.hpp
	es31fNegativeTextureApiTests.cpp
	es31fNegativeTextureApiTests.hpp
	es31fNegativeShaderApiTests.cpp
	es31fNegativeShaderApiTests.hpp
	es31fNegativeFragmentApiTests.cpp
	es31fNegativeFragmentApiTests.hpp
	es31fNegativeVertexArrayApiTests.cpp
	es31fNegativeVertexArrayApiTests.hpp
	es31fNegativeStateApiTests.cpp
	es31fNegativeStateApiTests.hpp
	es31fTextureGatherTests.cpp
	es31fTextureGatherTests.hpp
	es31fTextureFormatTests.cpp
	es31fTextureFormatTests.hpp
	es31fTextureBufferTests.cpp
	es31fTextureBufferTests.hpp
	es31fShaderBuiltinConstantTests.cpp
	es31fShaderBuiltinConstantTests.hpp
	es31fShaderHelperInvocationTests.cpp
	es31fShaderHelperInvocationTests.hpp
	)

add_library(deqp-gles31-functional STATIC ${DEQP_GLES31_FUNCTIONAL_SRCS})
target_link_libraries(deqp-gles31-functional deqp-gl-shared glutil glutil-sglr tcutil referencerenderer ${DEQP_OPENGL_LIBRARIES})