mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
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:
committed by
sys_ocldev
parent
18a9e164e1
commit
0c6823afd6
@@ -25,7 +25,8 @@ class MyMockCommandQueue : public CommandQueueHw<Family> {
|
||||
cl_int enqueueWriteImage(Image *dstImage, cl_bool blockingWrite,
|
||||
const size_t *origin, const size_t *region,
|
||||
size_t inputRowPitch, size_t inputSlicePitch,
|
||||
const void *ptr, cl_uint numEventsInWaitList,
|
||||
const void *ptr, GraphicsAllocation *mapAllocation,
|
||||
cl_uint numEventsInWaitList,
|
||||
const cl_event *eventWaitList,
|
||||
cl_event *event) override {
|
||||
passedBlockingWrite = blockingWrite;
|
||||
|
||||
Reference in New Issue
Block a user