blob: 12b3fbdfb26e4f3ea785d5a78c6b03fc704799e9 [file] [log] [blame]
# Copyright 2024 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni")
ocl_cts_source_set("profiling") {
include_dirs =
[ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/profiling" ]
sources = [
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/profiling/copy.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/profiling/execute.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/profiling/execute_multipass.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/profiling/main.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/profiling/readArray.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/profiling/readImage.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/profiling/writeArray.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/profiling/writeImage.cpp",
]
}