/third_party/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def | 38 clFlush
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | dispatch.cpp | 74 clFlush,
|
D | queue.cpp | 121 clFlush(cl_command_queue d_q) try { in clFlush() function
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.map | 53 clFlush;
|
D | libOpenCL_autogen.cpp | 345 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/ |
D | cl_dispatch_table.cpp | 64 cl::clFlush,
|
D | proc_table_cl_autogen.cpp | 69 {"clFlush", P(::cl::clFlush)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 169 cl_int CL_API_CALL clFlush(cl_command_queue command_queue);
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_wrapper.cc | 108 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()
|
D | opencl_wrapper.h | 152 CL_DECLARE_FUNC_PTR(clFlush);
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 94 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/ |
D | porting_guide.qbk | 31 [[`clFlush()`] [[memberref boost::compute::command_queue::enqueue_task command_queue::flush()]]]
|
/third_party/opencl-headers/include/ |
D | opencl_wrapper.h | 153 CL_DECLARE_FUNC_PTR(clFlush);
|
/third_party/ffmpeg/libavfilter/ |
D | vf_nlmeans_opencl.c | 276 cle = clFlush(ctx->command_queue); in nlmeans_plane()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 98 mNative->getDispatch().clFlush == nullptr || mNative->getDispatch().clFinish == nullptr || in createInfo()
|
D | CLCommandQueueCL.cpp | 665 return mNative->getDispatch().clFlush(mNative); in flush()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.h | 1084 clFlush(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | command_queue.hpp | 1555 cl_int ret = clFlush(m_queue); in flush()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_icd.h | 1152 cl_api_clFlush clFlush; member
|
D | cl.h | 1490 clFlush(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;
|
/third_party/boost/boost/compute/ |
D | command_queue.hpp | 1555 cl_int ret = clFlush(m_queue); in flush()
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 1488 clFlush(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;
|
D | cl_icd.h | 1152 cl_api_clFlush clFlush; member
|
/third_party/opencl-headers/CL/ |
D | cl.h | 1490 clFlush(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0;
|
D | cl_icd.h | 1152 cl_api_clFlush clFlush; member
|