Searched refs:clCreateCommandQueueWithProperties (Results 1 – 22 of 22) sorted by relevance
/third_party/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def | 100 clCreateCommandQueueWithProperties
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | dispatch.cpp | 171 clCreateCommandQueueWithProperties,
|
D | queue.cpp | 130 clCreateCommandQueueWithProperties(cl_context d_ctx, cl_device_id d_dev, in clCreateCommandQueueWithProperties() function
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.map | 116 clCreateCommandQueueWithProperties;
|
D | libOpenCL_autogen.cpp | 907 clCreateCommandQueueWithProperties(cl_context context, in clCreateCommandQueueWithProperties() function 912 return cl::GetDispatch().clCreateCommandQueueWithProperties(context, device, properties, in clCreateCommandQueueWithProperties()
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 162 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/ |
D | README_zh.md | 54 queue_ = clCreateCommandQueueWithProperties(context_, device_id, 0, &err);
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 161 cl::clCreateCommandQueueWithProperties,
|
D | proc_table_cl_autogen.cpp | 119 {"clCreateCommandQueueWithProperties", P(::cl::clCreateCommandQueueWithProperties)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 481 clCreateCommandQueueWithProperties(cl_context context,
|
D | entry_points_cl_autogen.cpp | 1880 clCreateCommandQueueWithProperties(cl_context context, in clCreateCommandQueueWithProperties() function
|
/third_party/opencl-headers/include/ |
D | opencl_wrapper.h | 204 CL_DECLARE_FUNC_PTR(clCreateCommandQueueWithProperties);
|
/third_party/mesa3d/include/CL/ |
D | cl2.hpp | 883 …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 …]
|
D | cl.h | 1056 clCreateCommandQueueWithProperties(cl_context context,
|
D | cl_icd.h | 1253 cl_api_clCreateCommandQueueWithProperties clCreateCommandQueueWithProperties; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 102 nativeQueue = mNative->getDispatch().clCreateCommandQueueWithProperties( in createCommandQueue()
|
D | CLPlatformCL.cpp | 263 (mNative->getDispatch().clCreateCommandQueueWithProperties == nullptr || in createInfo()
|
/third_party/opencl-headers/CL/ |
D | cl.h | 1065 clCreateCommandQueueWithProperties(cl_context context,
|
D | cl_icd.h | 1253 cl_api_clCreateCommandQueueWithProperties clCreateCommandQueueWithProperties; member
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_icd.h | 1253 cl_api_clCreateCommandQueueWithProperties clCreateCommandQueueWithProperties; member
|
D | cl.h | 1058 clCreateCommandQueueWithProperties(cl_context context,
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 2683 - clover: add trivial clCreateCommandQueueWithProperties implementation
|