/external/OpenCL-CTS/test_conformance/api/ |
D | test_binary.cpp | 106 …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/ |
D | dispatch.cpp | 54 clCreateProgramWithBinary,
|
D | program.cpp | 103 clCreateProgramWithBinary(cl_context d_ctx, cl_uint n, in clCreateProgramWithBinary() function
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 35 clCreateProgramWithBinary;
|
D | libOpenCL_autogen.cpp | 200 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/ |
D | opencl_wrapper.cc | 154 LoadFunction(clCreateProgramWithBinary); in LoadOpenCLFunctions() 272 PFN_clCreateProgramWithBinary clCreateProgramWithBinary; in LoadOpenCLFunctions() variable
|
D | cl_program.cc | 194 cl_program program = clCreateProgramWithBinary( in CreateCLProgramFromBinary()
|
D | opencl_wrapper.h | 559 extern PFN_clCreateProgramWithBinary clCreateProgramWithBinary;
|
/external/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 45 cl::clCreateProgramWithBinary,
|
D | proc_table_cl_autogen.cpp | 51 {"clCreateProgramWithBinary", P(::cl::clCreateProgramWithBinary)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 105 cl_program CL_API_CALL clCreateProgramWithBinary(cl_context context,
|
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | main.cpp | 134 prog = clCreateProgramWithBinary(context, 1, &deviceID, &file_bytes, &buffer, &status, &err); in offline_get_program_with_il()
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 270 MAGICKpfn_clCreateProgramWithBinary clCreateProgramWithBinary;
|
D | opencl.c | 1333 device->program=openCL_library->clCreateProgramWithBinary(device->context,1, in LoadCachedOpenCLKernels() 2541 BIND(clCreateProgramWithBinary); in BindOpenCLFunctions()
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 286 cl_program nativeProgram = mNative->getDispatch().clCreateProgramWithBinary( in createProgramWithBinary()
|
D | CLPlatformCL.cpp | 81 mNative->getDispatch().clCreateProgramWithBinary == nullptr || in createInfo()
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_compile.cpp | 1904 …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()
|
D | test_unload_platform_compiler.cpp | 229 m_executable = clCreateProgramWithBinary( in create()
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/ |
D | device_cl_12.c | 782 program = clCreateProgramWithBinary(runtime->cl.context, in skc_device_build_program()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | run_services.cpp | 193 …cl_program program = clCreateProgramWithBinary( context, 1, &device, &binary_size, &ptr, &load_err… in create_program_from_bc()
|
/external/skqp/src/compute/hs/cl/ |
D | hs_cl.c | 985 program = clCreateProgramWithBinary(context, in hs_cl_create()
|
/external/mesa3d/include/CL/ |
D | cl.h | 1238 clCreateProgramWithBinary(cl_context context,
|
/external/OpenCL-CTS/test_common/harness/ |
D | kernelHelpers.cpp | 598 *outProgram = clCreateProgramWithBinary(context, 1, &device, &lengths, in create_single_kernel_helper_create_program_offline()
|
/external/angle/include/CL/ |
D | cl_icd.h | 1133 cl_api_clCreateProgramWithBinary clCreateProgramWithBinary; member
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 1240 clCreateProgramWithBinary(cl_context context,
|