/external/ImageMagick/MagickCore/ |
D | log.c | 309 *log_info; in AcquireLogCache() local 315 log_info=(LogInfo *) AcquireMagickMemory(sizeof(*log_info)); in AcquireLogCache() 316 if (log_info == (LogInfo *) NULL) in AcquireLogCache() 322 (void) memset(log_info,0,sizeof(*log_info)); in AcquireLogCache() 323 log_info->path=ConstantString("[built-in]"); in AcquireLogCache() 324 GetTimerInfo((TimerInfo *) &log_info->timer); in AcquireLogCache() 325 log_info->event_mask=p->event_mask; in AcquireLogCache() 326 log_info->handler_mask=p->handler_mask; in AcquireLogCache() 327 log_info->filename=ConstantString(p->filename); in AcquireLogCache() 328 log_info->format=ConstantString(p->format); in AcquireLogCache() [all …]
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | main.cpp | 65 log_info("Overwrite global settings for read_write image tests. The overwritten values:\n"); in overwrite_global_params_for_read_write_test() 66 …log_info("gTestMipmaps = false, gDisableOffsets = true, gNormalizedModeToUse = false, gFilterModeT… in overwrite_global_params_for_read_write_test() 117 log_info( "Testing read_image{f | i | ui} for 2D image from buffer\n" ); in doTest() 143 log_info( "Testing write_image{f | i | ui} for 2D image from buffer\n" ); in doTest() 179 log_info("Testing read_image{f | i | ui} for 2D image from buffer\n"); in doTest() 201 log_info("Testing write_image{f | i | ui} for 2D image from buffer\n"); in doTest() 380 log_info( "Note: Using small test images\n" ); in main() 409 log_info( "Usage: %s [options] [test_names]\n", execName ); in printUsage() 410 log_info( "Options:\n" ); in printUsage() 411 log_info( "\n" ); in printUsage() [all …]
|
D | test_loops.cpp | 92 log_info("--- Skipping CL_RGB CL_UNORM_INT_101010 format with " in test_read_image_type() 158 log_info("\n"); in test_read_image_type() 208 log_info("read_image (%s coords, %s results) " in test_read_image_formats() 246 log_info("-----------------------------------------------------\n"); in test_image_set() 247 log_info( in test_image_set() 250 log_info( in test_image_set() 260 log_info("-----------------------------------------------------\n"); in test_image_set() 261 log_info("This device does not support " in test_image_set() 263 log_info( in test_image_set() 270 log_info("-----------------------------------------------------\n"); in test_image_set() [all …]
|
/external/OpenCL-CTS/test_conformance/events/ |
D | test_waitlists.cpp | 32 …log_info("\tExecuting reference event 0, then reference event 1 with reference event 0 in its wait… in test_waitlist() 34 …log_info("\tExecuting reference event 0, then test event 2 with reference event 0 in its waitlist.… in test_waitlist() 52 if (PRINT_OPS) log_info("\tExecuting action 0...\n"); in test_waitlist() 58 if (PRINT_OPS) log_info("\tExecuting action 1...\n"); in test_waitlist() 65 if (PRINT_OPS) log_info("\tChecking status of action 1...\n"); in test_waitlist() 69 if (PRINT_OPS) log_info("\tChecking status of action 0...\n"); in test_waitlist() 73 …log_info("\t\tEvent status after starting reference events: reference event 0: %s, reference event… in test_waitlist() 78 …log_info( "WARNING: Reference event(s) already completed before we could execute test event! Possi… in test_waitlist() 82 if (PRINT_OPS) log_info("\tExecuting action to test...\n"); in test_waitlist() 87 if (PRINT_OPS) log_info("\tChecking status of action to test 2...\n"); in test_waitlist() [all …]
|
D | test_event_dependencies.cpp | 65 log_info("\tTesting with clEnqueueBarrierWithWaitList as barrier function.\n"); in test_event_enqueue_wait_for_events_run_test() 67 log_info("\tTesting with clEnqueueBarrierWithWaitList as barrier function.\n"); in test_event_enqueue_wait_for_events_run_test() 69 log_info("\tTesting with waitlist-based depenednecies between kernels.\n"); in test_event_enqueue_wait_for_events_run_test() 71 log_info("\tTesting with clEnqueueMarker as a barrier function.\n"); in test_event_enqueue_wait_for_events_run_test() 88 log_info("Failed to obtain two devices. Test can not run.\n"); in test_event_enqueue_wait_for_events_run_test() 98 log_info("\tDevice %d is CL_DEVICE_TYPE_CPU.\n", i); in test_event_enqueue_wait_for_events_run_test() 100 log_info("\tDevice %d is CL_DEVICE_TYPE_GPU.\n", i); in test_event_enqueue_wait_for_events_run_test() 102 log_info("\tDevice %d is CL_DEVICE_TYPE_ACCELERATOR.\n", i); in test_event_enqueue_wait_for_events_run_test() 104 log_info("\tDevice %d is CL_DEVICE_TYPE_DEFAULT.\n", i); in test_event_enqueue_wait_for_events_run_test() 110 log_info("\tTesting with two devices.\n"); in test_event_enqueue_wait_for_events_run_test() [all …]
|
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/ |
D | main.cpp | 141 log_info( "Note: Using small test images\n" ); in main() 170 log_info( "Usage: %s [options] [test_names]\n", execName ); in printUsage() 171 log_info( "Options:\n" ); in printUsage() 172 log_info( "\n" ); in printUsage() 173 …log_info( "\tThe following flags specify the types to test. They can be combined; if none are spec… in printUsage() 174 log_info( "\t\tint - Test integer I/O (read_imagei)\n" ); in printUsage() 175 log_info( "\t\tuint - Test unsigned integer I/O (read_imageui)\n" ); in printUsage() 176 log_info( "\t\tfloat - Test float I/O (read_imagef)\n" ); in printUsage() 177 log_info( "\n" ); in printUsage() 178 log_info( "You may also use appropriate CL_ channel type and ordering constants.\n" ); in printUsage() [all …]
|
/external/OpenCL-CTS/test_conformance/images/clFillImage/ |
D | main.cpp | 125 log_info( "Note: Using small test images\n" ); in main() 140 log_info( "Usage: %s [options] [test_names]\n", execName ); in printUsage() 141 log_info( "Options:\n" ); in printUsage() 142 …log_info( "\tThe following flags specify the types to test. They can be combined; if none are spec… in printUsage() 143 log_info( "\t\tint - Test integer fill\n" ); in printUsage() 144 log_info( "\t\tuint - Test unsigned integer fill\n" ); in printUsage() 145 log_info( "\t\tfloat - Test float fill\n" ); in printUsage() 146 log_info( "\n" ); in printUsage() 147 log_info( "\trandomize - Uses random seed\n" ); in printUsage() 148 log_info( "\tdebug_trace - Enables additional debug info logging\n" ); in printUsage() [all …]
|
/external/OpenCL-CTS/test_conformance/allocations/ |
D | main.cpp | 57 …log_info("Device reports CL_DEVICE_MAX_MEM_ALLOC_SIZE=%llu bytes (%gMB), CL_DEVICE_GLOBAL_MEM_SIZE… in init_cl() 86 …log_info( "Device shares memory with the host, so backing off the maximum combined allocation size… in init_cl() 128 log_info( "Can not test image allocation because device does not support images.\n" ); in doTest() 159 log_info( "NOTE: reducing max allocations to %d%%.\n", g_reduction_percentage ); in doTest() 166 …log_info( "** Target allocation size (rounded to nearest MB) is: %llu bytes (%gMB).\n", llu( g_max… in doTest() 167 … log_info( "** Allocating %s to size %gMB.\n", alloc_description[alloc_type], toMB( g_max_size ) ); in doTest() 173 log_info( " => Allocation %d\n", count + 1 ); in doTest() 187 log_info( "\tExecuting kernel with memory objects.\n" ); in doTest() 214 … log_info( "\tFailed at this size; trying a smaller size of %gMB.\n", toMB( current_test_size ) ); in doTest() 220 log_info("\tPASS: Allocation succeeded.\n"); in doTest() [all …]
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_sizeof.cpp | 167 log_info( "\tCL_DEVICE_ADDRESS_BITS = %u\n", ptr_size ); in test_sizeof() 178 log_info("\nLongs are not supported by this device. Skipping test.\t"); in test_sizeof() 196 log_info( "%16s", scalar_table[i].name ); in test_sizeof() 198 log_info( "\n" ); in test_sizeof() 210 log_info("\nLongs are not supported by this device. Skipping test.\t"); in test_sizeof() 231 log_info( "%16s", name ); in test_sizeof() 233 log_info( "\n" ); in test_sizeof() 248 log_info( "%16s", ptr_table[i] ); in test_sizeof() 266 log_info( "%16s", "intptr_t" ); in test_sizeof() 283 log_info( "%16s\n", "uintptr_t" ); in test_sizeof() [all …]
|
D | test_hiloeo.cpp | 92 log_info( "%s", test_str_names[type] ); in test_hiloeo() 118 log_info( " %s", operatorToUse_names[ operatorToUse ] ); in test_hiloeo() 180 log_info("Default\n"); in test_hiloeo() 237 log_info("e is %d\n", (int)e); in test_hiloeo() 248 log_info( "." ); in test_hiloeo() 256 log_info( "done\n" ); in test_hiloeo() 259 log_info("HiLoEO test passed\n"); in test_hiloeo() 303 …log_info( "\n%d) Failure for %s%s.%s { %d", k, test_str_names[type], vector_size_names[ vectorSize… in CheckResults() 305 log_info( ", %d", i[j] ); in CheckResults() 306 log_info( " } --> { %d", o[0] ); in CheckResults() [all …]
|
/external/OpenCL-CTS/test_conformance/images/clGetInfo/ |
D | main.cpp | 43 log_info("3D image is not supported, test not run.\n"); in test_3D() 109 log_info( "Note: Using small test images\n" ); in main() 124 log_info( "Usage: %s [options] [test_names]\n", execName ); in printUsage() 125 log_info( "Options:\n" ); in printUsage() 126 log_info( "\tdebug_trace - Enables additional debug info logging (default no debug info)\n" ); in printUsage() 127 log_info( "\n" ); in printUsage() 128 …log_info( "\tsmall_images - Runs every format through a loop of widths 1-13 and heights 1-9, inste… in printUsage() 129 …log_info( "\tmax_images - Runs every format through a set of size combinations with the max values… in printUsage() 130 log_info( "\n" ); in printUsage() 131 …log_info( "\trandomize - Seed random number generator (default do not seed random number generator… in printUsage() [all …]
|
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/ |
D | main.cpp | 113 log_info( "Note: Using small test images\n" ); in main() 128 log_info( "Usage: %s [options] [test_names]\n", execName ); in printUsage() 129 log_info( "Options:\n" ); in printUsage() 130 log_info( "\tdebug_trace - Enables additional debug info logging\n" ); in printUsage() 131 …log_info( "\tsmall_images - Runs every format through a loop of widths 1-13 and heights 1-9, inste… in printUsage() 132 …log_info( "\tmax_images - Runs every format through a set of size combinations with the max values… in printUsage() 133 log_info( "\tuse_pitches - Enables row and slice pitches\n" ); in printUsage() 134 log_info( "\ttest_mipmaps - Test mipmapped images\n" ); in printUsage() 135 log_info( "\trandomize - Uses random seed\n" ); in printUsage() 136 log_info( "\n" ); in printUsage() [all …]
|
/external/linux-kselftest/tools/testing/selftests/kexec/ |
D | test_kexec_file_load.sh | 31 log_info "IMA signature required" 47 log_info "IMA or appended(modsig) signature required" 52 [ $ret -eq 1 ] && log_info "IMA signature required"; 67 log_info "kexec kernel image PE signed" 69 log_info "kexec kernel image not PE signed" 89 log_info "kexec kernel image IMA signed" 91 log_info "kexec kernel image not IMA signed" 105 log_info "kexec kernel image modsig signed" 107 log_info "kexec kernel image not modsig signed" 148 log_info "No signature verification required" [all …]
|
/external/OpenCL-CTS/test_common/harness/ |
D | testHarness.cpp | 73 log_info("Test skipped while initialization\n"); in skip_init_info() 74 log_info("SKIPPED %d of %d tests.\n", count, count); in skip_init_info() 80 log_info("Test failed while initialization\n"); in fail_init_info() 81 log_info("FAILED %d of %d tests.\n", count, count); in fail_init_info() 88 log_info("%s skipped (requires at least %s version %s, but the device " in version_expected_info() 146 log_info("*** DYLD_LIBRARY_PATH = \"%s\"\n", libSearchPath); in runTestHarnessWithCheck() 151 log_info("*** DYLD_FRAMEWORK_PATH = \"%s\"\n", frameworkSearchPath); in runTestHarnessWithCheck() 182 log_info( in runTestHarnessWithCheck() 185 log_info("\t<test name>\tOne or more of: (wildcard character '*') " in runTestHarnessWithCheck() 187 log_info("\tpid<num>\tIndicates platform at index <num> should be used " in runTestHarnessWithCheck() [all …]
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | extended_versioning.cpp | 186 log_info(" %s", il.name); in log_name_only_set_difference() 203 log_info(" %s_%u.%u", il.name, major, minor); in log_il_set_difference() 211 log_info("Platform versions:\n"); in test_extended_versioning_platform_version() 239 log_info("\tMatched the platform version\n"); in test_extended_versioning_platform_version() 249 log_info("Device versions:\n"); in test_extended_versioning_device_versions() 300 log_info("\tMatched the device OpenCL and OpenCL C versions\n"); in test_extended_versioning_device_versions() 309 log_info("Platform extensions:\n"); in test_extended_versioning_platform_extensions() 376 log_info("\tExtensions only in numeric:"); in test_extended_versioning_platform_extensions() 379 log_info("\n\tExtensions only in string:"); in test_extended_versioning_platform_extensions() 382 log_info("\n"); in test_extended_versioning_platform_extensions() [all …]
|
D | device_uuid.cpp | 31 log_info("%02x", static_cast<unsigned>(c)); in log_info_uuid() 107 log_info("cl_khr_device_uuid not supported. Skipping test...\n"); in test_device_uuid() 123 log_info("\tDevice UUID: "); in test_device_uuid() 125 log_info("\n"); in test_device_uuid() 138 log_info("\tDriver UUID: "); in test_device_uuid() 140 log_info("\n"); in test_device_uuid() 158 log_info("\tDevice LUID validity is %s\n", in test_device_uuid() 173 log_info("\tDevice LUID: "); in test_device_uuid() 175 log_info("\n"); in test_device_uuid() 190 log_info("\tNode mask : %08lx\n", in test_device_uuid()
|
D | main.cpp | 337 log_info("\t%s supported formats:\n", image_types[ii].str); in getImageInfo() 355 log_info("\t\t%s: %u supported formats\n", supported_flags[fi].str, in getImageInfo() 381 log_info( in getImageInfo() 609 log_info("\t%s == %s|%s|%s|%s\n", info->opcode_name, in dumpConfigInfo() 628 log_info("WARNING: %s unknown bits found 0x%08" PRIX64, in dumpConfigInfo() 635 log_info( in dumpConfigInfo() 658 log_info("WARNING: %s unknown bits found 0x%08" PRIX64, in dumpConfigInfo() 667 log_info("\t%s == CL_NONE\n", info->opcode_name); in dumpConfigInfo() 670 log_info("\t%s == CL_READ_ONLY_CACHE\n", info->opcode_name); in dumpConfigInfo() 673 log_info("\t%s == CL_READ_WRITE_CACHE\n", in dumpConfigInfo() [all …]
|
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/ |
D | main.cpp | 112 log_info( "Note: Using small test images\n" ); in main() 127 log_info( "Usage: %s [options] [test_names]\n", execName ); in printUsage() 128 log_info( "Options:\n" ); in printUsage() 129 log_info( "\tdebug_trace - Enables additional debug info logging\n" ); in printUsage() 130 …log_info( "\tsmall_images - Runs every format through a loop of widths 1-13 and heights 1-9, inste… in printUsage() 131 …log_info( "\tmax_images - Runs every format through a set of size combinations with the max values… in printUsage() 132 log_info( "\trandomize - Uses random seed\n" ); in printUsage() 133 log_info( "\n" ); in printUsage() 134 log_info( "Test names:\n" ); in printUsage() 137 log_info( "\t%s\n", test_list[i].name ); in printUsage()
|
/external/OpenCL-CTS/test_conformance/images/clCopyImage/ |
D | main.cpp | 152 log_info( "Note: Using small test images\n" ); in main() 167 log_info( "Usage: %s [option] [test_names]\n", execName ); in printUsage() 168 log_info( "Options:\n" ); in printUsage() 169 log_info( "\ttest_mipmaps - Test with mipmapped images\n" ); in printUsage() 170 log_info( "\tdebug_trace - Enables additional debug info logging\n" ); in printUsage() 171 …log_info( "\tsmall_images - Runs every format through a loop of widths 1-13 and heights 1-9, inste… in printUsage() 172 …log_info( "\tmax_images - Runs every format through a set of size combinations with the max values… in printUsage() 173 log_info( "\trandomize - Use random seed\n" ); in printUsage() 174 log_info( "\tuse_pitches - Enables row and slice pitches\n" ); in printUsage() 175 log_info( "\n" ); in printUsage() [all …]
|
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | main.cpp | 148 log_info( in InitCL() 158 log_info( in InitCL() 214 log_info("Test options:\n"); in main() 215 …log_info(" '-host' flag for testing native host threads (test verification)\n"… in main() 216 …log_info(" '-oldAPI' flag for testing with old API (OpenCL 1.2) - test verificat… in main() 217 log_info(" '-continueOnError' execute all cases even when errors detected\n"); in main() 218 log_info(" '-noGlobalVariables' disable cases with global atomics in program scope\n"); in main() 219 log_info(" '-noGenericAddressSpace' disable cases with generic address space\n"); in main() 220 …log_info(" '-useHostPtr' use malloc/free with CL_MEM_USE_HOST_PTR instead of clSVMAl… in main() 221 log_info(" '-debug' always print OpenCL kernel code\n"); in main() [all …]
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_platform.cpp | 99 log_info("Platform extensions include \"%s\"\n\n", platform_extensions); in test_platform_extensions() 109 log_info("Found \"%s\" in platform extensions\n", in test_platform_extensions() 131 log_info("Device extensions include \"%s\"\n\n", device_extensions); in test_platform_extensions() 176 log_info("Found %d platforms.\n", num_platforms); in test_get_platform_ids() 185 log_info("Platform %d (%p):\n", p, platforms[p]); in test_get_platform_ids() 190 log_info("\tCL_PLATFORM_PROFILE: %s\n", string_returned); in test_get_platform_ids() 199 log_info("\tCL_PLATFORM_VERSION: %s\n", string_returned); in test_get_platform_ids() 208 log_info("\tCL_PLATFORM_NAME: %s\n", string_returned); in test_get_platform_ids() 217 log_info("\tCL_PLATFORM_VENDOR: %s\n", string_returned); in test_get_platform_ids() 226 log_info("\tCL_PLATFORM_EXTENSIONS: %s\n", string_returned); in test_get_platform_ids() [all …]
|
D | test_api_min_max.cpp | 130 log_info("Reported max thread dimensions of %d.\n", maxThreadDim); in test_min_max_thread_dimensions() 195 log_info("CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS returned %d\n", maxWorkItemDim); in test_min_max_work_items_sizes() 207 log_info("Dimension %d has max work item size %lu\n", i, deviceMaxWorkItemSize[i]); in test_min_max_work_items_sizes() 229 log_info("Reported %ld max device work group size.\n", deviceMaxThreadSize); in test_min_max_work_group_size() 274 log_info("Reported %d max read image args.\n", maxReadImages); in test_min_max_read_image_args() 299 …log_info("WARNING: Max parameter size of %d bytes limits test to %d max image arguments.\n", (int)… in test_min_max_read_image_args() 403 …log_info( "WARNING: Device reports 0 for a max write image arg count (write image arguments unsupp… in test_min_max_write_image_args() 413 log_info("Reported %d max write image args.\n", maxWriteImages); in test_min_max_write_image_args() 420 …log_info("WARNING: Max parameter size of %d bytes limits test to %d max image arguments.\n", (int)… in test_min_max_write_image_args() 524 …log_info("Reported max allocation size of %lld bytes (%gMB) and global mem size of %lld bytes (%gM… in test_min_max_mem_alloc_size() [all …]
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_renderbuffer.cpp | 75 …log_info( "- Read [%4d x %4d] : GL renderbuffer : %s : %s : %s => CL Image : %s : %s \n", width, h… in test_renderbuffer_read_image() 80 log_info("- start read GL data -- \n"); in test_renderbuffer_read_image() 82 log_info("- end read GL data -- \n"); in test_renderbuffer_read_image() 89 log_info("- start input data -- \n"); in test_renderbuffer_read_image() 91 log_info("- end input data -- \n"); in test_renderbuffer_read_image() 95 log_info("- start converted data -- \n"); in test_renderbuffer_read_image() 97 log_info("- end converted data -- \n"); in test_renderbuffer_read_image() 141 log_info("Device does not support images. Skipping test.\n"); in test_renderbuffer_read() 152 log_info( "Testing renderbuffer read for %s : %s : %s : %s\n", in test_renderbuffer_read() 187 log_info( "passed: Renderbuffer read test passed for %s : %s : %s : %s\n\n", in test_renderbuffer_read() [all …]
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_renderbuffer.cpp | 104 log_info("OpenGL version does not support GL_RGBA_INTEGER_EXT. Skipping test.\n"); in test_renderbuffer_read_image() 122 …log_info( "- Read [%4d x %4d] : GL renderbuffer : %s : %s : %s => CL Image : %s : %s \n", width, h… in test_renderbuffer_read_image() 127 log_info("- start read GL data -- \n"); in test_renderbuffer_read_image() 129 log_info("- end read GL data -- \n"); in test_renderbuffer_read_image() 136 log_info("- start input data -- \n"); in test_renderbuffer_read_image() 138 log_info("- end input data -- \n"); in test_renderbuffer_read_image() 142 log_info("- start converted data -- \n"); in test_renderbuffer_read_image() 144 log_info("- end converted data -- \n"); in test_renderbuffer_read_image() 202 log_info("Device does not support images. Skipping test.\n"); in test_renderbuffer_read() 208 … log_info( "Renderbuffers are not supported by this OpenGL implementation; skipping test\n" ); in test_renderbuffer_read() [all …]
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_feature_macro.cpp | 190 log_info("Feature status: API - %s, compiler - %s\n", in feature_macro_verify_results() 195 log_info("%s - failed\n", test_macro_name.c_str()); in feature_macro_verify_results() 201 log_info("%s - passed\n", test_macro_name.c_str()); in feature_macro_verify_results() 215 log_info("\n%s ...\n", test_macro_name.c_str()); in test_feature_macro_atomic_order_acq_rel() 243 log_info("\n%s ...\n", test_macro_name.c_str()); in test_feature_macro_atomic_order_seq_cst() 272 log_info("\n%s ...\n", test_macro_name.c_str()); in test_feature_macro_atomic_scope_device() 299 log_info("\n%s ...\n", test_macro_name.c_str()); in test_feature_macro_atomic_scope_all_devices() 326 log_info("\n%s ...\n", test_macro_name.c_str()); in test_feature_macro_3d_image_writes() 352 log_info("\n%s ...\n", test_macro_name.c_str()); in test_feature_macro_device_enqueue() 381 log_info("\n%s ...\n", test_macro_name.c_str()); in test_feature_macro_generic_address_space() [all …]
|