Home
last modified time | relevance | path

Searched refs:CL_VERSION_MAJOR (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp158 major = CL_VERSION_MAJOR(version); in device()
436 std::to_string(CL_VERSION_MAJOR(version)) + "." + in device_version_as_string()
443 int major = CL_VERSION_MAJOR(clc_version); in device_clc_version_as_string()
529 int major = CL_VERSION_MAJOR(clc_version); in device_clc_version()
543 if (CL_VERSION_MAJOR(clc_version) == 1 && in opencl_c_all_versions()
546 if (CL_VERSION_MAJOR(clc_version) == 3) { in opencl_c_all_versions()
Dplatform.cpp75 std::to_string(CL_VERSION_MAJOR(version)) + "." + in platform_version_as_string()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCLPlatformVk.cpp100 "OpenCL " + std::to_string(CL_VERSION_MAJOR(GetVersion())) + "." + in GetVersionString()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp199 else if (CL_VERSION_MAJOR(info.version) != CL_VERSION_MAJOR(version) || in createInfo()
202 WARN() << "CL_PLATFORM_NUMERIC_VERSION = " << CL_VERSION_MAJOR(info.version) << '.' in createInfo()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp40 std::to_string(CL_VERSION_MAJOR(il_version.version)) + "." + in supported_il_versions_as_string()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp319 if (CL_VERSION_MAJOR(dev.version) >= 3) { in compile()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp954 return ((CL_VERSION_MAJOR(version) & 0xff) << 16u) | in to_spirv_version_encoding()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h927 #define CL_VERSION_MAJOR(version) \ macro
/third_party/mesa3d/include/CL/
Dcl.h925 #define CL_VERSION_MAJOR(version) \ macro
/third_party/opencl-headers/CL/
Dcl.h927 #define CL_VERSION_MAJOR(version) \ macro