Home
last modified time | relevance | path

Searched refs:cl_context (Results 1 – 25 of 45) sorted by relevance

12

/external/mesa3d/src/gallium/state_trackers/clover/api/
Ddispatch.hpp65 CL_API_ENTRY cl_context (CL_API_CALL *clCreateContext)(
73 CL_API_ENTRY cl_context (CL_API_CALL *clCreateContextFromType)(
81 cl_context context);
84 cl_context context);
87 cl_context context,
94 cl_context context,
119 cl_context context,
126 cl_context context,
136 cl_context context,
154 cl_context context,
[all …]
Dcontext.cpp29 CLOVER_API cl_context
61 CLOVER_API cl_context
94 clRetainContext(cl_context d_ctx) try { in clRetainContext()
103 clReleaseContext(cl_context d_ctx) try { in clReleaseContext()
114 clGetContextInfo(cl_context d_ctx, cl_context_info param, in clGetContextInfo()
Dmemory.cpp73 clCreateBuffer(cl_context d_ctx, cl_mem_flags d_flags, size_t size, in clCreateBuffer()
127 clCreateImage(cl_context d_ctx, cl_mem_flags d_flags, in clCreateImage()
218 clCreateImage2D(cl_context d_ctx, cl_mem_flags d_flags, in clCreateImage2D()
229 clCreateImage3D(cl_context d_ctx, cl_mem_flags d_flags, in clCreateImage3D()
241 clGetSupportedImageFormats(cl_context d_ctx, cl_mem_flags flags, in clGetSupportedImageFormats()
298 buf.as_scalar<cl_context>() = desc(mem.context()); in clGetMemObjectInfo()
Dsampler.cpp29 clCreateSampler(cl_context d_ctx, cl_bool norm_mode, in clCreateSampler()
77 buf.as_scalar<cl_context>() = desc(s.context()); in clGetSamplerInfo()
Dprogram.cpp51 clCreateProgramWithSource(cl_context d_ctx, cl_uint count, in clCreateProgramWithSource()
77 clCreateProgramWithBinary(cl_context d_ctx, cl_uint n, in clCreateProgramWithBinary()
132 clCreateProgramWithBuiltInKernels(cl_context d_ctx, cl_uint n, in clCreateProgramWithBuiltInKernels()
274 clLinkProgram(cl_context d_ctx, cl_uint num_devs, const cl_device_id *d_devs, in clLinkProgram()
330 buf.as_scalar<cl_context>() = desc(prog.context()); in clGetProgramInfo()
Dqueue.cpp29 clCreateCommandQueue(cl_context d_ctx, cl_device_id d_dev, in clCreateCommandQueue()
82 buf.as_scalar<cl_context>() = desc(q.context()); in clGetCommandQueueInfo()
/external/mesa3d/include/CL/
Dcl_gl.h59 clCreateFromGLBuffer(cl_context /* context */,
65 clCreateFromGLTexture(cl_context /* context */,
73 clCreateFromGLRenderbuffer(cl_context /* context */,
109 clCreateFromGLTexture2D(cl_context /* context */,
117 clCreateFromGLTexture3D(cl_context /* context */,
Dcl.h41 typedef struct _cl_context * cl_context; typedef
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 */,
675 clCreateImage(cl_context /* context */,
689 clGetSupportedImageFormats(cl_context /* context */,
[all …]
Dcl_egl.h65 clCreateFromEGLImageKHR(cl_context /* context */,
73 cl_context context,
118 clCreateEventFromEGLSyncKHR(cl_context /* context */,
124 cl_context context,
Dcl_d3d11.h86 cl_context context,
92 cl_context context,
99 cl_context context,
Dcl_d3d10.h86 cl_context context,
92 cl_context context,
99 cl_context context,
Dcl_ext.h148 extern CL_API_ENTRY cl_int CL_API_CALL clTerminateContextKHR(cl_context /* context */) CL_EXT_SUFFI…
150 typedef CL_API_ENTRY cl_int (CL_API_CALL *clTerminateContextKHR_fn)(cl_context /* context */) CL_EX…
Dcl_gl_ext.h61 clCreateEventFromGLsyncKHR(cl_context /* context */,
/external/ImageMagick/MagickCore/
Dopencl-private.h89 typedef CL_API_ENTRY cl_context
97 (CL_API_CALL *MAGICKpfn_clReleaseContext)(cl_context context)
103 (CL_API_CALL *MAGICKpfn_clCreateCommandQueue)(cl_context context,
122 (CL_API_CALL *MAGICKpfn_clCreateBuffer)(cl_context context,
137 (CL_API_CALL *MAGICKpfn_clCreateProgramWithSource)(cl_context context,
142 (CL_API_CALL *MAGICKpfn_clCreateProgramWithBinary)(cl_context context,
305 cl_context
349 cl_context
/external/libxcam/capi/
Dcontext_priv.cpp128 SmartPtr<CLContext> cl_context = CLDevice::instance()->get_context (); in init_handler() local
130 ERROR, cl_context.ptr (), XCAM_RETURN_ERROR_UNKNOWN, in init_handler()
134 SmartPtr<CLImageHandler> handler = create_handler (cl_context); in init_handler()
/external/skqp/src/compute/skc/platforms/cl_12/
Druntime_cl_12.h35 cl_context context;
72 cl_context context_cl,
Dskc_cl.h34 cl_context context_cl,
/external/skia/src/compute/skc/platforms/cl_12/
Druntime_cl_12.h35 cl_context context;
72 cl_context context_cl,
Dskc_cl.h34 cl_context context_cl,
/external/libxcam/modules/ocl/
DMakefile.am33 cl_context.cpp \
113 cl_context.h \
Dcl_context.h68 cl_context get_context_id () { in get_context_id()
177 cl_context _context_id;
/external/skqp/src/compute/skc/
Dinterop.h35 cl_context context_cl);
/external/skia/src/compute/skc/
Dinterop.h35 cl_context context_cl);
/external/skqp/src/compute/hs/cl/
Dhs_cl.h31 cl_context context,
/external/skia/src/compute/hs/cl/
Dhs_cl.h31 cl_context context,

12