Home
last modified time | relevance | path

Searched refs:time_queued (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Devent.hpp124 const lazy<cl_ulong> &time_queued() const;
Devent.cpp188 hard_event::time_queued() const { in time_queued() function in hard_event
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultihandlesink.h239 gint time_queued; /* number of queued time */ member
Dgstmultihandlesink.c2023 g_value_set_uint64 (value, multihandlesink->time_queued); in gst_multi_handle_sink_get_property()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Devent.cpp263 buf.as_scalar<cl_ulong>() = hev.time_queued(); in clGetEventProfilingInfo()