[32/n] Internal 4GB allacator.

- Ensure that heaps passed as IndirectHeap to flushTask

Change-Id: Ib633e3d3027e142a1fdb51e78b970fb1bd1b9b0c
This commit is contained in:
Mrozek, Michal
2018-04-17 13:50:50 +02:00
committed by sys_ocldev
parent 9dda0ed149
commit 59df78cc18
11 changed files with 39 additions and 39 deletions

View File

@@ -855,7 +855,7 @@ HWTEST_F(CommandStreamReceiverCQFlushTaskTests, getCSShouldReturnACSWithEnoughSi
commandStream.getSpace(sizeRequested - sizeCQReserves);
GraphicsAllocation allocation((void *)0x1234, 1);
LinearStream linear(&allocation);
IndirectHeap linear(&allocation);
auto blocking = true;
DispatchFlags dispatchFlags;