xref: /third_party/vk-gl-cts/modules/gles2/performance/CMakeLists.txt
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/vk-gl-cts/modules/gles2/performance/
1# dEQP-GLES2.performance
2
3set(DEQP_GLES2_PERFORMANCE_SRCS
4	es2pBlendTests.cpp
5	es2pBlendTests.hpp
6	es2pPerformanceTests.cpp
7	es2pPerformanceTests.hpp
8	es2pShaderControlStatementTests.cpp
9	es2pShaderControlStatementTests.hpp
10	es2pShaderOperatorTests.cpp
11	es2pShaderOperatorTests.hpp
12	es2pTextureCases.cpp
13	es2pTextureCases.hpp
14	es2pTextureCountTests.cpp
15	es2pTextureCountTests.hpp
16	es2pTextureFilteringTests.cpp
17	es2pTextureFilteringTests.hpp
18	es2pTextureFormatTests.cpp
19	es2pTextureFormatTests.hpp
20	es2pShaderCompilerTests.cpp
21	es2pShaderCompilerTests.hpp
22	es2pTextureUploadTests.cpp
23	es2pTextureUploadTests.hpp
24	es2pStateChangeCallTests.hpp
25	es2pStateChangeCallTests.cpp
26	es2pStateChangeTests.hpp
27	es2pStateChangeTests.cpp
28	es2pRedundantStateChangeTests.hpp
29	es2pRedundantStateChangeTests.cpp
30	es2pDrawCallBatchingTests.hpp
31	es2pDrawCallBatchingTests.cpp
32	es2pShaderOptimizationTests.hpp
33	es2pShaderOptimizationTests.cpp
34	es2pShaderCompilationCases.hpp
35	es2pShaderCompilationCases.cpp
36	)
37
38PCH(DEQP_GLES2_PERFORMANCE_SRCS ../../pch.cpp)
39
40add_library(deqp-gles2-performance STATIC ${DEQP_GLES2_PERFORMANCE_SRCS})
41target_link_libraries(deqp-gles2-performance deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})
42

Indexes created Thu Nov 07 10:32:03 CST 2024