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("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni") 6 7ocl_cts_source_set("buffers") { 8 include_dirs = 9 [ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/buffers" ] 10 sources = [ 11 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/buffers/array_info.cpp", 12 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/buffers/main.cpp", 13 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/buffers/test_buffer_copy.cpp", 14 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/buffers/test_buffer_fill.cpp", 15 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/buffers/test_buffer_map.cpp", 16 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/buffers/test_buffer_mem.cpp", 17 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/buffers/test_buffer_migrate.cpp", 18 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/buffers/test_buffer_read.cpp", 19 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/buffers/test_buffer_write.cpp", 20 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/buffers/test_image_migrate.cpp", 21 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/buffers/test_sub_buffers.cpp", 22 ] 23} 24