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("subgroups") { 8 include_dirs = 9 [ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups" ] 10 sources = [ 11 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/main.cpp", 12 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/subgroup_common_kernels.cpp", 13 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/subhelpers.cpp", 14 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_barrier.cpp", 15 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_ifp.cpp", 16 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_queries.cpp", 17 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_subgroup.cpp", 18 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_subgroup_ballot.cpp", 19 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_subgroup_clustered_reduce.cpp", 20 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_subgroup_extended_types.cpp", 21 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_subgroup_non_uniform_arithmetic.cpp", 22 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_subgroup_non_uniform_vote.cpp", 23 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_subgroup_rotate.cpp", 24 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_subgroup_shuffle.cpp", 25 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_subgroup_shuffle_relative.cpp", 26 "$angle_root/third_party/OpenCL-CTS/src/test_conformance/subgroups/test_workitem.cpp", 27 ] 28} 29