Add map allocation for images

Related-To: NEO-3097

Change-Id: I5bfd89fd597a8d55597ff7a2aa05b2abd278d5bd
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2019-04-15 18:17:28 +02:00
committed by sys_ocldev
parent 18a9e164e1
commit 0c6823afd6
27 changed files with 149 additions and 63 deletions

View File

@@ -2283,6 +2283,7 @@ cl_int CL_API_CALL clEnqueueReadImage(cl_command_queue commandQueue,
rowPitch,
slicePitch,
ptr,
nullptr,
numEventsInWaitList,
eventWaitList,
event);
@@ -2343,6 +2344,7 @@ cl_int CL_API_CALL clEnqueueWriteImage(cl_command_queue commandQueue,
inputRowPitch,
inputSlicePitch,
ptr,
nullptr,
numEventsInWaitList,
eventWaitList,
event);