HomeSort by relevance Sort by last modified time
    Searched refs:clGetDeviceIDs (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/api/
context.cpp 77 ret = clGetDeviceIDs(d_platform, type, 0, NULL, &num_devices);
81 ret = clGetDeviceIDs(d_platform, type, num_devices, devs.data(), 0);
dispatch.cpp 29 clGetDeviceIDs,
device.cpp 31 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type,
dispatch.hpp 51 CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDs)(
  /external/libxcam/modules/ocl/
cl_device.cpp 114 if (clGetDeviceIDs (platform_id, CL_DEVICE_TYPE_GPU, 1, &device_id, &num_device) != CL_SUCCESS)
  /external/ImageMagick/MagickCore/
opencl-private.h 240 MAGICKpfn_clGetDeviceIDs clGetDeviceIDs;
opencl.c     [all...]
  /external/mesa3d/include/CL/
cl.h 584 clGetDeviceIDs(cl_platform_id /* platform */,
    [all...]
cl.hpp 254 #define __GET_DEVICE_IDS_ERR __ERR_STR(clGetDeviceIDs)
    [all...]

Completed in 1390 milliseconds