Searched refs:CL_VERSION_MAJOR (Results 1 – 7 of 7) sorted by relevance
132 const unsigned major = CL_VERSION_MAJOR(clc_version.version); in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS()260 const unsigned major = CL_VERSION_MAJOR(check.version); in test_CL_DEVICE_OPENCL_C_VERSION_versions()
100 "OpenCL " + std::to_string(CL_VERSION_MAJOR(GetVersion())) + "." + in GetVersionString()
201 else if (CL_VERSION_MAJOR(info.version) != CL_VERSION_MAJOR(version) || in createInfo()204 WARN() << "CL_PLATFORM_NUMERIC_VERSION = " << CL_VERSION_MAJOR(info.version) << '.' in createInfo()
1644 Version current_version{ CL_VERSION_MAJOR(name_version.version), in get_device_latest_cl_c_version()1728 Version current_version{ CL_VERSION_MAJOR(name_version.version), in device_supports_cl_c_version()
925 #define CL_VERSION_MAJOR(version) \ macro
927 #define CL_VERSION_MAJOR(version) \ macro