Searched refs:CL_VERSION_MINOR (Results 1 – 7 of 7) sorted by relevance
133 const unsigned minor = CL_VERSION_MINOR(clc_version.version); in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS()261 const unsigned minor = CL_VERSION_MINOR(check.version); in test_CL_DEVICE_OPENCL_C_VERSION_versions()
101 std::to_string(CL_VERSION_MINOR(GetVersion())) + " ANGLE " ANGLE_VERSION_STRING); in GetVersionString()
202 CL_VERSION_MINOR(info.version) != CL_VERSION_MINOR(version)) in createInfo()205 << CL_VERSION_MINOR(info.version) in createInfo()
1645 CL_VERSION_MINOR(name_version.version) }; in get_device_latest_cl_c_version()1729 CL_VERSION_MINOR(name_version.version) }; in device_supports_cl_c_version()
928 #define CL_VERSION_MINOR(version) \ macro
930 #define CL_VERSION_MINOR(version) \ macro