DS_DEVICE_OPENCL_DEVICE 1592 magick/opencl.c           profile->devices[next].type = DS_DEVICE_OPENCL_DEVICE;
DS_DEVICE_OPENCL_DEVICE 1754 magick/opencl.c       case DS_DEVICE_OPENCL_DEVICE: 
DS_DEVICE_OPENCL_DEVICE 1962 magick/opencl.c       if (deviceType == DS_DEVICE_OPENCL_DEVICE) {
DS_DEVICE_OPENCL_DEVICE 2024 magick/opencl.c           if (profile->devices[i].type == DS_DEVICE_OPENCL_DEVICE) {
DS_DEVICE_OPENCL_DEVICE 2143 magick/opencl.c   else if (device->type == DS_DEVICE_OPENCL_DEVICE)
DS_DEVICE_OPENCL_DEVICE 2319 magick/opencl.c       if ((profile->devices[i].type == DS_DEVICE_OPENCL_DEVICE) && (profile->devices[i].oclDeviceType == CL_DEVICE_TYPE_GPU)) {
DS_DEVICE_OPENCL_DEVICE 2365 magick/opencl.c   else if (profile->devices[bestDeviceIndex].type == DS_DEVICE_OPENCL_DEVICE) {