/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | dispatch.cpp | 37 clCreateCommandQueue,
|
H A 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/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 27 cl::clCreateCommandQueue,
|
H A D | proc_table_cl_autogen.cpp | 92 {"clCreateCommandQueue", P(::cl::clCreateCommandQueue)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 323 cl_command_queue CL_API_CALL clCreateCommandQueue(cl_context context,
|
/third_party/opencl-headers/src/ |
H A D | opencl_wrapper.cpp | 124 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 D | vf_colorkey_opencl.c | 59 ctx->command_queue = clCreateCommandQueue( in colorkey_opencl_init()
|
H A D | vf_neighbor_opencl.c | 62 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in neighbor_opencl_init()
|
H A D | vf_transpose_opencl.c | 51 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in transpose_opencl_init()
|
H A D | vf_overlay_opencl.c | 99 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in overlay_opencl_load()
|
H A D | vf_avgblur_opencl.c | 66 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in avgblur_opencl_init()
|
H A D | vf_convolution_opencl.c | 69 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in convolution_opencl_init()
|
H A D | vf_nlmeans_opencl.c | 105 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in nlmeans_opencl_init()
|
H A D | vf_remap_opencl.c | 112 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in remap_opencl_load()
|
H A D | vf_unsharp_opencl.c | 76 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in unsharp_opencl_init()
|
H A D | vf_pad_opencl.c | 100 ctx->command_queue = clCreateCommandQueue( in pad_opencl_init()
|
H A D | vf_program_opencl.c | 62 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in program_opencl_load()
|
H A D | vf_xfade_opencl.c | 101 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in xfade_opencl_load()
|
H A D | vf_tonemap_opencl.c | 251 ctx->command_queue = clCreateCommandQueue(ctx->ocf.hwctx->context, in tonemap_opencl_init()
|
/third_party/opencl-headers/include/ |
H A D | opencl_wrapper.h | 165 CL_DECLARE_FUNC_PTR(clCreateCommandQueue);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 61 mNative->getDispatch().clCreateCommandQueue == nullptr || in createInfo()
|
H A D | CLContextCL.cpp | 94 nativeQueue = mNative->getDispatch().clCreateCommandQueue( in createCommandQueue()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A 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/mesa3d/include/CL/ |
H A D | cl2.hpp | 964 #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 D | cl_icd.h | 1115 cl_api_clCreateCommandQueue clCreateCommandQueue; member
|