Home
last modified time | relevance | path

Searched refs:PRINT_OPS (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/events/
Dtest_waitlists.cpp22 #define PRINT_OPS 0 macro
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()
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()
91 if (PRINT_OPS) log_info("\tChecking status of action 1...\n"); in test_waitlist()
95 if (PRINT_OPS) log_info("\tChecking status of action 0...\n"); in test_waitlist()
142 if (PRINT_OPS) log_info("\tWaiting for action 1 to finish...\n"); in test_waitlist()
[all …]
Dtest_callbacks.cpp27 #define PRINT_OPS 0 macro