Home
last modified time | relevance | path

Searched refs:create_with_source (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/libs/compute/test/
Dtest_program.cpp39 boost::compute::program::create_with_source(source, context); in BOOST_AUTO_TEST_CASE()
55 boost::compute::program::create_with_source(source, context); in BOOST_AUTO_TEST_CASE()
68 boost::compute::program::create_with_source(sources, context); in BOOST_AUTO_TEST_CASE()
88 boost::compute::program::create_with_source(source, context); in BOOST_AUTO_TEST_CASE()
102 boost::compute::program::create_with_source(source, context); in BOOST_AUTO_TEST_CASE()
202 program = boost::compute::program::create_with_source(source, context) in BOOST_AUTO_TEST_CASE()
218 boost::compute::program::create_with_source(source, context); in BOOST_AUTO_TEST_CASE()
244 compute::program::create_with_source(library_source, context); in BOOST_AUTO_TEST_CASE()
261 compute::program::create_with_source(kernel_source, context); in BOOST_AUTO_TEST_CASE()
296 compute::program::create_with_source(square_header_source, context); in BOOST_AUTO_TEST_CASE()
[all …]
Dtest_kernel.cpp27 compute::kernel foo = compute::kernel::create_with_source( in BOOST_AUTO_TEST_CASE()
32 compute::kernel bar = compute::kernel::create_with_source( in BOOST_AUTO_TEST_CASE()
40 compute::kernel foo = compute::kernel::create_with_source( in BOOST_AUTO_TEST_CASE()
45 compute::kernel bar = compute::kernel::create_with_source( in BOOST_AUTO_TEST_CASE()
50 compute::kernel baz = compute::kernel::create_with_source( in BOOST_AUTO_TEST_CASE()
66 compute::kernel::create_with_source(source, "foo", context); in BOOST_AUTO_TEST_CASE()
89 compute::program::create_with_source(source, context); in BOOST_AUTO_TEST_CASE()
109 compute::kernel k = compute::kernel::create_with_source( in BOOST_AUTO_TEST_CASE()
120 compute::kernel k = compute::kernel::create_with_source( in BOOST_AUTO_TEST_CASE()
151 compute::program::create_with_source(source, context); in BOOST_AUTO_TEST_CASE()
[all …]
Dtest_command_queue.cpp97 boost::compute::program::create_with_source(source, context); in BOOST_AUTO_TEST_CASE()
279 compute::kernel::create_with_source(source, "foo", context); in BOOST_AUTO_TEST_CASE()
Dtest_program_cache.cpp43 compute::program::create_with_source(p1_source, ctx); in BOOST_AUTO_TEST_CASE()
Dtest_flat_map.cpp115 boost::compute::program::create_with_source(source.str(), context); in BOOST_AUTO_TEST_CASE()
/third_party/boost/boost/compute/
Dprogram.hpp407 static program create_with_source(const std::string &source, in create_with_source() function in boost::compute::program
428 static program create_with_source(const std::vector<std::string> &sources, in create_with_source() function in boost::compute::program
456 return create_with_source(read_source_file(file), context); in create_with_source_file()
483 return create_with_source(sources, context); in create_with_source_file()
Dkernel.hpp446 static kernel create_with_source(const std::string &source, in create_with_source() function in boost::compute::kernel
/third_party/boost/libs/compute/example/
Dsimple_kernel.cpp51 compute::program::create_with_source(source, context); in main()
Dopencv_flip.cpp79 compute::program::create_with_source(source, context); in main()
Dfizz_buzz.cpp125 compute::program::create_with_source(fizz_buzz_source, ctx); in main()
Dqimage_blur.cpp76 compute::program::create_with_source(source, context); in box_filter_image()
Dblack_scholes.cpp124 compute::program program = compute::program::create_with_source(source, context); in main()
Dmandelbrot.cpp124 program_ = compute::program::create_with_source(source, context_); in initializeGL()
Dopencv_convolution.cpp151 compute::program::create_with_source(source, context); in main()
Dopencv_sobel_filter.cpp142 compute::program::create_with_source(source, context); in main()
Dopengl_sphere.cpp90 compute::program::create_with_source(source, context); in tesselate_sphere()
Dnbody.cpp128 m_program = compute::program::create_with_source(source, m_context); in initializeGL()
Dopencv_histogram.cpp145 compute::program::create_with_source(source, context); in calculateHistogramUsingCL()
Dopencv_optical_flow.cpp214 compute::program::create_with_source(source, context); in main()
/third_party/boost/libs/compute/doc/
Dporting_guide.qbk70 …mWithSource()`] [[memberref boost::compute::program::create_with_source program::create_with_sourc…