Home
last modified time | relevance | path

Searched refs:CL_CONTEXT_DEVICES (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dcontext.cpp128 case CL_CONTEXT_DEVICES: in clGetContextInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLContextCL.cpp48 errorCode = mNative->getDispatch().clGetContextInfo(mNative, CL_CONTEXT_DEVICES, 0u, nullptr, in getDevices()
53 errorCode = mNative->getDispatch().clGetContextInfo(mNative, CL_CONTEXT_DEVICES, valueSize, in getDevices()
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedCLEnums_autogen.cpp171 case CL_CONTEXT_DEVICES: in FromCLenum()
189 return CL_CONTEXT_DEVICES; in ToCLenum()
208 os << "CL_CONTEXT_DEVICES"; in operator <<()
/third_party/mesa3d/include/CL/
H A Dcl2.hpp1232 F(cl_context_info, CL_CONTEXT_DEVICES, cl::vector<Device>) \
1737 clGetContextInfo(context, CL_CONTEXT_DEVICES, 0, NULL, &size); in getContextPlatformVersion()
1741 clGetContextInfo(context, CL_CONTEXT_DEVICES, size, devices.data(), NULL); in getContextPlatformVersion()
3112 default_ = context.getInfo<CL_CONTEXT_DEVICES>()[0]; in makeDefault()
3654 for (const Device &d : context_.getInfo<CL_CONTEXT_DEVICES>()) {
7063 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; in CommandQueue()
7129 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; in CommandQueue()
7185 error = context.getInfo(CL_CONTEXT_DEVICES, &devices); in CommandQueue()
7252 error = context.getInfo(CL_CONTEXT_DEVICES, &devices); in CommandQueue()
H A Dcl.hpp113 * std::vector<cl::Device> devices = context.getInfo<CL_CONTEXT_DEVICES>();
1389 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \
1813 clGetContextInfo(context, CL_CONTEXT_DEVICES, 0, NULL, &size); in getContextPlatformVersion()
1817 clGetContextInfo(context, CL_CONTEXT_DEVICES, size, devices, NULL); in getContextPlatformVersion()
2842 device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; in getDefault()
5534 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; in CommandQueue()
5555 error = context.getInfo(CL_CONTEXT_DEVICES, &devices); in CommandQueue()
5659 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; in getDefault()
H A Dcl.h461 #define CL_CONTEXT_DEVICES 0x1081 macro
/third_party/opencl-headers/CL/
H A Dcl.h470 #define CL_CONTEXT_DEVICES 0x1081 macro
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl.h463 #define CL_CONTEXT_DEVICES 0x1081 macro

Completed in 39 milliseconds