Searched refs:cl_version (Results 1 – 22 of 22) sorted by relevance
38 static constexpr cl_version GetVersion();45 constexpr cl_version CLPlatformVk::GetVersion() in GetVersion()
421 return opencl_info.cl_version >= OpenClVersion::kCl1_2; in SupportsTextureArray()431 return opencl_info.cl_version >= OpenClVersion::kCl1_2; in SupportsImageBuffer()703 return opencl_info.cl_version != OpenClVersion::kCl1_0 && in IsCL20OrHigher()704 opencl_info.cl_version != OpenClVersion::kCl1_1 && in IsCL20OrHigher()705 opencl_info.cl_version != OpenClVersion::kCl1_2; in IsCL20OrHigher()712 return IsCL20OrHigher() && opencl_info.cl_version != OpenClVersion::kCl2_0 && in IsCL30OrHigher()713 opencl_info.cl_version != OpenClVersion::kCl2_1 && in IsCL30OrHigher()714 opencl_info.cl_version != OpenClVersion::kCl2_2; in IsCL30OrHigher()
260 OpenClVersion cl_version; member
42 cl_version getVersion() const;91 inline cl_version Device::getVersion() const in getVersion()
62 cl_version getVersion() const;110 inline cl_version Platform::getVersion() const in getVersion()
526 const cl_version version = platform->cast<Platform>().getVersion(); in ValidateGetPlatformInfo()590 const cl_version version = dev.getVersion(); in ValidateGetDeviceInfo()803 const cl_version version = queue.getDevice().getVersion(); in ValidateGetCommandQueueInfo()919 const cl_version version = memobj->cast<Memory>().getContext().getPlatform().getVersion(); in ValidateGetMemObjectInfo()955 const cl_version version = image->cast<Image>().getContext().getPlatform().getVersion(); in ValidateGetImageInfo()999 const cl_version version = sampler->cast<Sampler>().getContext().getPlatform().getVersion(); in ValidateGetSamplerInfo()1160 const cl_version version = prog.getContext().getPlatform().getVersion(); in ValidateGetProgramInfo()1205 const cl_version version = prog.getContext().getPlatform().getVersion(); in ValidateGetProgramBuildInfo()1379 const cl_version version = in ValidateGetKernelInfo()1437 const cl_version version = krnl.getProgram().getContext().getPlatform().getInfo().version; in ValidateGetKernelWorkGroupInfo()[all …]
24 std::is_same<cl_uint, cl_version>::value && in getInfo()
73 struct cl_version { struct79 const cl_version cl_versions[] = {147 const struct cl_version&150 for (const struct cl_version &version : cl_versions) { in get_cl_version()165 const cl_version version = in get_lang_standard_from_version_str()
21 cl_version ExtractCLVersion(const std::string &version);
17 cl_version ExtractCLVersion(const std::string &version) in ExtractCLVersion()
158 const cl_version version = ExtractCLVersion(info.versionStr); in createInfo()
30 cl_version version = 0u;
24 "CL/cl_version.h",
140 info.opencl_info.cl_version = ParseCLVersion(opencl_c_version); in GpuInfoFromDeviceID()201 if (info.opencl_info.cl_version >= OpenClVersion::kCl1_2) { in GpuInfoFromDeviceID()
41 if (gpu_info.opencl_info.cl_version < OpenClVersion::kCl1_2 && in CanCreateTensorWithShape()
140 'CL/cl_version.h',
911 cl_version new_version_major = in dumpConfigInfo()913 cl_version new_version_minor = in dumpConfigInfo()915 cl_version new_version_patch = in dumpConfigInfo()
116 typedef cl_uint cl_version; typedef178 cl_version version;
116 typedef cl_uint cl_version; typedef180 cl_version version;
453 "include/CL/cl_version.h",
467 if (gpu_info.opencl_info.cl_version == OpenClVersion::kCl2_0) { in GenerateConv()