Home
last modified time | relevance | path

Searched refs:cl_mem (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl_icd.h137 typedef cl_mem(CL_API_CALL *cl_api_clCreateBuffer)(
143 typedef cl_mem(CL_API_CALL *cl_api_clCreateImage)(
156 typedef cl_mem(CL_API_CALL *cl_api_clCreateBufferWithProperties)(
161 typedef cl_mem(CL_API_CALL *cl_api_clCreateImageWithProperties)(
180 cl_mem memobj) CL_API_SUFFIX__VERSION_1_0;
183 cl_mem memobj) CL_API_SUFFIX__VERSION_1_0;
191 cl_mem memobj, cl_mem_info param_name, size_t param_value_size,
195 cl_mem image, cl_image_info param_name, size_t param_value_size,
200 typedef cl_mem(CL_API_CALL *cl_api_clCreatePipe)(
207 cl_mem /* pipe */, cl_pipe_info /* param_name */,
[all …]
Dcl_gl.h51 extern CL_API_ENTRY cl_mem CL_API_CALL
59 extern CL_API_ENTRY cl_mem CL_API_CALL
69 extern CL_API_ENTRY cl_mem CL_API_CALL
76 clGetGLObjectInfo(cl_mem memobj,
81 clGetGLTextureInfo(cl_mem memobj,
90 const cl_mem * mem_objects,
98 const cl_mem * mem_objects,
105 extern CL_API_ENTRY CL_API_PREFIX__VERSION_1_1_DEPRECATED cl_mem CL_API_CALL
113 extern CL_API_ENTRY CL_API_PREFIX__VERSION_1_1_DEPRECATED cl_mem CL_API_CALL
Dcl_egl.h51 extern CL_API_ENTRY cl_mem CL_API_CALL
59 typedef cl_mem (CL_API_CALL *clCreateFromEGLImageKHR_fn)(
71 const cl_mem * mem_objects,
79 const cl_mem * mem_objects,
88 const cl_mem * mem_objects,
96 const cl_mem * mem_objects,
Dcl_dx9_media_sharing.h101 typedef cl_mem (CL_API_CALL *clCreateFromDX9MediaSurfaceKHR_fn)(
112 const cl_mem * mem_objects,
120 const cl_mem * mem_objects,
185 extern CL_API_ENTRY cl_mem CL_API_CALL
194 typedef cl_mem (CL_API_CALL *clCreateFromDX9MediaSurfaceINTEL_fn)(
206 const cl_mem* mem_objects,
214 const cl_mem* mem_objects,
223 cl_mem* mem_objects,
231 cl_mem* mem_objects,
Dcl_va_api_media_sharing_intel.h109 extern CL_API_ENTRY cl_mem CL_API_CALL
117 typedef cl_mem (CL_API_CALL * clCreateFromVA_APIMediaSurfaceINTEL_fn)(
128 const cl_mem* mem_objects,
136 const cl_mem* mem_objects,
145 const cl_mem* mem_objects,
153 const cl_mem* mem_objects,
Dcl_d3d11.h88 typedef cl_mem (CL_API_CALL *clCreateFromD3D11BufferKHR_fn)(
94 typedef cl_mem (CL_API_CALL *clCreateFromD3D11Texture2DKHR_fn)(
101 typedef cl_mem (CL_API_CALL *clCreateFromD3D11Texture3DKHR_fn)(
111 const cl_mem * mem_objects,
119 const cl_mem * mem_objects,
Dcl_d3d10.h88 typedef cl_mem (CL_API_CALL *clCreateFromD3D10BufferKHR_fn)(
94 typedef cl_mem (CL_API_CALL *clCreateFromD3D10Texture2DKHR_fn)(
101 typedef cl_mem (CL_API_CALL *clCreateFromD3D10Texture3DKHR_fn)(
111 const cl_mem * mem_objects,
119 const cl_mem * mem_objects,
Dcl.h33 typedef struct _cl_mem * cl_mem; typedef
154 cl_mem buffer;
159 cl_mem mem_object;
1086 extern CL_API_ENTRY cl_mem CL_API_CALL
1095 extern CL_API_ENTRY cl_mem CL_API_CALL
1096 clCreateSubBuffer(cl_mem buffer,
1106 extern CL_API_ENTRY cl_mem CL_API_CALL
1118 extern CL_API_ENTRY cl_mem CL_API_CALL
1130 extern CL_API_ENTRY cl_mem CL_API_CALL
1138 extern CL_API_ENTRY cl_mem CL_API_CALL
[all …]
Dcl_ext.h125 cl_mem src_buffer,
126 cl_mem dst_buffer,
139 cl_mem src_buffer,
140 cl_mem dst_buffer,
157 cl_mem src_buffer,
158 cl_mem dst_image,
171 cl_mem src_image,
172 cl_mem dst_image,
185 cl_mem src_image,
186 cl_mem dst_buffer,
[all …]
Dopencl.hpp1765 struct ReferenceHandler<cl_mem>
1767 static cl_int retain(cl_mem memory) in retain()
1769 static cl_int release(cl_mem memory) in release()
3447 class Memory : public detail::Wrapper<cl_mem>
3464 explicit Memory(const cl_mem& memory, bool retainObject) : in Memory()
3472 Memory& operator = (const cl_mem& rhs) in operator =()
3545 void (CL_CALLBACK * pfn_notify)(cl_mem, void *), in setDestructorCallback() argument
4069 explicit Buffer(const cl_mem& buffer, bool retainObject = false) : in Buffer()
4076 Buffer& operator = (const cl_mem& rhs) in operator =()
4165 typedef CL_API_ENTRY cl_mem (CL_API_CALL *PFN_clCreateFromD3D10BufferKHR)( in BufferD3D10()
[all …]
Dcl.hpp1717 struct ReferenceHandler<cl_mem>
1719 static cl_int retain(cl_mem memory) in retain()
1721 static cl_int release(cl_mem memory) in release()
3042 class Memory : public detail::Wrapper<cl_mem>
3053 __CL_EXPLICIT_CONSTRUCTORS Memory(const cl_mem& memory) : detail::Wrapper<cl_type>(memory) { } in Memory()
3060 Memory& operator = (const cl_mem& rhs) in operator =()
3134 void (CL_CALLBACK * pfn_notify)(cl_mem, void *), in setDestructorCallback() argument
3295 __CL_EXPLICIT_CONSTRUCTORS Buffer(const cl_mem& buffer) : Memory(buffer) { } in Buffer()
3301 Buffer& operator = (const cl_mem& rhs) in operator =()
3379 typedef CL_API_ENTRY cl_mem (CL_API_CALL *PFN_clCreateFromD3D10BufferKHR)(
[all …]