• Home
  • Raw
  • Download

Lines Matching refs:CLEventImpl

28 void CheckCreateEvent(cl_int errorCode, cl_event nativeEvent, CLEventImpl::CreateFunc *createFunc)  in CheckCreateEvent()
33 return CLEventImpl::Ptr(new CLEventCL(event, nativeEvent)); in CheckCreateEvent()
78 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadBuffer()
102 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteBuffer()
131 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadBufferRect()
161 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteBufferRect()
186 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyBuffer()
214 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyBufferRect()
238 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueFillBuffer()
261 CLEventImpl::CreateFunc *eventCreateFunc, in enqueueMapBuffer()
288 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadImage()
314 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteImage()
338 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyImage()
361 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueFillImage()
384 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyImageToBuffer()
408 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyBufferToImage()
434 CLEventImpl::CreateFunc *eventCreateFunc, in enqueueMapImage()
464 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueUnmapMemObject()
483 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueMigrateMemObjects()
512 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueNDRangeKernel()
531 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueTask()
553 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueNativeKernel()
604 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueMarkerWithWaitList()
619 cl_int CLCommandQueueCL::enqueueMarker(CLEventImpl::CreateFunc &eventCreateFunc) in enqueueMarker()
628 return CLEventImpl::Ptr(new CLEventCL(event, nativeEvent)); in enqueueMarker()
643 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueBarrierWithWaitList()