Lines Matching defs:version
41 * \version 1.2.9
153 // The latest version of the OpenCL C++ bindings can be found on GitHub:
155 #pragma message("This version of the OpenCL Host API C++ bindings is deprecated, please use cl2.hpp instead.")
467 * CL 1.2 version that uses device fission.
1771 // Extracts version number with major in the upper 16 bits, minor in the lower 16
1917 int version = getDevicePlatformVersion(device);
1918 if(version > ((1 << 16) + 1)) {
2142 * CL 1.2 version
2168 * CL 1.1 version that uses device fission.
3939 cl_uint version = detail::getContextPlatformVersion(context());
3940 useCreateImage = (version >= 0x10002); // OpenCL 1.2 or above
4250 cl_uint version = detail::getContextPlatformVersion(context());
4251 useCreateImage = (version >= 0x10002); // OpenCL 1.2 or above