Searched refs:test_clc_versions (Results 1 – 1 of 1) sorted by relevance
233 std::vector<Version> test_clc_versions; in test_CL_DEVICE_OPENCL_C_VERSION_versions() local234 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()