cl_svm_mem_flags   32 modules/core/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp extern CL_RUNTIME_EXPORT void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags, size_t size, unsigned int alignment);
cl_svm_mem_flags 4035 modules/core/src/ocl.cpp         cl_svm_mem_flags memFlags = CL_MEM_READ_WRITE |
cl_svm_mem_flags 4285 modules/core/src/ocl.cpp                     cl_svm_mem_flags memFlags = createFlags |
cl_svm_mem_flags  206 modules/core/src/opencl/runtime/opencl_core.cpp void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags, size_t size, unsigned int alignment) =
cl_svm_mem_flags  207 modules/core/src/opencl/runtime/opencl_core.cpp         opencl_fn4<OPENCL_FN_clSVMAlloc, void*, cl_context, cl_svm_mem_flags, size_t, unsigned int>::switch_fn;