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/
H A Ddevice.hpp82 cl_device_svm_capabilities svm_support() const;
116 return svm_support() & CL_DEVICE_SVM_FINE_GRAIN_SYSTEM; in has_system_svm()
H A 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/
H A 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()
H A Dtransfer.cpp991 if (!q.device().svm_support())
1058 if (!q.device().svm_support())
1120 if (!q.device().svm_support())
1183 if (!q.device().svm_support())
1233 if (!q.device().svm_support())
1285 if (!q.device().svm_support())
H A 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()
H A Ddevice.cpp424 buf.as_scalar<cl_device_svm_capabilities>() = dev.svm_support(); in clGetDeviceInfo()

Completed in 5 milliseconds