xref: /aosp_15_r20/external/angle/third_party/OpenCL-CTS/gn/images/clCopyImage/BUILD.gn (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1# Copyright 2024 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
5import("//gni/angle.gni")
6import("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni")
7
8ocl_cts_source_set("cl_copy_images") {
9  include_dirs = [
10    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/clCopyImage",
11    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/",
12  ]
13  sources = [
14    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/clCopyImage/main.cpp",
15    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/clCopyImage/test_copy_1D.cpp",
16    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/clCopyImage/test_copy_1D_array.cpp",
17    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/clCopyImage/test_copy_2D.cpp",
18    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/clCopyImage/test_copy_2D_2D_array.cpp",
19    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/clCopyImage/test_copy_2D_3D.cpp",
20    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/clCopyImage/test_copy_2D_array.cpp",
21    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/clCopyImage/test_copy_3D.cpp",
22    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/clCopyImage/test_copy_3D_2D_array.cpp",
23    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/clCopyImage/test_copy_generic.cpp",
24    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/clCopyImage/test_loops.cpp",
25    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/images/common.cpp",
26  ]
27}
28