/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_api_consistency.cpp | 951 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/ |
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_unload_platform_compiler.cpp | 206 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()
|
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/spirv_new/ |
D | test_get_program_il.cpp | 63 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/ |
D | CLProgramCL.cpp | 35 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()
|
D | CLPlatformCL.cpp | 86 mNative->getDispatch().clGetProgramInfo == nullptr || in createInfo()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_program.cc | 53 cl_int error_code = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in GetBinarySize() 156 cl_int error_code = clGetProgramInfo(program_, CL_PROGRAM_BINARIES, in GetBinary()
|
D | opencl_wrapper.cc | 162 LoadFunction(clGetProgramInfo); in LoadOpenCLFunctions() 280 PFN_clGetProgramInfo clGetProgramInfo; in LoadOpenCLFunctions() variable
|
D | opencl_wrapper.h | 567 extern PFN_clGetProgramInfo clGetProgramInfo;
|
/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/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 39 clGetProgramInfo;
|
D | libOpenCL_autogen.cpp | 234 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/ |
D | run_build_test.cpp | 206 cl_int err_code = clGetProgramInfo( in process() 221 err_code = clGetProgramInfo( in process()
|
/external/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 50 cl::clGetProgramInfo,
|
D | proc_table_cl_autogen.cpp | 55 {"clGetProgramInfo", P(::cl::clGetProgramInfo)}, in GetProcTable()
|
/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 | 561 error = clGetProgramInfo(program, CL_PROGRAM_CONTEXT, in OutputBuildLogs()
|
D | kernelHelpers.cpp | 834 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/ |
D | opencl-private.h | 274 MAGICKpfn_clGetProgramInfo clGetProgramInfo;
|
D | opencl.c | 1287 status=openCL_library->clGetProgramInfo(device->program, in CacheOpenCLKernel() 1298 status=openCL_library->clGetProgramInfo(device->program, in CacheOpenCLKernel() 2545 BIND(clGetProgramInfo); in BindOpenCLFunctions()
|