Searched refs:clGetDeviceIDs (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/compute/common/cl/ |
D | find_cl.c | 90 cl_err = clGetDeviceIDs(platform_ids[ii], in clFindIdsByName() 98 cl_err = clGetDeviceIDs(platform_ids[ii], in clFindIdsByName()
|
/external/skqp/src/compute/common/cl/ |
D | find_cl.c | 90 cl_err = clGetDeviceIDs(platform_ids[ii], in clFindIdsByName() 98 cl_err = clGetDeviceIDs(platform_ids[ii], in clFindIdsByName()
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | context.cpp | 77 ret = clGetDeviceIDs(d_platform, type, 0, NULL, &num_devices); in clCreateContextFromType() 81 ret = clGetDeviceIDs(d_platform, type, num_devices, devs.data(), 0); in clCreateContextFromType()
|
D | dispatch.cpp | 29 clGetDeviceIDs,
|
D | device.cpp | 31 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, in clGetDeviceIDs() function
|
D | dispatch.hpp | 51 CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDs)(
|
/external/libxcam/modules/ocl/ |
D | cl_device.cpp | 114 if (clGetDeviceIDs (platform_id, CL_DEVICE_TYPE_GPU, 1, &device_id, &num_device) != CL_SUCCESS) in init()
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 254 MAGICKpfn_clGetDeviceIDs clGetDeviceIDs;
|
D | opencl.c | 2231 if (clEnv->library->clGetDeviceIDs(platform, in GetOpenCLDeviceCount() 2322 status=clEnv->library->clGetDeviceIDs(platforms[i],CL_DEVICE_TYPE_CPU | in LoadOpenCLDevices() 2476 BIND(clGetDeviceIDs); in BindOpenCLFunctions()
|
/external/mesa3d/include/CL/ |
D | cl.h | 584 clGetDeviceIDs(cl_platform_id /* platform */,
|
D | cl.hpp | 254 #define __GET_DEVICE_IDS_ERR __ERR_STR(clGetDeviceIDs) 1302 cl_int err = ::clGetDeviceIDs(object_, type, 0, NULL, &n); in getDevices() 1308 err = ::clGetDeviceIDs(object_, type, n, ids, NULL); in getDevices()
|