Home
last modified time | relevance | path

Searched refs:clCreateCommandQueueWithProperties (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def100 clCreateCommandQueueWithProperties
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp171 clCreateCommandQueueWithProperties,
Dqueue.cpp130 clCreateCommandQueueWithProperties(cl_context d_ctx, cl_device_id d_dev, in clCreateCommandQueueWithProperties() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map116 clCreateCommandQueueWithProperties;
DlibOpenCL_autogen.cpp907 clCreateCommandQueueWithProperties(cl_context context, in clCreateCommandQueueWithProperties() function
912 return cl::GetDispatch().clCreateCommandQueueWithProperties(context, device, properties, in clCreateCommandQueueWithProperties()
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp162 LOAD_OPENCL_FUNCTION_PTR(clCreateCommandQueueWithProperties); in LoadLibraryFromPath()
249 CL_DEFINE_FUNC_PTR(clCreateCommandQueueWithProperties);
819 cl_command_queue clCreateCommandQueueWithProperties(cl_context context, cl_device_id device, in clCreateCommandQueueWithProperties() function
823 auto func = OHOS::clCreateCommandQueueWithProperties; in clCreateCommandQueueWithProperties()
/third_party/opencl-headers/
DREADME_zh.md54 queue_ = clCreateCommandQueueWithProperties(context_, device_id, 0, &err);
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp161 cl::clCreateCommandQueueWithProperties,
Dproc_table_cl_autogen.cpp119 {"clCreateCommandQueueWithProperties", P(::cl::clCreateCommandQueueWithProperties)}, in GetProcTable()
Dentry_points_cl_autogen.h481 clCreateCommandQueueWithProperties(cl_context context,
Dentry_points_cl_autogen.cpp1880 clCreateCommandQueueWithProperties(cl_context context, in clCreateCommandQueueWithProperties() function
/third_party/opencl-headers/include/
Dopencl_wrapper.h204 CL_DECLARE_FUNC_PTR(clCreateCommandQueueWithProperties);
/third_party/mesa3d/include/CL/
Dcl2.hpp883 …EATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR CL_HPP_ERR_STR_(clCreateCommandQueueWithProperties)
7083 object_ = ::clCreateCommandQueueWithProperties(
7149 object_ = ::clCreateCommandQueueWithProperties(
7214 object_ = ::clCreateCommandQueueWithProperties(
7280 object_ = ::clCreateCommandQueueWithProperties(
7331 object_ = ::clCreateCommandQueueWithProperties(
7382 object_ = ::clCreateCommandQueueWithProperties(
8755 object_ = ::clCreateCommandQueueWithProperties(
8779 object_ = ::clCreateCommandQueueWithProperties(
8806 object_ = ::clCreateCommandQueueWithProperties(
[all …]
Dcl.h1056 clCreateCommandQueueWithProperties(cl_context context,
Dcl_icd.h1253 cl_api_clCreateCommandQueueWithProperties clCreateCommandQueueWithProperties; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.cpp102 nativeQueue = mNative->getDispatch().clCreateCommandQueueWithProperties( in createCommandQueue()
DCLPlatformCL.cpp263 (mNative->getDispatch().clCreateCommandQueueWithProperties == nullptr || in createInfo()
/third_party/opencl-headers/CL/
Dcl.h1065 clCreateCommandQueueWithProperties(cl_context context,
Dcl_icd.h1253 cl_api_clCreateCommandQueueWithProperties clCreateCommandQueueWithProperties; member
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_icd.h1253 cl_api_clCreateCommandQueueWithProperties clCreateCommandQueueWithProperties; member
Dcl.h1058 clCreateCommandQueueWithProperties(cl_context context,
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst2683 - clover: add trivial clCreateCommandQueueWithProperties implementation