MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

compute/test/test_image1d.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace compute = boost::compute;
23
24BOOST_AUTO_TEST_CASE(image1d_get_supported_formats)
25{
26 const std::vector<compute::image_format> formats =
27 compute::image1d::get_supported_formats(context);
28}
29
30#ifdef BOOST_COMPUTE_CL_VERSION_1_2
31BOOST_AUTO_TEST_CASE(fill_image1d)

Callers

nothing calls this directly

Calls 7

dimFunction · 0.85
widthMethod · 0.80
formatMethod · 0.80
enqueue_fill_imageMethod · 0.80
enqueue_read_imageMethod · 0.80
sizeMethod · 0.45
originMethod · 0.45

Tested by

no test coverage detected