Home
last modified time | relevance | path

Searched refs:clGetProgramInfo (Results 1 – 25 of 37) 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_api_consistency.cpp951 error = clGetProgramInfo(program, CL_PROGRAM_IL, 0, NULL, &sz); in test_consistency_il_programs()
1073 error = clGetProgramInfo(program, CL_PROGRAM_SCOPE_GLOBAL_CTORS_PRESENT, in test_consistency_prog_ctor_dtor()
1080 error = clGetProgramInfo(program, CL_PROGRAM_SCOPE_GLOBAL_DTORS_PRESENT, in test_consistency_prog_ctor_dtor()
/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_unload_platform_compiler.cpp206 err = clGetProgramInfo(executable, CL_PROGRAM_BINARY_SIZES,
215 err = clGetProgramInfo(executable, CL_PROGRAM_BINARIES,
945 err = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in test_unload_program_binaries()
957 err = clGetProgramInfo(program, CL_PROGRAM_BINARIES, in test_unload_program_binaries()
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/spirv_new/
Dtest_get_program_il.cpp63 error = clGetProgramInfo(il_program, CL_PROGRAM_IL, file_bytes, buffer, in TEST_SPIRV_FUNC()
95 clGetProgramInfo(source_program, CL_PROGRAM_IL, 0, NULL, &il_size); in TEST_SPIRV_FUNC()
/external/angle/src/libANGLE/renderer/cl/
DCLProgramCL.cpp35 mNative->getDispatch().clGetProgramInfo(mNative, CL_PROGRAM_SOURCE, 0u, nullptr, &size); in getSource()
41 errorCode = mNative->getDispatch().clGetProgramInfo(mNative, CL_PROGRAM_SOURCE, size, in getSource()
102 return mNative->getDispatch().clGetProgramInfo(mNative, cl::ToCLenum(name), valueSize, value, in getInfo()
DCLPlatformCL.cpp86 mNative->getDispatch().clGetProgramInfo == nullptr || in createInfo()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_program.cc53 cl_int error_code = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in GetBinarySize()
156 cl_int error_code = clGetProgramInfo(program_, CL_PROGRAM_BINARIES, in GetBinary()
Dopencl_wrapper.cc162 LoadFunction(clGetProgramInfo); in LoadOpenCLFunctions()
280 PFN_clGetProgramInfo clGetProgramInfo; in LoadOpenCLFunctions() variable
Dopencl_wrapper.h567 extern PFN_clGetProgramInfo clGetProgramInfo;
/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/angle/src/libOpenCL/
DlibOpenCL_autogen.map39 clGetProgramInfo;
DlibOpenCL_autogen.cpp234 cl_int CL_API_CALL clGetProgramInfo(cl_program program, in clGetProgramInfo() function
240 return cl::GetDispatch().clGetProgramInfo(program, param_name, param_value_size, param_value, in clGetProgramInfo()
/external/OpenCL-CTS/test_conformance/spir/
Drun_build_test.cpp206 cl_int err_code = clGetProgramInfo( in process()
221 err_code = clGetProgramInfo( in process()
/external/angle/src/libGLESv2/
Dcl_dispatch_table.cpp50 cl::clGetProgramInfo,
Dproc_table_cl_autogen.cpp55 {"clGetProgramInfo", P(::cl::clGetProgramInfo)}, in GetProcTable()
/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.cpp561 error = clGetProgramInfo(program, CL_PROGRAM_CONTEXT, in OutputBuildLogs()
DkernelHelpers.cpp834 error = clGetProgramInfo(*outProgram, CL_PROGRAM_NUM_DEVICES, in build_program_create_kernel_helper()
854 error = clGetProgramInfo(*outProgram, CL_PROGRAM_DEVICES, in build_program_create_kernel_helper()
/external/ImageMagick/MagickCore/
Dopencl-private.h274 MAGICKpfn_clGetProgramInfo clGetProgramInfo;
Dopencl.c1287 status=openCL_library->clGetProgramInfo(device->program, in CacheOpenCLKernel()
1298 status=openCL_library->clGetProgramInfo(device->program, in CacheOpenCLKernel()
2545 BIND(clGetProgramInfo); in BindOpenCLFunctions()

12