Home
last modified time | relevance | path

Searched refs:clCreateCommandQueue (Results 1 - 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddispatch.cpp37 clCreateCommandQueue,
H A Dqueue.cpp29 clCreateCommandQueue(cl_context d_ctx, cl_device_id d_dev, in clCreateCommandQueue() function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_dispatch_table.cpp27 cl::clCreateCommandQueue,
H A Dproc_table_cl_autogen.cpp92 {"clCreateCommandQueue", P(::cl::clCreateCommandQueue)}, in GetProcTable()
H A Dentry_points_cl_autogen.h323 cl_command_queue CL_API_CALL clCreateCommandQueue(cl_context context,
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp124 LOAD_OPENCL_FUNCTION_PTR(clCreateCommandQueue); in LoadLibraryFromPath()
210 CL_DEFINE_FUNC_PTR(clCreateCommandQueue);
718 // clCreateCommandQueue wrapper, use OpenCLWrapper function.
719 cl_command_queue clCreateCommandQueue(cl_context context, cl_device_id device, cl_command_queue_properties properties, in clCreateCommandQueue() function
723 auto func = OHOS::clCreateCommandQueue; in clCreateCommandQueue()
/third_party/ffmpeg/libavfilter/
H A Dvf_colorkey_opencl.c59 ctx->command_queue = clCreateCommandQueue( in colorkey_opencl_init()
H A Dvf_neighbor_opencl.c62 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in neighbor_opencl_init()
H A Dvf_transpose_opencl.c51 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in transpose_opencl_init()
H A Dvf_overlay_opencl.c99 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in overlay_opencl_load()
H A Dvf_avgblur_opencl.c66 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in avgblur_opencl_init()
H A Dvf_convolution_opencl.c69 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in convolution_opencl_init()
H A Dvf_nlmeans_opencl.c105 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in nlmeans_opencl_init()
H A Dvf_remap_opencl.c112 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in remap_opencl_load()
H A Dvf_unsharp_opencl.c76 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in unsharp_opencl_init()
H A Dvf_pad_opencl.c100 ctx->command_queue = clCreateCommandQueue( in pad_opencl_init()
H A Dvf_program_opencl.c62 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in program_opencl_load()
H A Dvf_xfade_opencl.c101 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in xfade_opencl_load()
H A Dvf_tonemap_opencl.c251 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in tonemap_opencl_init()
/third_party/opencl-headers/include/
H A Dopencl_wrapper.h165 CL_DECLARE_FUNC_PTR(clCreateCommandQueue);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp61 mNative->getDispatch().clCreateCommandQueue == nullptr || in createInfo()
H A DCLContextCL.cpp94 nativeQueue = mNative->getDispatch().clCreateCommandQueue( in createCommandQueue()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A 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/mesa3d/include/CL/
H A Dcl2.hpp964 #define __CREATE_COMMAND_QUEUE_ERR CL_HPP_ERR_STR_(clCreateCommandQueue)
7098 object_ = ::clCreateCommandQueue( in CommandQueue()
7160 object_ = ::clCreateCommandQueue( in CommandQueue()
7229 object_ = ::clCreateCommandQueue( in CommandQueue()
7291 object_ = ::clCreateCommandQueue( in CommandQueue()
7342 object_ = ::clCreateCommandQueue( in CommandQueue()
7393 object_ = ::clCreateCommandQueue( in CommandQueue()
/third_party/opencl-headers/CL/
H A Dcl_icd.h1115 cl_api_clCreateCommandQueue clCreateCommandQueue; member

Completed in 37 milliseconds

12