Home
last modified time | relevance | path

Searched refs:has_system_svm (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/api/
Dkernel.cpp398 const bool has_system_svm = all_of(std::mem_fn(&device::has_system_svm), in clSetKernelExecInfo() local
411 if (val == CL_TRUE && !has_system_svm) in clSetKernelExecInfo()
419 if (has_system_svm) in clSetKernelExecInfo()
Dmemory.cpp338 const bool system_svm = all_of(std::mem_fn(&device::has_system_svm), in clGetMemObjectInfo()
454 bool can_emulate = all_of(std::mem_fn(&device::has_system_svm), ctx.devices()); in clSVMAlloc()
475 bool can_emulate = all_of(std::mem_fn(&device::has_system_svm), ctx.devices()); in clSVMFree()
Dtransfer.cpp956 bool can_emulate = q.device().has_system_svm(); in EnqueueSVMFree()
1024 bool can_emulate = q.device().has_system_svm(); in EnqueueSVMMemcpy()
1082 bool can_emulate = q.device().has_system_svm(); in EnqueueSVMMemFill()
1138 bool can_emulate = q.device().has_system_svm(); in EnqueueSVMMap()
1185 bool can_emulate = q.device().has_system_svm(); in EnqueueSVMUnmap()
/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp105 has_system_svm() const { in has_system_svm() function in clover::device