Home
last modified time | relevance | path

Searched refs:clCompileProgram (Results 1 – 25 of 28) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compile.cpp318 error = clCompileProgram(program, 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_large_multi_file_library()
334 error = clCompileProgram(simple_kernels[i], 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_large_multi_file_library()
493 …error = clCompileProgram(program, 1, &deviceID, NULL, numLines, headers, header_names, NULL, NULL); in test_large_multiple_embedded_headers()
509 error = clCompileProgram(simple_kernels[i], 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_large_multiple_embedded_headers()
668 …error = clCompileProgram(my_program_and_libraries[0], 1, &deviceID, NULL, 0, NULL, NULL, NULL, NUL… in test_large_multiple_libraries()
684 error = clCompileProgram(simple_kernels[i], 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_large_multiple_libraries()
832 …error = clCompileProgram(my_programs_and_libraries[0], 1, &deviceID, NULL, 0, NULL, NULL, NULL, NU… in test_large_multiple_files_multiple_libraries()
848 error = clCompileProgram(simple_kernels[i], 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_large_multiple_files_multiple_libraries()
991 error = clCompileProgram(my_programs[0], 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_large_multiple_files()
1007 error = clCompileProgram(my_programs[i+1], 1, &deviceID, NULL, 0, NULL, NULL, NULL, NULL); in test_large_multiple_files()
[all …]
Dtest_unload_platform_compiler.cpp55 const cl_int err = clCompileProgram(m_program, 1, &m_device, nullptr, 0, in compile()
194 err = clCompileProgram(program, 1, &m_device, nullptr, 0, nullptr,
531 err = clCompileProgram(program_1, 1, &device, nullptr, 0, nullptr, nullptr, in test_unload_link_different()
559 err = clCompileProgram(program_2, 1, &device, nullptr, 0, nullptr, nullptr, in test_unload_link_different()
/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_opaque.cpp62 err = clCompileProgram(prog, 1, &deviceID, in TEST_SPIRV_FUNC()
Dtest_linkage.cpp65 err = clCompileProgram(prog, 1, &deviceID, in test_linkage_compile()
/external/OpenCL-CTS/test_conformance/extensions/cl_ext_cxx_for_opencl/
Dcxx_for_opencl_ver.cpp39 error = clCompileProgram(writer_program, 1, &device, "-cl-std=CLC++", 0, in test_cxx_for_opencl_version()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp125 clCompileProgram,
Dprogram.cpp232 clCompileProgram(cl_program d_prog, cl_uint num_devs, in clCompileProgram() function
/external/angle/src/libOpenCL/
DlibOpenCL_autogen.map102 clCompileProgram;
DlibOpenCL_autogen.cpp792 cl_int CL_API_CALL clCompileProgram(cl_program program, in clCompileProgram() function
803 return cl::GetDispatch().clCompileProgram(program, num_devices, device_list, options, in clCompileProgram()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.cc159 LoadFunction(clCompileProgram); in LoadOpenCLFunctions()
277 PFN_clCompileProgram clCompileProgram; in LoadOpenCLFunctions() variable
Dopencl_wrapper.h564 extern PFN_clCompileProgram clCompileProgram;
/external/OpenCL-CTS/test_conformance/spir/
Drun_build_test.cpp138 cl_int err_code = clCompileProgram( in execute()
175 …err_code = clCompileProgram(m_programs[i], 1, &m_devid, "-x spir -spir-std=1.2 -cl-kernel-arg-info… in execute()
/external/angle/src/libGLESv2/
Dcl_dispatch_table.cpp126 cl::clCompileProgram,
Dproc_table_cl_autogen.cpp108 {"clCompileProgram", P(::cl::clCompileProgram)}, in GetProcTable()
Dentry_points_cl_autogen.h417 cl_int CL_API_CALL clCompileProgram(cl_program program,
/external/angle/src/libANGLE/renderer/cl/
DCLProgramCL.cpp92 return mNative->getDispatch().clCompileProgram(mNative, numDevices, nativeDevicesPtr, options, in compile()
DCLPlatformCL.cpp249 mNative->getDispatch().clCompileProgram == nullptr || in createInfo()
/external/OpenCL-CTS/test_conformance/generic_address_space/
Dadvanced_tests.cpp110 … error = clCompileProgram(program, 1, &deviceID, "-cl-std=CL2.0", 0, NULL, NULL, NULL, NULL); in ExecuteSubcase()
121 …error = clCompileProgram(preCompiledLibrary, 1, &deviceID, "-cl-std=CL2.0", 0, NULL, NULL, NULL, N… in ExecuteSubcase()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp1391 status = clCompileProgram( writer_program, 1, &device, OPTIONS, 0, 0, 0, 0, 0 ); in l_user_type()
1401 status = clCompileProgram( reader_program, 1, &device, OPTIONS, 0, 0, 0, 0, 0 ); in l_user_type()
/external/mesa3d/include/CL/
Dcl.h1285 clCompileProgram(cl_program program,
Dcl_icd.h1214 cl_api_clCompileProgram clCompileProgram; member
/external/angle/include/CL/
Dcl_icd.h1214 cl_api_clCompileProgram clCompileProgram; member
Dcl.h1287 clCompileProgram(cl_program program,
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h1287 clCompileProgram(cl_program program,
/external/mesa3d/docs/
Denvvars.rst429 ``clCompileProgram``.

12