Home
last modified time | relevance | path

Searched defs:create_with_binary (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/compute/
Dprogram.hpp490 static program create_with_binary(const unsigned char *binary, in create_with_binary() function in boost::compute::program
518 static program create_with_binary(const std::vector<unsigned char> &binary, in create_with_binary() function in boost::compute::program
/third_party/boost/libs/compute/test/
Dtest_program.cpp98 BOOST_AUTO_TEST_CASE(create_with_binary) in BOOST_AUTO_TEST_CASE() argument