Home
last modified time | relevance | path

Searched refs:clCreateProgramWithBinary (Results 1 – 25 of 31) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/api/
Dtest_binary.cpp106 …program_from_binary = clCreateProgramWithBinary( context, 1, &deviceID, &binarySize, buffers, load… in test_binary_create()
126 …clProgramWrapper programWithoutStatus = clCreateProgramWithBinary( context, 1, &deviceID, &binary2… in test_binary_create()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp54 clCreateProgramWithBinary,
Dprogram.cpp103 clCreateProgramWithBinary(cl_context d_ctx, cl_uint n, in clCreateProgramWithBinary() function
/external/angle/src/libOpenCL/
DlibOpenCL_autogen.map35 clCreateProgramWithBinary;
DlibOpenCL_autogen.cpp200 cl_program CL_API_CALL clCreateProgramWithBinary(cl_context context, in clCreateProgramWithBinary() function
208 return cl::GetDispatch().clCreateProgramWithBinary(context, num_devices, device_list, lengths, in clCreateProgramWithBinary()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.cc154 LoadFunction(clCreateProgramWithBinary); in LoadOpenCLFunctions()
272 PFN_clCreateProgramWithBinary clCreateProgramWithBinary; in LoadOpenCLFunctions() variable
Dcl_program.cc194 cl_program program = clCreateProgramWithBinary( in CreateCLProgramFromBinary()
Dopencl_wrapper.h559 extern PFN_clCreateProgramWithBinary clCreateProgramWithBinary;
/external/angle/src/libGLESv2/
Dcl_dispatch_table.cpp45 cl::clCreateProgramWithBinary,
Dproc_table_cl_autogen.cpp51 {"clCreateProgramWithBinary", P(::cl::clCreateProgramWithBinary)}, in GetProcTable()
Dentry_points_cl_autogen.h105 cl_program CL_API_CALL clCreateProgramWithBinary(cl_context context,
/external/OpenCL-CTS/test_conformance/spirv_new/
Dmain.cpp134 prog = clCreateProgramWithBinary(context, 1, &deviceID, &file_bytes, &buffer, &status, &err); in offline_get_program_with_il()
/external/ImageMagick/MagickCore/
Dopencl-private.h270 MAGICKpfn_clCreateProgramWithBinary clCreateProgramWithBinary;
Dopencl.c1333 device->program=openCL_library->clCreateProgramWithBinary(device->context,1, in LoadCachedOpenCLKernels()
2541 BIND(clCreateProgramWithBinary); in BindOpenCLFunctions()
/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.cpp286 cl_program nativeProgram = mNative->getDispatch().clCreateProgramWithBinary( in createProgramWithBinary()
DCLPlatformCL.cpp81 mNative->getDispatch().clCreateProgramWithBinary == nullptr || in createInfo()
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compile.cpp1904 …cl_program program_with_binary = clCreateProgramWithBinary(context, 1, &deviceID, &binarySize, (co… in test_execute_after_serialize_reload_object()
1993 …cl_program library_with_binary = clCreateProgramWithBinary(context, 1, &deviceID, &binarySize, (co… in test_execute_after_serialize_reload_library()
2712 …program_with_binary = clCreateProgramWithBinary(context, 1, &deviceID, &binarySize, (const unsigne… in test_program_binary_type()
2772 …cl_program library_with_binary = clCreateProgramWithBinary(context, 1, &deviceID, &binarySize, (co… in test_program_binary_type()
2843 …fully_linked_program_with_binary = clCreateProgramWithBinary(context, 1, &deviceID, &binarySize, (… in test_program_binary_type()
Dtest_unload_platform_compiler.cpp229 m_executable = clCreateProgramWithBinary( in create()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
Ddevice_cl_12.c782 program = clCreateProgramWithBinary(runtime->cl.context, in skc_device_build_program()
/external/OpenCL-CTS/test_conformance/spir/
Drun_services.cpp193 …cl_program program = clCreateProgramWithBinary( context, 1, &device, &binary_size, &ptr, &load_err… in create_program_from_bc()
/external/skqp/src/compute/hs/cl/
Dhs_cl.c985 program = clCreateProgramWithBinary(context, in hs_cl_create()
/external/mesa3d/include/CL/
Dcl.h1238 clCreateProgramWithBinary(cl_context context,
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp598 *outProgram = clCreateProgramWithBinary(context, 1, &device, &lengths, in create_single_kernel_helper_create_program_offline()
/external/angle/include/CL/
Dcl_icd.h1133 cl_api_clCreateProgramWithBinary clCreateProgramWithBinary; member
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h1240 clCreateProgramWithBinary(cl_context context,

12