Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/OpenCL-ICD-Loader/loader/windows/
H A DOpenCL-mingw-i686.def148 clCreateProgramWithIL@16 == clCreateProgramWithIL
H A DOpenCL.def152 clCreateProgramWithIL
/aosp_15_r20/external/angle/include/CL/
H A Dcl_icd.h273 clCreateProgramWithIL_t *clCreateProgramWithIL; member
281 void *clCreateProgramWithIL; member
/aosp_15_r20/external/OpenCL-Headers/CL/
H A Dcl_icd.h273 clCreateProgramWithIL_t *clCreateProgramWithIL; member
281 void *clCreateProgramWithIL; member
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dicd.rs163 clCreateProgramWithIL: Some(clCreateProgramWithIL),
490 … "clCreateProgramWithILKHR" => cl_ext_func!(clCreateProgramWithIL: clCreateProgramWithILKHR_fn), in clGetExtensionFunctionAddress()
H A Dprogram.rs246 #[cl_entrypoint(clCreateProgramWithIL)]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dtest_op_opaque.cpp34 prog = clCreateProgramWithIL(context, buffer, file_bytes, &err); in TEST_SPIRV_FUNC()
H A Dtest_linkage.cpp38 prog = clCreateProgramWithIL(context, buffer, file_bytes, &err); in test_linkage_compile()
H A Dmain.cpp161 prog = clCreateProgramWithIL(context, buffer, file_bytes, &err); in get_program_with_il()
/aosp_15_r20/external/mesa3d/src/gallium/targets/opencl/
H A DOpenCL.def.in114 clCreateProgramWithIL@16
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/
H A Ddispatch.cpp190 clCreateProgramWithIL,
H A Dprogram.cpp218 clCreateProgramWithIL(cl_context d_ctx, in clCreateProgramWithIL() function
/aosp_15_r20/external/angle/src/libOpenCL/
H A DlibOpenCL_autogen.map136 clCreateProgramWithIL;
H A 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()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_unload_platform_compiler.cpp278 m_CreateProgramWithIL = clCreateProgramWithIL;
354 using CreateProgramWithIL_fn = decltype(&clCreateProgramWithIL);
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/linux/
H A Dicd_exports.map153 clCreateProgramWithIL;
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_dispatch_table.cpp180 cl::clCreateProgramWithIL,
H A Dproc_table_cl_autogen.cpp135 {"clCreateProgramWithIL", P(::cl::clCreateProgramWithIL)}, in GetProcTable()
H A Dentry_points_cl_autogen.h561 cl_program CL_API_CALL clCreateProgramWithIL(cl_context context,
/aosp_15_r20/external/OpenCL-ICD-Loader/scripts/
H A Dicd_print_layer_generated.c.mako295 dispatch.clCreateProgramWithIL = &clCreateProgramWithIL_wrap;
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLContextCL.cpp289 mNative->getDispatch().clCreateProgramWithIL(mNative, il, length, &errorCode); in createProgramWithIL()
H A DCLPlatformCL.cpp279 mNative->getDispatch().clCreateProgramWithIL == nullptr || in createInfo()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_api_consistency.cpp963 clCreateProgramWithIL(context, &bogus, sizeof(bogus), &error); in test_consistency_il_programs()
/aosp_15_r20/external/OpenCL-ICD-Loader/test/layer/
H A Dicd_print_layer_generated.c1807 return tdispatch->clCreateProgramWithIL( in clCreateProgramWithIL_wrap()
2731 dispatch.clCreateProgramWithIL = &clCreateProgramWithIL_wrap; in _init_dispatch()
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/
H A Dicd_dispatch_generated.c4780 CL_API_ENTRY cl_program CL_API_CALL clCreateProgramWithIL( in clCreateProgramWithIL() function
4788 return khrFirstLayer->dispatch.clCreateProgramWithIL( in clCreateProgramWithIL()
4795 return context->dispatch->clCreateProgramWithIL( in clCreateProgramWithIL()
4811 return context->dispatch->clCreateProgramWithIL( in clCreateProgramWithIL_disp()

12