HomeSort by relevance Sort by last modified time
    Searched refs:cl_context (Results 1 - 25 of 37) sorted by null

1 2

  /external/mesa3d/include/CL/
cl_gl_ext.h 61 clCreateEventFromGLsyncKHR(cl_context /* context */,
cl_gl.h 62 clCreateFromGLBuffer(cl_context /* context */,
68 clCreateFromGLTexture2D(cl_context /* context */,
76 clCreateFromGLTexture3D(cl_context /* context */,
84 clCreateFromGLRenderbuffer(cl_context /* context */,
cl.h 43 typedef struct _cl_context * cl_context; typedef in typeref:struct:_cl_context
475 extern CL_API_ENTRY cl_context CL_API_CALL
483 extern CL_API_ENTRY cl_context CL_API_CALL
491 clRetainContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
494 clReleaseContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
497 clGetContextInfo(cl_context /* context */,
505 clCreateCommandQueue(cl_context /* context */,
544 clCreateBuffer(cl_context /* context */,
558 clCreateImage2D(cl_context /* context */,
568 clCreateImage3D(cl_context /* context */
    [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_gl_ext.h 61 clCreateEventFromGLsyncKHR(cl_context /* context */,
cl_egl.h 62 clCreateFromEGLImageKHR(cl_context /* context */,
70 cl_context context,
115 clCreateEventFromEGLSyncKHR(cl_context /* context */,
121 cl_context context,
cl_gl.h 59 clCreateFromGLBuffer(cl_context /* context */,
65 clCreateFromGLTexture(cl_context /* context */,
73 clCreateFromGLRenderbuffer(cl_context /* context */,
109 clCreateFromGLTexture2D(cl_context /* context */,
117 clCreateFromGLTexture3D(cl_context /* context */,
cl_d3d10.h 86 cl_context context,
92 cl_context context,
99 cl_context context,
cl_d3d11.h 86 cl_context context,
92 cl_context context,
99 cl_context context,
cl.h 41 typedef struct _cl_context * cl_context; typedef in typeref:struct:_cl_context
611 extern CL_API_ENTRY cl_context CL_API_CALL
619 extern CL_API_ENTRY cl_context CL_API_CALL
627 clRetainContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
630 clReleaseContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
633 clGetContextInfo(cl_context /* context */,
641 clCreateCommandQueue(cl_context /* context */,
661 clCreateBuffer(cl_context /* context */,
    [all...]
cl_ext.h 148 extern CL_API_ENTRY cl_int CL_API_CALL clTerminateContextKHR(cl_context /* context */) CL_EXT_SUFFIX__VERSION_1_2;
150 typedef CL_API_ENTRY cl_int (CL_API_CALL *clTerminateContextKHR_fn)(cl_context /* context */) CL_EXT_SUFFIX__VERSION_1_2;
cl_dx9_media_sharing.h 99 cl_context context,
  /external/mesa3d/src/gallium/state_trackers/clover/api/
context.cpp 28 PUBLIC cl_context
59 PUBLIC cl_context
78 clRetainContext(cl_context ctx) {
87 clReleaseContext(cl_context ctx) {
98 clGetContextInfo(cl_context ctx, cl_context_info param,
queue.cpp 29 clCreateCommandQueue(cl_context ctx, cl_device_id dev,
78 return scalar_property<cl_context>(buf, size, size_ret, &q->ctx);
sampler.cpp 29 clCreateSampler(cl_context ctx, cl_bool norm_mode,
74 return scalar_property<cl_context>(buf, size, size_ret, &s->ctx);
memory.cpp 30 clCreateBuffer(cl_context ctx, cl_mem_flags flags, size_t size,
94 clCreateImage2D(cl_context ctx, cl_mem_flags flags,
129 clCreateImage3D(cl_context ctx, cl_mem_flags flags,
165 clGetSupportedImageFormats(cl_context ctx, cl_mem_flags flags,
220 return scalar_property<cl_context>(buf, size, size_ret, &obj->ctx);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
format.hpp 40 std::set<cl_image_format> supported_formats(cl_context ctx,
device.hpp 70 clover::supported_formats(cl_context, cl_mem_object_type);
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
opencl_svm_hsa_extension.hpp 74 cl_context /* context */,
82 cl_context /* context */,
opencl_svm_20.hpp 32 extern CL_RUNTIME_EXPORT void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags, size_t size, unsigned int alignment);
33 extern CL_RUNTIME_EXPORT void (CL_API_CALL *clSVMFree)(cl_context context, void* svm_pointer);
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp 285 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateBuffer)(cl_context, cl_mem_flags, size_t, void*, cl_int*);
286 extern CL_RUNTIME_EXPORT cl_command_queue (CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_id, cl_command_queue_properties, cl_int*);
287 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
288 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
289 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage)(cl_context, cl_mem_flags, const cl_image_format*, const cl_image_desc*, void*, cl_int*);
290 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage2D)(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, void*, cl_int*);
291 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage3D)(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, size_t, size_t, void*, cl_int*);
294 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, const cl_device_id*, const size_t*, const unsigned char**, cl_int*, cl_int*);
295 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_uint, const cl_device_id*, const char*, cl_int*);
296 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, const char**, const size_t*, cl_int*)
    [all...]
opencl_core_wrappers.hpp 17 inline cl_mem clCreateBuffer(cl_context p0, cl_mem_flags p1, size_t p2, void* p3, cl_int* p4) { return clCreateBuffer_pfn(p0, p1, p2, p3, p4); }
20 inline cl_command_queue clCreateCommandQueue(cl_context p0, cl_device_id p1, cl_command_queue_properties p2, cl_int* p3) { return clCreateCommandQueue_pfn(p0, p1, p2, p3); }
23 inline cl_context clCreateContext(const cl_context_properties* p0, cl_uint p1, const cl_device_id* p2, void (CL_CALLBACK*p3) (const char*, const void*, size_t, void*), void* p4, cl_int* p5) { return clCreateContext_pfn(p0, p1, p2, p3, p4, p5); }
26 inline cl_context clCreateContextFromType(const cl_context_properties* p0, cl_device_type p1, void (CL_CALLBACK*p2) (const char*, const void*, size_t, void*), void* p3, cl_int* p4) { return clCreateContextFromType_pfn(p0, p1, p2, p3, p4); }
29 inline cl_mem clCreateImage(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, const cl_image_desc* p3, void* p4, cl_int* p5) { return clCreateImage_pfn(p0, p1, p2, p3, p4, p5); }
32 inline cl_mem clCreateImage2D(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, size_t p3, size_t p4, size_t p5, void* p6, cl_int* p7) { return clCreateImage2D_pfn(p0, p1, p2, p3, p4, p5, p6, p7); }
35 inline cl_mem clCreateImage3D(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, size_t p3, size_t p4, size_t p5, size_t p6, size_t p7, void* p8, cl_int* p9) { return clCreateImage3D_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); }
44 inline cl_program clCreateProgramWithBinary(cl_context p0, cl_uint p1, const cl_device_id* p2, const size_t* p3, const unsigned char** p4, cl_int* p5, cl_int* p6) { return clCreateProgramWithBinary_pfn(p0, p1, p2, p3, p4, p5, p6); }
47 inline cl_program clCreateProgramWithBuiltInKernels(cl_context p0, cl_uint p1, const cl_device_id* p2, const char* p3, cl_int* p4) { return clCreateProgramWithBuiltInKernels_pfn(p0, p1, p2, p3, p4); }
50 inline cl_program clCreateProgramWithSource(cl_context p0, cl_uint p1, const char** p2, const size_t* p3, cl_int* p4) { return clCreateProgramWithSource_ (…)
    [all...]
  /external/ImageMagick/MagickCore/
opencl-private.h 86 typedef CL_API_ENTRY cl_context
94 (CL_API_CALL *MAGICKpfn_clReleaseContext)(cl_context context)
100 (CL_API_CALL *MAGICKpfn_clCreateCommandQueue)(cl_context context,
119 (CL_API_CALL *MAGICKpfn_clCreateBuffer)(cl_context context,
130 (CL_API_CALL *MAGICKpfn_clCreateProgramWithSource)(cl_context context,
135 (CL_API_CALL *MAGICKpfn_clCreateProgramWithBinary)(cl_context context,
289 cl_context
330 cl_context
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp 229 cl_mem (CL_API_CALL*clCreateBuffer)(cl_context, cl_mem_flags, size_t, void*, cl_int*) =
230 opencl_fn5<OPENCL_FN_clCreateBuffer, cl_mem, cl_context, cl_mem_flags, size_t, void*, cl_int*>::switch_fn;
233 cl_command_queue (CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_id, cl_command_queue_properties, cl_int*) =
234 opencl_fn4<OPENCL_FN_clCreateCommandQueue, cl_command_queue, cl_context, cl_device_id, cl_command_queue_properties, cl_int*>::switch_fn;
237 cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*) =
238 opencl_fn6<OPENCL_FN_clCreateContext, cl_context, const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*>::switch_fn;
241 cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*) =
242 opencl_fn5<OPENCL_FN_clCreateContextFromType, cl_context, const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*>::switch_fn;
245 cl_mem (CL_API_CALL*clCreateImage)(cl_context, cl_mem_flags, const cl_image_format*, const cl_image_desc*, void*, cl_int*) =
246 opencl_fn6<OPENCL_FN_clCreateImage, cl_mem, cl_context, cl_mem_flags, const cl_image_format*, const cl_image_desc*, void*, cl_int*>::switch_fn
    [all...]
  /external/opencv3/modules/core/src/
directx.cpp 264 cl_context context = NULL;
372 cl_context context = NULL;
480 cl_context context = NULL;
590 cl_context context = NULL;
724 cl_context context = (cl_context)ctx.ptr();
781 cl_context context = (cl_context)ctx.ptr();
    [all...]
  /external/opencv3/modules/core/src/opencl/runtime/
opencl_core.cpp 206 void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags, size_t size, unsigned int alignment) =
207 opencl_fn4<OPENCL_FN_clSVMAlloc, void*, cl_context, cl_svm_mem_flags, size_t, unsigned int>::switch_fn;
209 void (CL_API_CALL *clSVMFree)(cl_context context, void* svm_pointer) =
210 opencl_fn2<OPENCL_FN_clSVMFree, void, cl_context, void*>::switch_fn;

Completed in 293 milliseconds

1 2