Searched refs:CL_CONTEXT_DEVICES (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | context.cpp | 128 case CL_CONTEXT_DEVICES: in clGetContextInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLContextCL.cpp | 48 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 D | PackedCLEnums_autogen.cpp | 171 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 D | cl2.hpp | 1232 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 D | cl.hpp | 113 * 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 D | cl.h | 461 #define CL_CONTEXT_DEVICES 0x1081 macro
|
/third_party/opencl-headers/CL/ |
H A D | cl.h | 470 #define CL_CONTEXT_DEVICES 0x1081 macro
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl.h | 463 #define CL_CONTEXT_DEVICES 0x1081 macro
|
Completed in 39 milliseconds