Searched refs:clFlush (Results 1 – 10 of 10) sorted by relevance
45 clFlush
53 #define clFlush clFlush_ macro193 #undef clFlush194 #define clFlush clFlush_pfn macro327 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clFlush)(cl_command_queue);
141 #undef clFlush142 #define clFlush clFlush_fn macro143 inline cl_int clFlush(cl_command_queue p0) { return clFlush_pfn(p0); } in clFlush() function
96 clFlush(cl_command_queue q) { in clFlush() function
397 cl_int (CL_API_CALL*clFlush)(cl_command_queue) =399 static const struct DynamicFnEntry clFlush_definition = { "clFlush", (void**)&clFlush};
763 clFlush(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
320 #define __FLUSH_ERR __ERR_STR(clFlush)3107 return detail::errHandler(::clFlush(object_), __FLUSH_ERR); in flush()
904 clFlush(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
426 #define __FLUSH_ERR __ERR_STR(clFlush)6087 return detail::errHandler(::clFlush(object_), __FLUSH_ERR); in flush()
1069 OCL_FUNC(cl_int, clFlush,5649 CV_OclDbgAssert(clFlush(queue) == CL_SUCCESS); in init()5662 CV_OclDbgAssert(clFlush(queue) == CL_SUCCESS); in init()