Searched refs:hard_event (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | transfer.cpp | 148 hard_event *hev = new hard_event( in clEnqueueReadBuffer() 173 hard_event *hev = new hard_event( in clEnqueueWriteBuffer() 202 hard_event *hev = new hard_event( in clEnqueueReadBufferRect() 233 hard_event *hev = new hard_event( in clEnqueueWriteBufferRect() 258 hard_event *hev = new hard_event( in clEnqueueCopyBuffer() 283 hard_event *hev = new hard_event( in clEnqueueCopyBufferRect() 313 hard_event *hev = new hard_event( in clEnqueueReadImage() 343 hard_event *hev = new hard_event( in clEnqueueWriteImage() 372 hard_event *hev = new hard_event( in clEnqueueCopyImage() 395 hard_event *hev = new hard_event( in clEnqueueCopyImageToBuffer() [all …]
|
D | event.cpp | 171 *ev = new hard_event(*q, CL_COMMAND_MARKER, {}); in clEnqueueMarker() 208 ref_ptr<hard_event> hev = transfer( in clEnqueueWaitForEvents() 209 new hard_event(*q, 0, { evs, evs + num_evs })); in clEnqueueWaitForEvents() 230 ref_ptr<hard_event> hev = transfer(new hard_event(*q, 0, { })); in clFinish()
|
D | kernel.cpp | 285 hard_event *hev = new hard_event( in clEnqueueNDRangeKernel() 307 hard_event *hev = new hard_event( in clEnqueueTask()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | event.cpp | 77 hard_event::hard_event(clover::command_queue &q, cl_command_type command, in hard_event() function in hard_event 85 hard_event::~hard_event() { in ~hard_event() 91 hard_event::status() const { in status() 108 hard_event::queue() const { in queue() 113 hard_event::command() const { in command() 118 hard_event::wait() const { in wait() 130 hard_event::fence(pipe_fence_handle *fence) { in fence()
|
D | queue.hpp | 34 class hard_event; 56 friend class clover::hard_event; 63 void sequence(clover::hard_event *ev); 68 typedef clover::ref_ptr<clover::hard_event> event_ptr;
|
D | event.hpp | 97 class hard_event : public event { class 99 hard_event(clover::command_queue &q, cl_command_type command, 102 ~hard_event();
|
D | device.hpp | 36 class hard_event; 68 friend class clover::hard_event;
|
D | queue.cpp | 64 _cl_command_queue::sequence(clover::hard_event *ev) { in sequence()
|