/external/OpenCL-CTS/test_conformance/api/ |
D | test_binary.cpp | 39 …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()
|
D | test_create_kernels.cpp | 367 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()
|
D | test_kernel_arg_info.cpp | 5627 …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()
|
D | test_kernel_arg_info_compatibility.cpp | 4884 …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/ |
D | test_build_helpers.cpp | 81 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, ¶mSize ); in test_get_program_info() 394 error = clGetProgramInfo( program, CL_PROGRAM_CONTEXT, 0, NULL, ¶mSize ); in test_get_program_info() 402 error = clGetProgramInfo( program, CL_PROGRAM_REFERENCE_COUNT, 0, NULL, ¶mSize ); in test_get_program_info() 410 error = clGetProgramInfo( program, CL_PROGRAM_NUM_DEVICES, 0, NULL, ¶mSize ); in test_get_program_info() [all …]
|
D | test_compile.cpp | 1869 …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/ |
D | test_ctors_dtors.hpp | 102 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/ |
D | cl_program.cc | 53 cl_int error_code = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in GetBinarySize() 135 cl_int error_code = clGetProgramInfo(program_, CL_PROGRAM_BINARIES, in GetBinary()
|
D | opencl_wrapper.cc | 106 LoadFunction(clGetProgramInfo); in LoadOpenCLFunctions() 219 PFN_clGetProgramInfo clGetProgramInfo; variable
|
D | opencl_wrapper.h | 553 extern PFN_clGetProgramInfo clGetProgramInfo;
|
/external/OpenCL-CTS/test_conformance/clcpp/program_scope_ctors_dtors/ |
D | common.hpp | 101 error = clGetProgramInfo( in ctors_dtors_present_queries() 122 error = clGetProgramInfo( in ctors_dtors_present_queries()
|
/external/OpenCL-CTS/test_conformance/events/ |
D | test_userevents.cpp | 57 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/ |
D | dispatch.cpp | 59 clGetProgramInfo,
|
D | program.cpp | 407 clGetProgramInfo(cl_program d_prog, cl_program_info param, in clGetProgramInfo() function
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | run_build_test.cpp | 206 cl_int err_code = clGetProgramInfo( in process() 221 err_code = clGetProgramInfo( in process()
|
D | run_services.cpp | 241 int error = clGetProgramInfo(program, CL_PROGRAM_DEVICES, sizeof(device), device, NULL); in get_program_device()
|
/external/OpenCL-CTS/test_conformance/device_partition/ |
D | test_device_partition.cpp | 97 …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/ |
D | errorHelpers.cpp | 542 error = clGetProgramInfo(program, CL_PROGRAM_CONTEXT, sizeof(context), &context, NULL); in OutputBuildLogs()
|
D | kernelHelpers.cpp | 880 …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/ |
D | opencl-private.h | 274 MAGICKpfn_clGetProgramInfo clGetProgramInfo;
|
D | opencl.c | 1288 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/ |
D | test_progvar.cpp | 362 …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/ |
D | cl.h | 1334 clGetProgramInfo(cl_program program,
|
D | cl_icd.h | 1138 cl_api_clGetProgramInfo clGetProgramInfo; member
|
D | cl2.hpp | 836 #define __GET_PROGRAM_INFO_ERR CL_HPP_ERR_STR_(clGetProgramInfo) 6648 detail::getInfo(&::clGetProgramInfo, object_, name, param), 6919 detail::getInfo(&::clGetProgramInfo, object_, name, param),
|