Home
last modified time | relevance | path

Searched refs:host_ptr (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/boost/compute/container/
Dmapped_view.hpp63 mapped_view(T *host_ptr, in mapped_view() argument
66 : m_buffer(_make_mapped_buffer(host_ptr, n, context)) in mapped_view()
75 mapped_view(const T *host_ptr, in mapped_view() argument
78 : m_buffer(_make_mapped_buffer(host_ptr, n, context)) in mapped_view()
217 static buffer _make_mapped_buffer(T *host_ptr, in _make_mapped_buffer() argument
225 host_ptr in _make_mapped_buffer()
230 static buffer _make_mapped_buffer(const T *host_ptr, in _make_mapped_buffer() argument
238 const_cast<void *>(static_cast<const void *>(host_ptr)) in _make_mapped_buffer()
/third_party/boost/boost/compute/image/
Dimage2d.hpp56 void *host_ptr = 0, in image2d() argument
82 host_ptr, in image2d()
91 host_ptr, in image2d()
107 void *host_ptr = 0) in image2d() argument
132 host_ptr, in image2d()
141 host_ptr, in image2d()
Dimage3d.hpp51 void *host_ptr = 0, in image3d() argument
78 host_ptr, in image3d()
89 host_ptr, in image3d()
107 void *host_ptr = 0) in image3d() argument
132 host_ptr, in image3d()
143 host_ptr, in image3d()
Dimage1d.hpp51 void *host_ptr = 0) in image1d() argument
73 context, flags, format.get_format_ptr(), &desc, host_ptr, &error in image1d()
/third_party/boost/boost/compute/
Dcommand_queue.hpp300 void *host_ptr, in enqueue_read_buffer() argument
306 BOOST_ASSERT(host_ptr != 0); in enqueue_read_buffer()
316 host_ptr, in enqueue_read_buffer()
338 void *host_ptr, in enqueue_read_buffer_async() argument
344 BOOST_ASSERT(host_ptr != 0); in enqueue_read_buffer_async()
354 host_ptr, in enqueue_read_buffer_async()
382 void *host_ptr, in enqueue_read_buffer_rect() argument
387 BOOST_ASSERT(host_ptr != 0); in enqueue_read_buffer_rect()
402 host_ptr, in enqueue_read_buffer_rect()
429 void *host_ptr, in enqueue_read_buffer_rect_async() argument
[all …]
Dbuffer.hpp77 void *host_ptr = 0) in buffer() argument
83 host_ptr, in buffer()
/third_party/ffmpeg/libavfilter/
Dopencl.h197 #define CL_CREATE_BUFFER_FLAGS(ctx, buffer_name, flags, size, host_ptr) do { \ argument
202 host_ptr, \
214 #define CL_BLOCKING_WRITE_BUFFER(queue, buffer, size, host_ptr, event) do { \ argument
221 host_ptr, \
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs.cpp229 void *host_ptr, in CreateBuffer() argument
232 return context->cast<Context>().createBuffer(nullptr, flags, size, host_ptr, errorCode); in CreateBuffer()
239 void *host_ptr, in CreateBufferWithProperties() argument
242 return context->cast<Context>().createBuffer(properties, flags, size, host_ptr, errorCode); in CreateBufferWithProperties()
259 void *host_ptr, in CreateImage() argument
262 return context->cast<Context>().createImage(nullptr, flags, image_format, image_desc, host_ptr, in CreateImage()
271 void *host_ptr, in CreateImageWithProperties() argument
275 host_ptr, errorCode); in CreateImageWithProperties()
1117 void *host_ptr, in CreateImage2D() argument
1121 image_row_pitch, host_ptr, errorCode); in CreateImage2D()
[all …]
Dentry_points_cl_autogen.cpp257 void *host_ptr, in clCreateBuffer() argument
263 (uintptr_t)context, static_cast<unsigned long long>(flags), size, (uintptr_t)host_ptr, in clCreateBuffer()
268 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateBuffer, context, flagsPacked, size, host_ptr); in clCreateBuffer()
271 cl_mem object = CreateBuffer(context, flagsPacked, size, host_ptr, errorCode); in clCreateBuffer()
1160 void *host_ptr, in clCreateImage2D() argument
1169 image_width, image_height, image_row_pitch, (uintptr_t)host_ptr, (uintptr_t)errcode_ret); in clCreateImage2D()
1174 image_height, image_row_pitch, host_ptr); in clCreateImage2D()
1178 image_row_pitch, host_ptr, errorCode); in clCreateImage2D()
1196 void *host_ptr, in clCreateImage3D() argument
1206 (uintptr_t)host_ptr, (uintptr_t)errcode_ret); in clCreateImage3D()
[all …]
Dcl_stubs_autogen.h90 void *host_ptr,
96 void *host_ptr,
107 void *host_ptr,
114 void *host_ptr,
543 void *host_ptr,
553 void *host_ptr,
Dentry_points_cl_autogen.h73 void *host_ptr,
304 void *host_ptr,
314 void *host_ptr,
410 void *host_ptr,
602 void *host_ptr,
609 void *host_ptr,
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.cpp123 void *host_ptr, in clCreateBuffer() argument
126 return cl::GetDispatch().clCreateBuffer(context, flags, size, host_ptr, errcode_ret); in clCreateBuffer()
570 void *host_ptr, in clCreateImage2D() argument
574 image_height, image_row_pitch, host_ptr, errcode_ret); in clCreateImage2D()
585 void *host_ptr, in clCreateImage3D() argument
590 image_slice_pitch, host_ptr, errcode_ret); in clCreateImage3D()
775 void *host_ptr, in clCreateImage() argument
778 return cl::GetDispatch().clCreateImage(context, flags, image_format, image_desc, host_ptr, in clCreateImage()
1134 void *host_ptr, in clCreateBufferWithProperties() argument
1138 host_ptr, errcode_ret); in clCreateBufferWithProperties()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationCL_autogen.h70 const void *host_ptr);
293 const void *host_ptr);
302 const void *host_ptr);
394 const void *host_ptr);
571 const void *host_ptr);
577 const void *host_ptr);
DvalidationCL.cpp825 cl_int ValidateCreateBuffer(cl_context context, MemFlags flags, size_t size, const void *host_ptr) in ValidateCreateBuffer() argument
858 if ((host_ptr != nullptr) != flags.isSet(CL_MEM_USE_HOST_PTR | CL_MEM_COPY_HOST_PTR)) in ValidateCreateBuffer()
2201 const void *host_ptr) in ValidateCreateImage2D() argument
2205 return ValidateCreateImage(context, flags, image_format, &desc, host_ptr); in ValidateCreateImage2D()
2216 const void *host_ptr) in ValidateCreateImage3D() argument
2221 return ValidateCreateImage(context, flags, image_format, &desc, host_ptr); in ValidateCreateImage3D()
2695 const void *host_ptr) in ValidateCreateImage() argument
2783 if (host_ptr == nullptr) in ValidateCreateImage()
2802 if (host_ptr == nullptr) in ValidateCreateImage()
2855 if ((host_ptr != nullptr) != flags.isSet(CL_MEM_USE_HOST_PTR | CL_MEM_COPY_HOST_PTR)) in ValidateCreateImage()
[all …]
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h1083 void * host_ptr,
1104 void * host_ptr,
1128 void * host_ptr,
1137 void * host_ptr,
1871 void * host_ptr,
1883 void * host_ptr,
Dcl_icd.h138 cl_context context, cl_mem_flags flags, size_t size, void *host_ptr,
145 const cl_image_desc *image_desc, void *host_ptr,
158 size_t size, void *host_ptr,
164 void *host_ptr, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_3_0;
712 void *host_ptr, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_1_DEPRECATED;
717 size_t image_row_pitch, size_t image_slice_pitch, void *host_ptr,
Dcl_ext.h1594 void * host_ptr,
1603 void * host_ptr,
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl2.hpp3671 void* host_ptr = NULL, in Buffer() argument
3675 object_ = ::clCreateBuffer(context(), flags, size, host_ptr, &error); in Buffer()
3695 void* host_ptr = NULL, in Buffer() argument
3702 object_ = ::clCreateBuffer(context(), flags, size, host_ptr, &error); in Buffer()
4267 void* host_ptr = NULL, in Image1D() argument
4282 host_ptr, in Image1D()
4441 void* host_ptr = NULL, in Image1DArray() argument
4459 host_ptr, in Image1DArray()
4539 void* host_ptr = NULL, in Image2D() argument
4574 host_ptr, in Image2D()
[all …]
Dcl.hpp3169 void* host_ptr = NULL, in Buffer() argument
3173 object_ = ::clCreateBuffer(context(), flags, size, host_ptr, &error); in Buffer()
3193 void* host_ptr = NULL, in Buffer() argument
3200 object_ = ::clCreateBuffer(context(), flags, size, host_ptr, &error); in Buffer()
3659 void* host_ptr = NULL, in Image1D() argument
3674 host_ptr, in Image1D()
3823 void* host_ptr = NULL, in Image1DArray() argument
3841 host_ptr, in Image1DArray()
3913 void* host_ptr = NULL, in Image2D() argument
3948 host_ptr, in Image2D()
[all …]