/third_party/boost/libs/compute/test/ |
D | test_copy.cpp | 127 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()
|
D | test_copy_type_mismatch.cpp | 254 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()
|
D | test_wait_list.cpp | 62 compute::future<void> future = compute::copy_async( in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/compute/example/ |
D | time_copy.cpp | 46 compute::future<void> future = compute::copy_async( in main()
|
/third_party/boost/boost/compute/algorithm/detail/ |
D | merge_sort_on_gpu.hpp | 518 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/ |
D | merge_sort_on_gpu.hpp | 518 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/ |
D | perf_copy_to_device.cpp | 37 boost::compute::copy_async(host_vector.begin(), in main()
|
/third_party/boost/libs/compute/doc/ |
D | advanced_topics.qbk | 150 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/ |
D | fill.hpp | 62 return ::boost::compute::copy_async( in fill_async_with_copy()
|
D | copy.hpp | 869 copy_async(InputIterator first, in copy_async() function
|
/third_party/boost/boost/compute/algorithm/ |
D | fill.hpp | 62 return ::boost::compute::copy_async( in fill_async_with_copy()
|
D | copy.hpp | 869 copy_async(InputIterator first, in copy_async() function
|
/third_party/boost/libs/compute/doc/html/ |
D | standalone_HTML.manifest | 17 boost/compute/copy_async.html
|
/third_party/glib/gio/ |
D | gfile.h | 407 void (* copy_async) (GFile *source, member
|
D | gfile.c | 395 iface->copy_async = g_file_real_copy_async; in G_DEFINE_INTERFACE() 3595 (* iface->copy_async) (source, in g_file_copy_async()
|