/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_compile.cpp | 318 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 …]
|
D | test_unload_platform_compiler.cpp | 55 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/ |
D | test_op_opaque.cpp | 62 err = clCompileProgram(prog, 1, &deviceID, in TEST_SPIRV_FUNC()
|
D | test_linkage.cpp | 65 err = clCompileProgram(prog, 1, &deviceID, in test_linkage_compile()
|
/external/OpenCL-CTS/test_conformance/extensions/cl_ext_cxx_for_opencl/ |
D | cxx_for_opencl_ver.cpp | 39 error = clCompileProgram(writer_program, 1, &device, "-cl-std=CLC++", 0, in test_cxx_for_opencl_version()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | dispatch.cpp | 125 clCompileProgram,
|
D | program.cpp | 232 clCompileProgram(cl_program d_prog, cl_uint num_devs, in clCompileProgram() function
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 102 clCompileProgram;
|
D | libOpenCL_autogen.cpp | 792 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/ |
D | opencl_wrapper.cc | 159 LoadFunction(clCompileProgram); in LoadOpenCLFunctions() 277 PFN_clCompileProgram clCompileProgram; in LoadOpenCLFunctions() variable
|
D | opencl_wrapper.h | 564 extern PFN_clCompileProgram clCompileProgram;
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | run_build_test.cpp | 138 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/ |
D | cl_dispatch_table.cpp | 126 cl::clCompileProgram,
|
D | proc_table_cl_autogen.cpp | 108 {"clCompileProgram", P(::cl::clCompileProgram)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 417 cl_int CL_API_CALL clCompileProgram(cl_program program,
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLProgramCL.cpp | 92 return mNative->getDispatch().clCompileProgram(mNative, numDevices, nativeDevicesPtr, options, in compile()
|
D | CLPlatformCL.cpp | 249 mNative->getDispatch().clCompileProgram == nullptr || in createInfo()
|
/external/OpenCL-CTS/test_conformance/generic_address_space/ |
D | advanced_tests.cpp | 110 … 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/ |
D | test_progvar.cpp | 1391 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/ |
D | cl.h | 1285 clCompileProgram(cl_program program,
|
D | cl_icd.h | 1214 cl_api_clCompileProgram clCompileProgram; member
|
/external/angle/include/CL/ |
D | cl_icd.h | 1214 cl_api_clCompileProgram clCompileProgram; member
|
D | cl.h | 1287 clCompileProgram(cl_program program,
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 1287 clCompileProgram(cl_program program,
|
/external/mesa3d/docs/ |
D | envvars.rst | 429 ``clCompileProgram``.
|