/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/ |
H A D | test_build_helpers.cpp | 76 program = clCreateProgramWithSource( in test_load_program_source() 126 program = clCreateProgramWithSource(context, num_lines, in test_load_multistring_source() 163 program = clCreateProgramWithSource( in test_load_two_kernel_source() 191 program = clCreateProgramWithSource( context, 1, sample_kernel_code_single_line, NULL, &error ); in test_load_null_terminated_source() 220 program = clCreateProgramWithSource( in test_load_null_terminated_multi_line_source() 263 program = clCreateProgramWithSource(context, num_lines, in test_load_discreet_length_source() 305 program = clCreateProgramWithSource(context, num_lines, in test_load_null_terminated_partial_multi_line_source() 563 program = clCreateProgramWithSource( context, 1, sample_kernel_code_single_line, NULL, &error ); in test_get_program_build_info()
|
H A D | test_build_options.cpp | 131 program = clCreateProgramWithSource( context, 1, preprocessor_test_kernel, NULL, &error ); in test_options_build_macro() 190 …program = clCreateProgramWithSource( context, 1, preprocessor_existence_test_kernel, NULL, &error … in test_options_build_macro_existence() 244 program = clCreateProgramWithSource( context, 1, include_test_kernel, NULL, &error ); in test_options_include_directory() 355 program = clCreateProgramWithSource( context, 1, denorm_test_kernel, NULL, &error ); in test_options_denorm_cache()
|
H A D | test_unload_platform_compiler.cpp | 166 clCreateProgramWithSource(m_context, 1, sources, nullptr, &err); in create() 190 clCreateProgramWithSource(m_context, 1, sources, nullptr, &err); 523 clCreateProgramWithSource(context, 1, sources_1, nullptr, &err); in test_unload_link_different() 551 clCreateProgramWithSource(context, 1, sources_2, nullptr, &err); in test_unload_link_different() 755 clCreateProgramWithSource(context, 1, sources, nullptr, &err); in test_unload_build_info() 918 clCreateProgramWithSource(context, 1, sources, nullptr, &err); in test_unload_program_binaries()
|
H A D | test_compile.cpp | 353 clCreateProgramWithSource(context, 1, &kernel_source, NULL, &error); in test_large_multi_file_library() 1557 program = clCreateProgramWithSource( in test_simple_embedded_header_compile() 1568 clCreateProgramWithSource(context, 1, &simple_header, NULL, &error); in test_simple_embedded_header_compile() 1826 program = clCreateProgramWithSource( in test_simple_embedded_header_link() 1837 clCreateProgramWithSource(context, 1, &simple_header, NULL, &error); in test_simple_embedded_header_link() 2990 program = clCreateProgramWithSource( in test_execute_after_embedded_header_link() 3001 clCreateProgramWithSource(context, 1, &simple_header, NULL, &error); in test_execute_after_embedded_header_link() 3016 clCreateProgramWithSource(context, 1, &simple_kernel, NULL, &error); in test_execute_after_embedded_header_link() 3091 program = clCreateProgramWithSource( in test_execute_after_included_header_link() 3200 clCreateProgramWithSource(context, 1, &simple_kernel, NULL, &error); in test_execute_after_included_header_link()
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/windows/ |
H A D | OpenCL-mingw-i686.def | 42 clCreateProgramWithSource@20 == clCreateProgramWithSource
|
H A D | OpenCL.def | 46 clCreateProgramWithSource
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/opencl/ |
D | transpose.hpp | 55 cl_program program = clCreateProgramWithSource(c_context, 1, &kernel, &len, &err); in change_layout() 103 cl_program program = clCreateProgramWithSource(c_context, 1, &kernel, &len, &err); in trans()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | opencl_wrapper.cc | 153 LoadFunction(clCreateProgramWithSource); in LoadOpenCLFunctions() 282 PFN_clCreateProgramWithSource clCreateProgramWithSource; in LoadOpenCLFunctions() variable
|
H A D | cl_program.cc | 174 cl_program program = clCreateProgramWithSource(context.context(), 1, &source, in CreateCLProgram()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/ |
H A D | test_vulkan_interop_buffer.cpp | 99 cl_program program = clCreateProgramWithSource( in run_test_with_two_queue() 1798 clCreateProgramWithSource(context, 1, &program_source_const[i], in test_buffer_common() 1818 clCreateProgramWithSource(context, 1, &program_source_const_verify, in test_buffer_common() 1854 clCreateProgramWithSource(context2, 1, &program_source_const[i], in test_buffer_common() 1872 clCreateProgramWithSource(context2, 1, &program_source_const_verify, in test_buffer_common()
|
/aosp_15_r20/external/mesa3d/src/gallium/targets/opencl/ |
H A D | OpenCL.def.in | 16 clCreateProgramWithSource@20
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_ext_cxx_for_opencl/ |
H A D | cxx_for_opencl_ver.cpp | 36 clCreateProgramWithSource(context, 1, &kernel_sstr, lengths, &error); in test_cxx_for_opencl_version()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/ |
H A D | mutable_command_basic.h | 45 clProgramWrapper program = clCreateProgramWithSource( in SetUp()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/ |
H A D | dispatch.cpp | 54 clCreateProgramWithSource,
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CL/ |
H A D | OpenCL.h | 102 DECLARE_FUNCTION_PTR(clCreateProgramWithSource);
|
/aosp_15_r20/external/angle/src/libOpenCL/ |
H A D | libOpenCL_autogen.map | 34 clCreateProgramWithSource;
|
/aosp_15_r20/external/OpenCL-ICD-Loader/test/driver_stub/ |
H A D | rename_api.h | 36 #define clCreateProgramWithSource ___clCreateProgramWithSource macro
|
H A D | icd.c | 74 ICD_DISPATCH_TABLE_ENTRY ( clCreateProgramWithSource ); in cliIcdDispatchTableCreate()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/ |
H A D | icd.rs | 51 clCreateProgramWithSource: Some(clCreateProgramWithSource),
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/linux/ |
H A D | icd_exports.map | 35 clCreateProgramWithSource;
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 44 cl::clCreateProgramWithSource,
|
H A D | proc_table_cl_autogen.cpp | 50 {"clCreateProgramWithSource", P(::cl::clCreateProgramWithSource)}, in GetProcTable()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_preprocessors.cpp | 334 …clProgramWrapper programB = clCreateProgramWithSource( context, 1, preprocessor_test, NULL, &error… in test_kernel_preprocessor_macros()
|
/aosp_15_r20/external/angle/include/CL/ |
H A D | cl_icd.h | 66 clCreateProgramWithSource_t *clCreateProgramWithSource; member
|
/aosp_15_r20/external/OpenCL-Headers/CL/ |
H A D | cl_icd.h | 66 clCreateProgramWithSource_t *clCreateProgramWithSource; member
|