Home
last modified time | relevance | path

Searched refs:clCreateProgramWithSource (Results 1 – 25 of 26) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_build_helpers.cpp76 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()
562 program = clCreateProgramWithSource( context, 1, sample_kernel_code_single_line, NULL, &error ); in test_get_program_build_info()
Dtest_build_options.cpp133 program = clCreateProgramWithSource( context, 1, preprocessor_test_kernel, NULL, &error ); in test_options_build_macro()
192 …program = clCreateProgramWithSource( context, 1, preprocessor_existence_test_kernel, NULL, &error … in test_options_build_macro_existence()
246 program = clCreateProgramWithSource( context, 1, include_test_kernel, NULL, &error ); in test_options_include_directory()
356 program = clCreateProgramWithSource( context, 1, denorm_test_kernel, NULL, &error ); in test_options_denorm_cache()
Dtest_compile.cpp326 simple_kernels[i] = clCreateProgramWithSource( context, 1, &kernel_source, NULL, &error ); in test_large_multi_file_library()
1303 … program = clCreateProgramWithSource(context, 1, &another_simple_kernel_with_header, NULL, &error); in test_simple_embedded_header_compile()
1310 header = clCreateProgramWithSource(context, 1, &simple_header, NULL, &error); in test_simple_embedded_header_compile()
1498 … program = clCreateProgramWithSource(context, 1, &another_simple_kernel_with_header, NULL, &error); in test_simple_embedded_header_link()
1505 header = clCreateProgramWithSource(context, 1, &simple_header, NULL, &error); in test_simple_embedded_header_link()
2444 … program = clCreateProgramWithSource(context, 1, &another_simple_kernel_with_header, NULL, &error); in test_execute_after_embedded_header_link()
2451 header = clCreateProgramWithSource(context, 1, &simple_header, NULL, &error); in test_execute_after_embedded_header_link()
2461 simple_program = clCreateProgramWithSource(context, 1, &simple_kernel, NULL, &error); in test_execute_after_embedded_header_link()
2527 … program = clCreateProgramWithSource(context, 1, &another_simple_kernel_with_header, NULL, &error); in test_execute_after_included_header_link()
2600 simple_program = clCreateProgramWithSource(context, 1, &simple_kernel, NULL, &error); in test_execute_after_included_header_link()
Dtest_preprocessor.cpp221 program = clCreateProgramWithSource( context, 1, line_error_kernel_code, NULL, &error ); in test_preprocessor_line_error()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.cc97 LoadFunction(clCreateProgramWithSource); in LoadOpenCLFunctions()
210 PFN_clCreateProgramWithSource clCreateProgramWithSource; variable
Dcl_program.cc151 cl_program program = clCreateProgramWithSource(context.context(), 1, &source, in CreateCLProgram()
Dopencl_wrapper.h544 extern PFN_clCreateProgramWithSource clCreateProgramWithSource;
/external/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp53 clCreateProgramWithSource,
Dprogram.cpp77 clCreateProgramWithSource(cl_context d_ctx, cl_uint count, in clCreateProgramWithSource() function
/external/OpenCL-CTS/test_conformance/basic/
Dtest_preprocessors.cpp353 …clProgramWrapper programB = clCreateProgramWithSource( context, 1, preprocessor_test, NULL, &error… in test_kernel_preprocessor_macros()
Dtest_progvar.cpp1388 …clProgramWrapper writer_program( clCreateProgramWithSource( context, wksrc.num_str(), wksrc.strs()… in l_user_type()
1398 …clProgramWrapper reader_program( clCreateProgramWithSource( context, rksrc.num_str(), rksrc.strs()… in l_user_type()
/external/ImageMagick/MagickCore/
Dopencl-private.h269 MAGICKpfn_clCreateProgramWithSource clCreateProgramWithSource;
Dopencl.c1410 device->program=openCL_library->clCreateProgramWithSource( in CompileOpenCLKernel()
2517 BIND(clCreateProgramWithSource); in BindOpenCLFunctions()
/external/OpenCL-CTS/test_conformance/generic_address_space/
Dadvanced_tests.cpp107 program = clCreateProgramWithSource(context, 1, &srcPtr, NULL, &error); in ExecuteSubcase()
118 … preCompiledLibrary = clCreateProgramWithSource(context, 1, &srcPtrLibrary, NULL, &error); in ExecuteSubcase()
/external/OpenCL-CTS/test_conformance/contractions/
Dcontractions.cpp587 gProgram[i] = clCreateProgramWithSource(gContext, strCount, kernels, NULL, &error); in InitCL()
615 … gProgram_double[i] = clCreateProgramWithSource(gContext, strCount, kernels, NULL, &error); in InitCL()
/external/skqp/src/compute/hs/cl/bench/
Dmain.c249 cl_program program = clCreateProgramWithSource(context, in hs_dummy_kernel_create()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
Ddevice_cl_12.c794 program = clCreateProgramWithSource(runtime->cl.context, in skc_device_build_program()
/external/OpenCL-CTS/test_conformance/spir/
Drun_services.cpp172 cl_program program = clCreateProgramWithSource( context, 1, &text_str, NULL, &error ); in create_program_from_cl()
/external/skqp/src/compute/hs/cl/
Dhs_cl.c1012 program = clCreateProgramWithSource(context, in hs_cl_create()
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp706 … *outProgram = clCreateProgramWithSource(context, numKernelLines, kernelProgram, NULL, &error); in create_single_kernel_helper_create_program()
/external/mesa3d/include/CL/
Dcl.h1231 clCreateProgramWithSource(cl_context context,
Dcl2.hpp864 #define __CREATE_PROGRAM_WITH_SOURCE_ERR CL_HPP_ERR_STR_(clCreateProgramWithSource)
6180 object_ = ::clCreateProgramWithSource( in Program()
6218 object_ = ::clCreateProgramWithSource( in Program()
6270 object_ = ::clCreateProgramWithSource( in Program()
6305 object_ = ::clCreateProgramWithSource( in Program()
Dcl_icd.h1132 cl_api_clCreateProgramWithSource clCreateProgramWithSource; member
Dcl.hpp419 #define __CREATE_PROGRAM_WITH_SOURCE_ERR __ERR_STR(clCreateProgramWithSource)
5039 object_ = ::clCreateProgramWithSource( in Program()
5073 object_ = ::clCreateProgramWithSource( in Program()
5112 object_ = ::clCreateProgramWithSource( in Program()
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_info.cpp5595 clCreateProgramWithSource(context, lines_count, kernel_args, NULL, &error); in test()

12