Searched refs:clCreateProgramWithIL (Results 1 – 21 of 21) sorted by relevance
/third_party/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def | 114 clCreateProgramWithIL
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | dispatch.cpp | 190 clCreateProgramWithIL,
|
D | program.cpp | 218 clCreateProgramWithIL(cl_context d_ctx, in clCreateProgramWithIL() function
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.map | 136 clCreateProgramWithIL;
|
D | libOpenCL_autogen.cpp | 1062 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/ |
D | cl_dispatch_table.cpp | 180 cl::clCreateProgramWithIL,
|
D | proc_table_cl_autogen.cpp | 135 {"clCreateProgramWithIL", P(::cl::clCreateProgramWithIL)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 561 cl_program CL_API_CALL clCreateProgramWithIL(cl_context context,
|
D | entry_points_cl_autogen.cpp | 2199 cl_program CL_API_CALL clCreateProgramWithIL(cl_context context, in clCreateProgramWithIL() function
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 232 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/ |
D | opencl_wrapper.h | 203 CL_DECLARE_FUNC_PTR(clCreateProgramWithIL);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 269 mNative->getDispatch().clCreateProgramWithIL(mNative, il, length, &errorCode); in createProgramWithIL()
|
D | CLPlatformCL.cpp | 283 mNative->getDispatch().clCreateProgramWithIL == nullptr || in createInfo()
|
/third_party/opencl-headers/CL/ |
D | cl.h | 1269 clCreateProgramWithIL(cl_context context,
|
D | cl_icd.h | 1272 cl_api_clCreateProgramWithIL clCreateProgramWithIL; member
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 1260 clCreateProgramWithIL(cl_context context,
|
D | cl_icd.h | 1272 cl_api_clCreateProgramWithIL clCreateProgramWithIL; member
|
D | cl2.hpp | 866 #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/ |
D | cl.h | 1262 clCreateProgramWithIL(cl_context context,
|
D | cl_icd.h | 1272 cl_api_clCreateProgramWithIL clCreateProgramWithIL; member
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.0.rst | 2594 - clover: Implement clCreateProgramWithIL from OpenCL 2.1
|