Home
last modified time | relevance | path

Searched refs:svm_support (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp82 cl_device_svm_capabilities svm_support() const;
116 return svm_support() & CL_DEVICE_SVM_FINE_GRAIN_SYSTEM; in has_system_svm()
Ddevice.cpp364 device::svm_support() const { in svm_support() function in device
491 if (svm_support()) in supported_extensions()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dtransfer.cpp991 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()
Dkernel.cpp379 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()
Dmemory.cpp589 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()
Ddevice.cpp424 buf.as_scalar<cl_device_svm_capabilities>() = dev.svm_support(); in clGetDeviceInfo()