Home
last modified time | relevance | path

Searched refs:test_clc_versions (Results 1 – 1 of 1) sorted by relevance

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_opencl_c_versions.cpp233 std::vector<Version> test_clc_versions; in test_CL_DEVICE_OPENCL_C_VERSION_versions() local
234 test_clc_versions.push_back(Version(1, 0)); in test_CL_DEVICE_OPENCL_C_VERSION_versions()
235 test_clc_versions.push_back(Version(1, 1)); in test_CL_DEVICE_OPENCL_C_VERSION_versions()
236 test_clc_versions.push_back(Version(1, 2)); in test_CL_DEVICE_OPENCL_C_VERSION_versions()
237 test_clc_versions.push_back(Version(2, 0)); in test_CL_DEVICE_OPENCL_C_VERSION_versions()
238 test_clc_versions.push_back(Version(3, 0)); in test_CL_DEVICE_OPENCL_C_VERSION_versions()
253 for (const auto& test_clc_version : test_clc_versions) in test_CL_DEVICE_OPENCL_C_VERSION_versions()