Searched refs:IGetStatusString (Results 1 – 3 of 3) sorted by relevance
/external/OpenCL-CTS/test_conformance/events/ |
D | test_waitlists.cpp | 20 extern const char *IGetStatusString( cl_int status ); 74 … IGetStatusString( status[ 0 ] ), (multiple ? IGetStatusString( status[ 1 ] ) : "N/A"), "N/A"); in test_waitlist() 100 …IGetStatusString( status[ 0 ] ), (multiple ? IGetStatusString( status[ 1 ] ) : "N/A"), IGetStatusS… in test_waitlist() 113 … and the first is not.(status: 0: %s and 1: %s)\n", IGetStatusString( status[ 0 ] ), IGetStatusStr… in test_waitlist() 128 …is not currently running, queued, or submitted! (status: 0: %s)\n", IGetStatusString( status[ 0 ] … in test_waitlist() 136 …log_error( "ERROR: Test event is not waiting to run! (status: 2: %s)\n", IGetStatusString( status[… in test_waitlist() 160 …IGetStatusString( status[ 0 ] ), (multiple ? IGetStatusString( status[ 1 ] ) : "N/A"), IGetStatusS… in test_waitlist() 165 …R: Waited for first event but it's not complete (status: 0: %s)\n", IGetStatusString( status[ 0 ] … in test_waitlist() 180 …tarting! (status of ref: 1: %s, of test: 2: %s)\n", IGetStatusString( status[ 1 ] ), IGetStatusStr… in test_waitlist() 204 …IGetStatusString( status[ 0 ] ), (multiple ? IGetStatusString( status[ 1 ] ) : "N/A"), IGetStatusS… in test_waitlist() [all …]
|
D | test_events.cpp | 79 const char *IGetStatusString( cl_int status ) in IGetStatusString() function 108 …turned from clGetErrorStatus after event complete (%d:%s)\n", status, IGetStatusString( status ) ); in test_event_get_execute_status() 198 … from clGetErrorStatus after array write complete (%d:%s)\n", status, IGetStatusString( status ) ); in test_event_get_write_array_status() 232 … returned from clGetErrorStatus during array read (%d:%s)\n", status, IGetStatusString( status ) ); in test_event_get_read_array_status() 244 …d from clGetErrorStatus after array read complete (%d:%s)\n", status, IGetStatusString( status ) ); in test_event_get_read_array_status() 271 …turned from clGetErrorStatus after event complete (%d:%s)\n", status, IGetStatusString( status ) ); in test_event_wait_for_execute() 307 … returned from clGetErrorStatus during array read (%d:%s)\n", status, IGetStatusString( status ) ); in test_event_wait_for_array() 315 …returned from clGetErrorStatus during array write (%d:%s)\n", status, IGetStatusString( status ) ); in test_event_wait_for_array() 328 …d from clGetErrorStatus after array read complete (%d:%s)\n", status, IGetStatusString( status ) ); in test_event_wait_for_array() 336 … from clGetErrorStatus after array write complete (%d:%s)\n", status, IGetStatusString( status ) ); in test_event_wait_for_array() [all …]
|
D | test_callbacks.cpp | 25 extern const char *IGetStatusString( cl_int status ); 198 …or action %s callback type %s \n", actions[actionIndex]->GetName(), IGetStatusString(statusIndex) … in simultaneous_event_callback_function()
|