| /third_party/boost/libs/compute/test/ |
| D | test_program.cpp | 39 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 …]
|
| D | test_kernel.cpp | 27 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 …]
|
| D | test_command_queue.cpp | 97 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()
|
| D | test_program_cache.cpp | 43 compute::program::create_with_source(p1_source, ctx); in BOOST_AUTO_TEST_CASE()
|
| D | test_flat_map.cpp | 115 boost::compute::program::create_with_source(source.str(), context); in BOOST_AUTO_TEST_CASE()
|
| /third_party/boost/boost/compute/ |
| D | program.hpp | 407 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()
|
| D | kernel.hpp | 446 static kernel create_with_source(const std::string &source, in create_with_source() function in boost::compute::kernel
|
| /third_party/boost/libs/compute/example/ |
| D | simple_kernel.cpp | 51 compute::program::create_with_source(source, context); in main()
|
| D | opencv_flip.cpp | 79 compute::program::create_with_source(source, context); in main()
|
| D | fizz_buzz.cpp | 125 compute::program::create_with_source(fizz_buzz_source, ctx); in main()
|
| D | qimage_blur.cpp | 76 compute::program::create_with_source(source, context); in box_filter_image()
|
| D | black_scholes.cpp | 124 compute::program program = compute::program::create_with_source(source, context); in main()
|
| D | mandelbrot.cpp | 124 program_ = compute::program::create_with_source(source, context_); in initializeGL()
|
| D | opencv_convolution.cpp | 151 compute::program::create_with_source(source, context); in main()
|
| D | opencv_sobel_filter.cpp | 142 compute::program::create_with_source(source, context); in main()
|
| D | opengl_sphere.cpp | 90 compute::program::create_with_source(source, context); in tesselate_sphere()
|
| D | nbody.cpp | 128 m_program = compute::program::create_with_source(source, m_context); in initializeGL()
|
| D | opencv_histogram.cpp | 145 compute::program::create_with_source(source, context); in calculateHistogramUsingCL()
|
| D | opencv_optical_flow.cpp | 214 compute::program::create_with_source(source, context); in main()
|
| /third_party/boost/libs/compute/doc/ |
| D | porting_guide.qbk | 70 …mWithSource()`] [[memberref boost::compute::program::create_with_source program::create_with_sourc…
|