Home
last modified time | relevance | path

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

/third_party/boost/libs/compute/test/
Dquirks.hpp29 inline bool is_apple_device(const boost::compute::device &device) in is_apple_device() function
64 return is_apple_device(device) && (device.type() & ::boost::compute::device::cpu); in is_apple_cpu_device()
72 return is_apple_device(device); in bug_in_clcreatebuffer()