File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11082,9 +11082,10 @@ CL_API_ENTRY cl_int CL_API_CALL clCommandFillBufferKHR(
11082
11082
sync_point_wait_list);
11083
11083
11084
11084
CALL_LOGGING_ENTER (
11085
- " command_buffer = %p, command_queue = %p%s" ,
11085
+ " command_buffer = %p, command_queue = %p, buffer=%p %s" ,
11086
11086
command_buffer,
11087
11087
command_queue,
11088
+ buffer,
11088
11089
syncPointWaitList.c_str () );
11089
11090
HOST_PERFORMANCE_TIMING_START ();
11090
11091
@@ -11145,9 +11146,10 @@ CL_API_ENTRY cl_int CL_API_CALL clCommandFillImageKHR(
11145
11146
sync_point_wait_list);
11146
11147
11147
11148
CALL_LOGGING_ENTER (
11148
- " command_buffer = %p, command_queue = %p%s" ,
11149
+ " command_buffer = %p, command_queue = %p, image = %p %s" ,
11149
11150
command_buffer,
11150
11151
command_queue,
11152
+ image,
11151
11153
syncPointWaitList.c_str () );
11152
11154
HOST_PERFORMANCE_TIMING_START ();
11153
11155
You can’t perform that action at this time.
0 commit comments