Add method to dispatch blit operation from hostPtr to Buffer

Related-To: NEO-3020

Change-Id: If76f2c659c3ee343693a6d3ced86a47d7ed0bf61
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2019-04-03 15:59:31 +02:00
committed by sys_ocldev
parent fac6ddaebc
commit ccd93e1ea8
15 changed files with 243 additions and 5 deletions

View File

@ -544,6 +544,7 @@ class CommandStreamReceiverMock : public CommandStreamReceiver {
void waitForTaskCountWithKmdNotifyFallback(uint32_t taskCountToWait, FlushStamp flushStampToWait, bool quickKmdSleep, bool forcePowerSavingMode) override {
}
void blitFromHostPtr(MemObj &destinationMemObj, void *sourceHostPtr, uint64_t sourceSize) override{};
CompletionStamp flushTask(
LinearStream &commandStream,