Home
last modified time | relevance | path

Searched refs:clFlush (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def38 clFlush
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp74 clFlush,
Dqueue.cpp121 clFlush(cl_command_queue d_q) try { in clFlush() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map53 clFlush;
DlibOpenCL_autogen.cpp345 cl_int CL_API_CALL clFlush(cl_command_queue command_queue) in clFlush() function
347 return cl::GetDispatch().clFlush(command_queue); in clFlush()
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp118 LOAD_OPENCL_FUNCTION_PTR(clFlush); in LoadLibraryFromPath()
204 CL_DEFINE_FUNC_PTR(clFlush);
679 cl_int clFlush(cl_command_queue command_queue) in clFlush() function
682 auto func = OHOS::clFlush; in clFlush()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp64 cl::clFlush,
Dproc_table_cl_autogen.cpp69 {"clFlush", P(::cl::clFlush)}, in GetProcTable()
Dentry_points_cl_autogen.h169 cl_int CL_API_CALL clFlush(cl_command_queue command_queue);
Dentry_points_cl_autogen.cpp733 cl_int CL_API_CALL clFlush(cl_command_queue command_queue) in clFlush() function
/third_party/opencl-headers/include/
Dopencl_wrapper.h159 CL_DECLARE_FUNC_PTR(clFlush);
/third_party/ffmpeg/libavfilter/
Dvf_nlmeans_opencl.c276 cle = clFlush(ctx->command_queue); in nlmeans_plane()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp98 mNative->getDispatch().clFlush == nullptr || mNative->getDispatch().clFinish == nullptr || in createInfo()
DCLCommandQueueCL.cpp665 return mNative->getDispatch().clFlush(mNative); in flush()
/third_party/opencl-headers/CL/
Dcl.h1497 clFlush(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;
Dcl_icd.h1152 cl_api_clFlush clFlush; member
/third_party/mesa3d/include/CL/
Dcl.h1488 clFlush(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;
Dcl_icd.h1152 cl_api_clFlush clFlush; member
Dcl2.hpp923 #define __FLUSH_ERR CL_HPP_ERR_STR_(clFlush)
8703 return detail::errHandler(::clFlush(object_), __FLUSH_ERR);
Dcl.hpp462 #define __FLUSH_ERR __ERR_STR(clFlush)
6607 return detail::errHandler(::clFlush(object_), __FLUSH_ERR); in flush()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_icd.h1152 cl_api_clFlush clFlush; member
Dcl.h1490 clFlush(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;