• Home
  • Raw
  • Download

Lines Matching refs:cl_mem

137 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateBuffer)(
143 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateImage)(
156 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateBufferWithProperties)(
161 typedef CL_API_ENTRY 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_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreatePipe)(
207 cl_mem /* pipe */, cl_pipe_info /* param_name */,
450 cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read,
458 cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read,
472 cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write,
480 cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read,
496 cl_command_queue command_queue, cl_mem buffer, const void *pattern,
508 cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer,
516 cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer,
530 cl_command_queue command_queue, cl_mem image, cl_bool blocking_read,
537 cl_command_queue command_queue, cl_mem image, cl_bool blocking_write,
546 cl_command_queue command_queue, cl_mem image, const void *fill_color,
558 cl_command_queue command_queue, cl_mem src_image, cl_mem dst_image,
564 cl_command_queue command_queue, cl_mem src_image, cl_mem dst_buffer,
570 cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_image,
576 cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map,
582 cl_command_queue command_queue, cl_mem image, cl_bool blocking_map,
589 cl_command_queue command_queue, cl_mem memobj, void *mapped_ptr,
597 const cl_mem *mem_objects, cl_mem_migration_flags flags,
621 void *args, size_t cb_args, cl_uint num_mem_objects, const cl_mem *mem_list,
709 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateImage2D)(
714 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateImage3D)(
738 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromGLBuffer)(
742 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromGLTexture)(
746 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromGLTexture2D)(
750 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromGLTexture3D)(
754 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromGLRenderbuffer)(
759 cl_mem memobj, cl_gl_object_type *gl_object_type,
763 cl_mem memobj, cl_gl_texture_info param_name, size_t param_value_size,
768 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
774 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
797 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromD3D10BufferKHR)(
801 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromD3D10Texture2DKHR)(
805 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromD3D10Texture3DKHR)(
812 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
819 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
828 extern CL_API_ENTRY cl_mem CL_API_CALL
832 extern CL_API_ENTRY cl_mem CL_API_CALL clCreateFromD3D10Texture2DKHR(
836 extern CL_API_ENTRY cl_mem CL_API_CALL clCreateFromD3D10Texture3DKHR(
842 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
847 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
857 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromD3D11BufferKHR)(
861 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromD3D11Texture2DKHR)(
865 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromD3D11Texture3DKHR)(
872 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
879 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
891 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromDX9MediaSurfaceKHR)(
899 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
906 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
916 extern CL_API_ENTRY cl_mem CL_API_CALL
920 extern CL_API_ENTRY cl_mem CL_API_CALL clCreateFromD3D11Texture2DKHR(
924 extern CL_API_ENTRY cl_mem CL_API_CALL clCreateFromD3D11Texture3DKHR(
930 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
935 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
945 extern CL_API_ENTRY cl_mem CL_API_CALL clCreateFromDX9MediaSurfaceKHR(
952 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
957 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
995 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateSubBuffer)(
996 cl_mem /* buffer */, cl_mem_flags /* flags */,
1003 cl_mem /* memobj */,
1004 void(CL_CALLBACK * /*pfn_notify*/)(cl_mem /* memobj */,
1038 typedef CL_API_ENTRY cl_mem(CL_API_CALL *cl_api_clCreateFromEGLImageKHR)(
1045 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,
1050 const cl_mem *mem_objects, cl_uint num_events_in_wait_list,