Home
last modified time | relevance | path

Searched refs:clCreateCommandQueue (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def4 clCreateCommandQueue
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp37 clCreateCommandQueue,
Dqueue.cpp29 clCreateCommandQueue(cl_context d_ctx, cl_device_id d_dev, in clCreateCommandQueue() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map76 clCreateCommandQueue;
DlibOpenCL_autogen.cpp620 cl_command_queue CL_API_CALL clCreateCommandQueue(cl_context context, in clCreateCommandQueue() function
625 return cl::GetDispatch().clCreateCommandQueue(context, device, properties, errcode_ret); in clCreateCommandQueue()
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp124 LOAD_OPENCL_FUNCTION_PTR(clCreateCommandQueue); in LoadLibraryFromPath()
210 CL_DEFINE_FUNC_PTR(clCreateCommandQueue);
719 cl_command_queue clCreateCommandQueue(cl_context context, cl_device_id device, cl_command_queue_pro… in clCreateCommandQueue() function
723 auto func = OHOS::clCreateCommandQueue; in clCreateCommandQueue()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp27 cl::clCreateCommandQueue,
Dproc_table_cl_autogen.cpp92 {"clCreateCommandQueue", P(::cl::clCreateCommandQueue)}, in GetProcTable()
Dentry_points_cl_autogen.h323 cl_command_queue CL_API_CALL clCreateCommandQueue(cl_context context,
/third_party/ffmpeg/libavfilter/
Dvf_colorkey_opencl.c59 ctx->command_queue = clCreateCommandQueue( in colorkey_opencl_init()
Dvf_neighbor_opencl.c62 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in neighbor_opencl_init()
Dvf_overlay_opencl.c99 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in overlay_opencl_load()
Dvf_transpose_opencl.c51 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in transpose_opencl_init()
Dvf_program_opencl.c62 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in program_opencl_load()
Dvf_remap_opencl.c112 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in remap_opencl_load()
Dvf_avgblur_opencl.c66 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in avgblur_opencl_init()
Dvf_unsharp_opencl.c76 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in unsharp_opencl_init()
Dvf_convolution_opencl.c69 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in convolution_opencl_init()
Dvf_xfade_opencl.c101 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in xfade_opencl_load()
Dvf_pad_opencl.c100 ctx->command_queue = clCreateCommandQueue( in pad_opencl_init()
Dvf_nlmeans_opencl.c105 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in nlmeans_opencl_init()
Dvf_tonemap_opencl.c251 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in tonemap_opencl_init()
/third_party/opencl-headers/include/
Dopencl_wrapper.h165 CL_DECLARE_FUNC_PTR(clCreateCommandQueue);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.cpp94 nativeQueue = mNative->getDispatch().clCreateCommandQueue( in createCommandQueue()
DCLPlatformCL.cpp61 mNative->getDispatch().clCreateCommandQueue == nullptr || in createInfo()

12