Searched refs:endIterator (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 …mandQueue &queue, const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator ); 3999 IteratorType endIterator, in Buffer() argument 4018 size_type size = sizeof(DataType)*(endIterator - startIterator); 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, 9169 IteratorType endIterator, in Buffer() argument [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 …mandQueue &queue, const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator ); 3228 IteratorType endIterator, in Buffer() argument 3247 ::size_t size = sizeof(DataType)*(endIterator - startIterator); 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, 6624 IteratorType endIterator, in Buffer() argument [all …]
|