Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCLPlatformVk.h38 static constexpr cl_version GetVersion();
45 constexpr cl_version CLPlatformVk::GetVersion() in GetVersion()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.cc421 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()
Dgpu_info.h260 OpenClVersion cl_version; member
/external/angle/src/libANGLE/
DCLDevice.h42 cl_version getVersion() const;
91 inline cl_version Device::getVersion() const in getVersion()
DCLPlatform.h62 cl_version getVersion() const;
110 inline cl_version Platform::getVersion() const in getVersion()
DvalidationCL.cpp526 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 …]
DCLDevice.cpp24 std::is_same<cl_uint, cl_version>::value && in getInfo()
/external/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp73 struct cl_version { struct
79 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()
/external/angle/src/libANGLE/renderer/cl/
Dcl_util.h21 cl_version ExtractCLVersion(const std::string &version);
Dcl_util.cpp17 cl_version ExtractCLVersion(const std::string &version) in ExtractCLVersion()
DCLPlatformCL.cpp158 const cl_version version = ExtractCLVersion(info.versionStr); in createInfo()
/external/angle/src/libANGLE/renderer/
DCLExtensions.h30 cl_version version = 0u;
/external/tensorflow/third_party/opencl_headers/
DBUILD.bazel24 "CL/cl_version.h",
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc140 info.opencl_info.cl_version = ParseCLVersion(opencl_c_version); in GpuInfoFromDeviceID()
201 if (info.opencl_info.cl_version >= OpenClVersion::kCl1_2) { in GpuInfoFromDeviceID()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dstorage_type_util.cc41 if (gpu_info.opencl_info.cl_version < OpenClVersion::kCl1_2 && in CanCreateTensorWithShape()
/external/mesa3d/include/
Dmeson.build140 'CL/cl_version.h',
/external/OpenCL-CTS/test_conformance/computeinfo/
Dmain.cpp911 cl_version new_version_major = in dumpConfigInfo()
913 cl_version new_version_minor = in dumpConfigInfo()
915 cl_version new_version_patch = in dumpConfigInfo()
/external/mesa3d/include/CL/
Dcl.h116 typedef cl_uint cl_version; typedef
178 cl_version version;
/external/angle/include/CL/
Dcl.h116 typedef cl_uint cl_version; typedef
180 cl_version version;
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h116 typedef cl_uint cl_version; typedef
180 cl_version version;
/external/angle/src/
DlibGLESv2.gni453 "include/CL/cl_version.h",
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_powervr.cc467 if (gpu_info.opencl_info.cl_version == OpenClVersion::kCl2_0) { in GenerateConv()