/external/OpenCL-CTS/test_conformance/compiler/ |
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()
|
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()
|
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()
|
D | test_compile.cpp | 326 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()
|
D | test_preprocessor.cpp | 221 program = clCreateProgramWithSource( context, 1, line_error_kernel_code, NULL, &error ); in test_preprocessor_line_error()
|
/external/OpenCL-CTS/test_conformance/extensions/cl_ext_cxx_for_opencl/ |
D | cxx_for_opencl_ver.cpp | 36 clCreateProgramWithSource(context, 1, &kernel_sstr, lengths, &error); in test_cxx_for_opencl_version()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | dispatch.cpp | 53 clCreateProgramWithSource,
|
D | program.cpp | 77 clCreateProgramWithSource(cl_context d_ctx, cl_uint count, in clCreateProgramWithSource() function
|
/external/ComputeLibrary/arm_compute/core/CL/ |
D | OpenCL.h | 102 DECLARE_FUNCTION_PTR(clCreateProgramWithSource);
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 34 clCreateProgramWithSource;
|
D | libOpenCL_autogen.cpp | 190 cl_program CL_API_CALL clCreateProgramWithSource(cl_context context, in clCreateProgramWithSource() function 196 return cl::GetDispatch().clCreateProgramWithSource(context, count, strings, lengths, in clCreateProgramWithSource()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.cc | 153 LoadFunction(clCreateProgramWithSource); in LoadOpenCLFunctions() 282 PFN_clCreateProgramWithSource clCreateProgramWithSource; in LoadOpenCLFunctions() variable
|
D | cl_program.cc | 174 cl_program program = clCreateProgramWithSource(context.context(), 1, &source, in CreateCLProgram()
|
D | opencl_wrapper.h | 597 extern PFN_clCreateProgramWithSource clCreateProgramWithSource;
|
/external/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 44 cl::clCreateProgramWithSource,
|
D | proc_table_cl_autogen.cpp | 50 {"clCreateProgramWithSource", P(::cl::clCreateProgramWithSource)}, in GetProcTable()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_preprocessors.cpp | 334 …clProgramWrapper programB = clCreateProgramWithSource( context, 1, preprocessor_test, NULL, &error… in test_kernel_preprocessor_macros()
|
D | test_progvar.cpp | 1754 clProgramWrapper writer_program(clCreateProgramWithSource( in l_user_type() 1772 clProgramWrapper reader_program(clCreateProgramWithSource( in l_user_type()
|
/external/OpenCL-CTS/test_conformance/vulkan/ |
D | test_vulkan_interop_buffer.cpp | 97 cl_program program = clCreateProgramWithSource( in run_test_with_two_queue() 1634 clCreateProgramWithSource(context, 1, &program_source_const[i], in test_buffer_common() 1654 clCreateProgramWithSource(context, 1, &program_source_const_verify, in test_buffer_common() 1690 clCreateProgramWithSource(context2, 1, &program_source_const[i], in test_buffer_common() 1708 clCreateProgramWithSource(context2, 1, &program_source_const_verify, in test_buffer_common()
|
/external/ComputeLibrary/src/core/CL/ |
D | OpenCL.cpp | 134 LOAD_FUNCTION_PTR(clCreateProgramWithSource, handle); in load() 816 cl_program clCreateProgramWithSource( in clCreateProgramWithSource() function
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 269 MAGICKpfn_clCreateProgramWithSource clCreateProgramWithSource;
|
/external/OpenCL-CTS/test_conformance/generic_address_space/ |
D | advanced_tests.cpp | 107 program = clCreateProgramWithSource(context, 1, &srcPtr, NULL, &error); in ExecuteSubcase() 118 … preCompiledLibrary = clCreateProgramWithSource(context, 1, &srcPtrLibrary, NULL, &error); in ExecuteSubcase()
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 257 const cl_program nativeProgram = mNative->getDispatch().clCreateProgramWithSource( in createProgramWithSource()
|
D | CLPlatformCL.cpp | 78 mNative->getDispatch().clCreateProgramWithSource == nullptr || in createInfo()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | run_services.cpp | 172 cl_program program = clCreateProgramWithSource( context, 1, &text_str, NULL, &error ); in create_program_from_cl()
|