Home
last modified time | relevance | path

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

12

/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/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);
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc108 LOAD_OPENCL_FUNCTION_PTR(clFlush); in LoadLibraryFromPath()
196 CL_DEFINE_FUNC_PTR(clFlush);
574 cl_int clFlush(cl_command_queue command_queue) { in clFlush() function
575 auto func = mindspore::lite::opencl::clFlush; in clFlush()
Dopencl_wrapper.h152 CL_DECLARE_FUNC_PTR(clFlush);
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp94 LOAD_OPENCL_FUNCTION_PTR(clFlush); in LoadLibraryFromPath()
178 CL_DEFINE_FUNC_PTR(clFlush);
596 cl_int clFlush(cl_command_queue command_queue) { in clFlush() function
598 auto func = OHOS::clFlush; in clFlush()
/third_party/boost/libs/compute/doc/
Dporting_guide.qbk31 [[`clFlush()`] [[memberref boost::compute::command_queue::enqueue_task command_queue::flush()]]]
/third_party/opencl-headers/include/
Dopencl_wrapper.h153 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/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h1084 clFlush(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
/third_party/boost/libs/compute/include/boost/compute/
Dcommand_queue.hpp1555 cl_int ret = clFlush(m_queue); 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;
/third_party/boost/boost/compute/
Dcommand_queue.hpp1555 cl_int ret = clFlush(m_queue); in flush()
/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
/third_party/opencl-headers/CL/
Dcl.h1490 clFlush(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;
Dcl_icd.h1152 cl_api_clFlush clFlush; member

12