Home
last modified time | relevance | path

Searched refs:copy_async (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/compute/test/
Dtest_copy.cpp127 bc::copy_async(c.begin(), c.end(), a.begin(), queue); in BOOST_AUTO_TEST_CASE()
231 bc::copy_async(host_data, host_data + 8, device_data.begin(), queue); in BOOST_AUTO_TEST_CASE()
245 bc::copy_async(device_data.begin(), device_data.end(), host_data, queue); in BOOST_AUTO_TEST_CASE()
305 compute::copy_async(data, data + 8, a.begin(), queue); in BOOST_AUTO_TEST_CASE()
314 future = compute::copy_async(a.begin(), a.end(), b.begin(), queue); in BOOST_AUTO_TEST_CASE()
324 future = compute::copy_async(a.begin(), a.end(), c.begin(), queue); in BOOST_AUTO_TEST_CASE()
332 future = compute::copy_async(b.begin(), b.end(), data, queue); in BOOST_AUTO_TEST_CASE()
379 compute::copy_async(data, data + 4, ptr, queue); in BOOST_AUTO_TEST_CASE()
384 compute::copy_async(ptr, ptr + 4, output, queue); in BOOST_AUTO_TEST_CASE()
Dtest_copy_type_mismatch.cpp254 bc::copy_async(host, host + 4, device_vector.begin(), queue); in BOOST_AUTO_TEST_CASE()
280 bc::copy_async(host, host, device_vector.begin(), queue); in BOOST_AUTO_TEST_CASE()
557 bc::copy_async(host, host + 4, ptr, queue); in BOOST_AUTO_TEST_CASE()
621 bc::copy_async( in BOOST_AUTO_TEST_CASE()
653 bc::copy_async( in BOOST_AUTO_TEST_CASE()
795 bc::copy_async(device_vector.begin(), device_vector.end(), ptr, queue); in BOOST_AUTO_TEST_CASE()
834 bc::copy_async(ptr, ptr + 4, device_vector.begin(), queue); in BOOST_AUTO_TEST_CASE()
871 bc::copy_async(ptr, ptr + 4, ptr2, queue); in BOOST_AUTO_TEST_CASE()
1152 bc::copy_async( in BOOST_AUTO_TEST_CASE()
1184 bc::copy_async( in BOOST_AUTO_TEST_CASE()
Dtest_wait_list.cpp62 compute::future<void> future = compute::copy_async( in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/compute/example/
Dtime_copy.cpp46 compute::future<void> future = compute::copy_async( in main()
/third_party/boost/boost/compute/algorithm/detail/
Dmerge_sort_on_gpu.hpp518 copy_async(temp_keys.begin(), temp_keys.end(), keys_first, queue); in merge_sort_by_key_on_gpu()
519 copy_async(temp_values.begin(), temp_values.end(), values_first, queue); in merge_sort_by_key_on_gpu()
570 copy_async(temp_keys.begin(), temp_keys.end(), first, queue); in merge_sort_on_gpu()
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dmerge_sort_on_gpu.hpp518 copy_async(temp_keys.begin(), temp_keys.end(), keys_first, queue); in merge_sort_by_key_on_gpu()
519 copy_async(temp_values.begin(), temp_values.end(), values_first, queue); in merge_sort_by_key_on_gpu()
570 copy_async(temp_keys.begin(), temp_keys.end(), first, queue); in merge_sort_on_gpu()
/third_party/boost/libs/compute/perf/
Dperf_copy_to_device.cpp37 boost::compute::copy_async(host_vector.begin(), in main()
/third_party/boost/libs/compute/doc/
Dadvanced_topics.qbk150 Compute library provides the [funcref boost::compute::copy_async copy_async()]
165 boost::compute::future<void> f = boost::compute::copy_async(
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dfill.hpp62 return ::boost::compute::copy_async( in fill_async_with_copy()
Dcopy.hpp869 copy_async(InputIterator first, in copy_async() function
/third_party/boost/boost/compute/algorithm/
Dfill.hpp62 return ::boost::compute::copy_async( in fill_async_with_copy()
Dcopy.hpp869 copy_async(InputIterator first, in copy_async() function
/third_party/boost/libs/compute/doc/html/
Dstandalone_HTML.manifest17 boost/compute/copy_async.html
/third_party/glib/gio/
Dgfile.h407 void (* copy_async) (GFile *source, member
Dgfile.c395 iface->copy_async = g_file_real_copy_async; in G_DEFINE_INTERFACE()
3595 (* iface->copy_async) (source, in g_file_copy_async()