Lines Matching refs:device_vector
552 compute::vector<compute::uint_> device_vector(host_data, host_data + 5, queue); in BOOST_AUTO_TEST_CASE() local
558 device_vector.begin(), device_vector.end(), in BOOST_AUTO_TEST_CASE()
559 device_vector.begin(), in BOOST_AUTO_TEST_CASE()
563 CHECK_RANGE_EQUAL(compute::uint_, 5, device_vector, (4, 4, 5, 6, 6)); in BOOST_AUTO_TEST_CASE()
569 compute::vector<compute::short_> device_vector(host_data, host_data + 5, queue); in BOOST_AUTO_TEST_CASE() local
575 device_vector.begin(), device_vector.end(), in BOOST_AUTO_TEST_CASE()
576 device_vector.begin(), in BOOST_AUTO_TEST_CASE()
580 CHECK_RANGE_EQUAL(compute::short_, 5, device_vector, (4, 4, 5, 6, 6)); in BOOST_AUTO_TEST_CASE()
586 compute::vector<compute::uchar_> device_vector(host_data, host_data + 5, queue); in BOOST_AUTO_TEST_CASE() local
592 device_vector.begin(), device_vector.end(), in BOOST_AUTO_TEST_CASE()
593 device_vector.begin(), in BOOST_AUTO_TEST_CASE()
597 CHECK_RANGE_EQUAL(compute::uchar_, 5, device_vector, (4, 4, 5, 6, 6)); in BOOST_AUTO_TEST_CASE()
603 compute::vector<compute::char_> device_vector(host_data, host_data + 5, queue); in BOOST_AUTO_TEST_CASE() local
609 device_vector.begin(), device_vector.end(), in BOOST_AUTO_TEST_CASE()
610 device_vector.begin(), in BOOST_AUTO_TEST_CASE()
614 CHECK_RANGE_EQUAL(compute::char_, 5, device_vector, (4, 4, 5, 6, 6)); in BOOST_AUTO_TEST_CASE()