Searched refs:svm_support (Results 1 – 6 of 6) sorted by relevance
82 cl_device_svm_capabilities svm_support() const;116 return svm_support() & CL_DEVICE_SVM_FINE_GRAIN_SYSTEM; in has_system_svm()
364 device::svm_support() const { in svm_support() function in device491 if (svm_support()) in supported_extensions()
991 if (!q.device().svm_support()) in EnqueueSVMFree()1058 if (!q.device().svm_support()) in EnqueueSVMMemcpy()1120 if (!q.device().svm_support()) in EnqueueSVMMemFill()1183 if (!q.device().svm_support()) in EnqueueSVMMap()1233 if (!q.device().svm_support()) in EnqueueSVMUnmap()1285 if (!q.device().svm_support()) in clEnqueueSVMMigrateMem()
379 if (!any_of(std::mem_fn(&device::svm_support), obj(d_kern).program().devices())) in clSetKernelArgSVMPointer()397 if (!any_of(std::mem_fn(&device::svm_support), obj(d_kern).program().devices())) in clSetKernelExecInfo()
589 if (!any_of(std::mem_fn(&device::svm_support), ctx.devices())) in clSVMAlloc()633 if (!any_of(std::mem_fn(&device::svm_support), ctx.devices())) in clSVMFree()
424 buf.as_scalar<cl_device_svm_capabilities>() = dev.svm_support(); in clGetDeviceInfo()