Home
last modified time | relevance | path

Searched refs:clGetDeviceIDs (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/compute/common/cl/
Dfind_cl.c90 cl_err = clGetDeviceIDs(platform_ids[ii], in clFindIdsByName()
98 cl_err = clGetDeviceIDs(platform_ids[ii], in clFindIdsByName()
/external/skqp/src/compute/common/cl/
Dfind_cl.c90 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/
Dcontext.cpp77 ret = clGetDeviceIDs(d_platform, type, 0, NULL, &num_devices); in clCreateContextFromType()
81 ret = clGetDeviceIDs(d_platform, type, num_devices, devs.data(), 0); in clCreateContextFromType()
Ddispatch.cpp29 clGetDeviceIDs,
Ddevice.cpp31 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, in clGetDeviceIDs() function
Ddispatch.hpp51 CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDs)(
/external/libxcam/modules/ocl/
Dcl_device.cpp114 if (clGetDeviceIDs (platform_id, CL_DEVICE_TYPE_GPU, 1, &device_id, &num_device) != CL_SUCCESS) in init()
/external/ImageMagick/MagickCore/
Dopencl-private.h254 MAGICKpfn_clGetDeviceIDs clGetDeviceIDs;
Dopencl.c2231 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/
Dcl.h584 clGetDeviceIDs(cl_platform_id /* platform */,
Dcl.hpp254 #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()