Home
last modified time | relevance | path

Searched refs:hard_event (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Devent.cpp130 hard_event::hard_event(command_queue &q, cl_command_type command, in hard_event() function in hard_event
141 hard_event::~hard_event() { in ~hard_event()
147 hard_event::status() const { in status()
164 hard_event::queue() const { in queue()
169 hard_event::command() const { in command()
174 hard_event::wait() const { in wait()
188 hard_event::time_queued() const { in time_queued()
193 hard_event
[all...]
H A Dqueue.hpp37 class hard_event;
66 friend class hard_event;
75 void sequence(hard_event &ev);
83 std::deque<intrusive_ref<hard_event>> queued_events;
H A Devent.hpp105 /// hard_event instances created for the same queue are implicitly
109 /// A hard_event is considered complete when the associated
112 class hard_event : public event { class
114 hard_event(command_queue &q, cl_command_type command,
117 ~hard_event();
H A Ddevice.hpp41 class hard_event;
107 friend class hard_event;
H A Dqueue.cpp146 command_queue::sequence(hard_event &ev) { in sequence()
H A Derror.hpp41 class hard_event;
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Devent.cpp174 *rd_ev = desc(new hard_event(q, CL_COMMAND_MARKER, {})); in clEnqueueMarker()
196 auto hev = create<hard_event>(q, CL_COMMAND_MARKER, deps); in clEnqueueMarkerWithWaitList()
231 auto hev = create<hard_event>(q, CL_COMMAND_BARRIER, deps); in clEnqueueBarrierWithWaitList()
256 hard_event &hev = dynamic_cast<hard_event &>(obj(d_ev)); in clGetEventProfilingInfo()
301 auto hev = create<hard_event>(q, 0, ref_vector<event> {}); in clFinish()
H A Dtransfer.cpp376 auto hev = create<hard_event>(
409 auto hev = create<hard_event>(
449 auto hev = create<hard_event>(
489 auto hev = create<hard_event>(
536 auto hev = create<hard_event>(
570 auto hev = create<hard_event>(
607 auto hev = create<hard_event>(
641 auto hev = create<hard_event>(
678 auto hev = create<hard_event>(
713 auto hev = create<hard_event>(
[all...]
H A Dkernel.cpp330 auto hev = create<hard_event>( in clEnqueueNDRangeKernel()
353 auto hev = create<hard_event>( in clEnqueueTask()

Completed in 6 milliseconds