Home
last modified time | relevance | path

Searched defs:evs (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Devent.cpp42 std::vector<intrusive_ref<event>> evs; in trigger_self() local
65 std::vector<intrusive_ref<event>> evs; in abort_self() local
121 std::vector<intrusive_ref<event>> evs; in wait() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c69 struct exec_vertex_shader *evs = exec_vertex_shader(shader); in vs_exec_prepare() local
101 struct exec_vertex_shader *evs = exec_vertex_shader(shader); in vs_exec_run_linear() local
/third_party/mesa3d/src/gallium/frontends/rusticl/api/
Dmemory.rs1052 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_read_buffer() localVariable
1101 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_write_buffer() localVariable
1150 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_copy_buffer() localVariable
1214 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_read_buffer_rect() localVariable
1332 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_write_buffer_rect() localVariable
1449 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_copy_buffer_rect() localVariable
1582 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_fill_buffer() localVariable
1637 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_map_buffer() localVariable
1693 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_read_image() localVariable
1777 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_write_image() localVariable
[all …]
Dqueue.rs171 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_marker_with_wait_list() localVariable
202 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_barrier_with_wait_list() localVariable
Devent.rs81 let evs = Event::arcs_from_arr(event_list, num_events)?; in wait_for_events() localVariable
Dkernel.rs542 let evs = event_list_from_cl(&q, num_events_in_wait_list, event_wait_list)?; in enqueue_ndrange_kernel() localVariable
/third_party/nghttp2/src/
Dshrpx_dns_resolver.cc112 const std::vector<std::unique_ptr<ev_io>> &evs) { in stop_ev()
245 void start_ev(std::vector<std::unique_ptr<ev_io>> &evs, struct ev_loop *loop, in start_ev()
269 void stop_ev(std::vector<std::unique_ptr<ev_io>> &evs, struct ev_loop *loop, in stop_ev()
/third_party/libinput/tools/
Dlibinput-replay.py155 def print_events(devnode, indent, evs): argument
/third_party/libinput/src/
Dutil-prop-parsers.c372 struct input_event evs[32]; in parse_evcode_property() local
/third_party/mesa3d/src/gallium/frontends/clover/api/
Devent.cpp63 auto evs = objs(d_evs, num_evs); in clWaitForEvents() local
/third_party/curl/lib/
Deasy.c651 static struct events evs = {2, FALSE, 0, NULL, 0}; in easy_events() local
/third_party/python/Modules/
Dselectmodule.c1539 struct epoll_event *evs = NULL; in select_epoll_poll_impl() local