Home
last modified time | relevance | path

Searched refs:CL_VERSION_MINOR (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.cpp153 minor = CL_VERSION_MINOR(version); in device()
448 std::to_string(CL_VERSION_MINOR(version)); in device_version_as_string()
455 int minor = CL_VERSION_MINOR(clc_version); in device_clc_version_as_string()
555 CL_VERSION_MINOR(clc_version) == 2) in opencl_c_all_versions()
H A Dplatform.cpp76 std::to_string(CL_VERSION_MINOR(version)); in platform_version_as_string()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp200 CL_VERSION_MINOR(info.version) != CL_VERSION_MINOR(version)) in createInfo()
203 << CL_VERSION_MINOR(info.version) in createInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCLPlatformVk.cpp101 std::to_string(CL_VERSION_MINOR(GetVersion())) + " ANGLE " + in GetVersionString()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddevice.cpp41 std::to_string(CL_VERSION_MINOR(il_version.version)); in supported_il_versions_as_string()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp955 ((CL_VERSION_MINOR(version) & 0xff) << 8u); in to_spirv_version_encoding()
/third_party/mesa3d/include/CL/
H A Dcl.h928 #define CL_VERSION_MINOR(version) \ macro
/third_party/opencl-headers/CL/
H A Dcl.h937 #define CL_VERSION_MINOR(version) \ macro
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl.h930 #define CL_VERSION_MINOR(version) \ macro

Completed in 18 milliseconds