Lines Matching defs:copies
8 * distribute, sublicense, and/or sell copies of the Materials, and to
13 * in all copies or substantial portions of the Materials.
2108 * This simply copies the device ID value, which is an inexpensive operation.
2144 * This simply copies the device ID value, which is an inexpensive operation.
2427 * This simply copies the platform ID value, which is an inexpensive operation.
2434 * This simply copies the platform ID value, which is an inexpensive operation.
3687 }; // class SVMAllocator return cl::pointer<T>(tmp, detail::Deleter<T, Alloc>{alloc, copies});
3719 Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, copies_{ copies }
3741 static const size_type copies = 1;
3746 T* tmp = std::allocator_traits<Alloc>::allocate(alloc, copies);
3757 return cl::pointer<T, detail::Deleter<Alloc>>(tmp, detail::Deleter<Alloc>{alloc, copies});
3761 std::allocator_traits<Alloc>::deallocate(alloc, tmp, copies);