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.
2011 * This simply copies the device ID value, which is an inexpensive operation.
2047 * This simply copies the device ID value, which is an inexpensive operation.
2283 * This simply copies the platform ID value, which is an inexpensive operation.
2290 * This simply copies the platform ID value, which is an inexpensive operation.
3543 }; // class SVMAllocator return cl::pointer<T>(tmp, detail::Deleter<T, Alloc>{alloc, copies});
3575 Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, copies_{ copies }
3597 static const size_type copies = 1;
3602 T* tmp = std::allocator_traits<Alloc>::allocate(alloc, copies);
3613 return cl::pointer<T, detail::Deleter<Alloc>>(tmp, detail::Deleter<Alloc>{alloc, copies});
3617 std::allocator_traits<Alloc>::deallocate(alloc, tmp, copies);