Searched refs:startIterator (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 3562 cl_int copy( IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer ); 3564 cl_int copy( const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator ); 3566 cl_int copy( const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, cl::B… 3568 cl_int copy( const CommandQueue &queue, const cl::Buffer &buffer, IteratorType startIterator, Itera… 3998 IteratorType startIterator, in Buffer() argument 4018 size_type size = sizeof(DataType)*(endIterator - startIterator); in Buffer() 4023 …object_ = ::clCreateBuffer(context(), flags, size, const_cast<DataType*>(&*startIterator), &error); in Buffer() 4034 error = cl::copy(startIterator, endIterator, *this); in Buffer() 4048 Buffer(const Context &context, IteratorType startIterator, IteratorType endIterator, 4056 Buffer(const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, [all …]
|
D | cl.hpp | 3151 cl_int copy( IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer ); 3153 cl_int copy( const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator ); 3155 cl_int copy( const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, cl::B… 3157 cl_int copy( const CommandQueue &queue, const cl::Buffer &buffer, IteratorType startIterator, Itera… 3227 IteratorType startIterator, in Buffer() argument 3247 ::size_t size = sizeof(DataType)*(endIterator - startIterator); in Buffer() 3252 …bject_ = ::clCreateBuffer(context(), flags, size, static_cast<DataType*>(&*startIterator), &error); in Buffer() 3263 error = cl::copy(startIterator, endIterator, *this); in Buffer() 3277 Buffer(const Context &context, IteratorType startIterator, IteratorType endIterator, 3285 Buffer(const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, [all …]
|