Lines Matching refs:ev
65 for (auto &ev : evs) {
66 if (ev.context() != evs.front().context())
69 if (ev.status() < 0)
90 auto &ev = obj(d_ev);
94 buf.as_scalar<cl_command_queue>() = desc(ev.queue());
98 buf.as_scalar<cl_context>() = desc(ev.context());
102 buf.as_scalar<cl_command_type>() = ev.command();
106 buf.as_scalar<cl_int>() = ev.status();
110 buf.as_scalar<cl_uint>() = ev.ref_count();
127 auto &ev = obj(d_ev);
133 // Create a temporary soft event that depends on ev, with
135 create<soft_event>(ev.context(), ref_vector<event> { ev }, true,
136 [=, &ev](event &) {
137 ev.wait();
138 pfn_notify(desc(ev), ev.status(), user_data);
188 for (auto &ev : deps) {
189 if (ev.context() != q.context())
223 for (auto &ev : deps) {
224 if (ev.context() != q.context())