Searched refs:clCreateCommandQueue (Results 1 – 25 of 36) sorted by relevance
12
/third_party/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def | 4 clCreateCommandQueue
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | dispatch.cpp | 37 clCreateCommandQueue,
|
D | queue.cpp | 29 clCreateCommandQueue(cl_context d_ctx, cl_device_id d_dev, in clCreateCommandQueue() function
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.map | 76 clCreateCommandQueue;
|
D | libOpenCL_autogen.cpp | 620 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/ |
D | opencl_wrapper.cpp | 124 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/ |
D | cl_dispatch_table.cpp | 27 cl::clCreateCommandQueue,
|
D | proc_table_cl_autogen.cpp | 92 {"clCreateCommandQueue", P(::cl::clCreateCommandQueue)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 323 cl_command_queue CL_API_CALL clCreateCommandQueue(cl_context context,
|
/third_party/ffmpeg/libavfilter/ |
D | vf_colorkey_opencl.c | 59 ctx->command_queue = clCreateCommandQueue( in colorkey_opencl_init()
|
D | vf_neighbor_opencl.c | 62 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in neighbor_opencl_init()
|
D | vf_overlay_opencl.c | 99 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in overlay_opencl_load()
|
D | vf_transpose_opencl.c | 51 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in transpose_opencl_init()
|
D | vf_program_opencl.c | 62 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in program_opencl_load()
|
D | vf_remap_opencl.c | 112 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in remap_opencl_load()
|
D | vf_avgblur_opencl.c | 66 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in avgblur_opencl_init()
|
D | vf_unsharp_opencl.c | 76 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in unsharp_opencl_init()
|
D | vf_convolution_opencl.c | 69 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in convolution_opencl_init()
|
D | vf_xfade_opencl.c | 101 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in xfade_opencl_load()
|
D | vf_pad_opencl.c | 100 ctx->command_queue = clCreateCommandQueue( in pad_opencl_init()
|
D | vf_nlmeans_opencl.c | 105 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in nlmeans_opencl_init()
|
D | vf_tonemap_opencl.c | 251 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in tonemap_opencl_init()
|
/third_party/opencl-headers/include/ |
D | opencl_wrapper.h | 165 CL_DECLARE_FUNC_PTR(clCreateCommandQueue);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 94 nativeQueue = mNative->getDispatch().clCreateCommandQueue( in createCommandQueue()
|
D | CLPlatformCL.cpp | 61 mNative->getDispatch().clCreateCommandQueue == nullptr || in createInfo()
|
12