Home
last modified time | relevance | path

Searched refs:clCreateProgramWithIL (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def114 clCreateProgramWithIL
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp190 clCreateProgramWithIL,
Dprogram.cpp218 clCreateProgramWithIL(cl_context d_ctx, in clCreateProgramWithIL() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map136 clCreateProgramWithIL;
DlibOpenCL_autogen.cpp1062 cl_program CL_API_CALL clCreateProgramWithIL(cl_context context, in clCreateProgramWithIL() function
1067 return cl::GetDispatch().clCreateProgramWithIL(context, il, length, errcode_ret); in clCreateProgramWithIL()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp180 cl::clCreateProgramWithIL,
Dproc_table_cl_autogen.cpp135 {"clCreateProgramWithIL", P(::cl::clCreateProgramWithIL)}, in GetProcTable()
Dentry_points_cl_autogen.h561 cl_program CL_API_CALL clCreateProgramWithIL(cl_context context,
Dentry_points_cl_autogen.cpp2199 cl_program CL_API_CALL clCreateProgramWithIL(cl_context context, in clCreateProgramWithIL() function
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp232 CL_DEFINE_FUNC_PTR(clCreateProgramWithIL);
818 cl_program clCreateProgramWithIL(cl_context context, const void *il, size_t length, cl_int *ret) in clCreateProgramWithIL() function
821 auto func = OHOS::clCreateProgramWithIL; in clCreateProgramWithIL()
/third_party/opencl-headers/include/
Dopencl_wrapper.h203 CL_DECLARE_FUNC_PTR(clCreateProgramWithIL);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.cpp269 mNative->getDispatch().clCreateProgramWithIL(mNative, il, length, &errorCode); in createProgramWithIL()
DCLPlatformCL.cpp283 mNative->getDispatch().clCreateProgramWithIL == nullptr || in createInfo()
/third_party/opencl-headers/CL/
Dcl.h1269 clCreateProgramWithIL(cl_context context,
Dcl_icd.h1272 cl_api_clCreateProgramWithIL clCreateProgramWithIL; member
/third_party/mesa3d/include/CL/
Dcl.h1260 clCreateProgramWithIL(cl_context context,
Dcl_icd.h1272 cl_api_clCreateProgramWithIL clCreateProgramWithIL; member
Dcl2.hpp866 #define __CREATE_PROGRAM_WITH_IL_ERR CL_HPP_ERR_STR_(clCreateProgramWithIL)
870 #define __CREATE_PROGRAM_WITH_IL_ERR CL_HPP_ERR_STR_(clCreateProgramWithIL)
6331 object_ = ::clCreateProgramWithIL( in Program()
6385 object_ = ::clCreateProgramWithIL(
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h1262 clCreateProgramWithIL(cl_context context,
Dcl_icd.h1272 cl_api_clCreateProgramWithIL clCreateProgramWithIL; member
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2594 - clover: Implement clCreateProgramWithIL from OpenCL 2.1