Lines Matching refs:getDispatch
28 if (device->getDispatch().clGetDeviceInfo(device, cl::ToCLenum(name), 0u, nullptr, &size) == in GetDeviceInfo()
33 if (device->getDispatch().clGetDeviceInfo(device, cl::ToCLenum(name), size, vector.data(), in GetDeviceInfo()
47 if (device->getDispatch().clGetDeviceInfo(device, cl::ToCLenum(name), sizeof(T), &value, in GetDeviceInfo()
60 if (!mDevice.isRoot() && mNative->getDispatch().clReleaseDevice(mNative) != CL_SUCCESS) in ~CLDeviceCL()
186 return mNative->getDispatch().clGetDeviceInfo(mNative, cl::ToCLenum(name), sizeof(*value), in getInfoUInt()
192 return mNative->getDispatch().clGetDeviceInfo(mNative, cl::ToCLenum(name), sizeof(*value), in getInfoULong()
198 return mNative->getDispatch().clGetDeviceInfo(mNative, cl::ToCLenum(name), sizeof(*value), in getInfoSizeT()
204 return mNative->getDispatch().clGetDeviceInfo(mNative, cl::ToCLenum(name), 0u, nullptr, value); in getInfoStringLength()
209 return mNative->getDispatch().clGetDeviceInfo(mNative, cl::ToCLenum(name), size, value, in getInfoString()
220 return mNative->getDispatch().clCreateSubDevices(mNative, properties, 0u, nullptr, in createSubDevices()
225 const cl_int errorCode = mNative->getDispatch().clCreateSubDevices( in createSubDevices()