• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2015 The ANGLE Project 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
5angle_perf_tests_sources = [
6  "perf_tests/BindingPerf.cpp",
7  "perf_tests/BlitFramebufferPerf.cpp",
8  "perf_tests/BufferSubData.cpp",
9  "perf_tests/ClearPerf.cpp",
10  "perf_tests/DispatchComputePerf.cpp",
11  "perf_tests/DrawCallPerf.cpp",
12  "perf_tests/DrawElementsPerf.cpp",
13  "perf_tests/DynamicPromotionPerfTest.cpp",
14  "perf_tests/EGLMakeCurrentPerf.cpp",
15  "perf_tests/FramebufferAttachmentPerfTest.cpp",
16  "perf_tests/GenerateMipmapPerf.cpp",
17  "perf_tests/IndexConversionPerf.cpp",
18  "perf_tests/InstancingPerf.cpp",
19  "perf_tests/InterleavedAttributeData.cpp",
20  "perf_tests/LinkProgramPerfTest.cpp",
21  "perf_tests/MapBufferRange.cpp",
22  "perf_tests/MultisampledRenderToTexturePerf.cpp",
23  "perf_tests/MultiviewPerf.cpp",
24  "perf_tests/PointSprites.cpp",
25  "perf_tests/PreRotationPerf.cpp",
26  "perf_tests/TextureSampling.cpp",
27  "perf_tests/TextureUploadPerf.cpp",
28  "perf_tests/TexturesPerf.cpp",
29  "perf_tests/UniformsPerf.cpp",
30  "perf_tests/VertexArrayPerfTest.cpp",
31  "perf_tests/VulkanBarriersPerf.cpp",
32  "perf_tests/glmark2Benchmark.cpp",
33  "test_utils/ANGLETest.cpp",
34  "test_utils/ANGLETest.h",
35  "test_utils/MultiviewTest.cpp",
36  "test_utils/MultiviewTest.h",
37  "test_utils/draw_call_perf_utils.cpp",
38  "test_utils/draw_call_perf_utils.h",
39]
40
41angle_white_box_perf_tests_sources = [
42  "angle_unittests_utils.h",
43  "perf_tests/BitSetIteratorPerf.cpp",
44  "perf_tests/CompilerPerf.cpp",
45  "perf_tests/EGLInitializePerf.cpp",  # Uses ANGLEGetDisplayPlatform, a
46                                       # non-standard EP.
47  "perf_tests/ResultPerf.cpp",
48]
49
50angle_white_box_perf_tests_vulkan_sources = [
51  "perf_tests/VulkanCommandBufferPerf.cpp",
52  "perf_tests/VulkanPipelineCachePerf.cpp",
53  "test_utils/third_party/vulkan_command_buffer_utils.cpp",
54  "test_utils/third_party/vulkan_command_buffer_utils.h",
55]
56