/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | context.cpp | 28 PUBLIC cl_context 59 PUBLIC cl_context 78 clRetainContext(cl_context ctx) { in clRetainContext() 87 clReleaseContext(cl_context ctx) { in clReleaseContext() 98 clGetContextInfo(cl_context ctx, cl_context_info param, in clGetContextInfo()
|
D | memory.cpp | 30 clCreateBuffer(cl_context ctx, cl_mem_flags flags, size_t size, in clCreateBuffer() 94 clCreateImage2D(cl_context ctx, cl_mem_flags flags, in clCreateImage2D() 129 clCreateImage3D(cl_context ctx, cl_mem_flags flags, in clCreateImage3D() 165 clGetSupportedImageFormats(cl_context ctx, cl_mem_flags flags, in clGetSupportedImageFormats() 220 return scalar_property<cl_context>(buf, size, size_ret, &obj->ctx); in clGetMemObjectInfo()
|
D | sampler.cpp | 29 clCreateSampler(cl_context ctx, cl_bool norm_mode, in clCreateSampler() 74 return scalar_property<cl_context>(buf, size, size_ret, &s->ctx); in clGetSamplerInfo()
|
D | queue.cpp | 29 clCreateCommandQueue(cl_context ctx, cl_device_id dev, in clCreateCommandQueue() 78 return scalar_property<cl_context>(buf, size, size_ret, &q->ctx); in clGetCommandQueueInfo()
|
D | program.cpp | 29 clCreateProgramWithSource(cl_context ctx, cl_uint count, in clCreateProgramWithSource() 57 clCreateProgramWithBinary(cl_context ctx, cl_uint count, in clCreateProgramWithBinary() 179 return scalar_property<cl_context>(buf, size, size_ret, in clGetProgramInfo()
|
D | event.cpp | 29 clCreateUserEvent(cl_context ctx, cl_int *errcode_ret) try { in clCreateUserEvent() 101 return scalar_property<cl_context>(buf, size, size_ret, &ev->ctx); in clGetEventInfo()
|
D | kernel.cpp | 138 return scalar_property<cl_context>(buf, size, size_ret, in clGetKernelInfo()
|
/external/mesa3d/include/CL/ |
D | cl.h | 43 typedef struct _cl_context * cl_context; typedef 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 …]
|
D | cl_gl.h | 62 clCreateFromGLBuffer(cl_context /* context */, 68 clCreateFromGLTexture2D(cl_context /* context */, 76 clCreateFromGLTexture3D(cl_context /* context */, 84 clCreateFromGLRenderbuffer(cl_context /* context */,
|
D | cl_gl_ext.h | 61 clCreateEventFromGLsyncKHR(cl_context /* context */,
|
D | cl.hpp | 1027 struct ReferenceHandler<cl_context> 1029 static cl_int retain(cl_context context) in retain() 1031 static cl_int release(cl_context context) in release() 1417 class Context : public detail::Wrapper<cl_context> 1803 cl_context context, cl_mem_flags flags, ID3D10Buffer* buffer,
|
/external/ImageMagick/MagickCore/ |
D | 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
|
D | opencl.c | 2202 clEnv->contexts=(cl_context *) AcquireQuantumMemory(clEnv->number_contexts, in LoadOpenCLDevices() 2203 sizeof(cl_context)); in LoadOpenCLDevices() 2204 if (clEnv->contexts == (cl_context *) NULL) in LoadOpenCLDevices() 2862 if (clEnv->contexts != (cl_context *) NULL) in RelinquishMagickCLEnv() 2869 clEnv->contexts=(cl_context *) RelinquishMagickMemory(clEnv->contexts); in RelinquishMagickCLEnv()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | format.hpp | 40 std::set<cl_image_format> supported_formats(cl_context ctx,
|
D | device.hpp | 70 clover::supported_formats(cl_context, cl_mem_object_type);
|
D | format.cpp | 148 supported_formats(cl_context ctx, cl_mem_object_type type) { in supported_formats()
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glew.h | 3064 typedef struct _cl_context *cl_context; typedef 3067 typedef GLsync (GLAPIENTRY * PFNGLCREATESYNCFROMCLEVENTARBPROC) (cl_context context, cl_event event…
|