/aosp_15_r20/external/OpenCL-ICD-Loader/loader/windows/ |
H A D | OpenCL-mingw-i686.def | 148 clCreateProgramWithIL@16 == clCreateProgramWithIL
|
H A D | OpenCL.def | 152 clCreateProgramWithIL
|
/aosp_15_r20/external/angle/include/CL/ |
H A D | cl_icd.h | 273 clCreateProgramWithIL_t *clCreateProgramWithIL; member 281 void *clCreateProgramWithIL; member
|
/aosp_15_r20/external/OpenCL-Headers/CL/ |
H A D | cl_icd.h | 273 clCreateProgramWithIL_t *clCreateProgramWithIL; member 281 void *clCreateProgramWithIL; member
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/ |
H A D | icd.rs | 163 clCreateProgramWithIL: Some(clCreateProgramWithIL), 490 … "clCreateProgramWithILKHR" => cl_ext_func!(clCreateProgramWithIL: clCreateProgramWithILKHR_fn), in clGetExtensionFunctionAddress()
|
H A D | program.rs | 246 #[cl_entrypoint(clCreateProgramWithIL)]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/ |
H A D | test_op_opaque.cpp | 34 prog = clCreateProgramWithIL(context, buffer, file_bytes, &err); in TEST_SPIRV_FUNC()
|
H A D | test_linkage.cpp | 38 prog = clCreateProgramWithIL(context, buffer, file_bytes, &err); in test_linkage_compile()
|
H A D | main.cpp | 161 prog = clCreateProgramWithIL(context, buffer, file_bytes, &err); in get_program_with_il()
|
/aosp_15_r20/external/mesa3d/src/gallium/targets/opencl/ |
H A D | OpenCL.def.in | 114 clCreateProgramWithIL@16
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/ |
H A D | dispatch.cpp | 190 clCreateProgramWithIL,
|
H A D | program.cpp | 218 clCreateProgramWithIL(cl_context d_ctx, in clCreateProgramWithIL() function
|
/aosp_15_r20/external/angle/src/libOpenCL/ |
H A D | libOpenCL_autogen.map | 136 clCreateProgramWithIL;
|
H A 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()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/ |
H A D | test_unload_platform_compiler.cpp | 278 m_CreateProgramWithIL = clCreateProgramWithIL; 354 using CreateProgramWithIL_fn = decltype(&clCreateProgramWithIL);
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/linux/ |
H A D | icd_exports.map | 153 clCreateProgramWithIL;
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 180 cl::clCreateProgramWithIL,
|
H A D | proc_table_cl_autogen.cpp | 135 {"clCreateProgramWithIL", P(::cl::clCreateProgramWithIL)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 561 cl_program CL_API_CALL clCreateProgramWithIL(cl_context context,
|
/aosp_15_r20/external/OpenCL-ICD-Loader/scripts/ |
H A D | icd_print_layer_generated.c.mako | 295 dispatch.clCreateProgramWithIL = &clCreateProgramWithIL_wrap;
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/ |
H A D | CLContextCL.cpp | 289 mNative->getDispatch().clCreateProgramWithIL(mNative, il, length, &errorCode); in createProgramWithIL()
|
H A D | CLPlatformCL.cpp | 279 mNative->getDispatch().clCreateProgramWithIL == nullptr || in createInfo()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_api_consistency.cpp | 963 clCreateProgramWithIL(context, &bogus, sizeof(bogus), &error); in test_consistency_il_programs()
|
/aosp_15_r20/external/OpenCL-ICD-Loader/test/layer/ |
H A D | icd_print_layer_generated.c | 1807 return tdispatch->clCreateProgramWithIL( in clCreateProgramWithIL_wrap() 2731 dispatch.clCreateProgramWithIL = &clCreateProgramWithIL_wrap; in _init_dispatch()
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/ |
H A D | icd_dispatch_generated.c | 4780 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()
|