Home
last modified time | relevance | path

Searched defs:host_ptr (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dmemory.cpp32 size_t size, void *host_ptr) : in memory_obj()
72 memory_obj::host_ptr() const { in host_ptr() function in memory_obj
79 size_t size, void *host_ptr) : in buffer()
91 size_t size, void *host_ptr) : in root_buffer()
176 void *host_ptr, cl_mem buffer) : in image()
268 void *host_ptr) : in image1d()
278 void *host_ptr, cl_mem buffer) : in image1d_buffer()
289 void *host_ptr) : in image1d_array()
299 void *host_ptr) : in image2d()
310 void *host_ptr) : in image2d_array()
[all …]
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dmemory.cpp107 void *host_ptr, cl_int *r_errcode) try { in clCreateBufferWithProperties()
113 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | in clCreateBufferWithProperties() local
133 void *host_ptr, cl_int *r_errcode) { in clCreateBuffer()
174 void *host_ptr, cl_int *r_errcode) try { in clCreateImageWithProperties()
201 if (bool(host_ptr) != bool(d_flags & (CL_MEM_USE_HOST_PTR | in clCreateImageWithProperties() local
338 void *host_ptr, cl_int *r_errcode) { in clCreateImage()
347 void *host_ptr, cl_int *r_errcode) { in clCreateImage2D()
359 void *host_ptr, cl_int *r_errcode) { in clCreateImage3D()
/third_party/ffmpeg/libavfilter/
Dopencl.h197 #define CL_CREATE_BUFFER_FLAGS(ctx, buffer_name, flags, size, host_ptr) do { \ argument
214 #define CL_BLOCKING_WRITE_BUFFER(queue, buffer, size, host_ptr, event) do { \ argument
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp437 cl_mem clCreateBuffer(cl_context context, cl_mem_flags flags, size_t size, void *host_ptr, cl_int *… in clCreateBuffer()
679 … size_t imageHeight, size_t image_row_pitch, void *host_ptr, cl_int *errcode_ret) in clCreateImage2D()
690 void *host_ptr, cl_int *errcode_ret) in clCreateImage3D()
777 const cl_image_desc *image_desc, void *host_ptr, cl_int *errcode_ret) in clCreateImage()
845 …EnqueueSVMMap(cl_command_queue command_queue, cl_bool blocking, cl_map_flags flags, void *host_ptr, in clEnqueueSVMMap()
855 cl_int clEnqueueSVMUnmap(cl_command_queue command_queue, void *host_ptr, cl_uint num_events_in_wait… in clEnqueueSVMUnmap()
865 cl_int clSetKernelArgSVMPointer(cl_kernel kernel, cl_uint index, const void *host_ptr) in clSetKernelArgSVMPointer()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs.cpp229 void *host_ptr, in CreateBuffer()
239 void *host_ptr, in CreateBufferWithProperties()
259 void *host_ptr, in CreateImage()
271 void *host_ptr, in CreateImageWithProperties()
1117 void *host_ptr, in CreateImage2D()
1132 void *host_ptr, in CreateImage3D()
Dentry_points_cl_autogen.cpp257 void *host_ptr, in clCreateBuffer()
1160 void *host_ptr, in clCreateImage2D()
1196 void *host_ptr, in clCreateImage3D()
1602 void *host_ptr, in clCreateImage()
2347 void *host_ptr, in clCreateBufferWithProperties()
2379 void *host_ptr, in clCreateImageWithProperties()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.cpp123 void *host_ptr, in clCreateBuffer()
570 void *host_ptr, in clCreateImage2D()
585 void *host_ptr, in clCreateImage3D()
775 void *host_ptr, in clCreateImage()
1134 void *host_ptr, in clCreateBufferWithProperties()
1146 void *host_ptr, in clCreateImageWithProperties()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationCL.cpp825 cl_int ValidateCreateBuffer(cl_context context, MemFlags flags, size_t size, const void *host_ptr) in ValidateCreateBuffer()
2201 const void *host_ptr) in ValidateCreateImage2D()
2216 const void *host_ptr) in ValidateCreateImage3D()
2695 const void *host_ptr) in ValidateCreateImage()
3587 const void *host_ptr) in ValidateCreateBufferWithProperties()
3613 const void *host_ptr) in ValidateCreateImageWithProperties()
/third_party/mesa3d/include/CL/
Dcl2.hpp3823 void* host_ptr = NULL, in Buffer()
3847 void* host_ptr = NULL, in Buffer()
4419 void* host_ptr = NULL, in Image1D()
4593 void* host_ptr = NULL, in Image1DArray()
4691 void* host_ptr = NULL, in Image2D()
5024 void* host_ptr = NULL, in Image2DArray()
5122 void* host_ptr = NULL, in Image3D()
Dcl.hpp3186 void* host_ptr = NULL, in Buffer()
3210 void* host_ptr = NULL, in Buffer()
3676 void* host_ptr = NULL, in Image1D()
3840 void* host_ptr = NULL, in Image1DArray()
3930 void* host_ptr = NULL, in Image2D()
4148 void* host_ptr = NULL, in Image2DArray()
4241 void* host_ptr = NULL, in Image3D()
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1837 void *host_ptr, uint32_t size, in anv_device_import_bo_from_host_ptr()
Danv_private.h1737 void * host_ptr; member