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_binary("svm") { 8 include_dirs = 9 [ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM" ] 10 sources = [ 11 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/main.cpp", 12 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_allocate_shared_buffer.cpp", 13 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_byte_granularity.cpp", 14 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_cross_buffer_pointers.cpp", 15 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_enqueue_api.cpp", 16 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_fine_grain_memory_consistency.cpp", 17 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_fine_grain_sync_buffers.cpp", 18 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_migrate.cpp", 19 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_pointer_passing.cpp", 20 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_set_kernel_exec_info_svm_ptrs.cpp", 21 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_shared_address_space_coarse_grain.cpp", 22 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_shared_address_space_fine_grain.cpp", 23 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_shared_address_space_fine_grain_buffers.cpp", 24 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/SVM/test_shared_sub_buffers.cpp", 25 ] 26} 27