Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_opaque.cpp35 prog = clCreateProgramWithIL(context, buffer, file_bytes, &err); in TEST_SPIRV_FUNC()
Dtest_linkage.cpp38 prog = clCreateProgramWithIL(context, buffer, file_bytes, &err); in test_linkage_compile()
Dmain.cpp161 prog = clCreateProgramWithIL(context, buffer, file_bytes, &err); in get_program_with_il()
/external/angle/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()
/external/angle/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
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_unload_platform_compiler.cpp278 m_CreateProgramWithIL = clCreateProgramWithIL;
354 using CreateProgramWithIL_fn = decltype(&clCreateProgramWithIL);
/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.cpp269 mNative->getDispatch().clCreateProgramWithIL(mNative, il, length, &errorCode); in createProgramWithIL()
DCLPlatformCL.cpp285 mNative->getDispatch().clCreateProgramWithIL == nullptr || in createInfo()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
Ddevice_cl_12.c772 program = clCreateProgramWithIL(runtime->cl.context, in skc_device_build_program()
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_consistency.cpp963 clCreateProgramWithIL(context, &bogus, sizeof(bogus), &error); in test_consistency_il_programs()
/external/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(
/external/angle/include/CL/
Dcl_icd.h1272 cl_api_clCreateProgramWithIL clCreateProgramWithIL; member
Dcl.h1262 clCreateProgramWithIL(cl_context context,
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h1262 clCreateProgramWithIL(cl_context context,
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp620 *outProgram = clCreateProgramWithIL(context, &modifiedKernelBuf[0], in create_single_kernel_helper_create_program_offline()