Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_opencl_c_versions.cpp37 const Version clc_version = get_device_cl_c_version(device); in test_CL_DEVICE_OPENCL_C_VERSION() local
47 if (clc_version > latest_version) in test_CL_DEVICE_OPENCL_C_VERSION()
51 clc_version.to_string().c_str(), in test_CL_DEVICE_OPENCL_C_VERSION()
62 if (clc_version < min_clc_version) in test_CL_DEVICE_OPENCL_C_VERSION()
68 clc_version.to_string().c_str()); in test_CL_DEVICE_OPENCL_C_VERSION()
88 if (clc_version >= testcase.version) in test_CL_DEVICE_OPENCL_C_VERSION()
130 for (const auto& clc_version : clc_versions) in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS() local
132 const unsigned major = CL_VERSION_MAJOR(clc_version.version); in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS()
133 const unsigned minor = CL_VERSION_MINOR(clc_version.version); in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS()
135 if (strcmp(clc_version.name, "OpenCL C") == 0) in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS()
[all …]