cl 363 3rdparty/include/opencl/1.2/CL/cl.hpp #define __COPY_ERR __ERR_STR(cl::copy) cl 643 3rdparty/include/opencl/1.2/CL/cl.hpp typedef cl::string STRING_CLASS; cl 649 3rdparty/include/opencl/1.2/CL/cl.hpp #define VECTOR_CLASS cl::vector cl 912 3rdparty/include/opencl/1.2/CL/cl.hpp static iterator begin(const cl::vector<T,N> &vec) cl 919 3rdparty/include/opencl/1.2/CL/cl.hpp static iterator end(const cl::vector<T,N> &vec) cl 1293 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_event_info, CL_EVENT_COMMAND_QUEUE, cl::CommandQueue) \ cl 1309 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_mem_info, CL_MEM_CONTEXT, cl::Context) \ cl 1320 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_sampler_info, CL_SAMPLER_CONTEXT, cl::Context) \ cl 1326 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \ cl 1340 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_kernel_info, CL_KERNEL_CONTEXT, cl::Context) \ cl 1341 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_kernel_info, CL_KERNEL_PROGRAM, cl::Program) \ cl 1344 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_kernel_work_group_info, CL_KERNEL_COMPILE_WORK_GROUP_SIZE, cl::size_t<3>) \ cl 1347 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_command_queue_info, CL_QUEUE_CONTEXT, cl::Context) \ cl 1348 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_command_queue_info, CL_QUEUE_DEVICE, cl::Device) \ cl 1368 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_mem_info, CL_MEM_ASSOCIATED_MEMOBJECT, cl::Memory) \ cl 1374 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_event_info, CL_EVENT_CONTEXT, cl::Context) cl 1380 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_image_info, CL_IMAGE_BUFFER, cl::Buffer) \ cl 2977 3rdparty/include/opencl/1.2/CL/cl.hpp cl_int copy( IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer ); cl 2979 3rdparty/include/opencl/1.2/CL/cl.hpp cl_int copy( const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator ); cl 3083 3rdparty/include/opencl/1.2/CL/cl.hpp error = cl::copy(startIterator, endIterator, *this); cl 5025 3rdparty/include/opencl/1.2/CL/cl.hpp inline VECTOR_CLASS<char *> cl::Program::getInfo<CL_PROGRAM_BINARIES>(cl_int* err) const cl 6013 3rdparty/include/opencl/1.2/CL/cl.hpp cl::Device device(getInfo<CL_QUEUE_DEVICE>()); cl 6046 3rdparty/include/opencl/1.2/CL/cl.hpp cl::Device device(getInfo<CL_QUEUE_DEVICE>()); cl 6226 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int copy( IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer ) cl 6263 3rdparty/include/opencl/1.2/CL/cl.hpp inline cl_int copy( const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator ) cl 39 3rdparty/libwebp/dsp/upsampling_neon.c uint16x8_t cl = vshll_n_u8(c, 1); \ cl 54 3rdparty/libwebp/dsp/upsampling_neon.c bl = vaddq_u16(bl, cl); /* a + 3b + 3c + d */ \ cl 146 modules/viz/src/vtk/vtkCloudMatSource.cpp Mat cl = _cloud.getMat(); cl 149 modules/viz/src/vtk/vtkCloudMatSource.cpp if (tc.depth() == CV_32F && cl.depth() == CV_32F) cl 150 modules/viz/src/vtk/vtkCloudMatSource.cpp filterNanTCoordsCopy<float, float>(tc, cl, total); cl 151 modules/viz/src/vtk/vtkCloudMatSource.cpp else if (tc.depth() == CV_32F && cl.depth() == CV_64F) cl 152 modules/viz/src/vtk/vtkCloudMatSource.cpp filterNanTCoordsCopy<float, double>(tc, cl, total); cl 153 modules/viz/src/vtk/vtkCloudMatSource.cpp else if (tc.depth() == CV_64F && cl.depth() == CV_32F) cl 154 modules/viz/src/vtk/vtkCloudMatSource.cpp filterNanTCoordsCopy<double, float>(tc, cl, total); cl 155 modules/viz/src/vtk/vtkCloudMatSource.cpp else if (tc.depth() == CV_64F && cl.depth() == CV_64F) cl 156 modules/viz/src/vtk/vtkCloudMatSource.cpp filterNanTCoordsCopy<double, double>(tc, cl, total);