Home
last modified time | relevance | path

Searched defs:create_with_il (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/compute/
Dprogram.hpp579 static program create_with_il(const void * il_binary, in create_with_il() function in boost::compute::program
602 static program create_with_il(const std::vector<unsigned char> &il_binary, in create_with_il() function in boost::compute::program
/third_party/boost/libs/compute/include/boost/compute/
Dprogram.hpp579 static program create_with_il(const void * il_binary, in create_with_il() function in boost::compute::program
602 static program create_with_il(const std::vector<unsigned char> &il_binary, in create_with_il() function in boost::compute::program
/third_party/boost/libs/compute/test/
Dtest_program.cpp131 BOOST_AUTO_TEST_CASE(create_with_il) in BOOST_AUTO_TEST_CASE() argument