Home
last modified time | relevance | path

Searched refs:fill_async (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/compute/test/
Dtest_async_wait.cpp42 compute::fill_async(vector.begin(), vector.end(), 9, queue); in BOOST_AUTO_TEST_CASE()
Dtest_fill.cpp249 bc::fill_async(vector.begin(), vector.end(), 42, queue); in BOOST_AUTO_TEST_CASE()
330 bc::fill_async(vec.begin(), vec.end(), 42, queue); in BOOST_AUTO_TEST_CASE()
/third_party/glib/gio/
Dgbufferedinputstream.h65 void (* fill_async) (GBufferedInputStream *stream, member
Dgbufferedinputstream.c159 bstream_class->fill_async = g_buffered_input_stream_real_fill_async; in G_DEFINE_TYPE_WITH_CODE()
515 class->fill_async (stream, count, io_priority, cancellable, in g_buffered_input_stream_fill_async()
1262 class->fill_async (bstream, priv->len, io_priority, cancellable, in g_buffered_input_stream_skip_async()
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dfill.hpp296 inline future<void> fill_async(BufferIterator first, in fill_async() function
/third_party/boost/boost/compute/algorithm/
Dfill.hpp296 inline future<void> fill_async(BufferIterator first, in fill_async() function