Searched refs:clFlush (Results 1 – 22 of 22) sorted by relevance
38 clFlush
74 clFlush,
121 clFlush(cl_command_queue d_q) try { in clFlush() function
53 clFlush;
345 cl_int CL_API_CALL clFlush(cl_command_queue command_queue) in clFlush() function347 return cl::GetDispatch().clFlush(command_queue); in clFlush()
118 LOAD_OPENCL_FUNCTION_PTR(clFlush); in LoadLibraryFromPath()204 CL_DEFINE_FUNC_PTR(clFlush);679 cl_int clFlush(cl_command_queue command_queue) in clFlush() function682 auto func = OHOS::clFlush; in clFlush()
64 cl::clFlush,
69 {"clFlush", P(::cl::clFlush)}, in GetProcTable()
169 cl_int CL_API_CALL clFlush(cl_command_queue command_queue);
733 cl_int CL_API_CALL clFlush(cl_command_queue command_queue) in clFlush() function
159 CL_DECLARE_FUNC_PTR(clFlush);
276 cle = clFlush(ctx->command_queue); in nlmeans_plane()
98 mNative->getDispatch().clFlush == nullptr || mNative->getDispatch().clFinish == nullptr || in createInfo()
665 return mNative->getDispatch().clFlush(mNative); in flush()
1497 clFlush(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;
1152 cl_api_clFlush clFlush; member
1488 clFlush(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;
923 #define __FLUSH_ERR CL_HPP_ERR_STR_(clFlush)8703 return detail::errHandler(::clFlush(object_), __FLUSH_ERR);
462 #define __FLUSH_ERR __ERR_STR(clFlush)6607 return detail::errHandler(::clFlush(object_), __FLUSH_ERR); in flush()
1490 clFlush(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;