Searched refs:CL_CONTEXT_DEVICES (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 1238 F(cl_context_info, CL_CONTEXT_DEVICES, cl::vector<Device>) \ 1853 clGetContextInfo(context, CL_CONTEXT_DEVICES, 0, NULL, &size); in getContextPlatformVersion() 1857 clGetContextInfo(context, CL_CONTEXT_DEVICES, size, devices.data(), NULL); in getContextPlatformVersion() 3241 default_ = context.getInfo<CL_CONTEXT_DEVICES>()[0]; in makeDefault() 3783 for (const Device &d : context_.getInfo<CL_CONTEXT_DEVICES>()) { in max_size() 7215 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; in CommandQueue() 7281 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; in CommandQueue() 7337 error = context.getInfo(CL_CONTEXT_DEVICES, &devices); in CommandQueue() 7404 error = context.getInfo(CL_CONTEXT_DEVICES, &devices); in CommandQueue()
|
D | cl.hpp | 1380 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \ 1804 clGetContextInfo(context, CL_CONTEXT_DEVICES, 0, NULL, &size); in getContextPlatformVersion() 1808 clGetContextInfo(context, CL_CONTEXT_DEVICES, size, devices, NULL); in getContextPlatformVersion() 2837 device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; in getDefault() 5529 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; in CommandQueue() 5550 error = context.getInfo(CL_CONTEXT_DEVICES, &devices); in CommandQueue() 5654 Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0]; in getDefault()
|
D | cl.h | 470 #define CL_CONTEXT_DEVICES 0x1081 macro
|