Home
last modified time | relevance | path

Searched refs:clGetProgramInfo (Results 1 – 25 of 26) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/api/
Dtest_binary.cpp39 …error = clGetProgramInfo( program, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), &binarySize, NUL… in test_binary_get()
56 error = clGetProgramInfo( program, CL_PROGRAM_BINARIES, 0, NULL, &size ); in test_binary_get()
65 error = clGetProgramInfo( program, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffers, NULL ); in test_binary_get()
88 …error = clGetProgramInfo( program, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), &binarySize, NUL… in test_binary_create()
102 error = clGetProgramInfo( program, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffers, NULL ); in test_binary_create()
115 …error = clGetProgramInfo( program_from_binary, CL_PROGRAM_BINARY_SIZES, sizeof( binary2Size ), &bi… in test_binary_create()
121 …error = clGetProgramInfo( program_from_binary, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffers, N… in test_binary_create()
134 …error = clGetProgramInfo( programWithoutStatus, CL_PROGRAM_BINARY_SIZES, sizeof( binary3Size ), &b… in test_binary_create()
140 …error = clGetProgramInfo( programWithoutStatus, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffers, … in test_binary_create()
Dtest_create_kernels.cpp367 error = clGetProgramInfo(program, CL_PROGRAM_NUM_KERNELS, sizeof(size_t),&total_kernels,NULL); in test_get_program_info_kernel_names()
380 error = clGetProgramInfo(program,CL_PROGRAM_KERNEL_NAMES,0,NULL,&kernel_names_len); in test_get_program_info_kernel_names()
391 error = clGetProgramInfo(program,CL_PROGRAM_KERNEL_NAMES,len,kernel_names,&kernel_names_len); in test_get_program_info_kernel_names()
Dtest_kernel_arg_info.cpp5627 …error = clGetProgramInfo( program, CL_PROGRAM_NUM_KERNELS, sizeof( size_t ), &total_kernels, NULL … in test()
5638 error = clGetProgramInfo( program, CL_PROGRAM_KERNEL_NAMES, 0, NULL, &kernel_names_len ); in test()
5654 …error = clGetProgramInfo( program, CL_PROGRAM_KERNEL_NAMES, len, kernel_names, &kernel_names_len ); in test()
Dtest_kernel_arg_info_compatibility.cpp4884 …error = clGetProgramInfo( program, CL_PROGRAM_NUM_KERNELS, sizeof( size_t ), &total_kernels, NULL … in test()
4895 error = clGetProgramInfo( program, CL_PROGRAM_KERNEL_NAMES, 0, NULL, &kernel_names_len ); in test()
4911 …error = clGetProgramInfo( program, CL_PROGRAM_KERNEL_NAMES, len, kernel_names, &kernel_names_len ); in test()
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_build_helpers.cpp81 error = clGetProgramInfo( program, CL_PROGRAM_SOURCE, 0, NULL, &length ); in test_load_program_source()
94 error = clGetProgramInfo( program, CL_PROGRAM_SOURCE, length, buffer, NULL ); in test_load_program_source()
346 error = clGetProgramInfo( program, CL_PROGRAM_DEVICES, sizeof( device1 ), &device1, NULL ); in test_get_program_info()
363 … error = clGetProgramInfo( program, CL_PROGRAM_NUM_DEVICES, sizeof( devCount ), &devCount, NULL ); in test_get_program_info()
373 error = clGetProgramInfo( program, CL_PROGRAM_CONTEXT, sizeof( context1 ), &context1, NULL ); in test_get_program_info()
382 …error = clGetProgramInfo( program, CL_PROGRAM_REFERENCE_COUNT, sizeof( numInstances ), &numInstanc… in test_get_program_info()
386 error = clGetProgramInfo( program, CL_PROGRAM_DEVICES, 0, NULL, &paramSize ); in test_get_program_info()
394 error = clGetProgramInfo( program, CL_PROGRAM_CONTEXT, 0, NULL, &paramSize ); in test_get_program_info()
402 error = clGetProgramInfo( program, CL_PROGRAM_REFERENCE_COUNT, 0, NULL, &paramSize ); in test_get_program_info()
410 error = clGetProgramInfo( program, CL_PROGRAM_NUM_DEVICES, 0, NULL, &paramSize ); in test_get_program_info()
[all …]
Dtest_compile.cpp1869 …error = clGetProgramInfo( program, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), &binarySize, NUL… in test_execute_after_serialize_reload_object()
1891 error = clGetProgramInfo( program, CL_PROGRAM_BINARIES, 0, NULL, &size ); in test_execute_after_serialize_reload_object()
1900 error = clGetProgramInfo( program, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffers, NULL ); in test_execute_after_serialize_reload_object()
1959 …error = clGetProgramInfo( my_newly_minted_library, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), … in test_execute_after_serialize_reload_library()
1980 error = clGetProgramInfo( my_newly_minted_library, CL_PROGRAM_BINARIES, 0, NULL, &size ); in test_execute_after_serialize_reload_library()
1989 …error = clGetProgramInfo( my_newly_minted_library, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffer… in test_execute_after_serialize_reload_library()
2677 …error = clGetProgramInfo( program, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), &binarySize, NUL… in test_program_binary_type()
2699 error = clGetProgramInfo( program, CL_PROGRAM_BINARIES, 0, NULL, &size ); in test_program_binary_type()
2708 error = clGetProgramInfo( program, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffers, NULL ); in test_program_binary_type()
2738 …error = clGetProgramInfo( my_newly_minted_library, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), … in test_program_binary_type()
[all …]
/external/OpenCL-CTS/test_conformance/clcpp/api/
Dtest_ctors_dtors.hpp102 error = clGetProgramInfo( in test_get_program_info_global_ctors_dtors_present()
128 error = clGetProgramInfo( in test_get_program_info_global_ctors_dtors_present()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_program.cc53 cl_int error_code = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in GetBinarySize()
135 cl_int error_code = clGetProgramInfo(program_, CL_PROGRAM_BINARIES, in GetBinary()
Dopencl_wrapper.cc106 LoadFunction(clGetProgramInfo); in LoadOpenCLFunctions()
219 PFN_clGetProgramInfo clGetProgramInfo; variable
Dopencl_wrapper.h553 extern PFN_clGetProgramInfo clGetProgramInfo;
/external/OpenCL-CTS/test_conformance/clcpp/program_scope_ctors_dtors/
Dcommon.hpp101 error = clGetProgramInfo( in ctors_dtors_present_queries()
122 error = clGetProgramInfo( in ctors_dtors_present_queries()
/external/OpenCL-CTS/test_conformance/events/
Dtest_userevents.cpp57 clGetProgramInfo(program,CL_PROGRAM_NUM_DEVICES,sizeof(num_devices_),&num_devices_,NULL);\
60 clGetProgramInfo(program,CL_PROGRAM_DEVICES,num_devices_*sizeof(cl_device_id),device_list,NULL);\
/external/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp59 clGetProgramInfo,
Dprogram.cpp407 clGetProgramInfo(cl_program d_prog, cl_program_info param, in clGetProgramInfo() function
/external/OpenCL-CTS/test_conformance/spir/
Drun_build_test.cpp206 cl_int err_code = clGetProgramInfo( in process()
221 err_code = clGetProgramInfo( in process()
Drun_services.cpp241 int error = clGetProgramInfo(program, CL_PROGRAM_DEVICES, sizeof(device), device, NULL); in get_program_device()
/external/OpenCL-CTS/test_conformance/device_partition/
Dtest_device_partition.cpp97 …error = clGetProgramInfo( *outProgram, CL_PROGRAM_NUM_DEVICES, sizeof( deviceCount ), &deviceCount… in create_single_kernel_helper()
112 …error = clGetProgramInfo( *outProgram, CL_PROGRAM_DEVICES, sizeof( cl_device_id ) * deviceCount, d… in create_single_kernel_helper()
/external/OpenCL-CTS/test_common/harness/
DerrorHelpers.cpp542 error = clGetProgramInfo(program, CL_PROGRAM_CONTEXT, sizeof(context), &context, NULL); in OutputBuildLogs()
DkernelHelpers.cpp880 …error = clGetProgramInfo(*outProgram, CL_PROGRAM_NUM_DEVICES, sizeof(deviceCount), &deviceCount, N… in build_program_create_kernel_helper()
899 …error = clGetProgramInfo(*outProgram, CL_PROGRAM_DEVICES, sizeof(cl_device_id) * deviceCount, devi… in build_program_create_kernel_helper()
/external/ImageMagick/MagickCore/
Dopencl-private.h274 MAGICKpfn_clGetProgramInfo clGetProgramInfo;
Dopencl.c1288 status=openCL_library->clGetProgramInfo(device->program, in CacheOpenCLKernel()
1299 status=openCL_library->clGetProgramInfo(device->program, in CacheOpenCLKernel()
2522 BIND(clGetProgramInfo); in BindOpenCLFunctions()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp362 …error = clGetProgramInfo(program, CL_PROGRAM_NUM_DEVICES, sizeof(num_devices), &num_devices, NULL); in print_build_log()
370 …error = clGetProgramInfo(program, CL_PROGRAM_DEVICES, sizeof(cl_device_id) * num_devices, device_l… in print_build_log()
/external/mesa3d/include/CL/
Dcl.h1334 clGetProgramInfo(cl_program program,
Dcl_icd.h1138 cl_api_clGetProgramInfo clGetProgramInfo; member
Dcl2.hpp836 #define __GET_PROGRAM_INFO_ERR CL_HPP_ERR_STR_(clGetProgramInfo)
6648 detail::getInfo(&::clGetProgramInfo, object_, name, param),
6919 detail::getInfo(&::clGetProgramInfo, object_, name, param),

12