Home
last modified time | relevance | path

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

123

/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.cpp2279 error = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in test_execute_after_serialize_reload_object()
2306 error = clGetProgramInfo(program, CL_PROGRAM_BINARIES, 0, NULL, &size); in test_execute_after_serialize_reload_object()
2317 error = clGetProgramInfo(program, CL_PROGRAM_BINARIES, sizeof(buffers), in test_execute_after_serialize_reload_object()
2391 error = clGetProgramInfo(my_newly_minted_library, CL_PROGRAM_BINARY_SIZES, in test_execute_after_serialize_reload_library()
2417 error = clGetProgramInfo(my_newly_minted_library, CL_PROGRAM_BINARIES, 0, in test_execute_after_serialize_reload_library()
2429 error = clGetProgramInfo(my_newly_minted_library, CL_PROGRAM_BINARIES, in test_execute_after_serialize_reload_library()
3293 error = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in test_program_binary_type()
3320 error = clGetProgramInfo(program, CL_PROGRAM_BINARIES, 0, NULL, &size); in test_program_binary_type()
3332 error = clGetProgramInfo(program, CL_PROGRAM_BINARIES, sizeof(buffers), in test_program_binary_type()
3376 error = clGetProgramInfo(my_newly_minted_library, CL_PROGRAM_BINARY_SIZES, 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/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_program.cc54 cl_int error_code = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in GetBinarySize()
158 clGetProgramInfo(program_, CL_PROGRAM_BINARIES, sizeof(unsigned char*), in GetBinary()
Dopencl_wrapper.cc162 LoadFunction(clGetProgramInfo); in LoadOpenCLFunctions()
291 PFN_clGetProgramInfo clGetProgramInfo; in LoadOpenCLFunctions() variable
/external/OpenCL-ICD-Loader/loader/windows/
DOpenCL-mingw-i686.def81 clGetProgramInfo@20 == clGetProgramInfo
DOpenCL.def85 clGetProgramInfo
/external/OpenCL-CTS/test_conformance/events/
Dtest_userevents.cpp60 clGetProgramInfo(program, CL_PROGRAM_NUM_DEVICES, \
65 clGetProgramInfo(program, CL_PROGRAM_DEVICES, \
/external/mesa3d/src/gallium/targets/opencl/
DOpenCL.def.in55 clGetProgramInfo@20
/external/ComputeLibrary/arm_compute/core/CL/
DOpenCL.h106 DECLARE_FUNCTION_PTR(clGetProgramInfo);
/external/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp60 clGetProgramInfo,
/external/angle/src/libOpenCL/
DlibOpenCL_autogen.map39 clGetProgramInfo;
/external/OpenCL-ICD-Loader/test/driver_stub/
Drename_api.h46 #define clGetProgramInfo ___clGetProgramInfo macro
Dicd.c80 ICD_DISPATCH_TABLE_ENTRY ( clGetProgramInfo ); in cliIcdDispatchTableCreate()
/external/OpenCL-ICD-Loader/loader/linux/
Dicd_exports.map74 clGetProgramInfo;
/external/OpenCL-CTS/test_conformance/spir/
Drun_build_test.cpp209 cl_int err_code = clGetProgramInfo( in process()
224 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/angle/src/libANGLE/renderer/cl/
DCLProgramCL.cpp86 ANGLE_CL_TRY(mNative->getDispatch().clGetProgramInfo(mNative, cl::ToCLenum(name), valueSize, in getInfo()
/external/OpenCL-ICD-Loader/test/loader_test/
Dtest_program_objects.c201 ret_val=clGetProgramInfo(program, in test_clGetProgramInfo()
/external/mesa3d/include/CL/
Dcl_icd.h72 clGetProgramInfo_t *clGetProgramInfo; member

123